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)
commit7d2691da901d71ff62ad974510ea7149b391bdfe
treec86091bbb9219ebe50196a2bab3250b0bc869fa2
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
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
This page took 0.025438 seconds and 5 git commands to generate.