diff options
author | 2019-05-20 08:32:11 -0700 | |
---|---|---|
committer | 2019-05-20 08:32:11 -0700 | |
commit | f29f24b5568fd6169e0363c78f1a80db38d0e7e9 (patch) | |
tree | 835abaf6e1bb95b9d388f4249f355618e9da1489 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | |
parent | Merge branch 'am5-sdio-fixes' into fixes (diff) | |
parent | ARM: dts: dra71x: Disable usb4_tm target module (diff) | |
download | wireguard-linux-f29f24b5568fd6169e0363c78f1a80db38d0e7e9.tar.xz wireguard-linux-f29f24b5568fd6169e0363c78f1a80db38d0e7e9.zip |
Merge branch 'fixes-dra7' into fixes
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h index 220a6a7b1bc1..c430e8259038 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h @@ -72,6 +72,8 @@ struct amdgpu_bo_va { /* If the mappings are cleared or filled */ bool cleared; + + bool is_xgmi; }; struct amdgpu_bo { |