Home
last modified time | relevance | path

Searched refs:tile_buf (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/media/platform/verisilicon/
Drockchip_vpu981_hw_av1_dec.c355 if (av1_dec->tile_buf.cpu) in rockchip_vpu981_av1_dec_exit()
356 dma_free_coherent(vpu->dev, av1_dec->tile_buf.size, in rockchip_vpu981_av1_dec_exit()
357 av1_dec->tile_buf.cpu, av1_dec->tile_buf.dma); in rockchip_vpu981_av1_dec_exit()
358 av1_dec->tile_buf.cpu = NULL; in rockchip_vpu981_av1_dec_exit()
412 av1_dec->tile_buf.cpu = dma_alloc_coherent(vpu->dev, in rockchip_vpu981_av1_dec_init()
414 &av1_dec->tile_buf.dma, in rockchip_vpu981_av1_dec_init()
416 if (!av1_dec->tile_buf.cpu) in rockchip_vpu981_av1_dec_init()
418 av1_dec->tile_buf.size = AV1_TILE_SIZE; in rockchip_vpu981_av1_dec_init()
2045 hantro_write_addr(vpu, AV1_MC_SYNC_CURR, av1_dec->tile_buf.dma); in rockchip_vpu981_av1_dec_set_parameters()
2046 hantro_write_addr(vpu, AV1_MC_SYNC_LEFT, av1_dec->tile_buf.dma); in rockchip_vpu981_av1_dec_set_parameters()
Dhantro_hw.h331 struct hantro_aux_buf tile_buf; member