Home
last modified time | relevance | path

Searched refs:tile_filter (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/media/hantro/
Dhantro_hevc.c175 if (hevc_dec->tile_filter.cpu) { in tile_buffer_reallocate()
176 dma_free_coherent(vpu->dev, hevc_dec->tile_filter.size, in tile_buffer_reallocate()
177 hevc_dec->tile_filter.cpu, in tile_buffer_reallocate()
178 hevc_dec->tile_filter.dma); in tile_buffer_reallocate()
179 hevc_dec->tile_filter.cpu = NULL; in tile_buffer_reallocate()
197 hevc_dec->tile_filter.cpu = dma_alloc_coherent(vpu->dev, size, in tile_buffer_reallocate()
198 &hevc_dec->tile_filter.dma, in tile_buffer_reallocate()
200 if (!hevc_dec->tile_filter.cpu) in tile_buffer_reallocate()
202 hevc_dec->tile_filter.size = size; in tile_buffer_reallocate()
225 if (hevc_dec->tile_filter.cpu) in tile_buffer_reallocate()
[all …]
Dhantro_hw.h134 struct hantro_aux_buf tile_filter; member
Dhantro_g2_hevc_dec.c496 hantro_write_addr(vpu, G2_TILE_FILTER, ctx->hevc_dec.tile_filter.dma); in set_buffers()