| /OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/ |
| H A D | ipu-vdi.c | 45 static inline u32 ipu_vdi_read(struct ipu_vdi *vdi, unsigned int offset) in ipu_vdi_read() argument 47 return readl(vdi->base + offset); in ipu_vdi_read() 50 static inline void ipu_vdi_write(struct ipu_vdi *vdi, u32 value, in ipu_vdi_write() argument 53 writel(value, vdi->base + offset); in ipu_vdi_write() 56 void ipu_vdi_set_field_order(struct ipu_vdi *vdi, v4l2_std_id std, u32 field) in ipu_vdi_set_field_order() argument 78 spin_lock_irqsave(&vdi->lock, flags); in ipu_vdi_set_field_order() 80 reg = ipu_vdi_read(vdi, VDI_C); in ipu_vdi_set_field_order() 85 ipu_vdi_write(vdi, reg, VDI_C); in ipu_vdi_set_field_order() 87 spin_unlock_irqrestore(&vdi->lock, flags); in ipu_vdi_set_field_order() 91 void ipu_vdi_set_motion(struct ipu_vdi *vdi, enum ipu_motion_sel motion_sel) in ipu_vdi_set_motion() argument [all …]
|
| H A D | Makefile | 6 ipu-image-convert.o ipu-smfc.o ipu-vdi.o
|
| H A D | ipu-common.c | 654 void ipu_set_ic_src_mux(struct ipu_soc *ipu, int csi_id, bool vdi) in ipu_set_ic_src_mux() argument 662 if (vdi) in ipu_set_ic_src_mux()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | imx-media-vdic.c | 71 struct ipu_vdi *vdi; member 129 if (!IS_ERR_OR_NULL(priv->vdi)) in vdic_put_ipu_resources() 130 ipu_vdi_put(priv->vdi); in vdic_put_ipu_resources() 131 priv->vdi = NULL; in vdic_put_ipu_resources() 138 struct ipu_vdi *vdi; in vdic_get_ipu_resources() local 140 vdi = ipu_vdi_get(priv->ipu); in vdic_get_ipu_resources() 141 if (IS_ERR(vdi)) { in vdic_get_ipu_resources() 143 ret = PTR_ERR(vdi); in vdic_get_ipu_resources() 146 priv->vdi = vdi; in vdic_get_ipu_resources() 379 ipu_vdi_setup(priv->vdi, MEDIA_BUS_FMT_UYVY8_2X8, in vdic_start() [all …]
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | imx-ipu-v3.h | 207 void ipu_set_ic_src_mux(struct ipu_soc *ipu, int csi_id, bool vdi); 465 void ipu_vdi_set_field_order(struct ipu_vdi *vdi, v4l2_std_id std, u32 field); 466 void ipu_vdi_set_motion(struct ipu_vdi *vdi, enum ipu_motion_sel motion_sel); 467 void ipu_vdi_setup(struct ipu_vdi *vdi, u32 code, int xres, int yres); 468 void ipu_vdi_unsetup(struct ipu_vdi *vdi); 469 int ipu_vdi_enable(struct ipu_vdi *vdi); 470 int ipu_vdi_disable(struct ipu_vdi *vdi); 472 void ipu_vdi_put(struct ipu_vdi *vdi);
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | image_types.bbclass | 289 … sha1sum sha224sum sha256sum sha384sum sha512sum bmap u-boot vmdk vhd vhdx vdi qcow2 base64 gzsync… 310 CONVERSION_CMD:vdi = "qemu-img convert -O vdi ${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.${type} ${IMAGE_NAM… 341 # images that will not be built at do_rootfs time: vmdk, vhd, vhdx, vdi, qcow2, hddimg, iso, etc.
|
| H A D | image-live.bbclass | 237 bbfatal "2) Use wic, vmdk,vhd, vhdx or vdi instead of hddimg\n"
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.4.rst | 303 - The ``vmdk``, ``vdi``, and ``qcow2`` image file types are now used in 306 ``wic.vdi``, and ``wic.qcow2``, respectively.
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | qemu.rst | 354 runqemu qemux86 iso/hddimg/wic.vmdk/wic.qcow2/wic.vdi/ramfs/cpio.gz...
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | classes.rst | 989 Image ("vdi") and QEMU Copy On Write Version 2 ("qcow2") images.
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 2156 …aeU�������������������������vas�����rYZ�������������������Zs���c5d���������vdi������������������O9…
|