]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/i915/dsb: Disable the GOSUB interrupt
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 12 Jun 2025 14:50:18 +0000 (17:50 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 17 Jun 2025 16:13:58 +0000 (19:13 +0300)
commitb2f7e30d2e4a34fcee8111d713bef4f29dc23c77
tree7b0def522b0bcb7bb5041ab58279730b2fc19e99
parent7c50c6a8173137519c84574bd348abe6703989be
drm/i915/dsb: Disable the GOSUB interrupt

Current DSB hardware is apparently a bit borked and likes to signal
spurious GOSUB errors. We already have most for the workarounds for
this in place, but the last part is simply not enabling the corresponding
interrupt.

While at it polish up the w/a comments with the w/a number,
and consistently take the short blurp from the w/a page.

Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250612145018.8735-7-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_dsb.c