• Home
  • Raw
  • Download

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()
1224 void *cmd, struct drm_rect *clip, in vmw_stdu_bo_populate_clip() argument
1232 box->x = clip->x1; in vmw_stdu_bo_populate_clip()
1233 box->y = clip->y1; in vmw_stdu_bo_populate_clip()
1235 box->w = drm_rect_width(clip); in vmw_stdu_bo_populate_clip()
1236 box->h = drm_rect_height(clip); in vmw_stdu_bo_populate_clip()
1274 void *cmd, struct drm_rect *clip, in vmw_stdu_bo_clip_cpu() argument
1388 bo_update.base.clip = vmw_stdu_bo_clip_cpu; in vmw_stdu_plane_update_bo()
1393 bo_update.base.clip = vmw_stdu_bo_populate_clip; in vmw_stdu_plane_update_bo()
1442 struct drm_rect clip; in vmw_stdu_surface_update_proxy() local
1452 drm_atomic_for_each_plane_damage(&iter, &clip) { in vmw_stdu_surface_update_proxy()
1461 box->x = clip.x1; in vmw_stdu_surface_update_proxy()
1462 box->y = clip.y1; in vmw_stdu_surface_update_proxy()
1464 box->w = drm_rect_width(&clip); in vmw_stdu_surface_update_proxy()
1465 box->h = drm_rect_height(&clip); in vmw_stdu_surface_update_proxy()
1497 struct drm_rect *clip, uint32_t fb_x, in vmw_stdu_surface_populate_clip() argument
1505 box->x = clip->x1; in vmw_stdu_surface_populate_clip()
1506 box->y = clip->y1; in vmw_stdu_surface_populate_clip()
1508 box->w = drm_rect_width(clip); in vmw_stdu_surface_populate_clip()
1509 box->h = drm_rect_height(clip); in vmw_stdu_surface_populate_clip()
1567 srf_update.clip = vmw_stdu_surface_populate_clip; in vmw_stdu_plane_update_surface()