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>
This commit is contained in:
Hawking Zhang
2025-06-06 00:12:54 +08:00
committed by Alex Deucher
parent 2e133eda97
commit 4fbc61018b

View File

@@ -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