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