An error occurred fetching the project authors.
  1. 24 Apr, 2008 1 commit
  2. 20 Mar, 2008 1 commit
    • Jaya Kumar's avatar
      fbdev: defio and Metronomefb · de7c6d15
      Jaya Kumar authored
      Implement support for the E-Ink Metronome controller.  It provides an mmapable
      interface to the controller using defio support.  It was tested with a gumstix
      pxa255 with Vizplex media using Xfbdev and various X clients such as xeyes,
      xpdf, xloadimage.
      
      This patch also fixes the following bug: Defio would cause a hang on write
      access to the framebuffer as the page fault would be called ad-infinitum.  It
      fixes fb_defio by setting the mapping to be used by page_mkclean.
      Signed-off-by: default avatarJaya Kumar <jayakumar.lkml@gmail.com>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      de7c6d15
  3. 11 Mar, 2008 1 commit
  4. 26 Jan, 2008 1 commit
  5. 29 Nov, 2007 1 commit
    • Huang, Ying's avatar
      x86_64 EFI boot support: EFI frame buffer driver · 7c83172b
      Huang, Ying authored
      This patch adds Graphics Output Protocol support to the kernel.  UEFI2.0 spec
      deprecates Universal Graphics Adapter (UGA) protocol and only Graphics Output
      Protocol (GOP) is produced.  Therefore, the boot loader needs to query the
      UEFI firmware with appropriate Output Protocol and pass the video information
      to the kernel.  As a result of GOP protocol, an EFI framebuffer driver is
      needed for displaying console messages.  The patch adds a EFI framebuffer
      driver.  The EFI frame buffer driver in this patch is based on the Intel Mac
      framebuffer driver.
      
      The ELILO bootloader takes care of passing the video information as
      appropriate for EFI firmware.
      
      The framebuffer driver has been tested in i386 kernel and x86_64 kernel on EFI
      platform.
      Signed-off-by: default avatarChandramouli Narayanan <mouli@linux.intel.com>
      Signed-off-by: default avatarHuang Ying <ying.huang@intel.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Andi Kleen <ak@suse.de>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      7c83172b
  6. 15 Nov, 2007 1 commit
  7. 30 Oct, 2007 2 commits
  8. 19 Oct, 2007 1 commit
  9. 17 Oct, 2007 1 commit
  10. 16 Oct, 2007 6 commits
  11. 31 Jul, 2007 1 commit
  12. 24 Jul, 2007 1 commit
  13. 22 Jul, 2007 3 commits
  14. 17 Jul, 2007 2 commits
  15. 28 Jun, 2007 1 commit
  16. 04 Jun, 2007 1 commit
  17. 24 May, 2007 2 commits
  18. 14 May, 2007 1 commit
  19. 11 May, 2007 3 commits
  20. 10 May, 2007 2 commits
    • Martin Schwidefsky's avatar
      [S390] Kconfig: menus with depends on HAS_IOMEM. · e25df120
      Martin Schwidefsky authored
      Add "depends on HAS_IOMEM" to a number of menus to make them
      disappear for s390 which does not have I/O memory.
      Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
      e25df120
    • Luming Yu's avatar
      ACPI: video: output switch sysfs support · 23b0f015
      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: default avatarLuming Yu <Luming.yu@intel.com>
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      23b0f015
  21. 09 May, 2007 2 commits
  22. 08 May, 2007 5 commits