Skip to content

Commit 1cfa043

Browse files
committed
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 <[email protected]> From: Thomas Hellstrom <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/Zl8uFrQp0YjTtX4p@fedora
2 parents c3f38fa + 0698ff5 commit 1cfa043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,6 +1749,7 @@ static void pf_release_vf_config(struct xe_gt *gt, unsigned int vfid)
17491749
if (!xe_gt_is_media_type(gt)) {
17501750
pf_release_vf_config_ggtt(gt, config);
17511751
pf_release_vf_config_lmem(gt, config);
1752+
pf_update_vf_lmtt(gt_to_xe(gt), vfid);
17521753
}
17531754
pf_release_config_ctxs(gt, config);
17541755
pf_release_config_dbs(gt, config);

0 commit comments

Comments
 (0)