summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-09-27 04:47:03 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-09-27 04:47:03 +0000
commit3c357a6ac81af9a43a2fe882f59c210974b1addd (patch)
tree439b6cadd5e5427c407ef3ba31c504b50fe9b7a9 /sys/dev/pci/drm
parent060f6825bb8113dcf4b0dd8d12335faae82fbb23 (diff)
drm/amd/amdgpu: Increase HWIP_MAX_INSTANCE to 10
From Ernst Sjoestrand 8f95553f0016c3994d9c022b5af4a1a433d6714e in linux 5.10.y/5.10.68 67a44e659888569a133a8f858c8230e9d7aad1d5 in mainline linux
Diffstat (limited to 'sys/dev/pci/drm')
-rw-r--r--sys/dev/pci/drm/amd/amdgpu/amdgpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/amd/amdgpu/amdgpu.h b/sys/dev/pci/drm/amd/amdgpu/amdgpu.h
index 7f7631d112c..f94a7446977 100644
--- 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;