From 8b2d3bb766c69976da4767fb3b7299a909367f58 Mon Sep 17 00:00:00 2001 From: Gustavo Sousa Date: Wed, 22 Jul 2026 09:52:57 -0300 Subject: [PATCH] drm/xe/nvls: Drop force_probe requirement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NVL-S is stable enough for us to drop force_probe requirement. Let's do that. Cc: Jani Nikula Cc: Matthew Brost Cc: Thomas Hellström Reviewed-by: Rodrigo Vivi Link: https://patch.msgid.link/20260722-nvl_s-drop-force_probe-v1-1-db944d940cff@intel.com Signed-off-by: Gustavo Sousa --- 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 691b68c69a2f..5f2a0b19839d 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -461,7 +461,6 @@ static const struct xe_device_desc nvls_desc = { .has_sriov = true, .max_gt_per_tile = 2, MULTI_LRC_MASK, - .require_force_probe = true, .va_bits = 48, .vm_max_level = 4, };