Searched refs:dscrpool (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_plane.c | 848 dscr = dma_pool_alloc(dc->dscrpool, GFP_KERNEL, &dscr_dma); in atmel_hlcdc_plane_alloc_dscrs() 864 dma_pool_free(dc->dscrpool, state->dscrs[i], in atmel_hlcdc_plane_alloc_dscrs() 928 dma_pool_free(dc->dscrpool, state->dscrs[i], in atmel_hlcdc_plane_atomic_destroy_state() 996 dc->dscrpool = dmam_pool_create("atmel-hlcdc-dscr", dev->dev, in atmel_hlcdc_create_planes() 999 if (!dc->dscrpool) in atmel_hlcdc_create_planes()
|
H A D | atmel_hlcdc_dc.h | 328 * @dscrpool: DMA coherent pool used to allocate DMA descriptors 340 struct dma_pool *dscrpool; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_plane.c | 853 dscr = dma_pool_alloc(dc->dscrpool, GFP_KERNEL, &dscr_dma); in atmel_hlcdc_plane_alloc_dscrs() 869 dma_pool_free(dc->dscrpool, state->dscrs[i], in atmel_hlcdc_plane_alloc_dscrs() 933 dma_pool_free(dc->dscrpool, state->dscrs[i], in atmel_hlcdc_plane_atomic_destroy_state() 1001 dc->dscrpool = dmam_pool_create("atmel-hlcdc-dscr", dev->dev, in atmel_hlcdc_create_planes() 1004 if (!dc->dscrpool) in atmel_hlcdc_create_planes()
|
H A D | atmel_hlcdc_dc.h | 328 * @dscrpool: DMA coherent pool used to allocate DMA descriptors 338 struct dma_pool *dscrpool; member
|
Completed in 5 milliseconds