Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/display/ !
Dintel_display.c889 static bool needs_async_flip_vtd_wa(const struct intel_crtc_state *crtc_state) in needs_async_flip_vtd_wa() function
948 if (needs_async_flip_vtd_wa(old_crtc_state) && in intel_post_plane_update()
949 !needs_async_flip_vtd_wa(new_crtc_state)) in intel_post_plane_update()
1059 if (!needs_async_flip_vtd_wa(old_crtc_state) && in intel_pre_plane_update()
1060 needs_async_flip_vtd_wa(new_crtc_state)) in intel_pre_plane_update()