]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe/pxp: Enable PXP for MTL and LNL
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Wed, 29 Jan 2025 17:41:37 +0000 (09:41 -0800)
committerDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Mon, 3 Feb 2025 19:51:30 +0000 (11:51 -0800)
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
drivers/gpu/drm/xe/xe_pci.c

index 0a6e58d55682a30fb841e376b729d6f109adda88..feb46a70728180cc540f4e483d7b17c59da1f025 100644 (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 = {