Home
last modified time | relevance | path

Searched refs:amdgpu_hive_info (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_xgmi.h29 struct amdgpu_hive_info { struct
53 struct amdgpu_hive_info *amdgpu_get_xgmi_hive(struct amdgpu_device *adev); argument
54 void amdgpu_put_xgmi_hive(struct amdgpu_hive_info *hive);
55 int amdgpu_xgmi_update_topology(struct amdgpu_hive_info *hive, struct amdgpu_device *adev);
Damdgpu_xgmi.c185 struct amdgpu_hive_info *hive = container_of( in amdgpu_xgmi_show_attrs()
186 kobj, struct amdgpu_hive_info, kobj); in amdgpu_xgmi_show_attrs()
196 struct amdgpu_hive_info *hive = container_of( in amdgpu_xgmi_hive_release()
197 kobj, struct amdgpu_hive_info, kobj); in amdgpu_xgmi_hive_release()
257 struct amdgpu_hive_info *hive) in amdgpu_xgmi_sysfs_add_dev_info()
307 struct amdgpu_hive_info *hive) in amdgpu_xgmi_sysfs_rem_dev_info()
325 struct amdgpu_hive_info *amdgpu_get_xgmi_hive(struct amdgpu_device *adev) in amdgpu_get_xgmi_hive()
327 struct amdgpu_hive_info *hive = NULL, *tmp = NULL; in amdgpu_get_xgmi_hive()
390 void amdgpu_put_xgmi_hive(struct amdgpu_hive_info *hive) in amdgpu_put_xgmi_hive()
399 struct amdgpu_hive_info *hive = amdgpu_get_xgmi_hive(adev); in amdgpu_xgmi_set_pstate()
[all …]
Damdgpu.h258 struct amdgpu_hive_info;
737 struct amdgpu_hive_info *hive;
Damdgpu_device.c3052 struct amdgpu_hive_info *hive = amdgpu_get_xgmi_hive(adev); in amdgpu_device_xgmi_reset_func()
4255 static int amdgpu_do_asic_reset(struct amdgpu_hive_info *hive, in amdgpu_do_asic_reset()
4405 struct amdgpu_hive_info *hive) in amdgpu_device_lock_adev()
4519 struct amdgpu_hive_info *hive = NULL; in amdgpu_device_gpu_recover()
Damdgpu_ras.c1576 struct amdgpu_hive_info *hive = amdgpu_get_xgmi_hive(adev); in amdgpu_ras_do_recovery()