drm/xe/nvls: Drop force_probe requirement

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: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patch.msgid.link/20260722-nvl_s-drop-force_probe-v1-1-db944d940cff@intel.com
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
This commit is contained in:
Gustavo Sousa 2026-07-22 09:52:57 -03:00
parent 329a7a6cee
commit 8b2d3bb766

View File

@ -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,
};