]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'drm-next-3.15' of git://people.freedesktop.org/~deathsimple/linux into...
authorDave Airlie <airlied@redhat.com>
Wed, 5 Mar 2014 04:52:19 +0000 (14:52 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 5 Mar 2014 04:52:19 +0000 (14:52 +1000)
commit423a7b20806d4fd68448cca8ac91cfc97b95841e
treef6e9c0fddb6a15570f5290ada6694307ca767fab
parent5638fc920605d0ea8d4ef1e89e40114ebe4fc634
parentb2465190ee3aeb32e92f86e340ca68e270ef6c0e
Merge branch 'drm-next-3.15' of git://people.freedesktop.org/~deathsimple/linux into drm-next

this is the second pull request for 3.15 radeon changes. Highlights this time:
- Better VRAM usage
- VM page table rework
- Enabling different UVD clocks again
- Some general cleanups and improvements

* 'drm-next-3.15' of git://people.freedesktop.org/~deathsimple/linux:
  drm/radeon: remove struct radeon_bo_list
  drm/radeon: drop non blocking allocations from sub allocator
  drm/radeon: remove global vm lock
  drm/radeon: use normal BOs for the page tables v4
  drm/radeon: further cleanup vm flushing & fencing
  drm/radeon: separate gart and vm functions
  drm/radeon: fix VCE suspend/resume
  drm/radeon: fix missing bo reservation
  drm/radeon: limit how much memory TTM can move per IB according to VRAM usage
  drm/radeon: validate relocations in the order determined by userspace v3
  drm/radeon: add buffers to the LRU list from smallest to largest
  drm/radeon: deduplicate code in radeon_gem_busy_ioctl
  drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2
  drm/radeon: add a way to get and set initial buffer domains v2
  drm/radeon: use variable UVD clocks
  drm/radeon: cleanup the fence ring locking code
  drm/radeon: improve ring lockup detection code v2