• Home
  • Raw
  • Download

Lines Matching refs:clip

716 	ddirty.base.clip = vmw_stdu_bo_clip;  in vmw_kms_stdu_dma()
726 ddirty.base.clip = vmw_stdu_bo_cpu_clip; in vmw_kms_stdu_dma()
889 sdirty.base.clip = vmw_kms_stdu_surface_clip; in vmw_kms_stdu_surface_dirty()
1217 void *cmd, struct drm_rect *clip, in vmw_stdu_bo_populate_clip() argument
1225 box->x = clip->x1; in vmw_stdu_bo_populate_clip()
1226 box->y = clip->y1; in vmw_stdu_bo_populate_clip()
1228 box->w = drm_rect_width(clip); in vmw_stdu_bo_populate_clip()
1229 box->h = drm_rect_height(clip); in vmw_stdu_bo_populate_clip()
1267 void *cmd, struct drm_rect *clip, in vmw_stdu_bo_clip_cpu() argument
1381 bo_update.base.clip = vmw_stdu_bo_clip_cpu; in vmw_stdu_plane_update_bo()
1386 bo_update.base.clip = vmw_stdu_bo_populate_clip; in vmw_stdu_plane_update_bo()
1435 struct drm_rect clip; in vmw_stdu_surface_update_proxy() local
1445 drm_atomic_for_each_plane_damage(&iter, &clip) { in vmw_stdu_surface_update_proxy()
1454 box->x = clip.x1; in vmw_stdu_surface_update_proxy()
1455 box->y = clip.y1; in vmw_stdu_surface_update_proxy()
1457 box->w = drm_rect_width(&clip); in vmw_stdu_surface_update_proxy()
1458 box->h = drm_rect_height(&clip); in vmw_stdu_surface_update_proxy()
1490 struct drm_rect *clip, uint32_t fb_x, in vmw_stdu_surface_populate_clip() argument
1498 box->x = clip->x1; in vmw_stdu_surface_populate_clip()
1499 box->y = clip->y1; in vmw_stdu_surface_populate_clip()
1501 box->w = drm_rect_width(clip); in vmw_stdu_surface_populate_clip()
1502 box->h = drm_rect_height(clip); in vmw_stdu_surface_populate_clip()
1560 srf_update.clip = vmw_stdu_surface_populate_clip; in vmw_stdu_plane_update_surface()