Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c832 static bool needs_nv12_wa(const struct intel_crtc_state *crtc_state) in needs_nv12_wa() function
952 if (needs_nv12_wa(old_crtc_state) && in intel_post_plane_update()
953 !needs_nv12_wa(new_crtc_state)) in intel_post_plane_update()
1064 if (!needs_nv12_wa(old_crtc_state) && in intel_pre_plane_update()
1065 needs_nv12_wa(new_crtc_state)) in intel_pre_plane_update()