Home
last modified time | relevance | path

Searched refs:hsync_vsync_offset_pulse_width_hi (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
Ddrm_edid.h80 u8 hsync_vsync_offset_pulse_width_hi; member
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/
Dgm12u320.c501 .data.pixel_data.hsync_vsync_offset_pulse_width_hi = 0x00,
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_edid.c2623 unsigned hsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc0) << 2 | pt->hsync_offset_lo; in drm_mode_detailed()
2624 …unsigned hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse… in drm_mode_detailed()
2625 …unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->vsync_offset_puls… in drm_mode_detailed()
2626 …unsigned vsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offse… in drm_mode_detailed()