Lines Matching refs:num_clips
423 unsigned num_clips) in vmw_framebuffer_surface_dirty() argument
443 if (!num_clips) { in vmw_framebuffer_surface_dirty()
444 num_clips = 1; in vmw_framebuffer_surface_dirty()
450 num_clips /= 2; in vmw_framebuffer_surface_dirty()
457 num_clips, inc, NULL); in vmw_framebuffer_surface_dirty()
461 num_clips, inc, NULL); in vmw_framebuffer_surface_dirty()
492 uint32_t num_clips) in vmw_kms_readback() argument
497 user_fence_rep, vclips, num_clips); in vmw_kms_readback()
500 user_fence_rep, NULL, vclips, num_clips, in vmw_kms_readback()
631 unsigned num_clips) in vmw_framebuffer_dmabuf_dirty() argument
647 if (!num_clips) { in vmw_framebuffer_dmabuf_dirty()
648 num_clips = 1; in vmw_framebuffer_dmabuf_dirty()
654 num_clips /= 2; in vmw_framebuffer_dmabuf_dirty()
661 clips, NULL, num_clips, increment, in vmw_framebuffer_dmabuf_dirty()
666 clips, num_clips, increment, in vmw_framebuffer_dmabuf_dirty()
672 clips, num_clips, increment); in vmw_framebuffer_dmabuf_dirty()
1068 uint32_t num_clips) in vmw_kms_generic_present() argument
1072 num_clips, 1, NULL); in vmw_kms_generic_present()
1083 uint32_t num_clips) in vmw_kms_present() argument
1091 num_clips, 1, NULL); in vmw_kms_present()
1096 num_clips); in vmw_kms_present()
1723 int num_clips, in vmw_kms_helper_dirty() argument
1761 for (i = 0; i < num_clips; i++, clips_ptr += increment, in vmw_kms_helper_dirty()
2008 unsigned num_clips, in vmw_kms_update_proxy() argument
2024 cmd = vmw_fifo_reserve(dev_priv, sizeof(*cmd) * num_clips); in vmw_kms_update_proxy()
2031 for (i = 0; i < num_clips; ++i, clips += increment, ++cmd) { in vmw_kms_update_proxy()