summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.h
diff options
context:
space:
mode:
authorKevin Wang <kevin1.wang@amd.com>2020-10-14 15:09:57 +0300
committerAlex Deucher <alexander.deucher@amd.com>2020-10-16 21:44:32 +0300
commit21470d97c9f8bb818c2bba71564637eb3c58e5d1 (patch)
treee9d6a1b05f88d7b6b538ea7a91b61b81f2807473 /drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.h
parent92aeeafb544d7b75c38cb0677e691f72c8aa1d6a (diff)
downloadlinux-21470d97c9f8bb818c2bba71564637eb3c58e5d1.tar.xz
drm/amdgpu: remove gfxhub_v1_1_funcs set
remove duplicate gfxhub v1.1 function set. put function of gfxhub_v1_1_get_xgmi_info to gfxhub v1_0 function set. Signed-off-by: Kevin Wang <kevin1.wang@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.h b/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.h
index ae5759ffbee3..d753cf28a0a6 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.h
+++ b/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.h
@@ -24,6 +24,6 @@
#ifndef __GFXHUB_V1_1_H__
#define __GFXHUB_V1_1_H__
-extern const struct amdgpu_gfxhub_funcs gfxhub_v1_1_funcs;
+int gfxhub_v1_1_get_xgmi_info(struct amdgpu_device *adev);
#endif