Searched refs:aux_context_lock (Results 1 – 8 of 8) sorted by relevance
937 mtx_unlock(&sscreen->aux_context_lock); in si_destroy_screen()939 mtx_destroy(&sscreen->aux_context_lock); in si_destroy_screen()1195 (void)mtx_init(&sscreen->aux_context_lock, mtx_recursive); in radeonsi_screen_create_impl()1484 mtx_lock(&sscreen->aux_context_lock); in si_get_aux_context()1492 mtx_unlock(&sscreen->aux_context_lock); in si_put_aux_context_flush()
604 mtx_t aux_context_lock; member
1276 (void) mtx_init(&rscreen->aux_context_lock, mtx_plain); in r600_common_screen_init()1432 mtx_destroy(&rscreen->aux_context_lock); in r600_destroy_common_screen()1459 mtx_lock(&rscreen->aux_context_lock); in r600_screen_clear_buffer()1462 mtx_unlock(&rscreen->aux_context_lock); in r600_screen_clear_buffer()
348 mtx_t aux_context_lock; member
323 mtx_lock(&rscreen->aux_context_lock); in r600_eliminate_fast_color_clear()329 mtx_unlock(&rscreen->aux_context_lock); in r600_eliminate_fast_color_clear()
87 - radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.
122 - radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.
3489 - radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.