diff options
author | Christian König <christian.koenig@amd.com> | 2017-03-30 15:31:13 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-04-06 13:26:46 -0400 |
commit | 112501642669807640b572d00bd0b3138922a065 (patch) | |
tree | 1e77473be1df9610e69ed485427d7baf984177b5 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 9bbdcc0fbc392e1fa6b4d1497f9d9454df70466f (diff) | |
download | linux-112501642669807640b572d00bd0b3138922a065.tar.bz2 |
drm/amdgpu: cleanup VMHUB bit definitions v2
The two hubs are just instances of the same hardware,
so the register bits are identical.
v2: only remove get_vm_protection_bits for now
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 0a617601fcca..cd573caa43ec 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -571,7 +571,6 @@ struct amdgpu_vmhub { uint32_t vm_l2_pro_fault_status; uint32_t vm_l2_pro_fault_cntl; uint32_t (*get_invalidate_req)(unsigned int vm_id); - uint32_t (*get_vm_protection_bits)(void); }; /* |