Skip to content

Commit 94de1df

Browse files
msatwoodrodrigovivi
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent 4c93e2c commit 94de1df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/xe/xe_pci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ static const struct xe_device_desc ptl_desc = {
337337
.has_display = true,
338338
.has_sriov = true,
339339
.max_gt_per_tile = 2,
340-
.require_force_probe = true,
341340
.needs_scratch = true,
342341
};
343342

0 commit comments

Comments
 (0)