]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/vf: Update pause/unpause() helpers with VF naming
authorRaag Jadav <raag.jadav@intel.com>
Thu, 30 Oct 2025 12:23:54 +0000 (17:53 +0530)
committerAshutosh Dixit <ashutosh.dixit@intel.com>
Thu, 27 Nov 2025 17:05:17 +0000 (09:05 -0800)
commit99234edab8e1fd3fd2309193a3b3169970a7e770
tree64d6fa6aea2f2f59ea3326a2d081f003bc2148e8
parent8e2610d9a5edefb99b1a708796a8f733358e5898
drm/xe/vf: Update pause/unpause() helpers with VF naming

Now that pause/unpause() helpers have been updated for VF migration
usecase, update their naming to match the functionality and while at it,
add IS_SRIOV_VF() assert to make sure they are not abused.

v7: Add IS_SRIOV_VF() assert (Matthew Brost)
    Use "vf" suffix (Michal)

Suggested-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Raag Jadav <raag.jadav@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Link: https://patch.msgid.link/20251030122357.128825-2-raag.jadav@intel.com
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
drivers/gpu/drm/xe/xe_guc_submit.c
drivers/gpu/drm/xe/xe_guc_submit.h