R6xx/r7xx: disable CS dump

Don't fprintf to a xterm with the lock held.
This commit is contained in:
Alex Deucher 2009-07-09 17:15:23 -04:00
parent 93ab69a0ef
commit 0de26dba2e
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ static int r600_cs_emit(struct radeon_cs *cs)
/* cs_cmd.cs_id = 0; */
cs_cmd.chunks = (uint64_t)(unsigned long)chunk_ptrs;
dump_cmdbuf(cs);
//dump_cmdbuf(cs);
do
{