[PATCH 6/6] drm/xe/kunit: Extend platform generator with PTL

Lucas De Marchi lucas.demarchi at intel.com
Mon Aug 18 16:34:00 UTC 2025


On Fri, Aug 01, 2025 at 08:13:50PM +0200, Michal Wajdeczko wrote:
>Our list of typical platforms used to generate test device objects
>does not contain any PANTHERLAKE. Add one.
>
>Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
>Cc: Lucas De Marchi <lucas.demarchi at intel.com>
>---
> drivers/gpu/drm/xe/tests/xe_pci.c | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/drivers/gpu/drm/xe/tests/xe_pci.c b/drivers/gpu/drm/xe/tests/xe_pci.c
>index 90c55f72d687..f1c3ea015725 100644
>--- a/drivers/gpu/drm/xe/tests/xe_pci.c
>+++ b/drivers/gpu/drm/xe/tests/xe_pci.c
>@@ -59,6 +59,7 @@ static const struct xe_pci_fake_data cases[] = {
> 	GMDID_CASE(LUNARLAKE, 2004, A0, 2000, A0),
> 	GMDID_CASE(LUNARLAKE, 2004, B0, 2000, A0),
> 	GMDID_CASE(BATTLEMAGE, 2001, A0, 1301, A1),
>+	GMDID_CASE(PANTHERLAKE, 3000, A0, 3000, A0),

could have been the first patch.

I missed this for PTL force probe removal. +Matt / +Rodrigo... one more
item to add in the check list of things that we should have before removing
force probe.

Lucas De Marchi


> };
>
> KUNIT_ARRAY_PARAM(platform, cases, xe_pci_fake_data_desc);
>-- 
>2.47.1
>


More information about the Intel-xe mailing list