Searched refs:vmw_fifo_reserve (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_context.c | 131 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()
|
D | vmwgfx_gmr.c | 54 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()
|
D | vmwgfx_mob.c | 134 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()
|
D | vmwgfx_shader.c | 154 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()
|
D | vmwgfx_surface.c | 322 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()
|
D | vmwgfx_fifo.c | 315 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()
|
D | vmwgfx_overlay.c | 127 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()
|
D | vmwgfx_scrn.c | 120 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()
|
D | vmwgfx_fb.c | 248 cmd = vmw_fifo_reserve(vmw_priv, sizeof(*cmd)); in vmw_fb_dirty_flush()
|
D | vmwgfx_drv.h | 719 extern void *vmw_fifo_reserve(struct vmw_private *dev_priv, uint32_t bytes);
|
D | vmwgfx_kms.c | 102 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()
|
D | vmwgfx_execbuf.c | 2522 cmd = vmw_fifo_reserve(dev_priv, command_size); in vmw_execbuf_process()
|