Skip to content

Commit

Permalink
gpu: ipu-v3: add driver for Prefetch Resolve Gasket
Browse files Browse the repository at this point in the history
This adds support for the i.MX6 QUadPlus PRG unit. It glues together the
IPU and the PRE units.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
v4: add missing ipu_soc->prg_priv
  • Loading branch information
Lucas Stach authored and Philipp Zabel committed Mar 16, 2017
1 parent 63863d4 commit ea9c260
Show file tree
Hide file tree
Showing 5 changed files with 447 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/ipu-v3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ obj-$(CONFIG_IMX_IPUV3_CORE) += imx-ipu-v3.o

imx-ipu-v3-objs := ipu-common.o ipu-cpmem.o ipu-csi.o ipu-dc.o ipu-di.o \
ipu-dp.o ipu-dmfc.o ipu-ic.o ipu-image-convert.o \
ipu-pre.o ipu-smfc.o ipu-vdi.o
ipu-pre.o ipu-prg.o ipu-smfc.o ipu-vdi.o
1 change: 1 addition & 0 deletions drivers/gpu/ipu-v3/ipu-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1530,6 +1530,7 @@ static struct platform_driver imx_ipu_driver = {

static struct platform_driver * const drivers[] = {
&ipu_pre_drv,
&ipu_prg_drv,
&imx_ipu_driver,
};

Expand Down
Loading

0 comments on commit ea9c260

Please sign in to comment.