drm/amdgpu: implement common gmc_ras_late_init
authorTao Zhou <tao.zhou1@amd.com>
Wed, 18 Sep 2019 10:31:07 +0000 (18:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:11:03 +0000 (09:11 -0500)
commitba0834921400613839b28b572fdb713281b473d9
tree055f2155e3ceed40e4bc5c6032de3e97f183f6a4
parentbe5b39d87a880b96038d1686ccedff940f6b124f
drm/amdgpu: implement common gmc_ras_late_init

common gmc_ecc_late_init can be shared among all generations of gmc

v2: rename gmc_ecc_late_init to gmc_ras_late_init

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c