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 <matthew.s.atwood@intel.com>
Link: https://lore.kernel.org/r/20250707201959.319406-1-matthew.s.atwood@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
Matt Atwood 2025-07-07 13:19:59 -07:00 committed by Rodrigo Vivi
parent 4c93e2c341
commit 94de1dfd47
No known key found for this signature in database
GPG Key ID: FA625F640EEB13CA
1 changed files with 0 additions and 1 deletions

View File

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