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.c890 static bool needs_async_flip_vtd_wa(const struct intel_crtc_state *crtc_state) in needs_async_flip_vtd_wa() function
1062 if (needs_async_flip_vtd_wa(old_crtc_state) && in intel_post_plane_update()
1063 !needs_async_flip_vtd_wa(new_crtc_state)) in intel_post_plane_update()
1200 if (!needs_async_flip_vtd_wa(old_crtc_state) && in intel_pre_plane_update()
1201 needs_async_flip_vtd_wa(new_crtc_state)) in intel_pre_plane_update()