Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c241 queue_input.exclusively_scheduled = q->properties.is_gws; in add_queue_mes()
319 if (q->properties.is_gws) { in increment_queue_count()
334 if (q->properties.is_gws) { in decrement_queue_count()
915 } else if (q->gws && !q->properties.is_gws) { in update_queue()
920 q->properties.is_gws = true; in update_queue()
921 } else if (!q->gws && q->properties.is_gws) { in update_queue()
926 q->properties.is_gws = false; in update_queue()
H A Dkfd_kernel_queue.c130 prop.is_gws = false; in kq_initialize()
H A Dkfd_priv.h505 bool is_gws; member
H A Dkfd_chardev.c242 q_properties->is_gws = false; in set_queue_properties_from_user()