Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/ptl: Drop force_probe requirement
@ 2025-07-07 20:19 Matt Atwood
  2025-07-07 20:54 ` ✓ CI.KUnit: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Matt Atwood @ 2025-07-07 20:19 UTC (permalink / raw)
  To: intel-xe; +Cc: rodrigo.vivi, Matt Atwood

Panther Lake has proven to be stable through testing and use.

Remove the force_probe requirement and enable the platform by default.

Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
---
Panther Lake is running internal CI for the moment, but running upstream
branches. Tests show all greens and work in progress to get the machines
approved for moving to the upstream CI.

 drivers/gpu/drm/xe/xe_pci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index e9c5d3150efc..ffd6ad569b7c 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -341,7 +341,6 @@ static const struct xe_device_desc ptl_desc = {
 	.has_display = true,
 	.has_sriov = true,
 	.max_gt_per_tile = 2,
-	.require_force_probe = true,
 	.needs_scratch = true,
 };
 
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-07-08 13:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07 20:19 [PATCH] drm/xe/ptl: Drop force_probe requirement Matt Atwood
2025-07-07 20:54 ` ✓ CI.KUnit: success for " Patchwork
2025-07-07 21:33 ` ✓ Xe.CI.BAT: " Patchwork
2025-07-07 21:34 ` [PATCH] " Rodrigo Vivi
2025-07-08 13:59   ` Rodrigo Vivi
2025-07-08  0:43 ` ✗ Xe.CI.Full: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox