Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Hawking Zhang and committed by
Alex Deucher
4fbc6101 2e133eda

+2
+2
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.h
··· 26 26 27 27 extern const struct amdgpu_ip_block_version gfx_v12_1_ip_block; 28 28 29 + extern struct amdgpu_xcp_ip_funcs gfx_v12_1_xcp_funcs; 30 + 29 31 #endif