Lines Matching defs:qprops
577 struct amdgpu_mes_queue_properties *qprops,
596 r = amdgpu_mes_queue_alloc_mqd(adev, queue, qprops);
626 qprops->queue_type,
627 &qprops->doorbell_off);
632 amdgpu_mes_queue_init_mqd(adev, queue, qprops);
650 queue_input.doorbell_offset = qprops->doorbell_off;
652 queue_input.wptr_addr = qprops->wptr_gpu_addr;
653 queue_input.wptr_mc_addr = qprops->wptr_mc_addr;
654 queue_input.queue_type = qprops->queue_type;
655 queue_input.paging = qprops->paging;
661 qprops->doorbell_off);
667 gang->process->pasid, gang_id, qprops->queue_type,
668 qprops->doorbell_off);
670 queue->ring = qprops->ring;
671 queue->doorbell_off = qprops->doorbell_off;
672 queue->wptr_gpu_addr = qprops->wptr_gpu_addr;
673 queue->queue_type = qprops->queue_type;
674 queue->paging = qprops->paging;
684 qprops->doorbell_off);
1000 struct amdgpu_mes_queue_properties qprops = {0};
1061 amdgpu_mes_ring_to_queue_props(adev, ring, &qprops);
1067 r = amdgpu_mes_add_hw_queue(adev, gang_id, &qprops, &queue_id);
1072 ring->doorbell_index = qprops.doorbell_off;