Home
last modified time | relevance | path

Searched refs:tegra_dc_state (Results 1 – 3 of 3) 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 Ddc.c1392 struct tegra_dc_state *state = kzalloc_obj(*state); in tegra_crtc_reset()
1406 struct tegra_dc_state *state = to_dc_state(crtc->state); in tegra_crtc_atomic_duplicate_state()
1407 struct tegra_dc_state *copy; in tegra_crtc_atomic_duplicate_state()
1868 struct tegra_dc_state *state = to_dc_state(crtc_state); in tegra_dc_state_setup_clock()
1881 struct tegra_dc_state *state) in tegra_dc_update_voltage_state()
1927 struct tegra_dc_state *state) in tegra_dc_set_clock_rate()
2164 struct tegra_dc_state *crtc_state = to_dc_state(crtc->state); in tegra_crtc_atomic_enable()
2317 struct tegra_dc_state *dc_state = to_dc_state(crtc_state); in tegra_crtc_atomic_flush()
H A Dplane.c301 struct tegra_dc_state *tegra; in tegra_plane_state_add()