]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: fixes for gfx clockgating on SI
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Aug 2013 20:20:26 +0000 (16:20 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Aug 2013 20:30:50 +0000 (16:30 -0400)
commitf69cf52436b822cdb6926fdece38882a44a05b81
treef57480adddfb225fefaf435bb2dbe58b100dbdb6
parent2ccb3c5a76224a8765040ada028b614a1b6a3f65
drm/radeon: fixes for gfx clockgating on SI

Clockgating requires signalling between the CP and the
RLC to work properly.  Resetting the CP block in the
CP resume code messed up the internal coordination
between the blocks.  Removing the reset allows gfx
clockgating to work properly.  However, when gfx clock
gating is enabled, there is a strange interaction with
dpm which causes the chip to stay in the high performance
level all the time, so leave gfx clockgating disabled
for now.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_asic.c
drivers/gpu/drm/radeon/si.c