Lines Matching refs:clip
2481 dirty->clip(dirty); in vmw_kms_helper_dirty()
2745 struct drm_rect clip; in vmw_du_helper_plane_update() local
2761 drm_atomic_for_each_plane_damage(&iter, &clip) in vmw_du_helper_plane_update()
2816 drm_atomic_for_each_plane_damage(&iter, &clip) { in vmw_du_helper_plane_update()
2817 uint32_t fb_x = clip.x1; in vmw_du_helper_plane_update()
2818 uint32_t fb_y = clip.y1; in vmw_du_helper_plane_update()
2820 vmw_du_translate_to_crtc(state, &clip); in vmw_du_helper_plane_update()
2821 if (update->clip) { in vmw_du_helper_plane_update()
2822 curr_size = update->clip(update, cmd_next, &clip, fb_x, in vmw_du_helper_plane_update()
2827 bb.x1 = min_t(int, bb.x1, clip.x1); in vmw_du_helper_plane_update()
2828 bb.y1 = min_t(int, bb.y1, clip.y1); in vmw_du_helper_plane_update()
2829 bb.x2 = max_t(int, bb.x2, clip.x2); in vmw_du_helper_plane_update()
2830 bb.y2 = max_t(int, bb.y2, clip.y2); in vmw_du_helper_plane_update()