commit | 43ce6bab7b9ea8615b18b4a6c88e9b8a122080e3 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Fri Aug 30 14:42:10 2019 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Sep 13 17:38:56 2019 -0500 |
tree | ca6ecf86e1383fdd1f01ae829fafe90b831fe8eb | |
parent | 9d1b3c78052e87fbb1beb7912bf5b2d5b19f2c2c [diff] |
drm/amdgpu: remove amdgpu_cs_try_evict Trying to evict things from the current working set doesn't work that well anymore because of per VM BOs. Rely on reserving VRAM for page tables to avoid contention. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>