Skip to content

Commit 492f8d2

Browse files
committed
drm/xe/pxp: Enable PXP for MTL and LNL
Now that are the pieces are there, we can turn the feature on. Signed-off-by: Daniele Ceraolo Spurio <[email protected]> Reviewed-by: John Harrison <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 385a801 commit 492f8d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/xe/xe_pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,13 @@ static const struct xe_device_desc mtl_desc = {
333333
.require_force_probe = true,
334334
PLATFORM(METEORLAKE),
335335
.has_display = true,
336+
.has_pxp = true,
336337
};
337338

338339
static const struct xe_device_desc lnl_desc = {
339340
PLATFORM(LUNARLAKE),
340341
.has_display = true,
342+
.has_pxp = true,
341343
};
342344

343345
static const struct xe_device_desc bmg_desc = {

0 commit comments

Comments
 (0)