Lines Matching refs:view

1058 					   plane_state->view.color_plane[color_plane].mapping_stride,
1067 * to be already rotated to match the rotated GTT view, and
1139 unsigned int pitch = plane_state->view.color_plane[color_plane].mapping_stride;
1293 plane_state->view.gtt.type == I915_GTT_VIEW_NORMAL);
1486 struct intel_fb_view *view)
1489 struct intel_remapped_plane_info *remap_info = &view->gtt.remapped.plane[color_plane];
1490 struct i915_color_plane_view *color_plane_info = &view->color_plane[color_plane];
1515 if (view->gtt.type == I915_GTT_VIEW_ROTATED) {
1517 check_array_bounds(display, view->gtt.rotated.plane, color_plane);
1522 /* rotate the x/y offsets to match the GTT view */
1537 /* rotate the tile dimensions to match the GTT view */
1540 drm_WARN_ON(display->drm, view->gtt.type != I915_GTT_VIEW_REMAPPED);
1542 check_array_bounds(display, view->gtt.remapped.plane, color_plane);
1544 if (view->gtt.remapped.plane_alignment) {
1546 view->gtt.remapped.plane_alignment);
1635 struct intel_fb_view *view,
1638 memset(view, 0, sizeof(*view));
1639 view->gtt.type = view_type;
1643 view->gtt.remapped.plane_alignment = SZ_2M / PAGE_SIZE;
1802 const struct intel_fb_view *view,
1819 stride = view->color_plane[color_plane].mapping_stride;
1843 intel_fb_view_init(display, &plane_state->view,
1858 /* Rotate src coordinates to match rotated GTT view */
1890 &plane_state->view);
1931 struct intel_fb_view *view)
1934 *view = fb->rotated_view;
1936 *view = fb->remapped_view;
1938 *view = fb->normal_view;
1953 unsigned int pitch = plane_state->view.color_plane[color_plane].mapping_stride;
1968 *x += plane_state->view.color_plane[color_plane].x;
1969 *y += plane_state->view.color_plane[color_plane].y;
2056 stride = plane_state->view.color_plane[0].mapping_stride;
2092 intel_fb_fill_view(fb, rotation, &plane_state->view);
2094 /* Rotate src coordinates to match rotated GTT view */