X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fradeon%2Fr600_pipe_common.h;h=35168844fbf12d88e10327be31d03a6560adc267;hb=e5375ba028c8ca48b11b86068efb65c4e03153eb;hp=726dbb30fcdde78e061850f6317d6de088480897;hpb=2efddc63ee864ab917e444b68a7c2dcf520d451e;p=mesa.git diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h index 726dbb30fcd..35168844fbf 100644 --- a/src/gallium/drivers/radeon/r600_pipe_common.h +++ b/src/gallium/drivers/radeon/r600_pipe_common.h @@ -395,7 +395,7 @@ struct r600_common_screen { /* GPU load thread. */ mtx_t gpu_load_mutex; - pipe_thread gpu_load_thread; + thrd_t gpu_load_thread; union r600_mmio_counters mmio_counters; volatile unsigned gpu_load_stop_thread; /* bool */