[PATCH] drm/xe/bmg: Drop force_probe requirement

Balasubramani Vivekanandan balasubramani.vivekanandan at intel.com
Wed Aug 28 08:21:52 UTC 2024


Battlemage platform is sufficiently tested and found stable. CI is also
pretty stable.
Removing the force_probe requirement to enable the platform support by
default.

Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Jani Nikula <jani.nikula at intel.com>
Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>
---
 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 fa57996f9c37..330cd2d785bc 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -348,7 +348,6 @@ static const struct xe_device_desc bmg_desc = {
 	DGFX_FEATURES,
 	PLATFORM(BATTLEMAGE),
 	.has_display = true,
-	.require_force_probe = true,
 	.has_heci_cscfi = 1,
 };
 
-- 
2.34.1



More information about the Intel-xe mailing list