Home
last modified time | relevance | path

Searched refs:ipu_dmfc_config_wait4eot (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-dmfc.c135 void ipu_dmfc_config_wait4eot(struct dmfc_channel *dmfc, int width) in ipu_dmfc_config_wait4eot() function
153 EXPORT_SYMBOL_GPL(ipu_dmfc_config_wait4eot);
/OK3568_Linux_fs/kernel/include/video/
H A Dimx-ipu-v3.h312 void ipu_dmfc_config_wait4eot(struct dmfc_channel *dmfc, int width);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/
H A Dipuv3-plane.c626 ipu_dmfc_config_wait4eot(ipu_plane->dmfc, drm_rect_width(dst)); in ipu_plane_atomic_update()