drm/amdgpu: split gfx8 gpu init into sw and hw parts
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Sep 2015 21:58:06 +0000 (17:58 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 8 Oct 2015 03:48:21 +0000 (23:48 -0400)
commit0bde3a95eaa90f130dbb71a846243aa6f0e678cf
tree5a664ae869456ec98dc9d3a1b5ea51dab20e118c
parent1c5dc33514002395cf07fa818b95ac4ac21364db
drm/amdgpu: split gfx8 gpu init into sw and hw parts

Calculate the driver state in sw_init and program the
registers in hw init.

Acked-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c