artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
682c551
)
drm/amdgpu: Update NV SIMD-per-CU to 2
author
jsg
<jsg@openbsd.org>
Mon, 19 Jul 2021 10:35:16 +0000
(10:35 +0000)
committer
jsg
<jsg@openbsd.org>
Mon, 19 Jul 2021 10:35:16 +0000
(10:35 +0000)
From Joseph Greathouse
8f933b27cbf1cd176f0a73ddeae19fae5e9bc189
in linux 5.10.y/5.10.51
aa6158112645aae514982ad8d56df64428fcf203
in mainline linux
sys/dev/pci/drm/amd/include/navi10_enum.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/include/navi10_enum.h
b/sys/dev/pci/drm/amd/include/navi10_enum.h
index
d5ead96
..
84bcb96
100644
(file)
--- a/
sys/dev/pci/drm/amd/include/navi10_enum.h
+++ b/
sys/dev/pci/drm/amd/include/navi10_enum.h
@@
-430,7
+430,7
@@
ARRAY_2D_DEPTH = 0x00000001,
*/
typedef enum ENUM_NUM_SIMD_PER_CU {
-NUM_SIMD_PER_CU = 0x0000000
4
,
+NUM_SIMD_PER_CU = 0x0000000
2
,
} ENUM_NUM_SIMD_PER_CU;
/*