Home
last modified time | relevance | path

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

/drivers/gpu/drm/tegra/
Ddc.h18 struct tegra_dc_state { struct
28 static inline struct tegra_dc_state *to_dc_state(struct drm_crtc_state *state) in to_dc_state() argument
31 return container_of(state, struct tegra_dc_state, base); in to_dc_state()
Ddc.c1200 struct tegra_dc_state *state = kzalloc(sizeof(*state), GFP_KERNEL); in tegra_crtc_reset()
1211 struct tegra_dc_state *state = to_dc_state(crtc->state); in tegra_crtc_atomic_duplicate_state()
1212 struct tegra_dc_state *copy; in tegra_crtc_atomic_duplicate_state()
1661 struct tegra_dc_state *state = to_dc_state(crtc_state); in tegra_dc_state_setup_clock()
1674 struct tegra_dc_state *state) in tegra_dc_commit_state()
1811 struct tegra_dc_state *state = to_dc_state(crtc->state); in tegra_crtc_atomic_enable()
1948 struct tegra_dc_state *state = to_dc_state(crtc->state); in tegra_crtc_atomic_flush()
Dplane.c219 struct tegra_dc_state *tegra; in tegra_plane_state_add()
Dhub.c664 struct tegra_dc_state *dc = to_dc_state(new); in tegra_display_hub_atomic_check()