summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-09-16 15:36:49 +0200
committerAlex Deucher <alexander.deucher@amd.com>2016-10-25 14:38:25 -0400
commitf8991bab1aa2121e33b8569857dfb22e536bc396 (patch)
tree14fd7934fdda92dbe79006fb8e3fbae95504f712 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent42e8cb5001d317ebbfcd95af26f263af377ff3a5 (diff)
drm/amdgpu: update the shadow PD together with the real one v2
Far less CPU cycles needed for this approach. v2: fix typo 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>
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 1296f5967bd6..4e51009283a4 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -823,7 +823,6 @@ struct amdgpu_ring {
struct amdgpu_vm_pt {
struct amdgpu_bo_list_entry entry;
uint64_t addr;
- uint64_t shadow_addr;
};
struct amdgpu_vm {