An error occurred fetching the project authors.
  1. 03 Sep, 2008 1 commit
  2. 26 Aug, 2008 2 commits
  3. 24 Jul, 2008 4 commits
  4. 14 Jul, 2008 1 commit
    • Dave Airlie's avatar
      drm: reorganise drm tree to be more future proof. · c0e09200
      Dave Airlie authored
      With the coming of kernel based modesetting and the memory manager stuff,
      the everything in one directory approach was getting very ugly and
      starting to be unmanageable.
      
      This restructures the drm along the lines of other kernel components.
      
      It creates a drivers/gpu/drm directory and moves the hw drivers into
      subdirectores. It moves the includes into an include/drm, and
      sets up the unifdef for the userspace headers we should be exporting.
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      c0e09200
  5. 04 Jul, 2008 1 commit
  6. 18 May, 2008 2 commits
  7. 13 May, 2008 1 commit
  8. 30 Apr, 2008 2 commits
  9. 28 Apr, 2008 6 commits
  10. 24 Apr, 2008 1 commit
  11. 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
  12. 11 Mar, 2008 1 commit
  13. 26 Jan, 2008 1 commit
  14. 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
  15. 15 Nov, 2007 1 commit
  16. 30 Oct, 2007 2 commits
  17. 19 Oct, 2007 1 commit
  18. 17 Oct, 2007 1 commit
  19. 16 Oct, 2007 6 commits
  20. 31 Jul, 2007 1 commit
  21. 24 Jul, 2007 1 commit
  22. 22 Jul, 2007 2 commits