Skip to content

Commit 00b4c0e

Browse files
stuartsummersdceraolo
authored andcommitted
drm/i915/guc: Add GuC deprivilege feature to MTL
MTL supports GuC deprivilege. Add the feature flag to this platform. Signed-off-by: Stuart Summers <[email protected]> Cc: Radhakrishna Sripada <[email protected]> Cc: John Harrison <[email protected]> Cc: Alan Previn <[email protected]> Reviewed-by: John Harrison <[email protected]> Signed-off-by: Daniele Ceraolo Spurio <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 0162411 commit 00b4c0e

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
@@ -1146,6 +1146,7 @@ static const struct intel_device_info mtl_info = {
11461146
.extra_gt_list = xelpmp_extra_gt,
11471147
.has_flat_ccs = 0,
11481148
.has_gmd_id = 1,
1149+
.has_guc_deprivilege = 1,
11491150
.has_mslice_steering = 0,
11501151
.has_snoop = 1,
11511152
.__runtime.memory_regions = REGION_SMEM | REGION_STOLEN_LMEM,

0 commit comments

Comments
 (0)