Commit 492f8d20 authored by Daniele Ceraolo Spurio's avatar Daniele Ceraolo Spurio
Browse files

drm/xe/pxp: Enable PXP for MTL and LNL

parent 385a8015
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = {