Searched refs:ddirty (Results 1 – 1 of 1) sorted by relevance
456 struct vmw_stdu_dirty *ddirty = in vmw_stdu_bo_clip() local471 if (ddirty->transfer != SVGA3D_WRITE_HOST_VRAM) in vmw_stdu_bo_clip()475 ddirty->left = min_t(s32, ddirty->left, dirty->unit_x1); in vmw_stdu_bo_clip()476 ddirty->top = min_t(s32, ddirty->top, dirty->unit_y1); in vmw_stdu_bo_clip()477 ddirty->right = max_t(s32, ddirty->right, dirty->unit_x2); in vmw_stdu_bo_clip()478 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); in vmw_stdu_bo_clip()491 struct vmw_stdu_dirty *ddirty = in vmw_stdu_bo_fifo_commit() local508 vmw_bo_get_guest_ptr(&ddirty->buf->base, &cmd->body.guest.ptr); in vmw_stdu_bo_fifo_commit()509 cmd->body.guest.pitch = ddirty->pitch; in vmw_stdu_bo_fifo_commit()513 cmd->body.transfer = ddirty->transfer; in vmw_stdu_bo_fifo_commit()[all …]