Searched refs:ddirty (Results 1 – 1 of 1) sorted by relevance
527 struct vmw_stdu_dirty *ddirty = in vmw_stdu_bo_clip() local542 if (ddirty->transfer != SVGA3D_WRITE_HOST_VRAM) in vmw_stdu_bo_clip()546 ddirty->left = min_t(s32, ddirty->left, dirty->unit_x1); in vmw_stdu_bo_clip()547 ddirty->top = min_t(s32, ddirty->top, dirty->unit_y1); in vmw_stdu_bo_clip()548 ddirty->right = max_t(s32, ddirty->right, dirty->unit_x2); in vmw_stdu_bo_clip()549 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); in vmw_stdu_bo_clip()562 struct vmw_stdu_dirty *ddirty = in vmw_stdu_bo_fifo_commit() local579 vmw_bo_get_guest_ptr(&ddirty->buf->base, &cmd->body.guest.ptr); in vmw_stdu_bo_fifo_commit()580 cmd->body.guest.pitch = ddirty->pitch; in vmw_stdu_bo_fifo_commit()584 cmd->body.transfer = ddirty->transfer; in vmw_stdu_bo_fifo_commit()[all …]