[PATCH] drm/xe/ptl: Drop force_probe requirement
Matt Atwood
matthew.s.atwood at intel.com
Mon Jul 7 20:19:59 UTC 2025
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 at 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
More information about the Intel-xe
mailing list