]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: Fix pipeDMC and ATS fault handling
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 24 Feb 2025 17:30:17 +0000 (19:30 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 26 Feb 2025 15:57:03 +0000 (17:57 +0200)
commitdb0d2d7572153490449e360d5ebf298badf5f395
treeecd69da7ff697fb674bf94407b12023830b44044
parentad45492c7c59bd2fe9960a1969bfcef70d293187
drm/i915: Fix pipeDMC and ATS fault handling

The fault handler is supposed to return true when it
handles the fault. The pipeDMC and ATS handlers are
returning false instead which results in the
"unreported faults" WARN triggering when it shouldn't.

Fixes: f13011a79999 ("drm/i915: Pimp display fault reporting")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250224173017.29500-1-ville.syrjala@linux.intel.com
Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
drivers/gpu/drm/i915/display/intel_display_irq.c