Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.h172 #define CSG_EP_REQ_PRIORITY_GET(x) (((x) & CSG_EP_REQ_PRIORITY_MASK) >> 28) macro
H A Dpanthor_sched.c1262 csg_slot->priority = CSG_EP_REQ_PRIORITY_GET(endpoint_req); in csg_slot_sync_priority_locked()