HomeSort by: relevance | last modified time | path
    Searched refs:next_pipe_to_allocate (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_device_queue_manager.h 189 unsigned int next_pipe_to_allocate; member in struct:device_queue_manager
kfd_device_queue_manager.c 408 for (pipe = dqm->next_pipe_to_allocate, i = 0;
430 dqm->next_pipe_to_allocate = (pipe + 1) % get_pipes_per_mec(dqm);
907 dqm->queue_count = dqm->next_pipe_to_allocate = 0;

Completed in 12 milliseconds