Lines Matching full:gsc
27 * GSC FW allows us to define the host_session_handle as we see fit, as long
36 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt() argument
38 return container_of(gsc, struct xe_gt, uc.gsc); in gsc_to_gt()
42 * xe_gsc_emit_header - write the MTL GSC header in memory
103 * @min_payload_size: minimum size of the message excluding the gsc header
130 * xe_gsc_pkt_submit_kernel - submit a kernel heci pkt to the GSC
131 * @gsc: the GSC uC
132 * @addr_in: GGTT address of the message to send to the GSC
133 * @size_in: size of the message to send to the GSC
134 * @addr_out: GGTT address for the GSC to write the reply to
137 int xe_gsc_pkt_submit_kernel(struct xe_gsc *gsc, u64 addr_in, u32 size_in, in xe_gsc_pkt_submit_kernel() argument
140 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_pkt_submit_kernel()
165 job = xe_bb_create_job(gsc->q, bb); in xe_gsc_pkt_submit_kernel()