tegra_state
static inline void tegra_cpuidle_disable_state(enum tegra_state state)
const struct tegra_plane_state *tegra_state;
tegra_state = to_const_tegra_plane_state(plane_state);
plane_peak_bw[tegra->index] = tegra_state->peak_memory_bandwidth;
tegra_state = to_const_tegra_plane_state(plane_state);
old_peak_bw = tegra_state->total_peak_memory_bandwidth;
struct tegra_plane_state *tegra_state = to_tegra_plane_state(state);
tegra_state->tiling.mode == TEGRA_BO_TILING_MODE_TILED)
tegra_state->peak_memory_bandwidth = kBps_to_icc(peak_bandwidth) * mul;
tegra_state->avg_memory_bandwidth = kBps_to_icc(avg_bandwidth) * mul;
struct tegra_plane_state *tegra_state;
tegra_state = to_tegra_plane_state(new);
tegra_plane_update_transparency(p, tegra_state);