Lines Matching refs:num_clips
860 uint32_t num_clips) in vmw_kms_readback() argument
865 user_fence_rep, vclips, num_clips, in vmw_kms_readback()
869 user_fence_rep, NULL, vclips, num_clips, in vmw_kms_readback()
997 unsigned int num_clips) in vmw_framebuffer_bo_dirty() argument
1013 if (!num_clips) { in vmw_framebuffer_bo_dirty()
1014 num_clips = 1; in vmw_framebuffer_bo_dirty()
1020 num_clips /= 2; in vmw_framebuffer_bo_dirty()
1027 clips, num_clips, increment); in vmw_framebuffer_bo_dirty()
1047 unsigned int num_clips) in vmw_framebuffer_bo_dirty_ext() argument
1053 color, clips, num_clips); in vmw_framebuffer_bo_dirty_ext()
1056 clips, num_clips); in vmw_framebuffer_bo_dirty_ext()
1738 uint32_t num_clips) in vmw_kms_generic_present() argument
1742 num_clips, 1, NULL, NULL); in vmw_kms_generic_present()
1753 uint32_t num_clips) in vmw_kms_present() argument
1761 num_clips, 1, NULL, NULL); in vmw_kms_present()
1766 num_clips); in vmw_kms_present()
2443 int num_clips, in vmw_kms_helper_dirty() argument
2486 for (i = 0; i < num_clips; i++, clips_ptr += increment, in vmw_kms_helper_dirty()
2596 unsigned num_clips, in vmw_kms_update_proxy() argument
2612 cmd = VMW_FIFO_RESERVE(dev_priv, sizeof(*cmd) * num_clips); in vmw_kms_update_proxy()
2616 for (i = 0; i < num_clips; ++i, clips += increment, ++cmd) { in vmw_kms_update_proxy()