]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/st: move ATC CG golden init from gfx to mc
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Oct 2016 04:32:00 +0000 (00:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Oct 2016 15:18:37 +0000 (11:18 -0400)
commit0f5be84a654a720c5d69af18a9d88f2f74829062
tree7e594bebef8402010f605a2ff81c1422906a3f78
parent97010e2713eccceafd6aa6f597eb80a3093f776a
drm/amdgpu/st: move ATC CG golden init from gfx to mc

It's technically an MC register so make sure we initialize it
in the MC module rather than the gfx module.  Since other bits
in the same register are used to enable ATC CG features make
sure we apply the golden setting first.

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
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c