]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/wm: Verify the correct plane DDB entry
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 24 Mar 2026 13:48:38 +0000 (15:48 +0200)
committerTvrtko Ursulin <tursulin@ursulin.net>
Tue, 14 Apr 2026 07:04:47 +0000 (08:04 +0100)
commita97c88a176b6b8d116f4d3f508f3bd02bc77b462
tree4d8f04b0f8e9e6d0449b94a6ee1d2a3a5939b3c5
parented8be780bdbc9f7727553b9fa6951f5c38b0a15b
drm/i915/wm: Verify the correct plane DDB entry

Actually verify the DDB entry for the plane we're looking
at instead of always verifying the cursor DDB.

Fixes: 7d4561722c3b ("drm/i915: Tweak plane ddb allocation tracking")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260324134843.2364-5-ville.syrjala@linux.intel.com
Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
(cherry picked from commit f002f7c7439de18117a31ca84dc87a59719c3dd6)
Signed-off-by: Tvrtko Ursulin <tursulin@ursulin.net>
drivers/gpu/drm/i915/display/skl_watermark.c