Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.h148 unsigned int next_pipe_to_allocate; member
Dkfd_device_queue_manager.c202 for (pipe = dqm->next_pipe_to_allocate, i = 0; i < get_pipes_num(dqm); in allocate_hqd()
224 dqm->next_pipe_to_allocate = (pipe + 1) % get_pipes_num(dqm); in allocate_hqd()
549 dqm->queue_count = dqm->next_pipe_to_allocate = 0; in initialize_nocpsch()