drm/xe/ptl: Enable PTL display
authorHaridhar Kalvala <haridhar.kalvala@intel.com>
Mon, 28 Oct 2024 19:30:15 +0000 (12:30 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Tue, 29 Oct 2024 14:36:34 +0000 (07:36 -0700)
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@intel.com>
Signed-off-by: Clint Taylor <Clinton.A.Taylor@intel.com>
Acked-by: Jani Saarinen <jani.saarinen@intel.com>
Tested-by: Jani Saarinen<jani.saarinen@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241028193015.3241858-10-clinton.a.taylor@intel.com
drivers/gpu/drm/xe/xe_pci.c

index 6f253a9..e664028 100644 (file)
@@ -348,7 +348,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,
 };