Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/drm/
Ddrm_edid.h79 u8 vsync_offset_pulse_width_lo; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_edid.c2599 …fset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 0x2 | pt->vsync_offset_pulse_width_lo >> 4; in drm_mode_detailed()
2601 … (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 0x4 | (pt->vsync_offset_pulse_width_lo & 0xf); in drm_mode_detailed()