Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
A Dhsw_ips.c68 bool need_vblank_wait = false; in hsw_ips_disable() local
71 return need_vblank_wait; in hsw_ips_disable()
90 need_vblank_wait = true; in hsw_ips_disable()
92 return need_vblank_wait; in hsw_ips_disable()
A Dintel_fbc.c1638 bool need_vblank_wait = false; in __intel_fbc_pre_update() local
1645 return need_vblank_wait; in __intel_fbc_pre_update()
1663 need_vblank_wait = true; in __intel_fbc_pre_update()
1666 return need_vblank_wait; in __intel_fbc_pre_update()
1673 bool need_vblank_wait = false; in intel_fbc_pre_update() local
1686 need_vblank_wait |= __intel_fbc_pre_update(state, crtc, plane); in intel_fbc_pre_update()
1691 return need_vblank_wait; in intel_fbc_pre_update()

Completed in 13 milliseconds