Searched refs:vmw_fifo_reserve (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_context.c | 159 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_hw_context_destroy() 264 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_context_init() 316 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_context_create() 350 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_context_bind() 396 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_gb_context_unbind() 446 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_context_destroy() 492 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_dx_context_create() 526 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_dx_context_bind() 620 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_dx_context_unbind() 670 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_dx_context_destroy()
|
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 | 149 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_setup_otable_base() 205 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_takedown_otable_base() 612 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_mob_unbind() 681 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_mob_bind()
|
D | vmwgfx_fifo.c | 547 fm = vmw_fifo_reserve(dev_priv, bytes); in vmw_fifo_send_fence() 606 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_fifo_emit_dummy_legacy_query() 655 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_fifo_emit_dummy_gb_query() 703 void *vmw_fifo_reserve(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_reserve() function
|
D | vmwgfx_shader.c | 221 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_shader_create() 257 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_shader_bind() 288 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_shader_unbind() 331 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_shader_destroy() 494 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_dx_shader_scrub()
|
D | vmwgfx_surface.c | 345 cmd = vmw_fifo_reserve(dev_priv, vmw_surface_destroy_size()); in vmw_hw_surface_destroy() 417 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_legacy_srf_create() 471 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_legacy_srf_dma() 559 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_legacy_srf_destroy() 1091 cmd = vmw_fifo_reserve(dev_priv, submit_len); in vmw_gb_surface_create() 1174 cmd1 = vmw_fifo_reserve(dev_priv, submit_size); in vmw_gb_surface_bind() 1224 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_gb_surface_unbind() 1283 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_surface_destroy()
|
D | vmwgfx_stdu.c | 166 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_stdu_define_st() 228 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_stdu_bind_st() 295 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_stdu_update_st() 334 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_stdu_destroy_st() 702 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_stdu_bo_cpu_commit()
|
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 | 127 cmd = vmw_fifo_reserve(dev_priv, fifo_size); in vmw_sou_fifo_create() 179 cmd = vmw_fifo_reserve(dev_priv, fifo_size); in vmw_sou_fifo_destroy() 805 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in do_bo_define_gmrfb()
|
D | vmwgfx_binding.c | 502 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_binding_scrub_shader() 537 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_binding_scrub_render_target() 579 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_binding_scrub_texture()
|
D | vmwgfx_ldu.c | 565 cmd = vmw_fifo_reserve(dev_priv, fifo_size); in vmw_kms_ldu_do_bo_dirty()
|
D | vmwgfx_kms.c | 66 cmd = vmw_fifo_reserve(dev_priv, cmd_size); in vmw_cursor_update_image() 2511 dirty->cmd = vmw_fifo_reserve(dev_priv, in vmw_kms_helper_dirty() 2804 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd) * num_clips); in vmw_kms_update_proxy()
|
D | vmwgfx_drv.h | 746 extern void *vmw_fifo_reserve(struct vmw_private *dev_priv, uint32_t bytes);
|
D | vmwgfx_execbuf.c | 3951 cmd = vmw_fifo_reserve(dev_priv, command_size); in vmw_execbuf_submit_fifo()
|