Home
last modified time | relevance | path

Searched refs:number_devices (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xgmi.h33 atomic_t number_devices; member
H A Damdgpu_xgmi.c614 sprintf(node, "node%d", atomic_read(&hive->number_devices)); in amdgpu_xgmi_sysfs_add_dev_info()
658 sprintf(node, "node%d", atomic_read(&hive->number_devices)); in amdgpu_xgmi_sysfs_rem_dev_info()
737 atomic_set(&hive->number_devices, 0); in amdgpu_get_xgmi_hive()
832 atomic_read(&hive->number_devices), in amdgpu_xgmi_update_topology()
1037 atomic_set(&hive->number_devices, count); in amdgpu_xgmi_add_device()
1159 if (atomic_dec_return(&hive->number_devices) == 0) { in amdgpu_xgmi_remove_device()
1699 num_devs = atomic_read(&hive->number_devices); in amdgpu_xgmi_reset_on_init()
H A Damdgpu_psp.h563 int number_devices,
567 int number_devices,
H A Damdgpu_psp.c1577 int number_devices, in psp_xgmi_get_topology_info() argument
1597 topology_info_input->num_nodes = number_devices; in psp_xgmi_get_topology_info()
1697 int number_devices, in psp_xgmi_set_topology_info() argument
1712 topology_info_input->num_nodes = number_devices; in psp_xgmi_set_topology_info()