commit | 1d00402b4da29c53e846bd7499ce94643dd055b9 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue Aug 22 16:58:07 2017 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Aug 24 11:48:47 2017 -0400 |
tree | d66147d548f6424e884fac6fa21c38a4af2306e6 | |
parent | 457e0fee04b0c6c57a28a10e68b16c5f1386c80c [diff] |
drm/amdgpu: fix amdgpu_ttm_bind Use ttm_bo_mem_space instead of manually allocating GART space. This allows us to evict BOs when there isn't enought GART space any more. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>