Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c546 uint32_t const *restore_id) in allocate_doorbell() argument
555 if (restore_id && *restore_id != q->properties.queue_id) in allocate_doorbell()
582 if (restore_id && *restore_id != valid_id) in allocate_doorbell()
587 if (restore_id) { in allocate_doorbell()
588 if (*restore_id >= KFD_MAX_NUM_OF_QUEUES_PER_PROCESS) in allocate_doorbell()
592 if (__test_and_set_bit(*restore_id, qpd->doorbell_bitmap)) in allocate_doorbell()
595 q->doorbell_id = *restore_id; in allocate_doorbell()