Lines Matching full:parallel
2363 /* Prevent redundant attempts to stop parallel queues */ in xe_guc_submit_stop()
2521 /* Prevent redundant attempts to stop parallel queues */ in xe_guc_submit_pause_vf()
2571 /* Prevent redundant attempts to start parallel queues */ in xe_guc_submit_start()
2622 /* Prevent redundant attempts to stop parallel queues */ in xe_guc_submit_unpause_prepare_vf()
2713 * Prevent redundant attempts to stop parallel queues, or queues in xe_guc_submit_unpause_vf()
2738 /* Prevent redundant attempts to stop parallel queues */ in xe_guc_submit_pause_abort()
3121 snapshot->parallel.wq_desc.head = parallel_read(xe, map, wq_desc.head); in guc_exec_queue_wq_snapshot_capture()
3122 snapshot->parallel.wq_desc.tail = parallel_read(xe, map, wq_desc.tail); in guc_exec_queue_wq_snapshot_capture()
3123 snapshot->parallel.wq_desc.status = parallel_read(xe, map, in guc_exec_queue_wq_snapshot_capture()
3126 if (snapshot->parallel.wq_desc.head != in guc_exec_queue_wq_snapshot_capture()
3127 snapshot->parallel.wq_desc.tail) { in guc_exec_queue_wq_snapshot_capture()
3128 for (i = snapshot->parallel.wq_desc.head; in guc_exec_queue_wq_snapshot_capture()
3129 i != snapshot->parallel.wq_desc.tail; in guc_exec_queue_wq_snapshot_capture()
3131 snapshot->parallel.wq[i / sizeof(u32)] = in guc_exec_queue_wq_snapshot_capture()
3143 snapshot->guc.wqi_head, snapshot->parallel.wq_desc.head); in guc_exec_queue_wq_snapshot_print()
3145 snapshot->guc.wqi_tail, snapshot->parallel.wq_desc.tail); in guc_exec_queue_wq_snapshot_print()
3146 drm_printf(p, "\tWQ status: %u\n", snapshot->parallel.wq_desc.status); in guc_exec_queue_wq_snapshot_print()
3148 if (snapshot->parallel.wq_desc.head != in guc_exec_queue_wq_snapshot_print()
3149 snapshot->parallel.wq_desc.tail) { in guc_exec_queue_wq_snapshot_print()
3150 for (i = snapshot->parallel.wq_desc.head; in guc_exec_queue_wq_snapshot_print()
3151 i != snapshot->parallel.wq_desc.tail; in guc_exec_queue_wq_snapshot_print()
3154 snapshot->parallel.wq[i / sizeof(u32)]); in guc_exec_queue_wq_snapshot_print()
3397 /* Prevent redundant attempts to stop parallel queues */ in xe_guc_contexts_hwsp_rebase()