1. 13 3月, 2009 13 次提交
  2. 20 2月, 2009 1 次提交
  3. 08 2月, 2009 1 次提交
  4. 29 12月, 2008 4 次提交
  5. 23 12月, 2008 1 次提交
  6. 09 12月, 2008 1 次提交
  7. 25 11月, 2008 1 次提交
  8. 11 11月, 2008 1 次提交
    • D
      drm/radeon: map registers at load time · 78538bf1
      Dave Airlie 提交于
      Now that the radeon driver has suspend/resume functions, it needs to map its
      registers at load time or it will likely crash if a suspend operation occurs
      before the driver has been initialized.
      
      This patch moves the register mapping code from firstopen to load and makes
      the mapping into a _DRM_DRIVER one so that the core won't remove it at
      lastclose time.
      
      Fixes (at least partially) kernel bz #11891.
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      78538bf1
  9. 28 10月, 2008 1 次提交
  10. 18 10月, 2008 6 次提交
  11. 01 9月, 2008 1 次提交
  12. 25 8月, 2008 3 次提交
  13. 02 8月, 2008 1 次提交
  14. 15 7月, 2008 1 次提交
  15. 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