diff options
author | Christian König <deathsimple@vodafone.de> | 2012-05-02 09:11:23 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-03 04:16:38 -0400 |
commit | 7b9ef16bd187b7e7f43887afb393d1f89e5bee71 (patch) | |
tree | f36f2bcd3207f49361ffdf10ed7a630580da788d /drivers/gpu/drm/radeon/radeon.h | |
parent | 67e3c7876878264a81afe0dceb8ac653af8387be (diff) |
drm/radeon: make forcing ring activity a common function
Nothing chipset or ring specific with it,
so also move it to radon_ring.
Signed-off-by: Christian König <deathsimple@vodafone.de>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 0784e4d57d28..82ffa6a05cc6 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h | |||
@@ -817,6 +817,7 @@ void radeon_ring_commit(struct radeon_device *rdev, struct radeon_ring *cp); | |||
817 | void radeon_ring_unlock_commit(struct radeon_device *rdev, struct radeon_ring *cp); | 817 | void radeon_ring_unlock_commit(struct radeon_device *rdev, struct radeon_ring *cp); |
818 | void radeon_ring_unlock_undo(struct radeon_device *rdev, struct radeon_ring *cp); | 818 | void radeon_ring_unlock_undo(struct radeon_device *rdev, struct radeon_ring *cp); |
819 | int radeon_ring_test(struct radeon_device *rdev, struct radeon_ring *cp); | 819 | int radeon_ring_test(struct radeon_device *rdev, struct radeon_ring *cp); |
820 | void radeon_ring_force_activity(struct radeon_device *rdev, struct radeon_ring *ring); | ||
820 | void radeon_ring_lockup_update(struct radeon_ring *ring); | 821 | void radeon_ring_lockup_update(struct radeon_ring *ring); |
821 | bool radeon_ring_test_lockup(struct radeon_device *rdev, struct radeon_ring *ring); | 822 | bool radeon_ring_test_lockup(struct radeon_device *rdev, struct radeon_ring *ring); |
822 | int radeon_ring_init(struct radeon_device *rdev, struct radeon_ring *cp, unsigned ring_size, | 823 | int radeon_ring_init(struct radeon_device *rdev, struct radeon_ring *cp, unsigned ring_size, |