| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | ipu_disp.c | 831 uint16_t h_start_width, uint16_t h_sync_width, in ipu_init_sync_panel() argument 845 if ((v_sync_width == 0) || (h_sync_width == 0)) in ipu_init_sync_panel() 854 h_total = width + h_sync_width + h_start_width + h_end_width; in ipu_init_sync_panel() 1086 DI_SYNC_CLK, 0, h_sync_width * 2); in ipu_init_sync_panel() 1102 h_sync_width + h_start_width, DI_SYNC_CLK, in ipu_init_sync_panel()
|
| H A D | ipu.h | 233 uint16_t h_start_width, uint16_t h_sync_width,
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/ |
| H A D | dp_info.h | 29 unsigned int h_sync_width; member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | acornfb.c | 122 vidc.h_sync_width = var->hsync_len - 8; in acornfb_set_timing() 123 vidc.h_border_start = vidc.h_sync_width + var->left_margin + 8 - 12; in acornfb_set_timing() 164 vidc_writel(0x81000000 | vidc.h_sync_width); in acornfb_set_timing() 226 printk(KERN_DEBUG " H-sync-width : %d\n", vidc.h_sync_width); in acornfb_set_timing()
|
| H A D | acornfb.h | 59 u_int h_sync_width; member
|
| H A D | mx3fb.c | 509 uint16_t h_start_width, uint16_t h_sync_width, in sdc_init_panel() argument 523 if (v_sync_width == 0 || h_sync_width == 0) in sdc_init_panel() 527 reg = ((uint32_t) (h_sync_width - 1) << 26) | in sdc_init_panel()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/ |
| H A D | bios_parser_types.h | 175 uint32_t h_sync_width; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_stream_encoder.c | 440 hw_crtc_timing.h_sync_width; in enc1_stream_encoder_dp_set_stream_attribute() 443 h_active_start = hw_crtc_timing.h_sync_width + h_back_porch; in enc1_stream_encoder_dp_set_stream_attribute() 458 hw_crtc_timing.h_sync_width, in enc1_stream_encoder_dp_set_stream_attribute()
|
| H A D | dcn10_optc.c | 178 OTG_H_SYNC_A_END, patched_crtc_timing.h_sync_width); in optc1_program_timing() 596 if (timing->h_sync_width < optc1->min_h_sync_width || in optc1_validate_timing() 1300 hw_crtc_timing->h_sync_width = s.h_sync_a_end - s.h_sync_a_start; in optc1_get_hw_timing()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_stream_encoder.c | 482 hw_crtc_timing.h_sync_width; in dce110_stream_encoder_dp_set_stream_attribute() 485 h_active_start = hw_crtc_timing.h_sync_width + h_back_porch; in dce110_stream_encoder_dp_set_stream_attribute() 503 hw_crtc_timing.h_sync_width, in dce110_stream_encoder_dp_set_stream_attribute()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | hdmi.c | 1170 unsigned int h_sync_width, h_front_porch, h_back_porch, i, rekey; in tegra_hdmi_encoder_enable() local 1194 h_sync_width = mode->hsync_end - mode->hsync_start; in tegra_hdmi_encoder_enable() 1223 pulse_start = 1 + h_sync_width + h_back_porch - 10; in tegra_hdmi_encoder_enable() 1275 value |= HDMI_CTRL_MAX_AC_PACKET((h_sync_width + h_back_porch + in tegra_hdmi_encoder_enable()
|
| /OK3568_Linux_fs/u-boot/drivers/video/exynos/ |
| H A D | exynos_dp.c | 32 disp_info->h_total = disp_info->h_res + disp_info->h_sync_width + in exynos_dp_disp_info() 894 priv->disp_info.h_sync_width = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
|
| H A D | exynos_dp_lowlevel.c | 1097 writel(H_SYNC_PORCH_CFG_L(priv->disp_info.h_sync_width), in exynos_dp_config_video_bist() 1099 writel(H_SYNC_PORCH_CFG_H(priv->disp_info.h_sync_width), in exynos_dp_config_video_bist()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_sdvo_regs.h | 89 u8 h_sync_width; /* lower 8 bits (pixels) */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_sdvo_regs.h | 78 u8 h_sync_width; /**< lower 8 bits (pixels) */ member
|
| H A D | psb_intel_sdvo.c | 761 dtd->part2.h_sync_width = h_sync_len & 0xff; in psb_intel_sdvo_get_dtd_from_mode() 786 mode->hsync_end = mode->hsync_start + dtd->part2.h_sync_width; in psb_intel_sdvo_get_mode_from_dtd()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_timing_generator.c | 317 bp_params.h_sync_width = patched_crtc_timing.h_sync_width; in dce110_timing_generator_program_timing_generator() 1162 timing->h_sync_width); in dce110_timing_generator_validate_timing()
|
| H A D | dce110_timing_generator_v.c | 326 timing->h_sync_width, in dce110_timing_generator_v_program_blanking()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_hw_types.h | 759 uint32_t h_sync_width; member
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | dw-dp.c | 1230 u32 hactive, hblank, h_sync_width, h_front_porch; in dw_dp_video_enable() local 1283 h_sync_width = mode->hsync_end - mode->hsync_start; in dw_dp_video_enable() 1286 FIELD_PREP(H_SYNC_WIDTH, h_sync_width) | in dw_dp_video_enable()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | print_edid.c | 337 t->h_sync_off + t->h_sync_width + t->h_active, in print_detailed_timings()
|
| H A D | edid.h | 455 int h_sync_width; member
|
| H A D | interpret_edid.c | 725 r->h_sync_width = H_SYNC_WIDTH; in get_detailed_timing_section()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/bios/ |
| H A D | command_table2.c | 527 params.h_syncwidth = cpu_to_le16((uint16_t)bp_params->h_sync_width); in set_crtc_using_dtd_timing_v3()
|
| H A D | command_table.c | 1816 params.usH_SyncWidth = cpu_to_le16((uint16_t)(bp_params->h_sync_width)); in set_crtc_timing_v1() 1901 params.usH_SyncWidth = cpu_to_le16((uint16_t)bp_params->h_sync_width); in set_crtc_using_dtd_timing_v3()
|