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