Series:
Reviewed-by: Timothy Arceri
On 04/07/18 09:16, Marek Olšák wrote:
From: Marek Olšák
There is a 15-character limit for thread names shared by the queue name
and process name. Shorten the thread name to make space for the process
name.
---
src/gallium/auxiliary/util/u_threaded_contex
From: Marek Olšák
There is a 15-character limit for thread names shared by the queue name
and process name. Shorten the thread name to make space for the process
name.
---
src/gallium/auxiliary/util/u_threaded_context.c | 2 +-
src/gallium/drivers/radeonsi/si_pipe.c| 4 ++--
src/ga