summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2025-06-06 00:12:54 +0800
committerAlex Deucher <alexander.deucher@amd.com>2025-12-10 17:37:59 -0500
commit4fbc61018b48e5373ff3a80b730620e530f0e85c (patch)
treeb3c2d00e8af357456362cd4bf8d39c0d1468ea32 /drivers/gpu/drm/amd
parent2e133eda97c447d11997f2e2953e7d39b0096698 (diff)
drm/amdgpu: Export gfx_v12_1_xcp_func
To be used by soc v1_0 xcp manager Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Likun Gao <Likun.Gao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v12_1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v12_1.h b/drivers/gpu/drm/amd/amdgpu/gfx_v12_1.h
index 8e18e583eff7..684d93a1e2f8 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v12_1.h
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v12_1.h
@@ -26,4 +26,6 @@
extern const struct amdgpu_ip_block_version gfx_v12_1_ip_block;
+extern struct amdgpu_xcp_ip_funcs gfx_v12_1_xcp_funcs;
+
#endif