Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_display.c1198 static bool needs_async_flip_vtd_wa(const struct intel_crtc_state *crtc_state) in needs_async_flip_vtd_wa() function
1238 if (needs_async_flip_vtd_wa(old_crtc_state) && in intel_post_plane_update()
1239 !needs_async_flip_vtd_wa(new_crtc_state)) in intel_post_plane_update()
1342 if (!needs_async_flip_vtd_wa(old_crtc_state) && in intel_pre_plane_update()
1343 needs_async_flip_vtd_wa(new_crtc_state)) in intel_pre_plane_update()