An error occurred fetching the project authors.
- 14 Jul, 2008 1 commit
-
-
Jorge Zapata authored
New DM driver is added. This driver will replace the current davincifb soon A hard refactor has been done on the davincifb to create this driver and several bugs fixed. Right now is TEST ONLY.
-
- 09 May, 2008 1 commit
-
-
张青山(steven.zhang) authored
-
- 31 Jul, 2007 1 commit
-
-
Yoichi Yuasa authored
Remove tx3912fb. Nino has already removed. It is no longer needed. Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Acked-by: Ralf Baechle <ralf@linux-mips.org> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
- 17 Jul, 2007 1 commit
-
-
Imre Deak authored
- Add Texas Instruments OMAP framebuffer driver. This driver is being used for various OMAP1/2 series based boards and products e.g Nokia N800 Internet Tablet, H4, H3, Siemens SX1 etc. - LCD panel registration and controller code is separated in different file and interfaces. Signed-off-by: Trilok Soni <soni.trilok@gmail.com> Cc: Tony Lindgren <tony@atomide.com> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
- 11 Jul, 2007 1 commit
-
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
- 21 Jun, 2007 1 commit
-
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
- 05 Jun, 2007 1 commit
-
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
- 24 May, 2007 1 commit
-
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
- 16 May, 2007 1 commit
-
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
- 11 May, 2007 2 commits
-
-
Nicolas Ferre authored
Adds a framebuffer driver to ATMEL AT91SAM9x and AT32 aka AVR32 platforms. Those chips share quite the same IP and this code is suitable for both architectures. Signed-off-by: Nicolas Ferre <nicolas.ferre@rfo.atmel.com> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
- 10 May, 2007 1 commit
-
-
Luming Yu authored
Requires CONFIG_VIDEO_OUTPUT_CONTROL and CONFIG_ACPI_VIDEO. After loading output.ko and video.ko, you would have /sys/class/video_output and several device acpi_videoNum there. For example, I got acpi_video0, acpi_video1,acpi_video2,and acpi_video3 under /sys/class/video_output on my T40. I can query the status of output device0 by running " cat /sys/class/video_output/acpi_video0 " The return value is defined in ACPI SPEC B.5.5 _DCS(Return the Status of Output Device). Also you can turn off video1 and turn on video0 by " echo 0 > acpi_video1; echo 0x80000000 > acpi_video0". Please reference ACPI SPEC B.5.7 _DSS for the parameter definition. Please note that it may or may NOT works purely depending on if your vendor providing correct ACPI video extension support in bios. the driver output.ko and video.ko just works like a interface to invoke BIOS. Signed-off-by: Luming Yu <Luming.yu@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
-
- 09 May, 2007 2 commits
-
-
Ondrej Zajicek authored
This patch adds fbdev driver for graphics cards with ARK Logic 2000PV graphics chip with ICS 5342 ramdac. [adaplas@gmail.com: build fixes] Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
Ondrej Zajicek authored
This patch adds fbdev driver for graphics core in VIA VT8623 [adaplas@gmail.com: build fixes] Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
- 08 May, 2007 11 commits
-
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
Andrei Konovalov authored
Add support for the video controller IP block included into Xilinx ML300 and ML403 reference designs. Signed-off-by: Andrei Konovalov <akonovalov@ru.mvista.com> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
Alan Hourihane authored
Add the Intel Vermilion Range framebuffer support. Signed-off-by: Alan Hourihane <alanh@tungstengraphics.com> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
Antonino A. Daplas authored
The functions fb_read() and fb_write in fbmem.c assume that the framebuffer is in IO memory. However, we have 3 drivers (hecubafb, arcfb, and vfb) where the framebuffer is allocated from system RAM (via vmalloc). Using __raw_read/__raw_write (fb_readl/fb_writel) for these drivers is illegal, especially in other platforms. Create file read and write methods for these types of drivers. These are named fb_sys_read() and fb_sys_write(). Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
Antonino A. Daplas authored
The generic drawing functions (cfbimgblt, cfbcopyarea, cfbfillrect) assume that the framebuffer is in IO memory. However, we have 3 drivers (hecubafb, arcfb, and vfb) where the framebuffer is allocated from system RAM (via vmalloc). Using _raw_read/write and family for these drivers (as used in the cfb* functions) is illegal, especially in other platforms. Create 3 new drawing functions, based almost entirely from the original except that the framebuffer memory is assumed to be in system RAM. These are named as sysimgblt, syscopyarea, and sysfillrect. Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
Antonino A. Daplas authored
Instead of directly linking vgastate.o by individual drivers, create a Kconfig option VGASTATE which can be 'SELECT'ed by individual drivers instead. Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
Antonino A. Daplas authored
Allow the saving and restoration of VGA text mode. The state is saved on the first open and restored on the last close. Because of the VGA registers are linearly mapped to the MMIO space, MMIO access is used which is not limited to X86 platforms nor to the primary display device. An echo 0 > /sys/class/vtconsole/vtcon1/bind will convert the display from graphics to text mode. Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
Antonino A. Daplas authored
Allow the saving and restoration of VGA text mode. The state is saved on the first open and restored on the last close. Because of the non-linear mapping of the VGA registers to the MMIO space, this will be done only on X86 platforms where the device is the primary display. An echo 0 > /sys/class/vtconsole/vtcon1/bind will convert the display from graphics to text mode. Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
Jaya Kumar authored
This patch implements support for the E-Ink/hecuba display device. It uses deferred IO support. [akpm@linux-foundation.org: linker section fixes] Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
Jaya Kumar authored
This implements deferred IO support in fbdev. Deferred IO is a way to delay and repurpose IO. This implementation is done using mm's page_mkwrite and page_mkclean hooks in order to detect, delay and then rewrite IO. This functionality is used by hecubafb. [adaplas] This is useful for graphics hardware with no directly addressable/mappable framebuffer. Implementing this will allow the "framebuffer" to be accesible from user space via mmap(). Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
James Simmons authored
Add the new display class. This is meant to unite the various solutions to display units ie acpi output device, auxdisplay and the defunct lcd class in the backlight directory. Signed-off-by: James Simmons <jsimmons@infradead.org> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
- 07 May, 2007 3 commits
-
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
David S. Miller authored
Signed-off-by: David S. Miller <davem@davemloft.net>
-
David S. Miller authored
Signed-off-by: David S. Miller <davem@davemloft.net>
-
- 05 May, 2007 1 commit
-
-
Michael Schmitz authored
Update the atari fb to 2.6 by Michael Schmitz, Reformatting and rewrite of bit plane functions by Roman Zippel, A few more fixes by Geert Uytterhoeven. Signed-off-by: Michael Schmitz <schmitz@debian.org> Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-
- 26 Apr, 2007 1 commit
-
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
- 16 Apr, 2007 2 commits
-
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
- 04 Apr, 2007 1 commit
-
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
- 03 Apr, 2007 1 commit
-
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
- 02 Apr, 2007 1 commit
-
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
- 29 Mar, 2007 1 commit
-
-
Imre Deak authored
Import framebuffer support for omap from linux-omap-historic branch. NOTE: This patch needs to be split and prepared for upstream and then moved to omap-drivers branch. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 19 Mar, 2007 1 commit
-
-
Imre Deak authored
Import framebuffer support for omap from linux-omap-historic branch. NOTE: This patch needs to be split and prepared for upstream and then moved to omap-drivers branch. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 16 Mar, 2007 1 commit
-
-
Imre Deak authored
Import framebuffer support for omap from linux-omap-historic branch. NOTE: This patch needs to be split and prepared for upstream and then moved to omap-drivers branch. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 07 Mar, 2007 2 commits
-
-
Imre Deak authored
Import framebuffer support for omap from linux-omap-historic branch. NOTE: This patch needs to be split and prepared for upstream and then moved to omap-drivers branch. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Imre Deak authored
Import framebuffer support for omap from linux-omap-historic branch. NOTE: This patch needs to be split and prepared for upstream and then moved to omap-drivers branch. Signed-off-by: Tony Lindgren <tony@atomide.com>
-