diff options
| author | Rex Zhu <[email protected]> | 2018-10-16 08:27:53 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-11-05 19:21:48 +0000 |
| commit | 20bedfe0c13a2e221301e3c889b2a4c48374f78a (patch) | |
| tree | f694c81c714fdc9c48c75025aae207157f0b76d5 /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | |
| parent | drm/amdgpu: fix gfx wptr for sdma v4 (diff) | |
| download | kernel-20bedfe0c13a2e221301e3c889b2a4c48374f78a.tar.gz kernel-20bedfe0c13a2e221301e3c889b2a4c48374f78a.zip | |
drm/amdgpu: Remove useless csa gpu address in vmid0
driver didn't use this address so far.
Reviewed-by: Monk Liu <[email protected]>
Signed-off-by: Rex Zhu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h index 880ac113a3a9..f1a6a50d9444 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h @@ -238,7 +238,6 @@ typedef struct amdgim_vf2pf_info_v2 amdgim_vf2pf_info ; struct amdgpu_virt { uint32_t caps; struct amdgpu_bo *csa_obj; - uint64_t csa_vmid0_addr; bool chained_ib_support; uint32_t reg_val_offs; struct amdgpu_irq_src ack_irq; |
