]> Git Repo - linux.git/commitdiff
drm/i915: Enable GuC TLB invalidations for MTL
authorJonathan Cavitt <[email protected]>
Tue, 17 Oct 2023 18:08:06 +0000 (11:08 -0700)
committerAndi Shyti <[email protected]>
Wed, 18 Oct 2023 04:01:13 +0000 (06:01 +0200)
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]
drivers/gpu/drm/i915/i915_pci.c

index fcacdc21643cfa469e3f9d599918f75f07d6ba54..ffbe5d0abf8f3333f2f560c8c8db32dda7009479 100644 (file)
@@ -830,6 +830,7 @@ static const struct intel_device_info mtl_info = {
        .has_flat_ccs = 0,
        .has_gmd_id = 1,
        .has_guc_deprivilege = 1,
+       .has_guc_tlb_invalidation = 1,
        .has_llc = 0,
        .has_mslice_steering = 0,
        .has_snoop = 1,
This page took 0.056461 seconds and 4 git commands to generate.