Searched refs:xe_lrc_descriptor (Results 1 – 4 of 4) sorted by relevance
117 u64 xe_lrc_descriptor(struct xe_lrc *lrc);
737 u32, lower_32_bits(xe_lrc_descriptor(q->lrc[0]))); in xe_guc_exec_queue_group_cgp_update()869 action[len++] = lower_32_bits(xe_lrc_descriptor(lrc)); in __register_mlrc_exec_queue()870 action[len++] = upper_32_bits(xe_lrc_descriptor(lrc)); in __register_mlrc_exec_queue()931 info.hwlrca_lo = lower_32_bits(xe_lrc_descriptor(lrc)); in register_exec_queue()932 info.hwlrca_hi = upper_32_bits(xe_lrc_descriptor(lrc)); in register_exec_queue()1072 wqi[i++] = xe_lrc_descriptor(q->lrc[0]); in wq_item_append()
52 lrc_desc = xe_lrc_descriptor(lrc); in __start_lrc()
1751 u64 xe_lrc_descriptor(struct xe_lrc *lrc) in xe_lrc_descriptor() function