artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cb1e6b
)
drm/amd/amdgpu: Increase HWIP_MAX_INSTANCE to 10
author
jsg
<jsg@openbsd.org>
Mon, 27 Sep 2021 04:47:02 +0000
(
04:47
+0000)
committer
jsg
<jsg@openbsd.org>
Mon, 27 Sep 2021 04:47:02 +0000
(
04:47
+0000)
From Ernst Sjoestrand
8f95553f0016c3994d9c022b5af4a1a433d6714e
in linux 5.10.y/5.10.68
67a44e659888569a133a8f858c8230e9d7aad1d5
in mainline linux
sys/dev/pci/drm/amd/amdgpu/amdgpu.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/amdgpu/amdgpu.h
b/sys/dev/pci/drm/amd/amdgpu/amdgpu.h
index
7f7631d
..
f94a744
100644
(file)
--- a/
sys/dev/pci/drm/amd/amdgpu/amdgpu.h
+++ b/
sys/dev/pci/drm/amd/amdgpu/amdgpu.h
@@
-721,7
+721,7
@@
enum amd_hw_ip_block_type {
MAX_HWIP
};
-#define HWIP_MAX_INSTANCE
8
+#define HWIP_MAX_INSTANCE
10
struct amd_powerplay {
void *pp_handle;