All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/nvls: Drop force_probe requirement
@ 2026-07-22 12:52 Gustavo Sousa
  2026-07-22 13:57 ` ✓ CI.KUnit: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Gustavo Sousa @ 2026-07-22 12:52 UTC (permalink / raw)
  To: intel-xe
  Cc: Jani Nikula, Matthew Brost, Rodrigo Vivi, Thomas Hellström,
	Gustavo Sousa

NVL-S is stable enough for us to drop force_probe requirement. Let's
do that.

Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@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 123ffd4c1ee9..36d62927b969 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,
 };

---
base-commit: cfee1b098ebceda0381298e945031733a5aec8dd
change-id: 20260722-nvl_s-drop-force_probe-5f9699142548

Best regards,
--  
Gustavo Sousa <gustavo.sousa@intel.com>


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

end of thread, other threads:[~2026-07-23  5:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-22 12:52 [PATCH] drm/xe/nvls: Drop force_probe requirement Gustavo Sousa
2026-07-22 13:57 ` ✓ CI.KUnit: success for " Patchwork
2026-07-22 14:58 ` ✓ Xe.CI.BAT: " Patchwork
2026-07-22 21:10 ` [PATCH] " Rodrigo Vivi
2026-07-23  2:23   ` Gustavo Sousa
2026-07-23  5:44 ` ✓ Xe.CI.FULL: success for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.