Lines Matching refs:stream_id
83 uint32_t stream_id) in fill_flush() argument
87 cmd->flush.streamId = stream_id; in fill_flush()
139 cmds->header.streamId = arg->stream_id; in vmw_overlay_send_put()
172 fill_flush(flush, arg->stream_id); in vmw_overlay_send_put()
186 uint32_t stream_id, in vmw_overlay_send_stop() argument
211 cmds->body.header.streamId = stream_id; in vmw_overlay_send_stop()
214 fill_flush(&cmds->flush, stream_id); in vmw_overlay_send_stop()
253 uint32_t stream_id, bool pause, in vmw_overlay_stop() argument
257 struct vmw_stream *stream = &overlay->stream[stream_id]; in vmw_overlay_stop()
266 ret = vmw_overlay_send_stop(dev_priv, stream_id, in vmw_overlay_stop()
305 struct vmw_stream *stream = &overlay->stream[arg->stream_id]; in vmw_overlay_update_stream()
315 ret = vmw_overlay_stop(dev_priv, arg->stream_id, in vmw_overlay_update_stream()
476 ret = vmw_user_stream_lookup(dev_priv, tfile, &arg->stream_id, &res); in vmw_overlay_ioctl()
483 ret = vmw_overlay_stop(dev_priv, arg->stream_id, false, true); in vmw_overlay_ioctl()
554 int vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id) in vmw_overlay_unref() argument
558 BUG_ON(stream_id >= VMW_MAX_NUM_STREAMS); in vmw_overlay_unref()
565 WARN_ON(!overlay->stream[stream_id].claimed); in vmw_overlay_unref()
566 vmw_overlay_stop(dev_priv, stream_id, false, false); in vmw_overlay_unref()
567 overlay->stream[stream_id].claimed = false; in vmw_overlay_unref()