diff options
author | Chunming Zhou <David1.Zhou@amd.com> | 2016-08-14 23:36:54 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-08-22 13:47:19 -0400 |
commit | 6557e3d29469157f18342cd47e05792271e64e7c (patch) | |
tree | fdc2249265ac56986eb955a771bb6c97045935d1 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 20f4eff1c8ba344d5c22234ac5611ff1489fbea6 (diff) |
drm/amdgpu: update pd shadow while updating pd V2
V2:
Checking if shadow is valid.
Signed-off-by: Chunming Zhou <David1.Zhou@amd.com>
Reviewed-by: Christian König <christian.koenig@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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 1d6f077d605b..60030f951152 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -816,6 +816,7 @@ struct amdgpu_ring { | |||
816 | struct amdgpu_vm_pt { | 816 | struct amdgpu_vm_pt { |
817 | struct amdgpu_bo_list_entry entry; | 817 | struct amdgpu_bo_list_entry entry; |
818 | uint64_t addr; | 818 | uint64_t addr; |
819 | uint64_t shadow_addr; | ||
819 | }; | 820 | }; |
820 | 821 | ||
821 | struct amdgpu_vm { | 822 | struct amdgpu_vm { |