summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/smuio_v13_0_3.h
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2021-11-23 17:27:17 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-06-09 16:48:36 +0300
commit6b7ec18b045ff524eab94340e18feefe9a783d2e (patch)
tree0e4425df6f59c3e82597bfa9e011745dbff8e52d /drivers/gpu/drm/amd/amdgpu/smuio_v13_0_3.h
parent3d2ea552b229495050316e84d7cb0257cb3cd13b (diff)
downloadlinux-6b7ec18b045ff524eab94340e18feefe9a783d2e.tar.xz
drm/amdgpu: init smuio funcs for smuio v13_0_3
Add callbacks for SMUIO 13.0.3 Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Le Ma <le.ma@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/smuio_v13_0_3.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/smuio_v13_0_3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/smuio_v13_0_3.h b/drivers/gpu/drm/amd/amdgpu/smuio_v13_0_3.h
index aec35f7efb58..795f66c5a58b 100644
--- a/drivers/gpu/drm/amd/amdgpu/smuio_v13_0_3.h
+++ b/drivers/gpu/drm/amd/amdgpu/smuio_v13_0_3.h
@@ -23,6 +23,8 @@
#ifndef __SMUIO_V13_0_3_H__
#define __SMUIO_V13_0_3_H__
+#include "soc15_common.h"
+
extern const struct amdgpu_smuio_funcs smuio_v13_0_3_funcs;
#endif /* __SMUIO_V13_0_3_H__ */