diff options
author | Steve Longerbeam <slongerbeam@gmail.com> | 2014-06-25 21:05:55 -0400 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2014-09-02 08:55:56 -0400 |
commit | 3feb049f378da6aa1209e05ef5c656a1f26a9183 (patch) | |
tree | a6fca304e6c726762ec2d740c85a15f9ec95a6f7 /include/video | |
parent | 60c04456f68f67f68180ebd84a47e4c58931f70f (diff) |
gpu: ipu-v3: Add ipu_dump()
Adds ipu_dump() which dumps IPU register state to debug.
Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'include/video')
-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 b41c17d5afc3..c74bf4a0520e 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h | |||
@@ -151,6 +151,7 @@ int ipu_idmac_channel_irq(struct ipu_soc *ipu, struct ipuv3_channel *channel, | |||
151 | */ | 151 | */ |
152 | void ipu_set_csi_src_mux(struct ipu_soc *ipu, int csi_id, bool mipi_csi2); | 152 | void ipu_set_csi_src_mux(struct ipu_soc *ipu, int csi_id, bool mipi_csi2); |
153 | void ipu_set_ic_src_mux(struct ipu_soc *ipu, int csi_id, bool vdi); | 153 | void ipu_set_ic_src_mux(struct ipu_soc *ipu, int csi_id, bool vdi); |
154 | void ipu_dump(struct ipu_soc *ipu); | ||
154 | 155 | ||
155 | /* | 156 | /* |
156 | * IPU Image DMA Controller (idmac) functions | 157 | * IPU Image DMA Controller (idmac) functions |