next_pipe_to_allocate  389 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	for (pipe = dqm->next_pipe_to_allocate, i = 0;
next_pipe_to_allocate  411 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	dqm->next_pipe_to_allocate = (pipe + 1) % get_pipes_per_mec(dqm);
next_pipe_to_allocate  869 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	dqm->queue_count = dqm->next_pipe_to_allocate = 0;
next_pipe_to_allocate  184 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h 	unsigned int		next_pipe_to_allocate;