diff options
author | 2016-11-28 08:34:10 +0100 | |
---|---|---|
committer | 2016-11-28 08:34:10 +0100 | |
commit | 0edbf9e55295585bbe9df61b646ca5bf80a8e1eb (patch) | |
tree | d9b6869ff7a245343a9b030511d4bfd18b00f192 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | usb: ohci-da8xx: rename driver to ohci-da8xx (diff) | |
parent | Linux 4.9-rc7 (diff) | |
download | wireguard-linux-0edbf9e55295585bbe9df61b646ca5bf80a8e1eb.tar.xz wireguard-linux-0edbf9e55295585bbe9df61b646ca5bf80a8e1eb.zip |
Merge 4.9-rc7 into usb-next
We want the USB fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 { u64 metadata_flags; void *metadata; u32 metadata_size; + unsigned prime_shared_count; /* list of all virtual address to which this bo * is associated to */ |