On 10/24/2024 01:11, Michal Wajdeczko wrote: > Michal Wajdeczko (5): > drm/xe/guc: Add VF_CFG_SCHED_PRIORITY_KEY KLV definition > drm/xe/guc: Add VF_CFG_SCHED_PRIORITY to KLV helper > drm/xe/pf: Add functions to configure VF scheduling priority > drm/xe/pf: Allow to control scheduling priority using debugfs > drm/xe/pf: Adjust scheduling priority based on policy change > > drivers/gpu/drm/xe/abi/guc_klvs_abi.h | 13 ++++ > drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c | 76 +++++++++++++++++++ > drivers/gpu/drm/xe/xe_gt_sriov_pf_config.h | 3 + > .../gpu/drm/xe/xe_gt_sriov_pf_config_types.h | 2 + > drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c | 5 ++ > drivers/gpu/drm/xe/xe_gt_sriov_pf_policy.c | 25 +++++- > drivers/gpu/drm/xe/xe_guc_klv_helpers.c | 2 + > 7 files changed, 123 insertions(+), 3 deletions(-) One nit in KLV documentation, but overall all looks good. For the series: Reviewed-by: Lukasz Laguna >