diff options
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_ring.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_ring.c b/drivers/gpu/drm/radeon/radeon_ring.c index 47634f27f2e5..ebd69562ef6c 100644 --- a/drivers/gpu/drm/radeon/radeon_ring.c +++ b/drivers/gpu/drm/radeon/radeon_ring.c | |||
@@ -459,7 +459,7 @@ void radeon_ring_unlock_commit(struct radeon_device *rdev, struct radeon_ring *r | |||
459 | * | 459 | * |
460 | * @ring: radeon_ring structure holding ring information | 460 | * @ring: radeon_ring structure holding ring information |
461 | * | 461 | * |
462 | * Reset the driver's copy of the wtpr (all asics). | 462 | * Reset the driver's copy of the wptr (all asics). |
463 | */ | 463 | */ |
464 | void radeon_ring_undo(struct radeon_ring *ring) | 464 | void radeon_ring_undo(struct radeon_ring *ring) |
465 | { | 465 | { |
@@ -503,7 +503,7 @@ void radeon_ring_force_activity(struct radeon_device *rdev, struct radeon_ring * | |||
503 | } | 503 | } |
504 | 504 | ||
505 | /** | 505 | /** |
506 | * radeon_ring_force_activity - update lockup variables | 506 | * radeon_ring_lockup_update - update lockup variables |
507 | * | 507 | * |
508 | * @ring: radeon_ring structure holding ring information | 508 | * @ring: radeon_ring structure holding ring information |
509 | * | 509 | * |