Lines Matching refs:parallel
2169 snapshot->parallel.wq_desc.head = parallel_read(xe, map, wq_desc.head); in guc_exec_queue_wq_snapshot_capture()
2170 snapshot->parallel.wq_desc.tail = parallel_read(xe, map, wq_desc.tail); in guc_exec_queue_wq_snapshot_capture()
2171 snapshot->parallel.wq_desc.status = parallel_read(xe, map, in guc_exec_queue_wq_snapshot_capture()
2174 if (snapshot->parallel.wq_desc.head != in guc_exec_queue_wq_snapshot_capture()
2175 snapshot->parallel.wq_desc.tail) { in guc_exec_queue_wq_snapshot_capture()
2176 for (i = snapshot->parallel.wq_desc.head; in guc_exec_queue_wq_snapshot_capture()
2177 i != snapshot->parallel.wq_desc.tail; in guc_exec_queue_wq_snapshot_capture()
2179 snapshot->parallel.wq[i / sizeof(u32)] = in guc_exec_queue_wq_snapshot_capture()
2191 snapshot->guc.wqi_head, snapshot->parallel.wq_desc.head); in guc_exec_queue_wq_snapshot_print()
2193 snapshot->guc.wqi_tail, snapshot->parallel.wq_desc.tail); in guc_exec_queue_wq_snapshot_print()
2194 drm_printf(p, "\tWQ status: %u\n", snapshot->parallel.wq_desc.status); in guc_exec_queue_wq_snapshot_print()
2196 if (snapshot->parallel.wq_desc.head != in guc_exec_queue_wq_snapshot_print()
2197 snapshot->parallel.wq_desc.tail) { in guc_exec_queue_wq_snapshot_print()
2198 for (i = snapshot->parallel.wq_desc.head; in guc_exec_queue_wq_snapshot_print()
2199 i != snapshot->parallel.wq_desc.tail; in guc_exec_queue_wq_snapshot_print()
2202 snapshot->parallel.wq[i / sizeof(u32)]); in guc_exec_queue_wq_snapshot_print()