[PATCH 5/6] drm/xe/ptl: Add PTL platform definition
Lucas De Marchi
lucas.demarchi at intel.com
Mon Oct 7 17:40:58 UTC 2024
On Fri, Oct 04, 2024 at 03:05:49PM -0700, Matt Atwood wrote:
>From: Haridhar Kalvala <haridhar.kalvala at intel.com>
>
>PTL is an integrated GPU based on the Xe3 architecture.
>
>Bspec: 72574
>
>Cc: Matt Roper <matthew.d.roper at intel.com>
>Signed-off-by: Haridhar Kalvala <haridhar.kalvala at intel.com>
>Signed-off-by: Matt Atwood <matthew.s.atwood at intel.com>
>---
> drivers/gpu/drm/xe/xe_pci.c | 6 ++++++
> drivers/gpu/drm/xe/xe_platform_types.h | 1 +
> include/drm/intel/xe_pciids.h | 11 +++++++++++
> 3 files changed, 18 insertions(+)
>
>diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
>index 6b2dfe4b305f..c7711f6aa095 100644
>--- a/drivers/gpu/drm/xe/xe_pci.c
>+++ b/drivers/gpu/drm/xe/xe_pci.c
>@@ -355,6 +355,11 @@ static const struct xe_device_desc bmg_desc = {
> .has_heci_cscfi = 1,
> };
>
>+static const struct xe_device_desc ptl_desc = {
>+ PLATFORM(PANTHERLAKE),
>+ .require_force_probe = true,
Can we add a .has_display = false here? I see we have several display
patches on the pipeline to make it work, but we don't want to block CI
on those
Lucas De Marchi
More information about the Intel-xe
mailing list