Lines Matching refs:left
945 unsigned int left;
963 left = (dst_stride - height) * I915_GTT_PAGE_SIZE;
965 if (!left)
975 sg_set_page(sg, NULL, left, 0);
977 sg_dma_len(sg) = left;
1063 unsigned int left = width * I915_GTT_PAGE_SIZE;
1065 while (left) {
1077 length = min(left, length);
1087 left -= length;
1092 left = (dst_stride - width) * I915_GTT_PAGE_SIZE;
1094 if (!left)
1097 sg = add_padding_pages(left >> PAGE_SHIFT, st, sg);