/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_fb.c | 187 s32 dst_x1, dst_x2, dst_y1, dst_y2, w = 0, h = 0; local in function:vmw_fb_dirty_flush 228 dst_x2 = par->dirty.x2 - par->fb_x; 230 dst_x2 = min_t(s32, dst_x2, max_x); 232 w = dst_x2 - dst_x1; 255 clip.x2 = dst_x2;
|
vmwgfx_fb.c | 187 s32 dst_x1, dst_x2, dst_y1, dst_y2, w = 0, h = 0; local in function:vmw_fb_dirty_flush 228 dst_x2 = par->dirty.x2 - par->fb_x; 230 dst_x2 = min_t(s32, dst_x2, max_x); 232 w = dst_x2 - dst_x1; 255 clip.x2 = dst_x2;
|