1. 18 9月, 2009 11 次提交
  2. 16 9月, 2009 8 次提交
  3. 15 9月, 2009 2 次提交
    • D
      drm/radeon/kms: add 32/64 ioctl support. · 70ba2a37
      Dave Airlie 提交于
      Although the new radeon driver ioctls don't need this, some of
      the drm initialisation ioctls require it, so add this to make them
      work.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      70ba2a37
    • J
      drm/radeon/kms: clear confusion in GART init/deinit path · 4aac0473
      Jerome Glisse 提交于
      GART static one time initialization was mixed up with GART
      enabling/disabling which could happen several time for instance
      during suspend/resume cycles. This patch splits all GART
      handling into 4 differents function. gart_init is for one
      time initialization, gart_deinit is called upon module unload
      to free resources allocated by gart_init, gart_enable enable
      the GART and is intented to be call after first initialization
      and at each resume cycle or reset cycle. Finaly gart_disable
      stop the GART and is intended to be call at suspend time or
      when unloading the module.
      Signed-off-by: NJerome Glisse <jglisse@redhat.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      4aac0473
  4. 14 9月, 2009 3 次提交
  5. 12 9月, 2009 3 次提交
  6. 11 9月, 2009 6 次提交
  7. 10 9月, 2009 6 次提交
  8. 09 9月, 2009 1 次提交