Searched refs:tile_sao (Results 1 – 3 of 3) sorted by relevance
182 if (hevc_dec->tile_sao.cpu) { in tile_buffer_reallocate()183 dma_free_coherent(vpu->dev, hevc_dec->tile_sao.size, in tile_buffer_reallocate()184 hevc_dec->tile_sao.cpu, in tile_buffer_reallocate()185 hevc_dec->tile_sao.dma); in tile_buffer_reallocate()186 hevc_dec->tile_sao.cpu = NULL; in tile_buffer_reallocate()205 hevc_dec->tile_sao.cpu = dma_alloc_coherent(vpu->dev, size, in tile_buffer_reallocate()206 &hevc_dec->tile_sao.dma, in tile_buffer_reallocate()208 if (!hevc_dec->tile_sao.cpu) in tile_buffer_reallocate()210 hevc_dec->tile_sao.size = size; in tile_buffer_reallocate()231 if (hevc_dec->tile_sao.cpu) in tile_buffer_reallocate()[all …]
135 struct hantro_aux_buf tile_sao; member
515 hantro_write_addr(vpu, G2_TILE_SAO, ctx->hevc_dec.tile_sao.dma); in set_buffers()