Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1528161
| From | Tomi Valkeinen <tomi.valkeinen@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCHv0 1/1] fbdev: add Intel FPGA FRAME BUFFER driver |
| Date | 2016-11-23 08:40 +0100 |
| Message-ID | <sGAjU-1SC-13@gated-at.bofh.it> (permalink) |
| References | <sE4o9-SU-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi, On 16/11/16 11:07, Ong, Hean Loong wrote: > From: Ong Hean Loong <hean.loong.ong@intel.com> > > This patch enables the display port IP driver for > Intel Arria 10 SOCFPGA Golden Hardware > Reference Design (GHRD). > > The driver requires enabling the options such as > Coheherent Memory Allocation, > Intel FPGA Frame Buffer, Frame Buffer Conasole > > Signed-off-by: Ong Hean Loong <hean.loong.ong@intel.com> > --- > .../devicetree/bindings/video/intelfpgavipfb.txt | 22 ++ > MAINTAINERS | 6 + > drivers/video/fbdev/Kconfig | 15 + > drivers/video/fbdev/Makefile | 1 + > drivers/video/fbdev/intelfpgavipfb.c | 302 ++++++++++++++++++++ > 5 files changed, 346 insertions(+), 0 deletions(-) > create mode 100644 Documentation/devicetree/bindings/video/intelfpgavipfb.txt > create mode 100644 drivers/video/fbdev/intelfpgavipfb.c As mentioned by Rob and Alan, no new fbdev drivers please. Write a DRM driver for this. Tomi
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCHv0 1/1] fbdev: add Intel FPGA FRAME BUFFER driver "Ong, Hean Loong" <hean.loong.ong@intel.com> - 2016-11-16 10:10 +0100
Re: [PATCHv0 1/1] fbdev: add Intel FPGA FRAME BUFFER driver Rob Herring <robh@kernel.org> - 2016-11-18 15:10 +0100
Re: [PATCHv0 1/1] fbdev: add Intel FPGA FRAME BUFFER driver One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk> - 2016-11-18 15:20 +0100
Re: [PATCHv0 1/1] fbdev: add Intel FPGA FRAME BUFFER driver Rob Herring <robh@kernel.org> - 2016-11-18 20:00 +0100
Re: [PATCHv0 1/1] fbdev: add Intel FPGA FRAME BUFFER driver "Ong, Hean Loong" <hean.loong.ong@intel.com> - 2016-11-21 03:50 +0100
Re: [PATCHv0 1/1] fbdev: add Intel FPGA FRAME BUFFER driver Tomi Valkeinen <tomi.valkeinen@ti.com> - 2016-11-23 08:40 +0100
csiph-web