Searched refs:to_tegra_dc (Results 1 – 4 of 4) sorted by relevance
97 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_plane_supports_sector_layout()203 struct tegra_dc *dc = to_tegra_dc(state->crtc); in tegra_plane_prepare_fb()219 struct tegra_dc *dc = to_tegra_dc(state->crtc); in tegra_plane_cleanup_fb()247 soc = to_tegra_dc(state->crtc)->soc; in tegra_plane_calculate_memory_bandwidth()
254 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_output_find_possible_crtcs()
847 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_dsi_encoder_disable()912 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_dsi_encoder_enable()960 struct tegra_dc *dc = to_tegra_dc(conn_state->crtc); in tegra_dsi_encoder_atomic_check()
114 static inline struct tegra_dc *to_tegra_dc(struct drm_crtc *crtc) in to_tegra_dc() function