mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 07:51:16 -04:00
drm/xe/ptl: Enable PTL display
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
This commit is contained in:
committed by
Matt Roper
parent
f3759374ad
commit
b7207bdf01
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user