Lines Matching refs:clip

711 	ddirty.base.clip = vmw_stdu_bo_clip;  in vmw_kms_stdu_dma()
721 ddirty.base.clip = vmw_stdu_bo_cpu_clip; in vmw_kms_stdu_dma()
884 sdirty.base.clip = vmw_kms_stdu_surface_clip; in vmw_kms_stdu_surface_dirty()
1212 void *cmd, struct drm_rect *clip, in vmw_stdu_bo_populate_clip() argument
1220 box->x = clip->x1; in vmw_stdu_bo_populate_clip()
1221 box->y = clip->y1; in vmw_stdu_bo_populate_clip()
1223 box->w = drm_rect_width(clip); in vmw_stdu_bo_populate_clip()
1224 box->h = drm_rect_height(clip); in vmw_stdu_bo_populate_clip()
1262 void *cmd, struct drm_rect *clip, in vmw_stdu_bo_clip_cpu() argument
1376 bo_update.base.clip = vmw_stdu_bo_clip_cpu; in vmw_stdu_plane_update_bo()
1381 bo_update.base.clip = vmw_stdu_bo_populate_clip; in vmw_stdu_plane_update_bo()
1430 struct drm_rect clip; in vmw_stdu_surface_update_proxy() local
1440 drm_atomic_for_each_plane_damage(&iter, &clip) { in vmw_stdu_surface_update_proxy()
1449 box->x = clip.x1; in vmw_stdu_surface_update_proxy()
1450 box->y = clip.y1; in vmw_stdu_surface_update_proxy()
1452 box->w = drm_rect_width(&clip); in vmw_stdu_surface_update_proxy()
1453 box->h = drm_rect_height(&clip); in vmw_stdu_surface_update_proxy()
1485 struct drm_rect *clip, uint32_t fb_x, in vmw_stdu_surface_populate_clip() argument
1493 box->x = clip->x1; in vmw_stdu_surface_populate_clip()
1494 box->y = clip->y1; in vmw_stdu_surface_populate_clip()
1496 box->w = drm_rect_width(clip); in vmw_stdu_surface_populate_clip()
1497 box->h = drm_rect_height(clip); in vmw_stdu_surface_populate_clip()
1555 srf_update.clip = vmw_stdu_surface_populate_clip; in vmw_stdu_plane_update_surface()