]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Promote struct xe_mmio definition to own file
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 3 Feb 2026 21:12:37 +0000 (22:12 +0100)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 5 Feb 2026 20:14:23 +0000 (21:14 +0100)
commited61c18617b1d95a9e0d4917749f28776eccefb7
treee22412b097d15bf6efaeb30698cd1175754aa896
parent8965e00883cc4d66749e1aa89322588c860077cd
drm/xe: Promote struct xe_mmio definition to own file

We already have separate .c and .h files for xe_mmio functions,
time to introduce _types.h to follow what other components do.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Stuart Summers <stuart.summers@intel.com> #v1
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20260203211240.745-3-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_device_types.h
drivers/gpu/drm/xe/xe_gt_types.h
drivers/gpu/drm/xe/xe_mmio.h
drivers/gpu/drm/xe/xe_mmio_types.h [new file with mode: 0644]