Searched refs:bounding_box (Results 1 – 1 of 1) sorted by relevance
1627 struct drm_vmw_rect bounding_box = {0}; in vmw_kms_update_layout_ioctl() local1663 if (rects[i].x + rects[i].w > bounding_box.w) in vmw_kms_update_layout_ioctl()1664 bounding_box.w = rects[i].x + rects[i].w; in vmw_kms_update_layout_ioctl()1666 if (rects[i].y + rects[i].h > bounding_box.h) in vmw_kms_update_layout_ioctl()1667 bounding_box.h = rects[i].y + rects[i].h; in vmw_kms_update_layout_ioctl()1678 u64 bb_mem = bounding_box.w * bounding_box.h * 4; in vmw_kms_update_layout_ioctl()