Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/ingenic/
H A Dingenic-drm-drv.c67 struct ingenic_dma_hwdesc *dma_hwdesc_f0, *dma_hwdesc_f1; member
503 hwdesc = priv->dma_hwdesc_f0; in ingenic_drm_plane_atomic_update()
818 priv->dma_hwdesc_f0 = dmam_alloc_coherent(dev, in ingenic_drm_bind()
819 sizeof(*priv->dma_hwdesc_f0), in ingenic_drm_bind()
822 if (!priv->dma_hwdesc_f0) in ingenic_drm_bind()
825 priv->dma_hwdesc_f0->next = priv->dma_hwdesc_phys_f0; in ingenic_drm_bind()
826 priv->dma_hwdesc_f0->id = 0xf0; in ingenic_drm_bind()

Completed in 2 milliseconds