diff options
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 039b57e4644c..496f72b134eb 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -459,6 +459,7 @@ struct amdgpu_bo { | |||
459 | u64 metadata_flags; | 459 | u64 metadata_flags; |
460 | void *metadata; | 460 | void *metadata; |
461 | u32 metadata_size; | 461 | u32 metadata_size; |
462 | unsigned prime_shared_count; | ||
462 | /* list of all virtual address to which this bo | 463 | /* list of all virtual address to which this bo |
463 | * is associated to | 464 | * is associated to |
464 | */ | 465 | */ |