]> git.baikalelectronics.ru Git - kernel.git/commit
gpu: ipu-v3: Add ipu-cpmem unit
authorSteve Longerbeam <slongerbeam@gmail.com>
Thu, 26 Jun 2014 01:05:47 +0000 (18:05 -0700)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 18 Aug 2014 12:17:41 +0000 (14:17 +0200)
commit85fa8c2b3a0290f620ebd4547534d0f978cfc7e0
treec86091bbb9219ebe50196a2bab3250b0bc869fa2
parentf45f9587f1dd1e89dd1c89561c9572f777c5bcb7
gpu: ipu-v3: Add ipu-cpmem unit

Move channel parameter memory setup functions and macros into a new
submodule ipu-cpmem. In the process, cleanup arguments to the functions
to take a channel pointer instead of a pointer into cpmem for that
channel. That allows the structure of the parameter memory to be
private to ipu-cpmem.c.

Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/ipu-v3/Makefile
drivers/gpu/ipu-v3/ipu-common.c
drivers/gpu/ipu-v3/ipu-cpmem.c [new file with mode: 0644]
drivers/gpu/ipu-v3/ipu-prv.h
include/video/imx-ipu-v3.h