Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Drk3066_hdmi.c204 int value, vsync_offset; in rk3066_hdmi_config_video_timing() local
213 vsync_offset = 0x6; in rk3066_hdmi_config_video_timing()
215 vsync_offset = 0; in rk3066_hdmi_config_video_timing()
218 value |= vsync_offset << HDMI_VIDEO_VSYNC_OFFSET_SHIFT; in rk3066_hdmi_config_video_timing()
245 value = mode->vtotal - mode->vsync_start + vsync_offset; in rk3066_hdmi_config_video_timing()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_edid.c2599 …unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 0x2 | pt->vsync_offset_pu… in drm_mode_detailed() local
2649 mode->vsync_start = mode->vdisplay + vsync_offset; in drm_mode_detailed()