gallium/radeon: mark the gpu load thread stop trigger as volatile

This commit is contained in:
Marek Olšák 2015-06-26 19:01:23 +02:00
parent 872ede6fd1
commit 245b464d5c

View file

@ -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