diff options
author | Steve Longerbeam <slongerbeam@gmail.com> | 2014-06-25 18:05:54 -0700 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2014-09-02 14:55:55 +0200 |
commit | 60c04456f68f67f68180ebd84a47e4c58931f70f (patch) | |
tree | 51fb8c5a0d9bbc1544d6af4d2d2a496928bab119 /include/video | |
parent | 9a34cef01392358421b764645073601c352d0a85 (diff) | |
download | op-kernel-dev-60c04456f68f67f68180ebd84a47e4c58931f70f.zip op-kernel-dev-60c04456f68f67f68180ebd84a47e4c58931f70f.tar.gz |
gpu: ipu-cpmem: Add ipu_cpmem_dump()
Adds ipu_cpmem_dump() which dumps a channel's cpmem 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 b519664..b41c17d 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h @@ -211,6 +211,7 @@ void ipu_cpmem_set_yuv_planar(struct ipuv3_channel *ch, u32 pixel_format, int stride, int height); int ipu_cpmem_set_fmt(struct ipuv3_channel *ch, u32 drm_fourcc); int ipu_cpmem_set_image(struct ipuv3_channel *ch, struct ipu_image *image); +void ipu_cpmem_dump(struct ipuv3_channel *ch); /* * IPU Display Controller (dc) functions |