From 112501642669807640b572d00bd0b3138922a065 Mon Sep 17 00:00:00 2001 From: Christian König Date: Thu, 30 Mar 2017 15:31:13 +0200 Subject: drm/amdgpu: cleanup VMHUB bit definitions v2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h') 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); }; /* -- cgit v1.2.3