Lines Matching refs:amdgpu_device
38 struct amdgpu_device *hi_req_gpu;
54 struct amdgpu_hive_info *amdgpu_get_xgmi_hive(struct amdgpu_device *adev);
56 int amdgpu_xgmi_update_topology(struct amdgpu_hive_info *hive, struct amdgpu_device *adev);
57 int amdgpu_xgmi_add_device(struct amdgpu_device *adev);
58 int amdgpu_xgmi_remove_device(struct amdgpu_device *adev);
59 int amdgpu_xgmi_set_pstate(struct amdgpu_device *adev, int pstate);
60 int amdgpu_xgmi_get_hops_count(struct amdgpu_device *adev,
61 struct amdgpu_device *peer_adev);
62 int amdgpu_xgmi_get_num_links(struct amdgpu_device *adev,
63 struct amdgpu_device *peer_adev);
64 uint64_t amdgpu_xgmi_get_relative_phy_addr(struct amdgpu_device *adev,
66 static inline bool amdgpu_xgmi_same_hive(struct amdgpu_device *adev, in amdgpu_xgmi_same_hive()
67 struct amdgpu_device *bo_adev) in amdgpu_xgmi_same_hive()