Home
last modified time | relevance | path

Searched refs:next_pipe_to_allocate (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.h187 unsigned int next_pipe_to_allocate; member
H A Dkfd_device_queue_manager.c430 for (pipe = dqm->next_pipe_to_allocate, i = 0; in allocate_hqd()
452 dqm->next_pipe_to_allocate = (pipe + 1) % get_pipes_per_mec(dqm); in allocate_hqd()
964 dqm->active_queue_count = dqm->next_pipe_to_allocate = 0; in initialize_nocpsch()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.h241 unsigned int next_pipe_to_allocate; member
H A Dkfd_device_queue_manager.c657 for (pipe = dqm->next_pipe_to_allocate, i = 0; in allocate_hqd()
679 dqm->next_pipe_to_allocate = (pipe + 1) % get_pipes_per_mec(dqm); in allocate_hqd()
1405 dqm->active_queue_count = dqm->next_pipe_to_allocate = 0; in initialize_nocpsch()

Completed in 7 milliseconds