]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: Relocate RING_FAULT bits
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 11 Feb 2025 23:19:30 +0000 (01:19 +0200)
committerAndi Shyti <andi.shyti@linux.intel.com>
Tue, 4 Mar 2025 14:39:30 +0000 (15:39 +0100)
commitecba96d2f838867af63243fc14f2eea486059967
tree9350470c3cbb0e87601c86cd8c89d8972d8a63a9
parent600a0c7e76bb28244e019da3d6a42cae0c836f60
drm/i915: Relocate RING_FAULT bits

We share the bit definitions between the older
RING_FAULT registers and their various gen12+
counterparts. Currently the bits are defined next
to the new registers which isn't what we typically do.

Move the bit definitions next the older register offsets,
and leave breadcrumbs around the gen12+ registers to make
it easier to find the right bits.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250211231941.22769-3-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/gt/intel_gt_regs.h