]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/pf: Fix VF's scheduling priority reporting
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 16 Apr 2026 13:18:31 +0000 (15:18 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Fri, 17 Apr 2026 06:06:36 +0000 (08:06 +0200)
commit0479934ec74f8f4e03ee654eb2e19074297e069f
treed6cec4a6153339f9633955804f2495533f375aa8
parent35aff528f7297e949e5e19c9cd7fd748cf1cf21c
drm/xe/pf: Fix VF's scheduling priority reporting

When preparing number of impacted VFs parameter for the reporting
helper function, we wrongly ended with adding +1 (representing PF)
twice, since local variable total_vfs was already adjusted. This
resulted in printing a message that was referring to an invalid VF:

 [] xe ... [drm] PF: Enabled 2 of 24 VFs
 [] xe ... [drm] PF: Tile0: GT0: PF..VF25 provisioned with 0(low) scheduling priority

Fix variable initialization and adjust the loop accordingly.

Fixes: fbbf73a81b84 ("drm/xe/pf: Force new VFs prorities only once")
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Piotr Piórkowski <piotr.piorkowski@intel.com>
Link: https://patch.msgid.link/20260416131831.7302-1-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c