drm/xe: Define interrupt vector bits with the interrupt registers
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 14 Dec 2023 18:47:06 +0000 (10:47 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:46:16 +0000 (11:46 -0500)
commit93536c2bcfb2c3c5e9b53c83f333f57d9b632e83
tree296fc24fa2230842f05a2c50c6083042ece40347
parent48e70d2a1a9c8d58c48b2840feda3aa3bc330a94
drm/xe: Define interrupt vector bits with the interrupt registers

The bit definitions had become a bit orphaned; move them to the same
location as the interrupt registers that they're used with.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20231214184659.2249559-16-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/regs/xe_gt_regs.h
drivers/gpu/drm/xe/regs/xe_regs.h
drivers/gpu/drm/xe/xe_hw_engine.c