Home
last modified time | relevance | path

Searched refs:to_tegra_dc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/tegra/
H A Dplane.c97 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()
H A Doutput.c254 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_output_find_possible_crtcs()
H A Ddsi.c847 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()
H A Ddc.h114 static inline struct tegra_dc *to_tegra_dc(struct drm_crtc *crtc) in to_tegra_dc() function