[PATCH v6 9/9] drm/xe/ptl: Enable PTL display

Clint Taylor clinton.a.taylor at intel.com
Mon Oct 28 19:30:15 UTC 2024


From: Haridhar Kalvala <haridhar.kalvala at intel.com>

At this point we should have enough support landed to turn on and start
basic testing of display functionality.

Signed-off-by: Haridhar Kalvala <haridhar.kalvala at intel.com>
Signed-off-by: Clint Taylor <Clinton.A.Taylor at intel.com>
Acked-by: Jani Saarinen <jani.saarinen at intel.com>
Tested-by: Jani Saarinen<jani.saarinen at intel.com>
Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
---
 drivers/gpu/drm/xe/xe_pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index 4085bb3b6550..6f73a243c24c 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -352,7 +352,7 @@ static const struct xe_device_desc bmg_desc = {
 
 static const struct xe_device_desc ptl_desc = {
 	PLATFORM(PANTHERLAKE),
-	.has_display = false,
+	.has_display = true,
 	.require_force_probe = true,
 };
 
-- 
2.25.1



More information about the Intel-gfx mailing list