]> git.karo-electronics.de Git - linux-beck.git/commit
drm/amdgpu: drop wait_for_mc_idle asic callback
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Jun 2016 15:35:36 +0000 (11:35 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 18:54:50 +0000 (14:54 -0400)
commit4b7d97ac835ee96e46538a1fea38021988440301
treea09c19d2aa3f786272569723fd6f0e01e51cf85d
parentccd73f24ae301798ffd26949d6fbec289d9fc6a6
drm/amdgpu: drop wait_for_mc_idle asic callback

Only used in the gmc IP modules so just call the local
function directly.

Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/cik.c
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.h
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.h
drivers/gpu/drm/amd/amdgpu/vi.c