Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-next
commit4bc22a1aa02a0aae97a905091727345085281e61
authorDave Airlie <airlied@redhat.com>
Tue, 20 Dec 2011 19:53:44 +0000 (20 19:53 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Dec 2011 19:53:44 +0000 (20 19:53 +0000)
treeb34a37395efa5be0a9af4ba5b627e43813713ed3
parente2e022ec51a7e85ce4352a53fde1cd11d58e151a
parentb15ba51207e54245409d6f46e20dab36f906eed1
Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-next

* 'drm-radeon-next' of ../drm-radeon-next:
  drm/radeon: introduce a sub allocator and convert ib pool to it v4
  drm/radeon/kms: add support for per-ring fence interrupts
  drm/radeon/kms: add cayman specific fence_ring_emit
  drm/radeon/kms: add some new ring params to better handle other ring types
  drm/radeon: improve radeon_test_syncing function
  drm/radeon: precompute fence cpu/gpu addr once v3
  drm/radeon: move ring debugfs into radeon_ring.c
  drm/radeon: rename struct radeon_cp to radeon_ring
  drm/radeon: disable compute rings on cayman for now
  drm/radeon: add radeon_fence_count_emited function
  drm/radeon: make some asic pointers per ring
  drm/radeon: Add radeon_test_syncing function v2
  drm/radeon: make cp variable an array
  drm/radeon: make ring rptr and wptr register offsets variable
  drm/radeon: make all functions work with multiple rings.
  drm/radeon/kms: add support for semaphores v3
  drm/radeon/kms: add support for multiple fence queues v2
  drm/radeon: fix a spelling mistake
  drm/radeon: no need to check all relocs for duplicates
  drm/radeon: fix debugfs handling v3