1. 08 Dec, 2009 3 commits
  2. 07 Dec, 2009 14 commits
  3. 06 Dec, 2009 1 commit
  4. 04 Dec, 2009 11 commits
  5. 03 Dec, 2009 10 commits
  6. 02 Dec, 2009 1 commit
    • Jerome Glisse's avatar
      drm/radeon/kms: Rework radeon object handling · 4c788679
      Jerome Glisse authored
      The locking & protection of radeon object was somewhat messy.
      This patch completely rework it to now use ttm reserve as a
      protection for the radeon object structure member. It also
      shrink down the various radeon object structure by removing
      field which were redondant with the ttm information. Last it
      converts few simple functions to inline which should with
      performances.
      
      airlied: rebase on top of r600 and other changes.
      Signed-off-by: default avatarJerome Glisse <jglisse@redhat.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      4c788679