commit | b9ace36f13c6fc46391c9d40edc648eef3a59ab0 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Mon Jan 27 10:59:51 2014 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Jan 29 15:23:04 2014 -0500 |
tree | 13f85bf9e838463852ec77d7cb260036600555c7 | |
parent | 9babd35ad72af631547c7ca294bc2e931cc40e58 [diff] |
drm/radeon: skip async dma init on r6xx The hw is buggy and it's not currently used, but it's currently still initialized by the driver. Skip the init. Skipping init also seems to improve stability with dpm on some r6xx asics. bug: https://bugs.freedesktop.org/show_bug.cgi?id=66963 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>