]> www.infradead.org Git - users/willy/xarray.git/commit
drm/i915: Plumb the full atomic state into skl_ddb_add_affected_planes()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 28 May 2024 18:49:45 +0000 (21:49 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 31 May 2024 10:17:16 +0000 (13:17 +0300)
commitb84641c0a1742b79084ddc4124e2010f3f09888a
tree684307b52157e80da4da1ded078bc056e83df001
parent5010375afab51fe80867ac15900f49bdb2908b9e
drm/i915: Plumb the full atomic state into skl_ddb_add_affected_planes()

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

The wm counterpart (skl_wm_add_affected_planes()) already does
things in the proper way.

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