diff options
| author | Christian König <[email protected]> | 2016-09-16 13:36:49 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-10-25 18:38:25 +0000 |
| commit | f8991bab1aa2121e33b8569857dfb22e536bc396 (patch) | |
| tree | 14fd7934fdda92dbe79006fb8e3fbae95504f712 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu:wptr poll address of gfx8 is needed (diff) | |
| download | kernel-f8991bab1aa2121e33b8569857dfb22e536bc396.tar.gz kernel-f8991bab1aa2121e33b8569857dfb22e536bc396.zip | |
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 <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
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 { |
