Home
last modified time | relevance | path

Searched refs:aux_context_lock (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_dma_cs.c326 simple_mtx_lock(&sscreen->aux_context_lock); in si_screen_clear_buffer()
329 simple_mtx_unlock(&sscreen->aux_context_lock); in si_screen_clear_buffer()
Dsi_pipe.c346 simple_mtx_lock(&sscreen->aux_context_lock); in si_get_reset_status()
356 simple_mtx_unlock(&sscreen->aux_context_lock); in si_get_reset_status()
811 simple_mtx_destroy(&sscreen->aux_context_lock); in si_destroy_screen()
1056 (void)simple_mtx_init(&sscreen->aux_context_lock, mtx_plain); in radeonsi_screen_create_impl()
Dsi_texture.c334 simple_mtx_lock(&sscreen->aux_context_lock); in si_eliminate_fast_color_clear()
350 simple_mtx_unlock(&sscreen->aux_context_lock); in si_eliminate_fast_color_clear()
431 simple_mtx_lock(&sscreen->aux_context_lock); in si_texture_disable_dcc()
438 simple_mtx_unlock(&sscreen->aux_context_lock); in si_texture_disable_dcc()
1189 simple_mtx_lock(&sscreen->aux_context_lock); in si_texture_create_object()
1193 simple_mtx_unlock(&sscreen->aux_context_lock); in si_texture_create_object()
Dsi_pipe.h550 simple_mtx_t aux_context_lock; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1305 (void) mtx_init(&rscreen->aux_context_lock, mtx_plain); in r600_common_screen_init()
1367 mtx_destroy(&rscreen->aux_context_lock); in r600_destroy_common_screen()
1394 mtx_lock(&rscreen->aux_context_lock); in r600_screen_clear_buffer()
1397 mtx_unlock(&rscreen->aux_context_lock); in r600_screen_clear_buffer()
Dr600_pipe_common.h353 mtx_t aux_context_lock; member
Dr600_texture.c323 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()
/external/mesa3d/docs/relnotes/
D20.1.10.rst87 - radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.
D20.2.1.rst122 - radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.
D20.3.0.rst3489 - radeonsi: Fix dead lock with aux_context_lock in si_screen_clear_buffer.