diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index 0a6e58d55682..feb46a707281 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 = {