diff options
author | Steve Longerbeam <slongerbeam@gmail.com> | 2016-07-19 18:11:02 -0700 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2016-08-08 11:44:20 +0200 |
commit | 572a7615aeddc881057a4653658731c8bfac7d86 (patch) | |
tree | a5d35f48966dbb8a2ed73c1a283ec9e9a76ac104 /include | |
parent | 03085911d7bbe1132977302fe45ec4efea29cd3d (diff) | |
download | op-kernel-dev-572a7615aeddc881057a4653658731c8bfac7d86.zip op-kernel-dev-572a7615aeddc881057a4653658731c8bfac7d86.tar.gz |
gpu: ipu-v3: Add ipu_get_num()
Adds of-alias id to ipu_soc and retrieve with ipu_get_num().
Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/video/imx-ipu-v3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/imx-ipu-v3.h b/include/video/imx-ipu-v3.h index 8c4312d..ef54634 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h @@ -138,6 +138,7 @@ int ipu_idmac_channel_irq(struct ipu_soc *ipu, struct ipuv3_channel *channel, /* * IPU Common functions */ +int ipu_get_num(struct ipu_soc *ipu); void ipu_set_csi_src_mux(struct ipu_soc *ipu, int csi_id, bool mipi_csi2); void ipu_set_ic_src_mux(struct ipu_soc *ipu, int csi_id, bool vdi); void ipu_dump(struct ipu_soc *ipu); |