Home
last modified time | relevance | path

Searched refs:KFD_QUEUE_TYPE_COMPUTE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c173 case KFD_QUEUE_TYPE_COMPUTE: in convert_to_mes_queue_type()
330 if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE || in increment_queue_count()
345 if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE || in decrement_queue_count()
580 if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE) { in create_queue_nocpsch()
652 if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE) in create_queue_nocpsch()
785 if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE) in destroy_queue_nocpsch_locked()
898 (q->properties.type == KFD_QUEUE_TYPE_COMPUTE || in update_queue()
950 (q->properties.type == KFD_QUEUE_TYPE_COMPUTE || in update_queue()
2295 if (q->properties.type != KFD_QUEUE_TYPE_COMPUTE || in get_wave_state()
2327 if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE && mqd_mgr->get_checkpoint_info) in get_queue_checkpoint_info()
[all …]
H A Dkfd_process_queue_manager.c361 case KFD_QUEUE_TYPE_COMPUTE: in pqm_create_queue()
702 if (q->properties.type == KFD_QUEUE_TYPE_COMPUTE || in kfd_process_get_queue_info()
811 if (q->properties.type != KFD_QUEUE_TYPE_COMPUTE && in criu_checkpoint_queues_device()
1040 case KFD_QUEUE_TYPE_COMPUTE: in pqm_debugfs_mqds()
H A Dkfd_packet_manager_vi.c163 case KFD_QUEUE_TYPE_COMPUTE: in pm_map_queues_vi()
H A Dkfd_mqd_manager_v9.c45 q->type == KFD_QUEUE_TYPE_COMPUTE) in mqd_stride_v9()
132 if (node->kfd->cwsr_enabled && (q->type == KFD_QUEUE_TYPE_COMPUTE)) { in allocate_mqd()
H A Dkfd_packet_manager_v9.c235 case KFD_QUEUE_TYPE_COMPUTE: in pm_map_queues_v9()
H A Dkfd_priv.h418 KFD_QUEUE_TYPE_COMPUTE, enumerator
H A Dkfd_chardev.c259 q_properties->type = KFD_QUEUE_TYPE_COMPUTE; in set_queue_properties_from_user()