Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c159 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()
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.c149 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()
Dvmwgfx_fifo.c547 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
Dvmwgfx_shader.c221 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()
Dvmwgfx_surface.c345 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()
Dvmwgfx_stdu.c166 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()
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.c127 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()
Dvmwgfx_binding.c502 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()
Dvmwgfx_ldu.c565 cmd = vmw_fifo_reserve(dev_priv, fifo_size); in vmw_kms_ldu_do_bo_dirty()
Dvmwgfx_kms.c66 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()
Dvmwgfx_drv.h746 extern void *vmw_fifo_reserve(struct vmw_private *dev_priv, uint32_t bytes);
Dvmwgfx_execbuf.c3951 cmd = vmw_fifo_reserve(dev_priv, command_size); in vmw_execbuf_submit_fifo()