Lines Matching defs:planes
673 * Tegra doesn't support different strides for U and V planes so we
745 * Tegra uses a shared stride for UV planes. Framebuffers are
771 * planes. So we have ourselves a nice little chicken and egg problem
1162 struct drm_plane *planes[2], *primary;
1177 planes[i] = tegra_dc_overlay_plane_create(drm, dc, 1 + i,
1179 if (IS_ERR(planes[i])) {
1180 err = PTR_ERR(planes[i]);
1183 tegra_plane_funcs.destroy(planes[i]);
1222 copy->planes = state->planes;
1952 value = state->planes << 8 | GENERAL_UPDATE;
1956 value = state->planes | GENERAL_ACT_REQ;