]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Move xe_root_tile_mmio() to xe_device.h
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 3 Feb 2026 21:12:36 +0000 (22:12 +0100)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 5 Feb 2026 20:08:28 +0000 (21:08 +0100)
commit8965e00883cc4d66749e1aa89322588c860077cd
tree2396f5a68f933da96d4e0ccfcb7b35b19e345d29
parent98b16727f07e26a5d4de84d88805ce7ffcfdd324
drm/xe: Move xe_root_tile_mmio() to xe_device.h

It seems to be a better place for this helper function, where
we already have other 'root' oriented helpers.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Stuart Summers <stuart.summers@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20260203211240.745-2-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_device.h
drivers/gpu/drm/xe/xe_i2c.c
drivers/gpu/drm/xe/xe_mmio.h
drivers/gpu/drm/xe/xe_nvm.c
drivers/gpu/drm/xe/xe_soc_remapper.c