Home
last modified time | relevance | path

Searched refs:dmfc (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/gpu/ipu-v3/
Dipu-dmfc.c101 int ipu_dmfc_enable_channel(struct dmfc_channel *dmfc) in ipu_dmfc_enable_channel() argument
103 struct ipu_dmfc_priv *priv = dmfc->priv; in ipu_dmfc_enable_channel()
117 void ipu_dmfc_disable_channel(struct dmfc_channel *dmfc) in ipu_dmfc_disable_channel() argument
119 struct ipu_dmfc_priv *priv = dmfc->priv; in ipu_dmfc_disable_channel()
135 void ipu_dmfc_config_wait4eot(struct dmfc_channel *dmfc, int width) in ipu_dmfc_config_wait4eot() argument
137 struct ipu_dmfc_priv *priv = dmfc->priv; in ipu_dmfc_config_wait4eot()
144 if ((dmfc->slots * 64 * 4) / width > dmfc->data->max_fifo_lines) in ipu_dmfc_config_wait4eot()
145 dmfc_gen1 |= 1 << dmfc->data->eot_shift; in ipu_dmfc_config_wait4eot()
147 dmfc_gen1 &= ~(1 << dmfc->data->eot_shift); in ipu_dmfc_config_wait4eot()
167 void ipu_dmfc_put(struct dmfc_channel *dmfc) in ipu_dmfc_put() argument
DMakefile5 ipu-dp.o ipu-dmfc.o ipu-ic.o ipu-ic-csc.o \
/linux-5.19.10/drivers/gpu/drm/imx/
Dipuv3-plane.c182 if (!IS_ERR_OR_NULL(ipu_plane->dmfc)) in ipu_plane_put_resources()
183 ipu_dmfc_put(ipu_plane->dmfc); in ipu_plane_put_resources()
218 ipu_plane->dmfc = ipu_dmfc_get(ipu_plane->ipu, ipu_plane->dma); in ipu_plane_get_resources()
219 if (IS_ERR(ipu_plane->dmfc)) { in ipu_plane_get_resources()
220 ret = PTR_ERR(ipu_plane->dmfc); in ipu_plane_get_resources()
256 ipu_dmfc_enable_channel(ipu_plane->dmfc); in ipu_plane_enable()
281 ipu_dmfc_disable_channel(ipu_plane->dmfc); in ipu_plane_disable()
680 ipu_dmfc_config_wait4eot(ipu_plane->dmfc, ALIGN(drm_rect_width(dst), 8)); in ipu_plane_atomic_update()
Dipuv3-plane.h23 struct dmfc_channel *dmfc; member
/linux-5.19.10/include/video/
Dimx-ipu-v3.h311 int ipu_dmfc_enable_channel(struct dmfc_channel *dmfc);
312 void ipu_dmfc_disable_channel(struct dmfc_channel *dmfc);
313 void ipu_dmfc_config_wait4eot(struct dmfc_channel *dmfc, int width);
315 void ipu_dmfc_put(struct dmfc_channel *dmfc);