Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'drm-xe-fixes-2024-06-04' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes

Driver Changes:
- drm/xe/pf: Update the LMTT when freeing VF GT config

Signed-off-by: Dave Airlie <airlied@redhat.com>

From: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/Zl8uFrQp0YjTtX4p@fedora

+1
+1
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
··· 1749 1749 if (!xe_gt_is_media_type(gt)) { 1750 1750 pf_release_vf_config_ggtt(gt, config); 1751 1751 pf_release_vf_config_lmem(gt, config); 1752 + pf_update_vf_lmtt(gt_to_xe(gt), vfid); 1752 1753 } 1753 1754 pf_release_config_ctxs(gt, config); 1754 1755 pf_release_config_dbs(gt, config);