Home
last modified time | relevance | path

Searched refs:tegra_state (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/tegra/
H A Dplane.c227 struct tegra_plane_state *tegra_state = to_tegra_plane_state(state); in tegra_plane_calculate_memory_bandwidth() local
285 tegra_state->tiling.mode == TEGRA_BO_TILING_MODE_TILED) in tegra_plane_calculate_memory_bandwidth()
291 tegra_state->peak_memory_bandwidth = kBps_to_icc(peak_bandwidth) * mul; in tegra_plane_calculate_memory_bandwidth()
292 tegra_state->avg_memory_bandwidth = kBps_to_icc(avg_bandwidth) * mul; in tegra_plane_calculate_memory_bandwidth()
708 struct tegra_plane_state *tegra_state; in tegra_plane_setup_transparency() local
734 tegra_state = to_tegra_plane_state(new); in tegra_plane_setup_transparency()
741 tegra_plane_update_transparency(p, tegra_state); in tegra_plane_setup_transparency()
H A Ddc.c2398 const struct tegra_plane_state *tegra_state; in tegra_crtc_calculate_memory_bandwidth() local
2428 tegra_state = to_const_tegra_plane_state(plane_state); in tegra_crtc_calculate_memory_bandwidth()
2434 plane_peak_bw[tegra->index] = tegra_state->peak_memory_bandwidth; in tegra_crtc_calculate_memory_bandwidth()
2466 tegra_state = to_const_tegra_plane_state(plane_state); in tegra_crtc_calculate_memory_bandwidth()
2480 old_peak_bw = tegra_state->total_peak_memory_bandwidth; in tegra_crtc_calculate_memory_bandwidth()