Lines Matching defs:ipu
14 #include <video/imx-ipu-v3.h>
15 #include "ipu-prv.h"
25 struct ipu_soc *ipu;
170 dev_err(di->ipu->dev, "DI%d counters out of range.\n",
450 dev_dbg(di->ipu->dev, " IPU clock can give %lu with divider %u, error %c%d.%d%%\n",
494 dev_dbg(di->ipu->dev, "Want %luHz IPU %luHz DI %luHz using %s, %luHz\n",
512 dev_err(di->ipu->dev, "hactive %d is not aligned to 8 and front porch is too small to compensate\n",
529 dev_warn(di->ipu->dev, "failed to adjust videomode\n");
533 dev_dbg(di->ipu->dev, "videomode adapted for IPU restrictions\n");
567 dev_dbg(di->ipu->dev, "disp %d: panel size = %d x %d\n",
570 dev_dbg(di->ipu->dev, "Clocks: IPU %luHz DI %luHz Needed %luHz\n",
651 ipu_module_enable(di->ipu, di->module);
661 ipu_module_disable(di->ipu, di->module);
677 struct ipu_di *ipu_di_get(struct ipu_soc *ipu, int disp)
684 di = ipu->di_priv[disp];
711 int ipu_di_init(struct ipu_soc *ipu, struct device *dev, int id,
724 ipu->di_priv[id] = di;
742 di->ipu = ipu;
747 void ipu_di_exit(struct ipu_soc *ipu, int id)