]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: Plumb the full atomic state into icl_check_nv12_planes()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 28 May 2024 18:49:44 +0000 (21:49 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 31 May 2024 10:16:56 +0000 (13:16 +0300)
commit5010375afab51fe80867ac15900f49bdb2908b9e
treeba245e4b6906a63953a34573d2e1609586a494bd
parent4fab6b8b3033c02f11837a26d24297cce9a5b6ae
drm/i915: Plumb the full atomic state into icl_check_nv12_planes()

icl_check_nv12_planes() needs the full atomic state. Instead of
digging that out from dubious sources plumb it in explicitly.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240528184945.24083-2-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_display.c