Searched refs:to_tegra_dc (Results 1 – 5 of 5) 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()
630 struct tegra_dc *dc = to_tegra_dc(new_plane_state->crtc); in tegra_plane_atomic_check()908 struct tegra_dc *dc = to_tegra_dc(new_state->crtc); in __tegra_cursor_atomic_update()1022 dc = to_tegra_dc(old_state->crtc); in tegra_cursor_atomic_disable()1071 struct tegra_dc *dc = to_tegra_dc(new_state->crtc); in tegra_cursor_atomic_async_update()1732 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_dc_late_register()1757 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_dc_early_unregister()1773 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_dc_get_vblank_counter()1785 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_dc_enable_vblank()1797 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_dc_disable_vblank()2009 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_crtc_update_memory_bandwidth()[all …]
254 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_output_find_possible_crtcs()
1290 struct tegra_dc *dc = to_tegra_dc(sor->output.encoder.crtc); in tegra_sor_mode_set()1810 struct tegra_dc *dc = to_tegra_dc(conn_state->crtc); in tegra_sor_encoder_atomic_check()2209 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_sor_hdmi_disable()2251 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_sor_hdmi_enable()2657 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_sor_dp_disable()2721 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_sor_dp_enable()
114 static inline struct tegra_dc *to_tegra_dc(struct drm_crtc *crtc) in to_tegra_dc() function