1. Sep 21, 2009
  2. Sep 18, 2009
  3. Sep 16, 2009
  4. Sep 15, 2009
    • Dave Airlie's avatar
      drm/radeon/kms: add 32/64 ioctl support. · 70ba2a37
      Dave Airlie authored
      
      
      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: default avatarDave Airlie <airlied@redhat.com>
      70ba2a37
    • Jerome Glisse's avatar
      drm/radeon/kms: clear confusion in GART init/deinit path · 4aac0473
      Jerome Glisse authored
      
      
      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: default avatarJerome Glisse <jglisse@redhat.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      4aac0473
  5. Sep 14, 2009
  6. Sep 12, 2009
  7. Sep 11, 2009