1. 02 4月, 2015 2 次提交
  2. 27 3月, 2015 4 次提交
  3. 18 3月, 2015 1 次提交
    • A
      drm/radeon: drop ttm two ended allocation · a239118a
      Alex Deucher 提交于
      radeon_bo_create() calls radeon_ttm_placement_from_domain()
      before ttm_bo_init() is called.  radeon_ttm_placement_from_domain()
      uses the ttm bo size to determine when to select top down
      allocation but since the ttm bo is not initialized yet the
      check is always false.  It only took effect when buffers
      were validated later.  It also seemed to regress suspend
      and resume on some systems possibly due to it not
      taking effect in radeon_bo_create().
      
      radeon_bo_create() and radeon_ttm_placement_from_domain()
      need to be reworked substantially for this to be optimally
      effective.  Re-enable it at that point.
      Noticed-by: NOded Gabbay <oded.gabbay@amd.com>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      Cc: stable@vger.kernel.org
      a239118a
  4. 17 3月, 2015 1 次提交
  5. 11 3月, 2015 2 次提交
  6. 04 3月, 2015 17 次提交
  7. 26 2月, 2015 10 次提交
  8. 13 2月, 2015 2 次提交
  9. 12 2月, 2015 1 次提交