Home
last modified time | relevance | path

Searched refs:is_gws (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c149 if (q->properties.is_gws) { in increment_queue_count()
164 if (q->properties.is_gws) { in decrement_queue_count()
614 } else if (q->gws && !q->properties.is_gws) { in update_queue()
619 q->properties.is_gws = true; in update_queue()
620 } else if (!q->gws && q->properties.is_gws) { in update_queue()
625 q->properties.is_gws = false; in update_queue()
H A Dkfd_kernel_queue.c129 prop.is_gws = false; in kq_initialize()
H A Dkfd_priv.h426 * @is_gws: Defines if the queue has been updated to be GWS-capable or not.
427 * @is_gws should be protected by the DQM lock, since changing it can yield the
452 bool is_gws; member
H A Dkfd_chardev.c220 q_properties->is_gws = false; in set_queue_properties_from_user()
/kernel/linux/linux-6.6/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.h476 * @is_gws: Defines if the queue has been updated to be GWS-capable or not.
477 * @is_gws should be protected by the DQM lock, since changing it can yield the
505 bool is_gws; member
H A Dkfd_chardev.c242 q_properties->is_gws = false; in set_queue_properties_from_user()

Completed in 17 milliseconds