Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_edid.h79 u8 vsync_offset_pulse_width_lo; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Dgm12u320.c500 .data.pixel_data.vsync_offset_pulse_width_lo = 0x14,
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h103 u8 vsync_offset_pulse_width_lo; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c2810 …offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->vsync_offset_pulse_width_lo >> 4; in drm_mode_detailed()
2811 …dth = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offset_pulse_width_lo & 0xf); in drm_mode_detailed()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c3751 2 | pt->vsync_offset_pulse_width_lo >> 4; in drm_mode_detailed()
3754 (pt->vsync_offset_pulse_width_lo & 0xf); in drm_mode_detailed()