Searched refs:tegra_dc_state (Results 1 – 2 of 2) sorted by relevance
20 struct tegra_dc_state { struct30 static inline struct tegra_dc_state *to_dc_state(struct drm_crtc_state *state) in to_dc_state() argument33 return container_of(state, struct tegra_dc_state, base); in to_dc_state()
301 struct tegra_dc_state *tegra; in tegra_plane_state_add()