Skip to content

Commit

Permalink
gpu: ipu-v3: Add ipu-cpmem unit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steve Longerbeam authored and Philipp Zabel committed Aug 18, 2014
1 parent 7d1311b commit 7d2691d
Show file tree
Hide file tree
Showing 5 changed files with 658 additions and 601 deletions.
3 changes: 2 additions & 1 deletion drivers/gpu/ipu-v3/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
obj-$(CONFIG_IMX_IPUV3_CORE) += imx-ipu-v3.o

imx-ipu-v3-objs := ipu-common.o ipu-dc.o ipu-di.o ipu-dp.o ipu-dmfc.o ipu-smfc.o
imx-ipu-v3-objs := ipu-common.o ipu-cpmem.o ipu-dc.o ipu-di.o \
ipu-dp.o ipu-dmfc.o ipu-smfc.o
Loading

0 comments on commit 7d2691d

Please sign in to comment.