Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dumsch_mm_v4_0.c331 union UMSCHAPI__ADD_QUEUE add_queue = {}; in umsch_mm_v4_0_add_queue() local
334 add_queue.header.type = UMSCH_API_TYPE_SCHEDULER; in umsch_mm_v4_0_add_queue()
335 add_queue.header.opcode = UMSCH_API_ADD_QUEUE; in umsch_mm_v4_0_add_queue()
336 add_queue.header.dwsize = API_FRAME_SIZE_IN_DWORDS; in umsch_mm_v4_0_add_queue()
338 add_queue.process_id = input_ptr->process_id; in umsch_mm_v4_0_add_queue()
339 add_queue.page_table_base_addr = input_ptr->page_table_base_addr; in umsch_mm_v4_0_add_queue()
340 add_queue.process_va_start = input_ptr->process_va_start; in umsch_mm_v4_0_add_queue()
341 add_queue.process_va_end = input_ptr->process_va_end; in umsch_mm_v4_0_add_queue()
342 add_queue.process_quantum = input_ptr->process_quantum; in umsch_mm_v4_0_add_queue()
343 add_queue.process_csa_addr = input_ptr->process_csa_addr; in umsch_mm_v4_0_add_queue()
[all …]
H A Damdgpu_umsch_mm.h120 int (*add_queue)(struct amdgpu_umsch_mm *umsch, member
214 ((umsch)->funcs->add_queue ? (umsch)->funcs->add_queue((umsch), (input)) : 0)