HomeSort by: relevance | last modified time | path
    Searched refs:unit_y1 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_stdu.c 470 blit->y = dirty->unit_y1;
473 blit->h = dirty->unit_y2 - dirty->unit_y1;
481 ddirty->top = min_t(s32, ddirty->top, dirty->unit_y1);
554 ddirty->top = min_t(s32, ddirty->top, dirty->unit_y1);
767 blit->y = dirty->unit_y1;
770 blit->h = dirty->unit_y2 - dirty->unit_y1;
777 sdirty->top = min_t(s32, sdirty->top, dirty->unit_y1);
vmwgfx_kms.h 178 * @unit_y1: Clip rect top side in crtc coordinates.
198 s32 unit_y1; member in struct:vmw_kms_dirty
vmwgfx_scrn.c 1095 blit->top = dirty->unit_y1;
1101 sdirty->top = min_t(s32, sdirty->top, dirty->unit_y1);
1221 blit->body.destRect.top = dirty->unit_y1;
1331 blit->body.srcRect.top = dirty->unit_y1;
vmwgfx_kms.c 2518 dirty->unit_y1 = dirty->fb_y + dest_y - crtc_y;
2522 dirty->unit_y1 >= crtc_height ||
2534 clip_top = min_t(s32, dirty->unit_y1, 0);
2536 dirty->unit_y1 -= clip_top;

Completed in 167 milliseconds