Home
last modified time | relevance | path

Searched refs:clip_x1 (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c896 int clip_x1 = clips_ptr->x1 - unit->crtc.x; in do_dmabuf_dirty_sou() local
903 if (clip_x1 >= unit->crtc.mode.hdisplay || in do_dmabuf_dirty_sou()
913 move_x = min_t(int, clip_x1, 0); in do_dmabuf_dirty_sou()
921 blits[hit_num].body.destRect.left = clip_x1 - move_x; in do_dmabuf_dirty_sou()
1414 int clip_x1 = c->x - units[i]->crtc.x; in vmw_kms_readback() local
1424 if (clip_x1 < 0) in vmw_kms_readback()
1425 dest_x += -clip_x1; in vmw_kms_readback()
1430 clip_x1 = max(clip_x1, 0); in vmw_kms_readback()
1436 if (clip_x1 >= units[i]->crtc.mode.hdisplay || in vmw_kms_readback()
1446 blits[blits_pos].body.srcRect.left = clip_x1; in vmw_kms_readback()