]> rtime.felk.cvut.cz Git - linux-imx.git/commit
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)
commitaf9720f4907e0a4a4341a015efe08026b3d3eb2e
tree35cc66ea58389e26c2a4ef198b2d23d43fe042f3
parente32eb50dbe43862606a51caa94368ec6bd019434
drm/radeon: move ring debugfs into radeon_ring.c

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>
drivers/gpu/drm/radeon/r600.c
drivers/gpu/drm/radeon/radeon_ring.c