On 7 January 2011 14:39, Manjunath Hadli <[email protected]> wrote: > This patch implements the core functionality of the dislay driver, > mainly controlling the VENC and other encoders, and acting as > the one point interface for the main V4L2 driver. This implements > the core of each of the V4L2 IOCTLs. > > Signed-off-by: Manjunath Hadli <[email protected]> > Acked-by: Muralidharan Karicheri <[email protected]> > Acked-by: Hans Verkuil <[email protected]> > --- > drivers/media/video/davinci/vpbe.c | 826 > ++++++++++++++++++++++++++++++++++++ > include/media/davinci/vpbe.h | 185 ++++++++ > 2 files changed, 1011 insertions(+), 0 deletions(-) > create mode 100644 drivers/media/video/davinci/vpbe.c > create mode 100644 include/media/davinci/vpbe.h > > diff --git a/drivers/media/video/davinci/vpbe.c > b/drivers/media/video/davinci/vpbe.c
[snip] > +module_param(def_output, charp, S_IRUGO); > +module_param(def_mode, charp, S_IRUGO); > +module_param(debug, int, 0644); > + > +MODULE_PARM_DESC(def_output, "vpbe output name (default:Composite)"); > +MODULE_PARM_DESC(ef_mode, "vpbe output mode name (default:ntsc"); Typo: "ef_mode" should be "def_mode". Right? Best regards, Bjørn Forsman _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
