imx-ipu-v3.h (c25141062a82ae8bddced1b3ce2b57a1c0efabe0) | imx-ipu-v3.h (a2ceec52d9a48bd046e5496e266dda1c57872f4b) |
---|---|
1/* 2 * Copyright 2005-2009 Freescale Semiconductor, Inc. 3 * 4 * The code contained herein is licensed under the GNU Lesser General 5 * Public License. You may obtain a copy of the GNU Lesser General 6 * Public License Version 2.1 or later at the following locations: 7 * 8 * http://www.opensource.org/licenses/lgpl-license.html --- 330 unchanged lines hidden (view full) --- 339bool ipu_prg_format_supported(struct ipu_soc *ipu, uint32_t format, 340 uint64_t modifier); 341int ipu_prg_enable(struct ipu_soc *ipu); 342void ipu_prg_disable(struct ipu_soc *ipu); 343void ipu_prg_channel_disable(struct ipuv3_channel *ipu_chan); 344int ipu_prg_channel_configure(struct ipuv3_channel *ipu_chan, 345 unsigned int axi_id, unsigned int width, 346 unsigned int height, unsigned int stride, | 1/* 2 * Copyright 2005-2009 Freescale Semiconductor, Inc. 3 * 4 * The code contained herein is licensed under the GNU Lesser General 5 * Public License. You may obtain a copy of the GNU Lesser General 6 * Public License Version 2.1 or later at the following locations: 7 * 8 * http://www.opensource.org/licenses/lgpl-license.html --- 330 unchanged lines hidden (view full) --- 339bool ipu_prg_format_supported(struct ipu_soc *ipu, uint32_t format, 340 uint64_t modifier); 341int ipu_prg_enable(struct ipu_soc *ipu); 342void ipu_prg_disable(struct ipu_soc *ipu); 343void ipu_prg_channel_disable(struct ipuv3_channel *ipu_chan); 344int ipu_prg_channel_configure(struct ipuv3_channel *ipu_chan, 345 unsigned int axi_id, unsigned int width, 346 unsigned int height, unsigned int stride, |
347 u32 format, unsigned long *eba); | 347 u32 format, uint64_t modifier, unsigned long *eba); |
348 349/* 350 * IPU CMOS Sensor Interface (csi) functions 351 */ 352struct ipu_csi; 353int ipu_csi_init_interface(struct ipu_csi *csi, 354 struct v4l2_mbus_config *mbus_cfg, 355 struct v4l2_mbus_framefmt *mbus_fmt); --- 93 unchanged lines hidden --- | 348 349/* 350 * IPU CMOS Sensor Interface (csi) functions 351 */ 352struct ipu_csi; 353int ipu_csi_init_interface(struct ipu_csi *csi, 354 struct v4l2_mbus_config *mbus_cfg, 355 struct v4l2_mbus_framefmt *mbus_fmt); --- 93 unchanged lines hidden --- |