artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f17c51
)
Don't match dg2. The cards use paths unused by integrated graphics.
author
jsg
<jsg@openbsd.org>
Fri, 1 Mar 2024 06:18:00 +0000
(06:18 +0000)
committer
jsg
<jsg@openbsd.org>
Fri, 1 Mar 2024 06:18:00 +0000
(06:18 +0000)
Likely doesn't work.
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
e1c6c26
..
620eb82
100644
(file)
--- a/
sys/dev/pci/drm/i915/i915_pci.c
+++ b/
sys/dev/pci/drm/i915/i915_pci.c
@@
-771,6
+771,7
@@
static const struct intel_device_info xehpsdv_info = {
static const struct intel_device_info dg2_info = {
DG2_FEATURES,
+ .require_force_probe = 1,
};
static const struct intel_device_info ats_m_info = {