]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: clean up pipe's ddb usage in intel_crtc_disable_noatomic()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 6 Mar 2025 16:34:08 +0000 (18:34 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 7 Mar 2025 17:02:30 +0000 (19:02 +0200)
commit1dc6076c67a0341acc168858e833c9cebd734a4d
treee69158c0fd1b32a0f845a9f8a810e3c7ebb1b198
parentd66fbd662ddae1ab133e3269a4c2d68971075afc
drm/i915: clean up pipe's ddb usage in intel_crtc_disable_noatomic()

Update the ddb tracking information when we disable a pipe
during sanitization. Avoids leaving stale junk in the states.

Currently this doesn't do anything as we haven't read out this
state yet when we do the sanitization, but that will change soon.

Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250306163420.3961-7-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/skl_watermark.c