Skip to content
Commit 156fd99e authored by Archit Taneja's avatar Archit Taneja
Browse files

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: default avatarArchit Taneja <archit@ti.com>
parent 9b4a5716
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment