From 94de1dfd4729c21c156051ffd1ee30cfdab1b58e Mon Sep 17 00:00:00 2001 From: Matt Atwood Date: Mon, 7 Jul 2025 13:19:59 -0700 Subject: [PATCH] drm/xe/ptl: Drop force_probe requirement 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 Link: https://lore.kernel.org/r/20250707201959.319406-1-matthew.s.atwood@intel.com Signed-off-by: Rodrigo Vivi --- 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 755e335c8e18e..3614fcf3f0882 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -337,7 +337,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.47.2