Home
last modified time | relevance | path

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

/linux/drivers/gpu/ipu-v3/
H A 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
H A DMakefile5 ipu-dp.o ipu-dmfc.o ipu-ic.o ipu-ic-csc.o \
/linux/include/video/
H A Dimx-ipu-v3.h306 * IPU Display Multi FIFO Controller (dmfc) functions
309 int ipu_dmfc_enable_channel(struct dmfc_channel *dmfc);
310 void ipu_dmfc_disable_channel(struct dmfc_channel *dmfc);
311 void ipu_dmfc_config_wait4eot(struct dmfc_channel *dmfc, int width);
313 void ipu_dmfc_put(struct dmfc_channel *dmfc);
/linux/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.h23 struct dmfc_channel *dmfc; member