Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c158 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_hw_context_destroy()
263 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_context_init()
315 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_context_create()
349 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_context_bind()
395 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_gb_context_unbind()
445 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_context_destroy()
491 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_dx_context_create()
525 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_dx_context_bind()
619 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_dx_context_unbind()
669 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()
605 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_mob_unbind()
674 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_mob_bind()
Dvmwgfx_fifo.c545 fm = vmw_fifo_reserve(dev_priv, bytes); in vmw_fifo_send_fence()
604 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_fifo_emit_dummy_legacy_query()
653 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_fifo_emit_dummy_gb_query()
701 void *vmw_fifo_reserve(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_reserve() function
Dvmwgfx_surface.c326 cmd = vmw_fifo_reserve(dev_priv, vmw_surface_destroy_size()); in vmw_hw_surface_destroy()
399 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_legacy_srf_create()
452 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_legacy_srf_dma()
540 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_legacy_srf_destroy()
1073 cmd = vmw_fifo_reserve(dev_priv, submit_len); in vmw_gb_surface_create()
1140 cmd1 = vmw_fifo_reserve(dev_priv, submit_size); in vmw_gb_surface_bind()
1190 cmd = vmw_fifo_reserve(dev_priv, submit_size); in vmw_gb_surface_unbind()
1249 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_surface_destroy()
Dvmwgfx_shader.c220 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_shader_create()
256 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_shader_bind()
287 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_shader_unbind()
330 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_gb_shader_destroy()
493 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_dx_shader_scrub()
Dvmwgfx_stdu.c203 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_stdu_define_st()
265 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_stdu_bind_st()
333 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_stdu_update_st()
371 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in vmw_stdu_destroy_st()
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.c166 cmd = vmw_fifo_reserve(dev_priv, fifo_size); in vmw_sou_fifo_create()
221 cmd = vmw_fifo_reserve(dev_priv, fifo_size); in vmw_sou_fifo_destroy()
707 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd)); in do_dmabuf_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.c471 cmd = vmw_fifo_reserve(dev_priv, fifo_size); in vmw_kms_ldu_do_dmabuf_dirty()
Dvmwgfx_kms.c64 cmd = vmw_fifo_reserve(dev_priv, cmd_size); in vmw_cursor_update_image()
1751 dirty->cmd = vmw_fifo_reserve(dev_priv, in vmw_kms_helper_dirty()
2024 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd) * num_clips); in vmw_kms_update_proxy()
Dvmwgfx_drv.h718 extern void *vmw_fifo_reserve(struct vmw_private *dev_priv, uint32_t bytes);
Dvmwgfx_execbuf.c3756 cmd = vmw_fifo_reserve(dev_priv, command_size); in vmw_execbuf_submit_fifo()