Searched refs:psync (Results 1 – 2 of 2) sorted by relevance
59 int value, psync; in inno_hdmi_rk3036_enable() local61 psync = mode->flags & DRM_MODE_FLAG_PHSYNC ? 1 : 0; in inno_hdmi_rk3036_enable()62 value = FIELD_PREP_WM16(RK3036_HDMI_PHSYNC, psync); in inno_hdmi_rk3036_enable()63 psync = mode->flags & DRM_MODE_FLAG_PVSYNC ? 1 : 0; in inno_hdmi_rk3036_enable()64 value |= FIELD_PREP_WM16(RK3036_HDMI_PVSYNC, psync); in inno_hdmi_rk3036_enable()
161 For example, fio tests (iodepth=1, numjobs=1, ioengine=psync) show: