Lines Matching refs:dst_stride
411 left = (r->plane[n].dst_stride - y) * PAGE_SIZE;
504 left = (r->plane[n].dst_stride - r->plane[n].width) * PAGE_SIZE;
542 return a->dst_stride * a->width + b->dst_stride * b->width;
544 return a->dst_stride * a->height + b->dst_stride * b->height;
569 { .width = 2, .height = 2, .src_stride = 2, .dst_stride = 2 },
570 { .width = 3, .height = 3, .src_stride = 3, .dst_stride = 4 },
571 { .width = 5, .height = 6, .src_stride = 7, .dst_stride = 8 },
608 if (!plane_info[0].dst_stride)
609 plane_info[0].dst_stride = view.type == I915_GTT_VIEW_ROTATED ?
612 if (!plane_info[1].dst_stride)
613 plane_info[1].dst_stride = view.type == I915_GTT_VIEW_ROTATED ?
686 plane_info[0].dst_stride,
691 plane_info[1].dst_stride,
978 { .width = 2, .height = 2, .src_stride = 2, .dst_stride = 2 },
979 { .width = 3, .height = 3, .src_stride = 3, .dst_stride = 4 },
980 { .width = 5, .height = 6, .src_stride = 7, .dst_stride = 8 },
1019 if (!plane_info[0].dst_stride)
1020 plane_info[0].dst_stride = *t == I915_GTT_VIEW_ROTATED ?
1044 offset = (x * plane_info[0].dst_stride + y) * PAGE_SIZE;
1046 offset = (y * plane_info[0].dst_stride + x) * PAGE_SIZE;