Re: [PATCH] video: add OpenCores VGA/LCD framebuffer driver

2013-11-11 Thread Stefan Kristiansson
On Mon, Nov 11, 2013 at 10:13:14AM +0100, Michal Simek wrote: > On 11/10/2013 02:08 PM, Stefan Kristiansson wrote: > > +config FB_OPENCORES > > + tristate "OpenCores VGA/LCD core 2.0 framebuffer support" > > + depends on FB > > + select FB_CFB_FILLRECT > > + select FB_CFB_COPYAREA > > + s

Re: [PATCH] video: add OpenCores VGA/LCD framebuffer driver

2013-11-11 Thread Michal Simek
On 11/10/2013 02:08 PM, Stefan Kristiansson wrote: > This adds support for the VGA/LCD core available from OpenCores: > http://opencores.org/project,vga_lcd > > The driver have been tested together with both OpenRISC and > ARM (socfpga) processors. > > Signed-off-by: Stefan Kristiansson > --- >

[PATCH] video: add OpenCores VGA/LCD framebuffer driver

2013-11-10 Thread Stefan Kristiansson
This adds support for the VGA/LCD core available from OpenCores: http://opencores.org/project,vga_lcd The driver have been tested together with both OpenRISC and ARM (socfpga) processors. Signed-off-by: Stefan Kristiansson --- drivers/video/Kconfig | 17 ++ drivers/video/Makefile | 1 + dri