Searched refs:stream_cmd (Results 1 – 2 of 2) sorted by relevance
125 GEM_BUG_ON(!pxp->stream_cmd.obj); in intel_pxp_tee_stream_message()127 sg = i915_gem_object_get_sg_dma(pxp->stream_cmd.obj, 0, &offset); in intel_pxp_tee_stream_message()129 memcpy(pxp->stream_cmd.vaddr, msg_in, msg_in_len); in intel_pxp_tee_stream_message()136 memcpy(msg_out, pxp->stream_cmd.vaddr, msg_out_len); in intel_pxp_tee_stream_message()229 pxp->stream_cmd.obj = NULL; in alloc_streaming_command()230 pxp->stream_cmd.vaddr = NULL; in alloc_streaming_command()260 pxp->stream_cmd.obj = obj; in alloc_streaming_command()261 pxp->stream_cmd.vaddr = cmd; in alloc_streaming_command()274 struct drm_i915_gem_object *obj = fetch_and_zero(&pxp->stream_cmd.obj); in free_streaming_command()
93 } stream_cmd; member