From 78de69713d742645c1c4347a06afca5b38f97184 Mon Sep 17 00:00:00 2001 From: Jerome Glisse Date: Thu, 8 Apr 2010 17:50:34 +0200 Subject: 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'radeon/Makefile.am') diff --git a/radeon/Makefile.am b/radeon/Makefile.am index de782322..03b5040f 100644 --- a/radeon/Makefile.am +++ b/radeon/Makefile.am @@ -39,7 +39,8 @@ libdrm_radeon_la_SOURCES = \ radeon_cs_gem.c \ radeon_cs_space.c \ radeon_bo.c \ - radeon_cs.c + radeon_cs.c \ + bof.c libdrm_radeonincludedir = ${includedir}/libdrm libdrm_radeoninclude_HEADERS = \ -- cgit v1.2.3