Home
last modified time | relevance | path

Searched refs:hsync_pulse_width (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.c100 hsync_period = p->hsync_pulse_width + p->h_back_porch + p->width + in dpu_hw_intf_setup_timing_engine()
110 hsync_start_x = p->h_back_porch + p->hsync_pulse_width; in dpu_hw_intf_setup_timing_engine()
139 hsync_ctl = (hsync_period << 16) | p->hsync_pulse_width; in dpu_hw_intf_setup_timing_engine()
148 display_v_start += p->hsync_pulse_width + p->h_back_porch; in dpu_hw_intf_setup_timing_engine()
H A Ddpu_hw_intf.h26 u32 hsync_pulse_width; member
H A Ddpu_encoder_phys_vid.c78 timing->hsync_pulse_width = mode->hsync_end - mode->hsync_start; in drm_mode_to_intf_timing_params()
118 timing->hsync_pulse_width; in get_horizontal_total()
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h223 unsigned char hsync_pulse_width; member
231 (_x).hsync_pulse_width)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dintel_bios.h302 u8 hsync_pulse_width; member
H A Dintel_bios.c154 dvo_timing->hsync_pulse_width; in fill_detail_timing_data()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c2809 …unsigned hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse… in drm_mode_detailed() local
2826 if (!hsync_pulse_width || !vsync_pulse_width) { in drm_mode_detailed()
2851 mode->hsync_end = mode->hsync_start + hsync_pulse_width; in drm_mode_detailed()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c3747 unsigned hsync_pulse_width = in drm_mode_detailed() local
3768 if (!hsync_pulse_width || !vsync_pulse_width) { in drm_mode_detailed()
3793 mode->hsync_end = mode->hsync_start + hsync_pulse_width; in drm_mode_detailed()