Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c840 static bool needs_async_flip_vtd_wa(const struct intel_crtc_state *crtc_state) in needs_async_flip_vtd_wa() function
1051 if (needs_async_flip_vtd_wa(old_crtc_state) && in intel_post_plane_update()
1052 !needs_async_flip_vtd_wa(new_crtc_state)) in intel_post_plane_update()
1201 if (!needs_async_flip_vtd_wa(old_crtc_state) && in intel_pre_plane_update()
1202 needs_async_flip_vtd_wa(new_crtc_state)) in intel_pre_plane_update()