Searched refs:to_tegra_dc (Results 1 – 9 of 9) sorted by relevance
616 struct tegra_dc *dc = to_tegra_dc(state->crtc); in tegra_plane_atomic_check()867 struct tegra_dc *dc = to_tegra_dc(plane->state->crtc); in tegra_cursor_atomic_update()935 dc = to_tegra_dc(old_state->crtc); in tegra_cursor_atomic_disable()1532 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_dc_late_register()1557 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_dc_early_unregister()1566 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_dc_get_vblank_counter()1578 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_dc_enable_vblank()1590 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_dc_disable_vblank()1753 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_crtc_atomic_disable()1812 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_crtc_atomic_enable()[all …]
344 struct tegra_dc *dc = to_tegra_dc(state->crtc); in tegra_shared_plane_atomic_check()400 dc = to_tegra_dc(old_state->crtc); in tegra_shared_plane_atomic_disable()429 struct tegra_dc *dc = to_tegra_dc(plane->state->crtc); in tegra_shared_plane_atomic_update()668 hub_state->dc = to_tegra_dc(dc->base.crtc); in tegra_display_hub_atomic_check()
196 struct tegra_dc *dc = to_tegra_dc(state->crtc); in tegra_plane_prepare_fb()209 struct tegra_dc *dc = to_tegra_dc(state->crtc); in tegra_plane_cleanup_fb()
237 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_output_find_possible_crtcs()
132 struct tegra_dc *dc = to_tegra_dc(conn_state->crtc); in tegra_rgb_encoder_atomic_check()
844 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_dsi_encoder_disable()909 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_dsi_encoder_enable()957 struct tegra_dc *dc = to_tegra_dc(conn_state->crtc); in tegra_dsi_encoder_atomic_check()
1133 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_hdmi_encoder_disable()1172 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_hdmi_encoder_enable()1398 struct tegra_dc *dc = to_tegra_dc(conn_state->crtc); in tegra_hdmi_encoder_atomic_check()
1286 struct tegra_dc *dc = to_tegra_dc(sor->output.encoder.crtc); in tegra_sor_mode_set()1805 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()
101 static inline struct tegra_dc *to_tegra_dc(struct drm_crtc *crtc) in to_tegra_dc() function