Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/drm/
Ddrm_edid.h79 u8 vsync_offset_pulse_width_lo; member
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/
Dgm12u320.c500 .data.pixel_data.vsync_offset_pulse_width_lo = 0x14,
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_edid.c2625 …offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->vsync_offset_pulse_width_lo >> 4; in drm_mode_detailed()
2626 …dth = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offset_pulse_width_lo & 0xf); in drm_mode_detailed()