aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2019-08-30 14:42:10 +0200
committerAlex Deucher <alexander.deucher@amd.com>2019-09-13 17:38:56 -0500
commit43ce6bab7b9ea8615b18b4a6c88e9b8a122080e3 (patch)
treeca6ecf86e1383fdd1f01ae829fafe90b831fe8eb /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu: reserve at least 4MB of VRAM for page tables v2 (diff)
downloadlinux-dev-43ce6bab7b9ea8615b18b4a6c88e9b8a122080e3.tar.xz
linux-dev-43ce6bab7b9ea8615b18b4a6c88e9b8a122080e3.zip
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index ca963ed6049c..a69e781b2c76 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -478,7 +478,6 @@ struct amdgpu_cs_parser {
uint64_t bytes_moved_vis_threshold;
uint64_t bytes_moved;
uint64_t bytes_moved_vis;
- struct amdgpu_bo_list_entry *evictable;
/* user fence */
struct amdgpu_bo_list_entry uf_entry;