Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1020 info.wq_size = WQ_SIZE; in register_exec_queue()
1024 xe_map_memset(xe, &map, 0, 0, PARALLEL_SCRATCH_SIZE - WQ_SIZE); in register_exec_queue()
1046 return (WQ_SIZE - q->guc->wqi_tail); in wq_space_until_wrap()
1057 CIRC_SPACE(q->guc->wqi_tail, q->guc->wqi_head, WQ_SIZE) in wq_wait_for_space()
1132 xe_gt_assert(guc_to_gt(guc), q->guc->wqi_tail <= WQ_SIZE); in wq_item_append()
2486 for (i = 0; i < WQ_SIZE / sizeof(u32); ++i) in lrc_parallel_clear()
3176 i = (i + sizeof(u32)) % WQ_SIZE) in guc_exec_queue_wq_snapshot_capture()
3198 i = (i + sizeof(u32)) % WQ_SIZE) in guc_exec_queue_wq_snapshot_print()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_wq.c34 #define WQ_SIZE(wq) ((wq)->q_depth * (wq)->wqebb_size) macro
450 num_q_pages = ALIGN(WQ_SIZE(wq), wq->wq_page_size) / wq->wq_page_size; in alloc_wq_pages()