Searched refs:SIZE_WORKSPACE (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/staging/media/meson/vdec/ |
D | codec_mpeg12.c | 14 #define SIZE_WORKSPACE SZ_128K macro 74 mpeg12->workspace_vaddr = dma_alloc_coherent(core->dev, SIZE_WORKSPACE, in codec_mpeg12_start() 109 dma_free_coherent(core->dev, SIZE_WORKSPACE, mpeg12->workspace_vaddr, in codec_mpeg12_start() 123 dma_free_coherent(core->dev, SIZE_WORKSPACE, in codec_mpeg12_stop()
|
D | codec_h264.c | 15 #define SIZE_WORKSPACE 0x1ee000 macro 174 dma_alloc_coherent(core->dev, SIZE_WORKSPACE, in codec_h264_start() 213 dma_free_coherent(core->dev, SIZE_WORKSPACE, in codec_h264_stop()
|
D | codec_vp9.c | 102 #define SIZE_WORKSPACE ALIGN(LMEM_OFFSET + LMEM_SIZE, 64 * SZ_1K) macro 701 vp9->workspace_vaddr = dma_alloc_coherent(core->dev, SIZE_WORKSPACE, in codec_vp9_alloc_workspace() 847 dma_free_coherent(core->dev, SIZE_WORKSPACE, in codec_vp9_stop()
|