diff options
author | Dave Airlie <airlied@redhat.com> | 2016-05-08 23:49:56 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-05-08 23:49:56 -0400 |
commit | bafb86f5bc3173479002555dea7f31d943b12332 (patch) | |
tree | 6ec94c96460faf782cdb8781339560e13e0918b0 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | ba391646d0d43aee3596b616113cce0f22dde627 (diff) | |
parent | 44549e8f5eea4e0a41b487b63e616cb089922b99 (diff) |
Merge tag 'v4.6-rc7' into drm-next
Merge this back as we've built up a fair few conflicts, and I have
some newer trees to pull in.
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 1012bd3f3482..113fd4bf9b64 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -1639,6 +1639,7 @@ struct amdgpu_uvd { | |||
1639 | struct amdgpu_bo *vcpu_bo; | 1639 | struct amdgpu_bo *vcpu_bo; |
1640 | void *cpu_addr; | 1640 | void *cpu_addr; |
1641 | uint64_t gpu_addr; | 1641 | uint64_t gpu_addr; |
1642 | unsigned fw_version; | ||
1642 | void *saved_bo; | 1643 | void *saved_bo; |
1643 | unsigned max_handles; | 1644 | unsigned max_handles; |
1644 | atomic_t handles[AMDGPU_MAX_UVD_HANDLES]; | 1645 | atomic_t handles[AMDGPU_MAX_UVD_HANDLES]; |
@@ -2074,6 +2075,7 @@ struct amdgpu_device { | |||
2074 | 2075 | ||
2075 | /* tracking pinned memory */ | 2076 | /* tracking pinned memory */ |
2076 | u64 vram_pin_size; | 2077 | u64 vram_pin_size; |
2078 | u64 invisible_pin_size; | ||
2077 | u64 gart_pin_size; | 2079 | u64 gart_pin_size; |
2078 | 2080 | ||
2079 | /* amdkfd interface */ | 2081 | /* amdkfd interface */ |