]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915/gt: Use consistent offset notation in intel_gt_regs.h
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 9 Feb 2022 05:11:39 +0000 (21:11 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 16 Feb 2022 20:29:46 +0000 (12:29 -0800)
commitbd3de31950aecc29abc6e554e3b3f6883080c5be
treed006f7ee072c785bd564b43f2761bdbed1b844bf
parent680a5cd10b9cf4922e182f768d3a534b1a4427dd
drm/i915/gt: Use consistent offset notation in intel_gt_regs.h

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 <matthew.d.roper@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220209051140.1599643-6-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_gt_regs.h