Searched refs:clip_x2 (Results 1 – 1 of 1) sorted by relevance
868 int clip_x2 = clips_ptr->x2 - unit->crtc.x; in do_dmabuf_dirty_sou() local875 clip_x2 <= 0 || clip_y2 <= 0) in do_dmabuf_dirty_sou()879 clip_x2 = min_t(int, clip_x2, unit->crtc.mode.hdisplay); in do_dmabuf_dirty_sou()893 blits[hit_num].body.destRect.right = clip_x2; in do_dmabuf_dirty_sou()1379 int clip_x2 = c->x - units[i]->crtc.x + c->w; in vmw_kms_readback() local1396 clip_x2 = min(clip_x2, units[i]->crtc.mode.hdisplay); in vmw_kms_readback()1402 clip_x2 <= 0 || clip_y2 <= 0) in vmw_kms_readback()1412 blits[blits_pos].body.srcRect.right = clip_x2; in vmw_kms_readback()