]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Move PF and VF device types to separate headers
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Sun, 13 Jul 2025 10:36:20 +0000 (12:36 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 14 Jul 2025 16:18:49 +0000 (18:18 +0200)
commit73c0e8054fcf36883c1a20d5e2e91fb8ed24d3ea
tree5ae650836411a810b65f71903379e8d6385db7cb
parent7dcae5288a0967493ba1b15e8194cb6bfb1a23ca
drm/xe: Move PF and VF device types to separate headers

We plan to add more PF and VF types and mixing them in a single
file is not desired.  Move them out to new dedicated files.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Piotr Piórkowski <piotr.piorkowski@intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://lore.kernel.org/r/20250713103625.1964-3-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_device_types.h
drivers/gpu/drm/xe/xe_sriov_pf_types.h [new file with mode: 0644]
drivers/gpu/drm/xe/xe_sriov_types.h
drivers/gpu/drm/xe/xe_sriov_vf_types.h [new file with mode: 0644]