Lines Matching refs:update
297 struct vmw_stdu_update *update = cmd; in vmw_stdu_populate_update() local
299 update->header.id = SVGA_3D_CMD_UPDATE_GB_SCREENTARGET; in vmw_stdu_populate_update()
300 update->header.size = sizeof(update->body); in vmw_stdu_populate_update()
302 update->body.stid = unit; in vmw_stdu_populate_update()
303 update->body.rect.x = left; in vmw_stdu_populate_update()
304 update->body.rect.y = top; in vmw_stdu_populate_update()
305 update->body.rect.w = right - left; in vmw_stdu_populate_update()
306 update->body.rect.h = bottom - top; in vmw_stdu_populate_update()
940 struct vmw_stdu_update *update; in vmw_kms_stdu_surface_fifo_commit() local
956 update = (struct vmw_stdu_update *) &blit[dirty->num_hits]; in vmw_kms_stdu_surface_fifo_commit()
957 commit_size = sizeof(*cmd) + blit_size + sizeof(*update); in vmw_kms_stdu_surface_fifo_commit()
959 update = dirty->cmd; in vmw_kms_stdu_surface_fifo_commit()
960 commit_size = sizeof(*update); in vmw_kms_stdu_surface_fifo_commit()
963 vmw_stdu_populate_update(update, stdu->base.unit, sdirty->left, in vmw_kms_stdu_surface_fifo_commit()