Searched defs:cmd_space (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c641 * @cmd_space: Pointer to memory area in which the commands should be encoded.
644 void *cmd_space)
647 cmd_space;
658 * @cmd_space: Pointer to memory area in which the commands should be encoded.
661 void *cmd_space)
664 cmd_space;
696 * @cmd_space: Pointer to memory area in which the commands should be encoded.
702 void *cmd_space,
709 struct vmw_surface_dma *cmd = (struct vmw_surface_dma *)cmd_space;
643 vmw_surface_destroy_encode(uint32_t id, void *cmd_space) argument
660 vmw_surface_define_encode(const struct vmw_surface *srf, void *cmd_space) argument
701 vmw_surface_dma_encode(struct vmw_surface *srf, void *cmd_space, const SVGAGuestPtr *ptr, bool to_surface) argument

Completed in 38 milliseconds