Searched refs:stream_cmd (Results 1 – 2 of 2) 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