Searched refs:vmw_fifo_reserve (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_context.c | 158 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()
|
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() 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()
|
D | vmwgfx_fifo.c | 545 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
|
D | vmwgfx_surface.c | 326 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()
|
D | vmwgfx_shader.c | 220 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()
|
D | vmwgfx_stdu.c | 203 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()
|
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 | 166 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()
|
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 | 471 cmd = vmw_fifo_reserve(dev_priv, fifo_size); in vmw_kms_ldu_do_dmabuf_dirty()
|
D | vmwgfx_kms.c | 64 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()
|
D | vmwgfx_drv.h | 718 extern void *vmw_fifo_reserve(struct vmw_private *dev_priv, uint32_t bytes);
|
D | vmwgfx_execbuf.c | 3756 cmd = vmw_fifo_reserve(dev_priv, command_size); in vmw_execbuf_submit_fifo()
|