]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Promote struct xe_tile definition to own file
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 3 Feb 2026 21:12:38 +0000 (22:12 +0100)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 5 Feb 2026 20:15:34 +0000 (21:15 +0100)
commite7002e0eb438450822212bb36d16ef4318cde78a
tree04a647c7bd043694609c3a66e03637de99f07d84
parented61c18617b1d95a9e0d4917749f28776eccefb7
drm/xe: Promote struct xe_tile definition to own file

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

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20260203211240.745-4-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_device_types.h
drivers/gpu/drm/xe/xe_tile_types.h [new file with mode: 0644]