Lines Matching refs:index
43 plane->state->zpos = p->index;
44 plane->state->normalized_zpos = p->index;
321 tegra->planes |= WIN_A_ACT_REQ << plane->index;
650 unsigned int index = 0, i;
655 if (i == plane->index)
658 if (i == other->index)
661 index++;
664 return index;
676 unsigned index;
682 index = tegra_plane_get_overlap_index(tegra, p);
685 state->blending[index].alpha = true;
687 state->blending[index].alpha = false;
690 state->blending[index].top = true;
692 state->blending[index].top = false;
701 state->blending[index].top = (index == 1);
769 const char *icc_name = tegra_plane_icc_names[plane->index];
774 if (WARN_ON(plane->index >= TEGRA_DC_LEGACY_PLANES_NUM) ||
775 WARN_ON(!tegra_plane_icc_names[plane->index]))
785 if (plane->index == 1 && dc->soc->has_win_b_vfilter_mem_client) {