Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c83 timing->hsync_pulse_width = mode->hsync_end - mode->hsync_start; in drm_mode_to_intf_timing_params()
117 timing->hsync_pulse_width = timing->hsync_pulse_width >> 1; in drm_mode_to_intf_timing_params()
143 timing->hsync_pulse_width; in get_horizontal_total()
/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.h302 u8 hsync_pulse_width; member
H A Dintel_bios.c155 dvo_timing->hsync_pulse_width; in fill_detail_timing_data()
/linux/drivers/gpu/drm/
H A Ddrm_edid.c3486 …unsigned hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse… in drm_mode_detailed() local
3505 if (!hsync_pulse_width || !vsync_pulse_width) { in drm_mode_detailed()
3530 mode->hsync_end = mode->hsync_start + hsync_pulse_width; in drm_mode_detailed()