drm/radeon: rework GPU reset on cayman/TN
Update the code to better match the recommended programming sequence for soft reset. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -2327,7 +2327,7 @@ bool evergreen_gpu_is_lockup(struct radeon_device *rdev, struct radeon_ring *rin
|
||||
return radeon_ring_test_lockup(rdev, ring);
|
||||
}
|
||||
|
||||
static void evergreen_print_gpu_status_regs(struct radeon_device *rdev)
|
||||
void evergreen_print_gpu_status_regs(struct radeon_device *rdev)
|
||||
{
|
||||
dev_info(rdev->dev, " GRBM_STATUS = 0x%08X\n",
|
||||
RREG32(GRBM_STATUS));
|
||||
|
Reference in New Issue
Block a user