Skip to content

Commit 2d6e2b1

Browse files
Jonathan-CavittAndi Shyti
authored andcommitted
drm/i915: Enable GuC TLB invalidations for MTL
Enable GuC TLB invalidations for MTL. Though more platforms than just MTL support GuC TLB invalidations, MTL is presently the only platform that requires it for any purpose, so only enable it there for now to minimize cross-platform impact. Signed-off-by: Jonathan Cavitt <[email protected]> Reviewed-by: Andi Shyti <[email protected]> Acked-by: Tvrtko Ursulin <[email protected]> Reviewed-by: Nirmoy Das <[email protected]> Signed-off-by: Andi Shyti <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent dbe65a3 commit 2d6e2b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/i915/i915_pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ static const struct intel_device_info mtl_info = {
830830
.has_flat_ccs = 0,
831831
.has_gmd_id = 1,
832832
.has_guc_deprivilege = 1,
833+
.has_guc_tlb_invalidation = 1,
833834
.has_llc = 0,
834835
.has_mslice_steering = 0,
835836
.has_snoop = 1,

0 commit comments

Comments
 (0)