Home
last modified time | relevance | path

Searched refs:sdma_cs (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sdma_copy_image.c128 struct radeon_cmdbuf *cs = sctx->sdma_cs; in si_sdma_v4_v5_copy_texture()
162 struct radeon_cmdbuf *cs = sctx->sdma_cs; in si_sdma_v4_v5_copy_texture()
266 struct radeon_cmdbuf *cs = sctx->sdma_cs; in cik_sdma_copy_texture()
387 struct radeon_cmdbuf *cs = sctx->sdma_cs; in cik_sdma_copy_texture()
424 if (!sctx->sdma_cs) { in si_sdma_copy_image()
428 sctx->sdma_cs = CALLOC_STRUCT(radeon_cmdbuf); in si_sdma_copy_image()
429 if (ws->cs_create(sctx->sdma_cs, sctx->ctx, RING_DMA, in si_sdma_copy_image()
466 radeon_add_to_buffer_list(sctx, sctx->sdma_cs, &src->buffer, RADEON_USAGE_READ, in si_sdma_copy_image()
468 radeon_add_to_buffer_list(sctx, sctx->sdma_cs, &dst->buffer, RADEON_USAGE_WRITE, in si_sdma_copy_image()
474 sctx->ws->cs_is_secure(sctx->sdma_cs)) { in si_sdma_copy_image()
[all …]
Dsi_pipe.c307 if (sctx->sdma_cs) { in si_destroy_context()
308 sctx->ws->cs_destroy(sctx->sdma_cs); in si_destroy_context()
309 free(sctx->sdma_cs); in si_destroy_context()
Dsi_pipe.h906 struct radeon_cmdbuf *sdma_cs; member
/third_party/mesa3d/docs/relnotes/
D19.3.2.rst122 - radeonsi: check ctx->sdma_cs before using it
D20.0.0.rst2345 - radeonsi: rename dma_cs -> sdma_cs
2701 - radeonsi: check ctx->sdma_cs before using it