mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 22:57:21 -04:00
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user