Home
last modified time | relevance | path

Searched refs:vmw_fifo_reserve (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c131 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_hw_context_destroy()
211 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_context_init()
272 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_context_create()
306 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_context_bind()
353 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_gb_context_unbind()
403 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_context_destroy()
555 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_context_scrub_shader()
588 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_context_scrub_render_target()
628 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_context_scrub_texture()
Dvmwgfx_gmr.c54 cmd_orig = cmd = vmw_fifo_reserve(dev_priv, cmd_size); in vmw_gmr2_bind()
113 cmd = vmw_fifo_reserve(dev_priv, define_size); in vmw_gmr2_unbind()
Dvmwgfx_mob.c134 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_setup_otable_base()
190 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_takedown_otable_base()
563 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_mob_unbind()
632 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_mob_bind()
Dvmwgfx_shader.c154 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_shader_create()
190 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_shader_bind()
221 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_shader_unbind()
264 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_shader_destroy()
Dvmwgfx_surface.c322 cmd = vmw_fifo_reserve(dev_priv, vmw_surface_destroy_size()); in vmw_hw_surface_destroy()
395 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_legacy_srf_create()
448 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_legacy_srf_dma()
536 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_legacy_srf_destroy()
1044 cmd = vmw_fifo_reserve(dev_priv, submit_len); in vmw_gb_surface_create()
1094 cmd1 = vmw_fifo_reserve(dev_priv, submit_size); in vmw_gb_surface_bind()
1144 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_gb_surface_unbind()
1201 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_surface_destroy()
Dvmwgfx_fifo.c315 void *vmw_fifo_reserve(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_reserve() function
495 fm = vmw_fifo_reserve(dev_priv, bytes); in vmw_fifo_send_fence()
556 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_fifo_emit_dummy_legacy_query()
605 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_fifo_emit_dummy_gb_query()
Dvmwgfx_overlay.c127 cmds = vmw_fifo_reserve(dev_priv, fifo_size); in vmw_overlay_send_put()
197 cmds = vmw_fifo_reserve(dev_priv, sizeof(*cmds)); in vmw_overlay_send_stop()
Dvmwgfx_scrn.c120 cmd = vmw_fifo_reserve(dev_priv, fifo_size); in vmw_sou_fifo_create()
175 cmd = vmw_fifo_reserve(dev_priv, fifo_size); in vmw_sou_fifo_destroy()
Dvmwgfx_fb.c248 cmd = vmw_fifo_reserve(vmw_priv, sizeof(*cmd)); in vmw_fb_dirty_flush()
Dvmwgfx_drv.h719 extern void *vmw_fifo_reserve(struct vmw_private *dev_priv, uint32_t bytes);
Dvmwgfx_kms.c102 cmd = vmw_fifo_reserve(dev_priv, cmd_size); in vmw_cursor_update_image()
790 cmd = vmw_fifo_reserve(dev_priv, fifo_size); in do_dmabuf_dirty_ldu()
Dvmwgfx_execbuf.c2522 cmd = vmw_fifo_reserve(dev_priv, command_size); in vmw_execbuf_process()