projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c93e2c
)
drm/xe/ptl: Drop force_probe requirement
author
Matt Atwood
<matthew.s.atwood@intel.com>
Mon, 7 Jul 2025 20:19:59 +0000
(13:19 -0700)
committer
Rodrigo Vivi
<rodrigo.vivi@intel.com>
Tue, 8 Jul 2025 13:55:35 +0000
(09:55 -0400)
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>
drivers/gpu/drm/xe/xe_pci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/xe/xe_pci.c
b/drivers/gpu/drm/xe/xe_pci.c
index 755e335c8e18ed203296124b11191da81923831f..3614fcf3f0882d15ce8de130a9099ee402ee9aff 100644
(file)
--- a/
drivers/gpu/drm/xe/xe_pci.c
+++ b/
drivers/gpu/drm/xe/xe_pci.c
@@
-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,
};