artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89587ef
)
drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake
author
jsg
<jsg@openbsd.org>
Tue, 13 Aug 2024 00:39:26 +0000
(
00:39
+0000)
committer
jsg
<jsg@openbsd.org>
Tue, 13 Aug 2024 00:39:26 +0000
(
00:39
+0000)
From Radhakrishna Sripada
213c43676beb5f5a63cb27a0c8e8e71035b08445
in mainline linux
sys/dev/pci/drm/i915/i915_pci.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/i915/i915_pci.c
b/sys/dev/pci/drm/i915/i915_pci.c
index
620eb82
..
99a37f0
100644
(file)
--- a/
sys/dev/pci/drm/i915/i915_pci.c
+++ b/
sys/dev/pci/drm/i915/i915_pci.c
@@
-838,7
+838,6
@@
static const struct intel_device_info mtl_info = {
.has_pxp = 1,
.memory_regions = REGION_SMEM | REGION_STOLEN_LMEM,
.platform_engine_mask = BIT(RCS0) | BIT(BCS0) | BIT(CCS0),
- .require_force_probe = 1,
MTL_CACHELEVEL,
};