Home | History | Annotate | Download | only in drm

Lines Matching full:command

120  * Allocates a device unique context id, and queues a create context command
142 * Frees a global context id, and queues a destroy host command for the host.
144 * in the command stream and shows up as the same context ID on the host.
151 * Allocates a device unique surface id, and queues a create surface command
153 * used directly in the command stream and shows up as the same surface
240 * it and will allow the calling client to use the surface ID in the command
268 * a destroy surface command will be queued for the host.
276 * Submit a command buffer for execution on the host, and return a
277 * fence seqno that when signaled, indicates that the command buffer has
284 * @commands: User-space address of a command buffer cast to an uint64_t.
285 * @command-size: Size in bytes of the command buffer.
313 * @handle: Fence object handle for fence associated with a command submission.
351 * useable in the command stream. The guest kernel may translate these
352 * and patch up the command stream accordingly. In the future, the offset may
380 * @cur_gmr_id: GMR id to use in the command stream when this buffer is
382 * @cur_gmr_offset: Offset to use in the command stream when this buffer is
588 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
707 * Flags that may be given to the command.
795 * command consists of one drm_vmw_update_layout_arg pointing to an array
878 * Allocates a surface handle and queues a create surface command
969 * the command stream.
1009 * by default blocks command submissions that reference the buffer.
1020 * hint to the kernel to allow command submissions that references the buffer
1022 * @drm_vmw_synccpu_write: Sync for write. Block all command submissions
1026 * @drm_vmw_synccpu_allow_cs: Allow command submission that touches the buffer