From: Daniele Ceraolo Spurio Date: Wed, 29 Jan 2025 17:41:37 +0000 (-0800) Subject: drm/xe/pxp: Enable PXP for MTL and LNL X-Git-Tag: v6.15-rc1~120^2~15^2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=492f8d2030bec7ab6d0adf7f41808d73871f86e7;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: John Harrison Link: https://patchwork.freedesktop.org/patch/msgid/20250129174140.948829-14-daniele.ceraolospurio@intel.com --- diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index 0a6e58d55682a..feb46a7072818 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -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 = {