artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
285ca18
)
drm/i915/adlp: Remove require_force_probe protection
author
jsg
<jsg@openbsd.org>
Tue, 21 Jun 2022 07:08:53 +0000
(07:08 +0000)
committer
jsg
<jsg@openbsd.org>
Tue, 21 Jun 2022 07:08:53 +0000
(07:08 +0000)
From Clint Taylor
dfb924e33927ffa51e197acd58ad1c5edf1b5ff5
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
acb3ad3
..
d325d45
100644
(file)
--- a/
sys/dev/pci/drm/i915/i915_pci.c
+++ b/
sys/dev/pci/drm/i915/i915_pci.c
@@
-966,7
+966,6
@@
static const struct intel_device_info adl_p_info = {
GEN12_FEATURES,
XE_LPD_FEATURES,
PLATFORM(INTEL_ALDERLAKE_P),
- .require_force_probe = 1,
.display.has_cdclk_crawl = 1,
.display.has_modular_fia = 1,
.display.has_psr_hw_tracking = 0,