mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
R6xx/r7xx: disable CS dump
Don't fprintf to a xterm with the lock held.
This commit is contained in:
parent
93ab69a0ef
commit
0de26dba2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue