drm/radeon: add new cs command stream dumping facilities
authorJerome Glisse <jglisse@redhat.com>
Thu, 8 Apr 2010 15:50:34 +0000 (17:50 +0200)
committerJerome Glisse <jglisse@redhat.com>
Thu, 8 Apr 2010 15:53:09 +0000 (17:53 +0200)
commit78de69713d742645c1c4347a06afca5b38f97184
tree98c82cd590d52b37a379e927ad85c5a3d60d7e7d
parentc7650003c52ee29b7fa5ebf20dd134079f0b8488
drm/radeon: add new cs command stream dumping facilities

Dump command stream + associated bo into a binary file
which follow a similar design as json file. It allows
to intercept a command stream and replay it in a standalone
program (see radeondb tools).
radeon/Makefile.am
radeon/bof.c [new file with mode: 0644]
radeon/bof.h [new file with mode: 0644]
radeon/radeon_cs_gem.c