Commit 1cfa043f authored by Dave Airlie's avatar Dave Airlie
Browse files

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: default avatarDave Airlie <airlied@redhat.com>

From: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/Zl8uFrQp0YjTtX4p@fedora
parents c3f38fa6 0698ff57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1749,6 +1749,7 @@ static void pf_release_vf_config(struct xe_gt *gt, unsigned int vfid)
	if (!xe_gt_is_media_type(gt)) {
		pf_release_vf_config_ggtt(gt, config);
		pf_release_vf_config_lmem(gt, config);
		pf_update_vf_lmtt(gt_to_xe(gt), vfid);
	}
	pf_release_config_ctxs(gt, config);
	pf_release_config_dbs(gt, config);