Lines Matching refs:tile_sao
98 if (hevc_dec->tile_sao.cpu) { in tile_buffer_reallocate()
99 dma_free_coherent(vpu->dev, hevc_dec->tile_sao.size, in tile_buffer_reallocate()
100 hevc_dec->tile_sao.cpu, in tile_buffer_reallocate()
101 hevc_dec->tile_sao.dma); in tile_buffer_reallocate()
102 hevc_dec->tile_sao.cpu = NULL; in tile_buffer_reallocate()
121 hevc_dec->tile_sao.cpu = dma_alloc_coherent(vpu->dev, size, in tile_buffer_reallocate()
122 &hevc_dec->tile_sao.dma, in tile_buffer_reallocate()
124 if (!hevc_dec->tile_sao.cpu) in tile_buffer_reallocate()
126 hevc_dec->tile_sao.size = size; in tile_buffer_reallocate()
141 if (hevc_dec->tile_sao.cpu) in tile_buffer_reallocate()
142 dma_free_coherent(vpu->dev, hevc_dec->tile_sao.size, in tile_buffer_reallocate()
143 hevc_dec->tile_sao.cpu, in tile_buffer_reallocate()
144 hevc_dec->tile_sao.dma); in tile_buffer_reallocate()
145 hevc_dec->tile_sao.cpu = NULL; in tile_buffer_reallocate()
238 if (hevc_dec->tile_sao.cpu) in hantro_hevc_dec_exit()
239 dma_free_coherent(vpu->dev, hevc_dec->tile_sao.size, in hantro_hevc_dec_exit()
240 hevc_dec->tile_sao.cpu, in hantro_hevc_dec_exit()
241 hevc_dec->tile_sao.dma); in hantro_hevc_dec_exit()
242 hevc_dec->tile_sao.cpu = NULL; in hantro_hevc_dec_exit()