diff options
author | Nicolai Hähnle <[email protected]> | 2015-11-28 00:02:26 +0100 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2015-11-28 11:08:49 +0100 |
commit | 9e5e702cfb380af461062c96d974027da8d5f17a (patch) | |
tree | 0f986c0f7665238cc9d6c24daf1373ada2255465 /src/mesa/main/getstring.c | |
parent | ea3f394e4a2bd8303d199acd0642f39784b7e27f (diff) |
radeon: only suspend queries on flush if they haven't been suspended yet
Non-timer queries are suspended during blits. When the blits end, the queries
are resumed, but this resume operation itself might run out of CS space and
trigger a flush. When this happens, we must prevent a duplicate suspend during
preflush suspend, and we must also prevent a duplicate resume when the CS flush
returns back to the original resume operation.
This fixes a regression that was introduced by:
commit 8a125afa6e88a3eeddba8c7fdc1a75c9b99d5489
Author: Nicolai Hähnle <[email protected]>
Date: Wed Nov 18 18:40:22 2015 +0100
radeon: ensure that timing/profiling queries are suspended on flush
The queries_suspended_for_flush flag is redundant because suspended queries
are not removed from their respective linked list.
Reviewed-by: Marek Olšák <[email protected]>
Reported-by: Axel Davy <[email protected]>
Cc: "11.1" <[email protected]>
Tested-by: Axel Davy <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/main/getstring.c')
0 files changed, 0 insertions, 0 deletions