Searched refs:stream_cmd (Results 1 – 2 of 2) sorted by relevance
93 GEM_BUG_ON(!pxp->stream_cmd.obj); in intel_pxp_tee_stream_message()95 sg = i915_gem_object_get_sg_dma(pxp->stream_cmd.obj, 0, &offset); in intel_pxp_tee_stream_message()97 memcpy(pxp->stream_cmd.vaddr, msg_in, msg_in_len); in intel_pxp_tee_stream_message()104 memcpy(msg_out, pxp->stream_cmd.vaddr, msg_out_len); in intel_pxp_tee_stream_message()186 pxp->stream_cmd.obj = NULL; in alloc_streaming_command()187 pxp->stream_cmd.vaddr = NULL; in alloc_streaming_command()215 pxp->stream_cmd.obj = obj; in alloc_streaming_command()216 pxp->stream_cmd.vaddr = cmd; in alloc_streaming_command()229 struct drm_i915_gem_object *obj = fetch_and_zero(&pxp->stream_cmd.obj); in free_streaming_command()
68 } stream_cmd; member
Completed in 4 milliseconds