aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r520.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2012-02-23 17:53:38 -0500
committerDave Airlie <airlied@redhat.com>2012-02-27 14:48:58 +0000
commit89e5181f3f79fbe46dbf811f9bc470f524704450 (patch)
treeb5d08e63249075ad10a45d7183ceace8b1354c26 /drivers/gpu/drm/radeon/r520.c
parentdrm/radeon/kms: add wait_for_vblank asic callback (diff)
downloadlinux-dev-89e5181f3f79fbe46dbf811f9bc470f524704450.tar.xz
linux-dev-89e5181f3f79fbe46dbf811f9bc470f524704450.zip
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>
Diffstat (limited to 'drivers/gpu/drm/radeon/r520.c')
-rw-r--r--drivers/gpu/drm/radeon/r520.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r520.c b/drivers/gpu/drm/radeon/r520.c
index 4ae1615e752f..2e1087a2b973 100644
--- a/drivers/gpu/drm/radeon/r520.c
+++ b/drivers/gpu/drm/radeon/r520.c
@@ -33,7 +33,7 @@
/* This files gather functions specifics to: r520,rv530,rv560,rv570,r580 */
-static int r520_mc_wait_for_idle(struct radeon_device *rdev)
+int r520_mc_wait_for_idle(struct radeon_device *rdev)
{
unsigned i;
uint32_t tmp;