OSDN Git Service

drm/amdgpu: move umc late init from gmc to umc block
authorTao Zhou <tao.zhou1@amd.com>
Thu, 5 Sep 2019 11:16:19 +0000 (19:16 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Sep 2019 15:06:03 +0000 (10:06 -0500)
commit86edcc7dba53995ea9448e535d7eb21dff5245d0
tree345bdbb6c283e2481712cc9b07b7f8bf7a850741
parent1bd252c57b0b3780694b60a42b403d5fd8265780
drm/amdgpu: move umc late init from gmc to umc block

umc late init is umc specific, it's more suitable to be put in umc block

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/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/amdgpu_umc.h
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
drivers/gpu/drm/amd/amdgpu/umc_v6_1.c