1. 01 3月, 2010 1 次提交
  2. 23 2月, 2010 1 次提交
  3. 23 12月, 2009 1 次提交
  4. 29 3月, 2009 1 次提交
  5. 13 3月, 2009 1 次提交
  6. 29 12月, 2008 1 次提交
    • D
      drm: move to kref per-master structures. · 7c1c2871
      Dave Airlie 提交于
      This is step one towards having multiple masters sharing a drm
      device in order to get fast-user-switching to work.
      
      It splits out the information associated with the drm master
      into a separate kref counted structure, and allocates this when
      a master opens the device node. It also allows the current master
      to abdicate (say while VT switched), and a new master to take over
      the hardware.
      
      It moves the Intel and radeon drivers to using the sarea from
      within the new master structures.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      7c1c2871
  7. 25 8月, 2008 3 次提交
  8. 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
  9. 19 6月, 2008 2 次提交
  10. 30 3月, 2008 1 次提交
  11. 07 2月, 2008 2 次提交
  12. 15 10月, 2007 2 次提交
  13. 11 7月, 2007 5 次提交
  14. 15 12月, 2006 1 次提交
  15. 24 10月, 2006 1 次提交
  16. 23 4月, 2006 1 次提交
  17. 19 3月, 2006 3 次提交
  18. 18 2月, 2006 2 次提交
  19. 02 1月, 2006 1 次提交
  20. 30 9月, 2005 1 次提交
  21. 25 9月, 2005 1 次提交
    • D
      drm: lindent the drm directory. · b5e89ed5
      Dave Airlie 提交于
      I've been threatening this for a while, so no point hanging around.
      This lindents the DRM code which was always really bad in tabbing department.
      I've also fixed some misnamed files in comments and removed some trailing
      whitespace.
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      b5e89ed5
  22. 16 8月, 2005 1 次提交