* [RFC PATCH 0/3] fbdev driver for dm644x
@ 2011-09-26 13:47 Manjunath Hadli
0 siblings, 0 replies; 2+ messages in thread
From: Manjunath Hadli @ 2011-09-26 13:47 UTC (permalink / raw)
To: linux-fbdev
This patch series adds an fbdev driver for Texas
Instruments Davinci SoC.The display subsystem consists
of OSD and VENC, with OSD supporting 2 RGb planes and
2 video planes.
http://focus.ti.com/general/docs/lit/
getliterature.tsp?literatureNumber=sprue37d&fileType=pdf
A good amount of the OSD and VENC enabling code is
present in the kernel, and this patch series adds the
fbdev interface.
The fbdev driver exports 4 nodes representing each
plane to the user - from fb0 to fb3.
Manjunath Hadli (3):
davinci: vpbe: enable vpbe for fbdev addition
davinci: vpbe: add fbdev driver for dm644x
davinci: vpbe: add build infrastructure for fbdev driver
drivers/media/video/davinci/Kconfig | 13 +
drivers/media/video/davinci/Makefile | 1 +
drivers/media/video/davinci/vpbe_display.c | 6 +
drivers/media/video/davinci/vpbe_fb.c | 2537 +++++++++++++++++++++++++++
drivers/media/video/davinci/vpbe_fb.h | 66 +
drivers/media/video/davinci/vpbe_fb_ioctl.h | 159 ++
drivers/media/video/davinci/vpbe_osd.c | 793 +++++++++-
drivers/media/video/davinci/vpbe_venc.c | 84 +
include/media/davinci/vpbe_osd.h | 64 +-
include/media/davinci/vpbe_venc.h | 21 +
10 files changed, 3735 insertions(+), 9 deletions(-)
create mode 100644 drivers/media/video/davinci/vpbe_fb.c
create mode 100644 drivers/media/video/davinci/vpbe_fb.h
create mode 100644 drivers/media/video/davinci/vpbe_fb_ioctl.h
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [RFC PATCH 0/3] fbdev driver for dm644x
@ 2011-10-19 11:40 Hadli, Manjunath
0 siblings, 0 replies; 2+ messages in thread
From: Hadli, Manjunath @ 2011-10-19 11:40 UTC (permalink / raw)
To: linux-fbdev
Hello,
Can some one review this patches, so that I can issue a pull request.
Thanks.
Regards,
--Manju
On Mon, Sep 26, 2011 at 19:05:06, Hadli, Manjunath wrote:
> This patch series adds an fbdev driver for Texas Instruments Davinci SoC.The display subsystem consists of OSD and VENC, with OSD supporting 2 RGb planes and
> 2 video planes.
> http://focus.ti.com/general/docs/lit/
> getliterature.tsp?literatureNumber=sprue37d&fileType=pdf
>
> A good amount of the OSD and VENC enabling code is present in the kernel, and this patch series adds the fbdev interface.
>
> The fbdev driver exports 4 nodes representing each plane to the user - from fb0 to fb3.
>
> Manjunath Hadli (3):
> davinci: vpbe: enable vpbe for fbdev addition
> davinci: vpbe: add fbdev driver for dm644x
> davinci: vpbe: add build infrastructure for fbdev driver
>
> drivers/media/video/davinci/Kconfig | 13 +
> drivers/media/video/davinci/Makefile | 1 +
> drivers/media/video/davinci/vpbe_display.c | 6 +
> drivers/media/video/davinci/vpbe_fb.c | 2537 +++++++++++++++++++++++++++
> drivers/media/video/davinci/vpbe_fb.h | 66 +
> drivers/media/video/davinci/vpbe_fb_ioctl.h | 159 ++
> drivers/media/video/davinci/vpbe_osd.c | 793 +++++++++-
> drivers/media/video/davinci/vpbe_venc.c | 84 +
> include/media/davinci/vpbe_osd.h | 64 +-
> include/media/davinci/vpbe_venc.h | 21 +
> 10 files changed, 3735 insertions(+), 9 deletions(-) create mode 100644 drivers/media/video/davinci/vpbe_fb.c
> create mode 100644 drivers/media/video/davinci/vpbe_fb.h
> create mode 100644 drivers/media/video/davinci/vpbe_fb_ioctl.h
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-19 11:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-26 13:47 [RFC PATCH 0/3] fbdev driver for dm644x Manjunath Hadli
-- strict thread matches above, loose matches on Subject: below --
2011-10-19 11:40 Hadli, Manjunath
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox