HomeSort by: relevance | last modified time | path
    Searched refs:device_list (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_xgmi.h 32 struct list_head device_list; member in struct:amdgpu_hive_info
amdgpu_xgmi.c 46 return &hive->device_list;
274 INIT_LIST_HEAD(&tmp->device_list);
323 list_for_each_entry(tmp_adev, &hive->device_list, gmc.xgmi.head) {
413 list_add_tail(&adev->gmc.xgmi.head, &hive->device_list);
414 list_for_each_entry(entry, &hive->device_list, head)
422 list_for_each_entry(tmp_adev, &hive->device_list, gmc.xgmi.head) {
436 list_for_each_entry(tmp_adev, &hive->device_list, gmc.xgmi.head) {
amdgpu_device.c 4220 struct list_head device_list, *device_list_handle = NULL; local in function:amdgpu_device_gpu_recover
4243 INIT_LIST_HEAD(&device_list);
4292 device_list_handle = &hive->device_list;
4294 list_add_tail(&adev->gmc.xgmi.head, &device_list);
4295 device_list_handle = &device_list;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c 180 * topology device present in the device_list
183 struct list_head *device_list)
189 list_for_each_entry(dev, device_list, list) {
219 * topology device present in the device_list
222 struct list_head *device_list)
233 list_for_each_entry(dev, device_list, list) {
288 * topology device present in the device_list
291 struct list_head *device_list)
301 list_for_each_entry(dev, device_list, list) {
354 * topology device present in the device_list
    [all...]
kfd_topology.h 200 struct list_head *device_list);
201 void kfd_release_topology_device_list(struct list_head *device_list);
kfd_topology.c 179 void kfd_release_topology_device_list(struct list_head *device_list)
183 while (!list_empty(device_list)) {
184 dev = list_first_entry(device_list,
197 struct list_head *device_list)
212 list_add_tail(&dev->list, device_list);
954 * @device_list - topology device list created by parsing ACPI CRAT table.
957 static bool kfd_is_acpi_crat_invalid(struct list_head *device_list)
961 list_for_each_entry(dev, device_list, list) {
kfd_crat.h 323 int kfd_parse_crat_table(void *crat_image, struct list_head *device_list,
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h 430 * @device_list: List of buffer object devices.
449 struct list_head device_list; member in struct:ttm_bo_global
485 struct list_head device_list; member in struct:ttm_bo_device
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 1702 INIT_LIST_HEAD(&glob->device_list);
1739 list_del(&bdev->device_list);
1804 list_add_tail(&bdev->device_list, &glob->device_list);

Completed in 21 milliseconds