Searched refs:tile_bsd (Results 1 – 2 of 2) sorted by relevance
105 if (hevc_dec->tile_bsd.cpu) { in tile_buffer_reallocate() 106 dma_free_coherent(vpu->dev, hevc_dec->tile_bsd.size, in tile_buffer_reallocate() 107 hevc_dec->tile_bsd.cpu, in tile_buffer_reallocate() 108 hevc_dec->tile_bsd.dma); in tile_buffer_reallocate() 109 hevc_dec->tile_bsd.cpu = NULL; in tile_buffer_reallocate() 129 hevc_dec->tile_bsd.cpu = dma_alloc_coherent(vpu->dev, size, in tile_buffer_reallocate() 130 &hevc_dec->tile_bsd.dma, in tile_buffer_reallocate() 132 if (!hevc_dec->tile_bsd.cpu) in tile_buffer_reallocate() 134 hevc_dec->tile_bsd.size = size; in tile_buffer_reallocate() 244 if (hevc_dec->tile_bsd in hantro_hevc_dec_exit() [all...]
527 hantro_write_addr(vpu, G2_TILE_BSD_ADDR, ctx->hevc_dec.tile_bsd.dma); in set_buffers()