]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: VENC: Split VENC into interface and panel driver
authorArchit Taneja <archit@ti.com>
Fri, 6 Jul 2012 15:22:37 +0000 (20:52 +0530)
committerArchit Taneja <archit@ti.com>
Wed, 15 Aug 2012 10:19:23 +0000 (15:49 +0530)
commitfeca69bdc9b26b40ee9af5d9d8f8c9621dd180ff
tree7b40d42af877119d5c23ab5a1f147298fc8d4d7d
parente155fd0d37706f1d015eba6c1d033dca396a3571
OMAPDSS: VENC: Split VENC into interface and panel driver

The current venc.c driver contains both the interface and panel driver code.
This makes the driver hard to read, and difficult to understand the work split
between the interface and panel driver and the how the locking works.

This also makes it easier to clearly define the VENC interface ops called by the
panel driver.

Split venc.c into venc.c and venc_panel.c representing the interface and panel
driver respectively. This split is done along the lines of the HDMI interface
and panel drivers.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/Makefile
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/venc.c
drivers/video/omap2/dss/venc_panel.c [new file with mode: 0644]