drm/i915/gt: drop dependency on VLV_DISPLAY_BASE
authorJani Nikula <jani.nikula@intel.com>
Thu, 11 May 2023 15:21:53 +0000 (18:21 +0300)
committerJani Nikula <jani.nikula@intel.com>
Fri, 12 May 2023 07:01:19 +0000 (10:01 +0300)
commit6e4e9fbd5ba01eed13cb086ea645f8513370761d
tree3988743a7566378ad9399b3be7d9f08295ae8eac
parent685282a3b39be5be000d28c8b88a3e0cae195104
drm/i915/gt: drop dependency on VLV_DISPLAY_BASE

CHV_FUSE_GT (0x182168) is purely about GT fuses, therefore belongs in
intel_gt_regs.h, is in the gcfgmmio unit, but is technically in the VLV
display base area.

Add VLV_GUNIT_BASE to drop dependency on VLV_DISPLAY_BASE and thus
display/intel_display_reg_defs.h in intel_gt_regs.h.

v2: Add VLV_GUNIT_BASE (Ville)

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230511152153.986676-1-jani.nikula@intel.com
drivers/gpu/drm/i915/gt/intel_gt_regs.h