]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/vf: Move tile-related VF functions to separate file
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 2 Jun 2025 10:33:24 +0000 (12:33 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 3 Jun 2025 10:35:57 +0000 (12:35 +0200)
commiteb9b34734c41a08166e41836bb6a47bc117c77a1
tree6cd4415240dd276178c5a82a40784ba66f02f90b
parentce2ae1b97ac399805d0904d894b8c3a104d93271
drm/xe/vf: Move tile-related VF functions to separate file

Some of our VF functions, even if they take a GT pointer, work
only on primary GT and really are tile-related and would be better
to keep them separate from the rest of true GT-oriented functions.
Move them to a file and update to take a tile pointer instead.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Tomasz Lis <tomasz.lis@intel.com>
Reviewed-by: Tomasz Lis <tomasz.lis@intel.com>
Link: https://lore.kernel.org/r/20250602103325.549-3-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/Makefile
drivers/gpu/drm/xe/xe_ggtt.c
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
drivers/gpu/drm/xe/xe_gt_sriov_vf.h
drivers/gpu/drm/xe/xe_sriov_vf.c
drivers/gpu/drm/xe/xe_tile_sriov_vf.c [new file with mode: 0644]
drivers/gpu/drm/xe/xe_tile_sriov_vf.h [new file with mode: 0644]