]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3310ce0305c25f94bee2a3d12e516d69b47e881b
tree055f2155e3ceed40e4bc5c6032de3e97f183f6a4
parentb7ba5c3bb529d72fd441630eb5f042cbd9ad15af
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