diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2012-02-23 17:53:38 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-02-27 09:48:58 -0500 |
commit | 89e5181f3f79fbe46dbf811f9bc470f524704450 (patch) | |
tree | b5d08e63249075ad10a45d7183ceace8b1354c26 /drivers/gpu/drm/radeon/r520.c | |
parent | 3ae19b750bdc09ce233e1504348320141593ffda (diff) |
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.c | 2 |
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 @@ | |||
33 | 33 | ||
34 | /* This files gather functions specifics to: r520,rv530,rv560,rv570,r580 */ | 34 | /* This files gather functions specifics to: r520,rv530,rv560,rv570,r580 */ |
35 | 35 | ||
36 | static int r520_mc_wait_for_idle(struct radeon_device *rdev) | 36 | int r520_mc_wait_for_idle(struct radeon_device *rdev) |
37 | { | 37 | { |
38 | unsigned i; | 38 | unsigned i; |
39 | uint32_t tmp; | 39 | uint32_t tmp; |