Skip to content

Commit 48b05e3

Browse files
committed
drm/xe/pf: Add support to configure GuC SR-IOV policies
There are few knobs inside GuC firmware to control VFs scheduling. Add basic functions to support their reconfigurations. We will start using them shortly once we prepare debugfs. Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Cc: Piotr Piórkowski <piotr.piorkowski@intel.com> Reviewed-by: Piotr Piórkowski <piotr.piorkowski@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240410170338.1199-6-michal.wajdeczko@intel.com
1 parent 0ddc1e0 commit 48b05e3

File tree

6 files changed

+502
-0
lines changed

6 files changed

+502
-0
lines changed

drivers/gpu/drm/xe/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ xe-y += \
161161

162162
xe-$(CONFIG_PCI_IOV) += \
163163
xe_gt_sriov_pf_control.o \
164+
xe_gt_sriov_pf_policy.o \
164165
xe_lmtt.o \
165166
xe_lmtt_2l.o \
166167
xe_lmtt_ml.o \

0 commit comments

Comments
 (0)