]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/pf: Add thresholds to the VF KLV config
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Fri, 30 Aug 2024 13:20:59 +0000 (15:20 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 2 Sep 2024 18:51:02 +0000 (20:51 +0200)
commita1498ab229ca16dfc35331dfb309f8e28b84bb5d
tree2288fc1593e6cebdb067ad1e246fceb401de72e8
parentbf758226c7e6927f1c2c34fd6eb2cb580b77f543
drm/xe/pf: Add thresholds to the VF KLV config

We are pushing threshold KLV to the GuC immediately during the
threshold provisioning, but those configs will be lost during a
GT reset.  Include threshold KLVs while encoding full VF config
buffer to make sure the GuC receives all of the config KLVs.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Piotr Piórkowski <piotr.piorkowski@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240830132100.1704-2-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c