Shorten u_queue names
authorMarek Olšák <marek.olsak@amd.com>
Tue, 3 Jul 2018 18:49:42 +0000 (14:49 -0400)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 5 Jul 2018 02:03:35 +0000 (22:03 -0400)
commit7fab8a4b37a1215c51334242b070b2dcd9a3a80c
tree1af7f82103c46273ce61f8cb87caa9e3bc64ec3a
parentb238e33bc9d48b814370da4a9e49c431981053cc
Shorten u_queue names

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.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/gallium/auxiliary/util/u_threaded_context.c
src/gallium/drivers/radeonsi/si_pipe.c
src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c
src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
src/mesa/main/glthread.c
src/util/disk_cache.c