Home
last modified time | relevance | path

Searched refs:dscrs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_plane.c42 * @dscrs: DMA descriptors
70 struct atmel_hlcdc_dma_channel_dscr *dscrs[ATMEL_HLCDC_LAYER_MAX_PLANES]; member
451 state->dscrs[i]->addr = gem->paddr + state->offsets[i]; in atmel_hlcdc_plane_update_buffers()
455 state->dscrs[i]->self); in atmel_hlcdc_plane_update_buffers()
460 state->dscrs[i]->addr); in atmel_hlcdc_plane_update_buffers()
463 state->dscrs[i]->ctrl); in atmel_hlcdc_plane_update_buffers()
466 state->dscrs[i]->self); in atmel_hlcdc_plane_update_buffers()
844 for (i = 0; i < ARRAY_SIZE(state->dscrs); i++) { in atmel_hlcdc_plane_alloc_dscrs()
857 state->dscrs[i] = dscr; in atmel_hlcdc_plane_alloc_dscrs()
864 dma_pool_free(dc->dscrpool, state->dscrs[ in atmel_hlcdc_plane_alloc_dscrs()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_plane.c44 * @dscrs: DMA descriptors
72 struct atmel_hlcdc_dma_channel_dscr *dscrs[ATMEL_HLCDC_LAYER_MAX_PLANES]; member
453 state->dscrs[i]->addr = gem->dma_addr + state->offsets[i]; in atmel_hlcdc_plane_update_buffers()
457 state->dscrs[i]->self); in atmel_hlcdc_plane_update_buffers()
462 state->dscrs[i]->addr); in atmel_hlcdc_plane_update_buffers()
465 state->dscrs[i]->ctrl); in atmel_hlcdc_plane_update_buffers()
468 state->dscrs[i]->self); in atmel_hlcdc_plane_update_buffers()
849 for (i = 0; i < ARRAY_SIZE(state->dscrs); i++) { in atmel_hlcdc_plane_alloc_dscrs()
862 state->dscrs[i] = dscr; in atmel_hlcdc_plane_alloc_dscrs()
869 dma_pool_free(dc->dscrpool, state->dscrs[ in atmel_hlcdc_plane_alloc_dscrs()
[all...]

Completed in 3 milliseconds