1. 25 7月, 2008 3 次提交
  2. 22 7月, 2008 4 次提交
  3. 21 7月, 2008 5 次提交
  4. 15 7月, 2008 1 次提交
  5. 14 7月, 2008 1 次提交
    • D
      drm: reorganise drm tree to be more future proof. · c0e09200
      Dave Airlie 提交于
      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: NDave Airlie <airlied@redhat.com>
      c0e09200
  6. 13 7月, 2008 1 次提交
    • J
      fbdev: bugfix for multiprocess defio · f31ad92f
      Jaya Kumar 提交于
      This patch is a bugfix for how defio handles multiple processes manipulating
      the same framebuffer.
      
      Thanks to Bernard Blackham for identifying this bug.
      
      It occurs when two applications mmap the same framebuffer and concurrently
      write to the same page.  Normally, this doesn't occur since only a single
      process mmaps the framebuffer.  The symptom of the bug is that the mapping
      applications will hang.  The cause is that defio incorrectly tries to add the
      same page twice to the pagelist.  The solution I have is to walk the pagelist
      and check for a duplicate before adding.  Since I needed to walk the pagelist,
      I now also keep the pagelist in sorted order.
      Signed-off-by: NJaya Kumar <jayakumar.lkml@gmail.com>
      Cc: Bernard Blackham <bernard@largestprime.net>
      Cc: <stable@kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      f31ad92f
  7. 11 7月, 2008 1 次提交
  8. 10 7月, 2008 1 次提交
  9. 09 7月, 2008 1 次提交
  10. 07 7月, 2008 1 次提交
  11. 05 7月, 2008 3 次提交
  12. 03 7月, 2008 3 次提交
  13. 26 6月, 2008 1 次提交
  14. 22 6月, 2008 2 次提交
  15. 21 6月, 2008 1 次提交
  16. 13 6月, 2008 2 次提交
  17. 12 6月, 2008 2 次提交
  18. 11 6月, 2008 1 次提交
    • R
      sparc: get leo framebuffer working · 738eca74
      Robert Reif 提交于
      This patch fixes several issues:
          Use the right openprom device name so the driver is actually loaded.
          Fix a crash due to unitialized info->pseudo_palette.
          Put the framebuffer in the proper mode for software rendering.
          checkpatch cleanups.
      
      Hardware acceleration was removed when the driver was rewritten
      for the new framebuffer API in 2003. Software rendering requires
      a different framebuffer access mode but that wasn't changed.  The
      driver now works again but is slow.  The proper fix is to reintroduce
      hardware acceleration.
      Signed-off-by: NRobert Reif <reif@earthlink.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      738eca74
  19. 09 6月, 2008 1 次提交
  20. 07 6月, 2008 3 次提交
  21. 27 5月, 2008 2 次提交