diff options
author | Lijo Lazar <lijo.lazar@amd.com> | 2022-09-23 17:15:15 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-06-09 09:49:56 -0400 |
commit | 845c9b313f3122191c847fcc4092492ce039542a (patch) | |
tree | 98868b1a7fd7739d280cea8b144f9bcf1e8c8911 /drivers/gpu/drm/amd/amdgpu/gfxhub_v1_2.h | |
parent | 73c84f7c478aeb98bce494cac73f2d20f4a81c6e (diff) |
drm/amdgpu: Add XCP IP callback funcs for each IP
Initialize with the IP specific functions needed for GFXHUB, GFX and
SDMA.
Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfxhub_v1_2.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfxhub_v1_2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_2.h b/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_2.h index e2d508f5a7ee..997e9f90c990 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_2.h +++ b/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_2.h @@ -26,4 +26,6 @@ extern const struct amdgpu_gfxhub_funcs gfxhub_v1_2_funcs; +extern struct amdgpu_xcp_ip_funcs gfxhub_v1_2_xcp_funcs; + #endif |