Searched refs:tile_sao (Results 1 – 3 of 3) sorted by relevance
93 if (hevc_dec->tile_sao.cpu) { in tile_buffer_reallocate()94 dma_free_coherent(vpu->dev, hevc_dec->tile_sao.size, in tile_buffer_reallocate()95 hevc_dec->tile_sao.cpu, in tile_buffer_reallocate()96 hevc_dec->tile_sao.dma); in tile_buffer_reallocate()97 hevc_dec->tile_sao.cpu = NULL; in tile_buffer_reallocate()116 hevc_dec->tile_sao.cpu = dma_alloc_coherent(vpu->dev, size, in tile_buffer_reallocate()117 &hevc_dec->tile_sao.dma, in tile_buffer_reallocate()119 if (!hevc_dec->tile_sao.cpu) in tile_buffer_reallocate()121 hevc_dec->tile_sao.size = size; in tile_buffer_reallocate()142 if (hevc_dec->tile_sao.cpu) in tile_buffer_reallocate()[all …]
144 struct hantro_aux_buf tile_sao; member
524 hantro_write_addr(vpu, G2_TILE_SAO_ADDR, ctx->hevc_dec.tile_sao.dma); in set_buffers()