drm/amdgpu: move mmhub ras_func init to ip specific file
authorHawking Zhang <Hawking.Zhang@amd.com>
Tue, 6 Apr 2021 16:02:25 +0000 (00:02 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Apr 2021 20:54:10 +0000 (16:54 -0400)
commitd844c6d74740b3bd7795140b00d28dcc5ef78665
treef455850e5d42c51db15e5695e2b1cc45cb5fe9ab
parente90f8be3b91c99346b70b419ec6f4a3d5a4c828e
drm/amdgpu: move mmhub ras_func init to ip specific file

mmhub ras is always owned by gpu driver. ras_funcs
initialization shall be done at ip level, instead of
putting it in common gmc interface file

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c