Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c342 return csg_iface->input->endpoint_req; in panthor_fw_csg_endpoint_req_get()
351 csg_iface->input->endpoint_req = lower_32_bits(value); in panthor_fw_csg_endpoint_req_set()
361 panthor_fw_update_reqs(csg_iface, endpoint_req, lower_32_bits(value), in panthor_fw_csg_endpoint_req_update()
H A Dpanthor_fw.h173 u32 endpoint_req; member
H A Dpanthor_sched.c1256 u64 endpoint_req; in csg_slot_sync_priority_locked() local
1261 endpoint_req = panthor_fw_csg_endpoint_req_get(ptdev, csg_iface); in csg_slot_sync_priority_locked()
1262 csg_slot->priority = CSG_EP_REQ_PRIORITY_GET(endpoint_req); in csg_slot_sync_priority_locked()
1422 u64 endpoint_req; in csg_slot_prog_locked() local
1449 endpoint_req = CSG_EP_REQ_COMPUTE(group->max_compute_cores) | in csg_slot_prog_locked()
1453 panthor_fw_csg_endpoint_req_set(ptdev, csg_iface, endpoint_req); in csg_slot_prog_locked()