Searched refs:qprops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_mes.c | 577 struct amdgpu_mes_queue_properties *qprops, in amdgpu_mes_add_hw_queue() 596 r = amdgpu_mes_queue_alloc_mqd(adev, queue, qprops); in amdgpu_mes_add_hw_queue() 626 qprops->queue_type, in amdgpu_mes_add_hw_queue() 627 &qprops->doorbell_off); in amdgpu_mes_add_hw_queue() 632 amdgpu_mes_queue_init_mqd(adev, queue, qprops); in amdgpu_mes_add_hw_queue() 650 queue_input.doorbell_offset = qprops->doorbell_off; in amdgpu_mes_add_hw_queue() 652 queue_input.wptr_addr = qprops->wptr_gpu_addr; in amdgpu_mes_add_hw_queue() 653 queue_input.wptr_mc_addr = qprops->wptr_mc_addr; in amdgpu_mes_add_hw_queue() 654 queue_input.queue_type = qprops->queue_type; in amdgpu_mes_add_hw_queue() 655 queue_input.paging = qprops in amdgpu_mes_add_hw_queue() 576 amdgpu_mes_add_hw_queue(struct amdgpu_device *adev, int gang_id, struct amdgpu_mes_queue_properties *qprops, int *queue_id) amdgpu_mes_add_hw_queue() argument 1000 struct amdgpu_mes_queue_properties qprops = {0}; amdgpu_mes_add_ring() local [all...] |
H A D | amdgpu_mes.h | 350 struct amdgpu_mes_queue_properties *qprops,
|
Completed in 3 milliseconds