artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78756c2
)
drm/amd/display: Atom Integrated System Info v2_2 for DCN35
author
jsg
<jsg@openbsd.org>
Mon, 20 May 2024 05:08:47 +0000
(
05:08
+0000)
committer
jsg
<jsg@openbsd.org>
Mon, 20 May 2024 05:08:47 +0000
(
05:08
+0000)
From Gabe Teeger
7e3030774431eb093165a31baff040d35446fb8b
in linux-6.6.y/6.6.31
9a35d205f466501dcfe5625ca313d944d0ac2d60
in mainline linux
sys/dev/pci/drm/amd/display/dc/bios/bios_parser2.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/display/dc/bios/bios_parser2.c
b/sys/dev/pci/drm/amd/display/dc/bios/bios_parser2.c
index
4c3c4c8
..
93720cf
100644
(file)
--- a/
sys/dev/pci/drm/amd/display/dc/bios/bios_parser2.c
+++ b/
sys/dev/pci/drm/amd/display/dc/bios/bios_parser2.c
@@
-2961,6
+2961,7
@@
static enum bp_result construct_integrated_info(
result = get_integrated_info_v2_1(bp, info);
break;
case 2:
+ case 3:
result = get_integrated_info_v2_2(bp, info);
break;
default: