Home
last modified time | relevance | path

Searched refs:tegra_dc_state (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/tegra/
H A Ddc.h20 struct tegra_dc_state { struct
30 static inline struct tegra_dc_state *to_dc_state(struct drm_crtc_state *state) in to_dc_state() argument
33 return container_of(state, struct tegra_dc_state, base); in to_dc_state()
H A Dplane.c301 struct tegra_dc_state *tegra; in tegra_plane_state_add()