Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.c47 #define LRC_PRIORITY GENMASK_ULL(10, 9) macro
1430 lrc->desc &= ~LRC_PRIORITY; in xe_lrc_set_multi_queue_priority()
1431 lrc->desc |= FIELD_PREP(LRC_PRIORITY, xe_multi_queue_prio_to_lrc(lrc, priority)); in xe_lrc_set_multi_queue_priority()