mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
gallium/radeon: mark the gpu load thread stop trigger as volatile
This commit is contained in:
parent
872ede6fd1
commit
245b464d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ struct r600_common_screen {
|
|||
pipe_thread gpu_load_thread;
|
||||
unsigned gpu_load_counter_busy;
|
||||
unsigned gpu_load_counter_idle;
|
||||
unsigned gpu_load_stop_thread; /* bool */
|
||||
volatile unsigned gpu_load_stop_thread; /* bool */
|
||||
};
|
||||
|
||||
/* This encapsulates a state or an operation which can emitted into the GPU
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue