Re: [Intel-gfx] [PATCH 5/6] drm/i915/gt: Use consistent offset notation in intel_gt_regs.h

2022-02-15 Thread Matt Atwood
On Tue, Feb 08, 2022 at 09:11:39PM -0800, Matt Roper wrote: > Switch all register offsets to use lowercase hex values for consistency. > Also strip any unnecessary leading 0's. For example, "_MMIO(0x0D08)" > becomes "_MMIO(0xd08)." > Reviewed-by: Matt Atwood > Signed-off-by: Matt Roper > --- >

[Intel-gfx] [PATCH 5/6] drm/i915/gt: Use consistent offset notation in intel_gt_regs.h

2022-02-08 Thread Matt Roper
Switch all register offsets to use lowercase hex values for consistency. Also strip any unnecessary leading 0's. For example, "_MMIO(0x0D08)" becomes "_MMIO(0xd08)." Signed-off-by: Matt Roper --- drivers/gpu/drm/i915/gt/intel_gt_regs.h | 234 1 file changed, 117