Lines Matching refs:cursor_mob
153 for (i = 0; i < ARRAY_SIZE(vcp->cursor_mob); i++) { in vmw_du_destroy_cursor_mob_array()
154 if (vcp->cursor_mob[i] != NULL) { in vmw_du_destroy_cursor_mob_array()
155 ttm_bo_unpin(vcp->cursor_mob[i]); in vmw_du_destroy_cursor_mob_array()
156 ttm_bo_put(vcp->cursor_mob[i]); in vmw_du_destroy_cursor_mob_array()
157 kfree(vcp->cursor_mob[i]); in vmw_du_destroy_cursor_mob_array()
158 vcp->cursor_mob[i] = NULL; in vmw_du_destroy_cursor_mob_array()
182 for (i = 0; i < ARRAY_SIZE(cursor->cursor_mob); i++) { in vmw_du_create_cursor_mob_array()
183 struct ttm_buffer_object **const bo = &cursor->cursor_mob[i]; in vmw_du_create_cursor_mob_array()
581 if (cursor_mob_idx == 0 && vcp->cursor_mob[0] == NULL) in vmw_du_cursor_plane_prepare_fb()
585 if (cursor_mob_idx < ARRAY_SIZE(vcp->cursor_mob)) { in vmw_du_cursor_plane_prepare_fb()
589 cm_bo = vcp->cursor_mob[cursor_mob_idx]; in vmw_du_cursor_plane_prepare_fb()