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.c436 uint32_t const *restore_id) in allocate_doorbell() argument
445 if (restore_id && *restore_id != q->properties.queue_id) in allocate_doorbell()
472 if (restore_id && *restore_id != valid_id) in allocate_doorbell()
477 if (restore_id) { in allocate_doorbell()
479 if (__test_and_set_bit(*restore_id, qpd->doorbell_bitmap)) in allocate_doorbell()
482 q->doorbell_id = *restore_id; in allocate_doorbell()