drm/xe: Move GSC HECI base offsets out of register header
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 14 Dec 2023 18:47:05 +0000 (10:47 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:46:16 +0000 (11:46 -0500)
commit48e70d2a1a9c8d58c48b2840feda3aa3bc330a94
tree00e4ca28c3d8808bbda3a21fef9242978e7e296f
parentf52e4e9065786dd20477879d834c5c33a3ae9498
drm/xe: Move GSC HECI base offsets out of register header

These offsets are only used to setup the auxiliary device BAR
information and are never used for driver read/write operations.  Move
them to the GSC HECI file where they're actually used.

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