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 <daniele.ceraolospurio@intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250129174140.948829-14-daniele.ceraolospurio@intel.com
This commit is contained in:
Daniele Ceraolo Spurio
2025-01-29 09:41:37 -08:00
parent 385a8015b2
commit 492f8d2030

View File

@@ -333,11 +333,13 @@ static const struct xe_device_desc mtl_desc = {
.require_force_probe = true,
PLATFORM(METEORLAKE),
.has_display = true,
.has_pxp = true,
};
static const struct xe_device_desc lnl_desc = {
PLATFORM(LUNARLAKE),
.has_display = true,
.has_pxp = true,
};
static const struct xe_device_desc bmg_desc = {