drm/radeon/kms: add a radeon asic callback for mc idle

Required for future functionality.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Alex Deucher
2012-02-23 17:53:38 -05:00
committed by Dave Airlie
parent 3ae19b750b
commit 89e5181f3f
5 changed files with 31 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
#include "atom.h"
#include "rs690d.h"
static int rs690_mc_wait_for_idle(struct radeon_device *rdev)
int rs690_mc_wait_for_idle(struct radeon_device *rdev)
{
unsigned i;
uint32_t tmp;