drm/xe/irq: Move ASLE backlight interrupt logic
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 1 Jun 2023 21:52:35 +0000 (14:52 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:34:19 +0000 (18:34 -0500)
commit8e758225e52ec1acb5a0645b3750ea85cad82bbc
treec533473b7ab979c9086d41e31a3fc3096e55830f
parent7e485d9816c134c6b54707143ee84f0adcd6c1d7
drm/xe/irq: Move ASLE backlight interrupt logic

Our only use of GUnit interrupts is to handle ASLE backlight operations
that are reported as GUnit GSE interrupts.  Move the enable/disable of
these interrupts to a more sensible place, in the same area where we
expect display interrupt code to be added by future patches.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20230601215244.678611-23-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_irq.c