Add initial version of OMAP video driver module
Detail: All-new OMAP video driver, written as a module in C. Functionality-wise it's basically the same as the original HAL-based driver, except it provides support for GraphicsV_Render via use of the OMAP SDMA controller, and there's currently no support for GraphicsV_IICOp. However under the hood the module is significantly different, to ensure it can be expanded to expose the full feature set of the video controller once the new GraphicsV API is ready. Admin: Tested on rev C2 beagleboard. Version 0.01. Tagged as 'OMAPVideo-0_01'
parents
Showing
!Mk,fd7
0 → 100644
!MkClean,fd7
0 → 100644
!MkExport,fd7
0 → 100644
!MkRom,fd7
0 → 100644
.gitattributes
0 → 100644
LICENSE
0 → 100644
Makefile
0 → 100644
VersionNum
0 → 100644
c/cmodule
0 → 100644
c/dispc
0 → 100644
This diff is collapsed.
c/dsi
0 → 100644
c/dss
0 → 100644
c/graphicsv
0 → 100644
c/regs
0 → 100644
c/sdma
0 → 100644
c/venc
0 → 100644
cmhg/modhead
0 → 100644
h/dispc
0 → 100644
h/dsi
0 → 100644
h/dss
0 → 100644
Please register or sign in to comment