summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-02-18 08:05:11 -0500
committerAlyssa Rosenzweig <[email protected]>2020-02-18 08:45:18 -0500
commit070bc883d34d5a687b800f4615d82eda3f0eb7bb (patch)
treefb1137aee582c87e30a5d2111513b1205d284320 /src/gallium/drivers
parentc46a090942b3d76b8bcbfde75c5454d449799360 (diff)
panfrost: Print synced traces to stderr
To match the existing behaviour. Signed-off-by: Alyssa Rosenzweig <[email protected]> Reviewed-by: Boris Brezillon <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3836>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/panfrost/pan_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/pan_screen.c b/src/gallium/drivers/panfrost/pan_screen.c
index 7cd90107382..2d6fe3377d2 100644
--- a/src/gallium/drivers/panfrost/pan_screen.c
+++ b/src/gallium/drivers/panfrost/pan_screen.c
@@ -775,7 +775,7 @@ panfrost_create_screen(int fd, struct renderonly *ro)
list_inithead(&screen->bo_cache.buckets[i]);
if (pan_debug & (PAN_DBG_TRACE | PAN_DBG_SYNC))
- pandecode_initialize();
+ pandecode_initialize(!(pan_debug & PAN_DBG_TRACE));
screen->base.destroy = panfrost_destroy_screen;