drm/amdkfd: call amdgpu_amdkfd_get_hive_id directly
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / include / kgd_kfd_interface.h
index 017f973..fc592f6 100644 (file)
@@ -212,8 +212,6 @@ struct tile_config {
  * IH ring entry. This function allows the KFD ISR to get the VMID
  * from the fault status register as early as possible.
  *
- * @get_hive_id: Returns hive id of current  device,  0 if xgmi is not enabled
- *
  * This structure contains function pointers to services that the kgd driver
  * provides to amdkfd driver.
  *
@@ -288,7 +286,6 @@ struct kfd2kgd_calls {
        void (*set_vm_context_page_table_base)(struct kgd_dev *kgd,
                        uint32_t vmid, uint64_t page_table_base);
        uint32_t (*read_vmid_from_vmfault_reg)(struct kgd_dev *kgd);
-       uint64_t (*get_hive_id)(struct kgd_dev *kgd);
 };
 
 #endif /* KGD_KFD_INTERFACE_H_INCLUDED */