Searched refs:stream_cmd (Results 1 – 3 of 3) sorted by relevance
131 GEM_BUG_ON(!pxp->stream_cmd.obj); in intel_pxp_tee_stream_message()133 sg = i915_gem_object_get_sg_dma(pxp->stream_cmd.obj, 0, &offset); in intel_pxp_tee_stream_message()135 memcpy(pxp->stream_cmd.vaddr, msg_in, msg_in_len); in intel_pxp_tee_stream_message()142 memcpy(msg_out, pxp->stream_cmd.vaddr, msg_out_len); in intel_pxp_tee_stream_message()236 pxp->stream_cmd.obj = NULL; in alloc_streaming_command()237 pxp->stream_cmd.vaddr = NULL; in alloc_streaming_command()267 pxp->stream_cmd.obj = obj; in alloc_streaming_command()268 pxp->stream_cmd.vaddr = cmd; in alloc_streaming_command()281 struct drm_i915_gem_object *obj = fetch_and_zero(&pxp->stream_cmd.obj); in free_streaming_command()
102 } stream_cmd; member
1715 struct dmub_rb_cmd_fams2 *stream_cmd = &cmd[i+1].fams2_config; in dc_dmub_srv_fams2_update_config() local1718 stream_cmd->header.type = DMUB_CMD__FW_ASSISTED_MCLK_SWITCH; in dc_dmub_srv_fams2_update_config()1719 stream_cmd->header.sub_type = DMUB_CMD__FAMS2_CONFIG; in dc_dmub_srv_fams2_update_config()1720 …stream_cmd->header.payload_bytes = sizeof(struct dmub_rb_cmd_fams2) - sizeof(struct dmub_cmd_heade… in dc_dmub_srv_fams2_update_config()1721 stream_cmd->header.multi_cmd_pending = 1; in dc_dmub_srv_fams2_update_config()1723 memcpy(&stream_cmd->config.stream, in dc_dmub_srv_fams2_update_config()
Completed in 9 milliseconds