Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/tegra/ !
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()
Ddc.c2381 const struct tegra_plane_state *tegra_state; in tegra_crtc_calculate_memory_bandwidth() local
2413 tegra_state = to_const_tegra_plane_state(plane_state); in tegra_crtc_calculate_memory_bandwidth()
2419 plane_peak_bw[tegra->index] = tegra_state->peak_memory_bandwidth; in tegra_crtc_calculate_memory_bandwidth()
2451 tegra_state = to_const_tegra_plane_state(plane_state); in tegra_crtc_calculate_memory_bandwidth()
2465 old_peak_bw = tegra_state->total_peak_memory_bandwidth; in tegra_crtc_calculate_memory_bandwidth()
/linux-6.1.9/drivers/cpuidle/ !
Dcpuidle-tegra.c41 enum tegra_state { enum
307 static inline void tegra_cpuidle_disable_state(enum tegra_state state) in tegra_cpuidle_disable_state()