drm/radeon: move ring debugfs into radeon_ring.c
authorChristian König <deathsimple@vodafone.de>
Mon, 24 Oct 2011 15:08:44 +0000 (17:08 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Dec 2011 19:51:04 +0000 (19:51 +0000)
Those debugfs files aren't r600 specific, so they
shouldn't be in r600.c. Move them to radeon_ring.c
and also add functionality to dump CP1 & CP2 ring
informations.

Signed-off-by: Christian König <deathsimple@vodafone.de>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found