Home
last modified time | relevance | path

Searched refs:tegra_dc (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/tegra/
Ddc.h74 struct tegra_dc { struct
100 static inline struct tegra_dc * argument
103 return container_of(client, struct tegra_dc, client); in host1x_client_to_dc()
106 static inline struct tegra_dc *to_tegra_dc(struct drm_crtc *crtc) in to_tegra_dc()
108 return crtc ? container_of(crtc, struct tegra_dc, base) : NULL; in to_tegra_dc()
111 static inline void tegra_dc_writel(struct tegra_dc *dc, u32 value, in tegra_dc_writel()
118 static inline u32 tegra_dc_readl(struct tegra_dc *dc, unsigned int offset) in tegra_dc_readl()
152 bool tegra_dc_has_output(struct tegra_dc *dc, struct device *dev);
153 void tegra_dc_commit(struct tegra_dc *dc);
154 int tegra_dc_state_setup_clock(struct tegra_dc *dc,
[all …]
Dhub.h17 struct tegra_dc;
64 struct tegra_dc *dc;
75 struct tegra_dc;
82 struct tegra_dc *dc,
Drgb.c20 struct tegra_dc *dc;
80 static void tegra_dc_write_regs(struct tegra_dc *dc, in tegra_dc_write_regs()
176 struct tegra_dc *dc = to_tegra_dc(conn_state->crtc); in tegra_rgb_encoder_atomic_check()
217 int tegra_dc_rgb_probe(struct tegra_dc *dc) in tegra_dc_rgb_probe()
262 int tegra_dc_rgb_remove(struct tegra_dc *dc) in tegra_dc_rgb_remove()
273 int tegra_dc_rgb_init(struct drm_device *drm, struct tegra_dc *dc) in tegra_dc_rgb_init()
312 int tegra_dc_rgb_exit(struct tegra_dc *dc) in tegra_dc_rgb_exit()
Ddc.c38 static u32 tegra_dc_readl_active(struct tegra_dc *dc, unsigned long offset) in tegra_dc_readl_active()
84 bool tegra_dc_has_output(struct tegra_dc *dc, struct device *dev) in tegra_dc_has_output()
109 void tegra_dc_commit(struct tegra_dc *dc) in tegra_dc_commit()
305 struct tegra_dc *dc = plane->dc; in tegra_plane_use_horizontal_filtering()
320 struct tegra_dc *dc = plane->dc; in tegra_plane_use_vertical_filtering()
338 struct tegra_dc *dc = plane->dc; in tegra_dc_setup_window()
602 struct tegra_dc *dc = to_tegra_dc(state->crtc); in tegra_plane_atomic_check()
753 struct tegra_dc *dc) in tegra_primary_plane_create()
836 struct tegra_dc *dc = to_tegra_dc(plane->state->crtc); in tegra_cursor_atomic_update()
897 struct tegra_dc *dc; in tegra_cursor_atomic_disable()
[all …]
Dhub.c169 struct tegra_dc *dc = plane->dc; in tegra_shared_plane_update()
189 struct tegra_dc *dc = plane->dc; in tegra_shared_plane_activate()
208 tegra_shared_plane_get_owner(struct tegra_plane *plane, struct tegra_dc *dc) in tegra_shared_plane_get_owner()
216 static bool tegra_dc_owns_shared_plane(struct tegra_dc *dc, in tegra_dc_owns_shared_plane()
233 struct tegra_dc *new) in tegra_shared_plane_set_owner()
237 struct tegra_dc *old = plane->dc, *dc = new ? new : old; in tegra_shared_plane_set_owner()
273 static void tegra_dc_assign_shared_plane(struct tegra_dc *dc, in tegra_dc_assign_shared_plane()
322 static void tegra_dc_remove_shared_plane(struct tegra_dc *dc, in tegra_dc_remove_shared_plane()
334 struct tegra_dc *dc = to_tegra_dc(state->crtc); in tegra_shared_plane_atomic_check()
381 struct tegra_dc *dc = to_tegra_dc(old_state->crtc); in tegra_shared_plane_atomic_disable()
[all …]
Dplane.h15 struct tegra_dc;
19 struct tegra_dc *dc;
Doutput.c232 struct tegra_dc *dc = to_tegra_dc(crtc); in tegra_output_find_possible_crtcs()
Dsor.c962 struct tegra_dc *dc = to_tegra_dc(sor->output.encoder.crtc); in tegra_sor_mode_set()
1513 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_sor_edp_disable()
1606 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_sor_edp_enable()
1914 struct tegra_dc *dc = to_tegra_dc(conn_state->crtc); in tegra_sor_encoder_atomic_check()
2162 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_sor_hdmi_disable()
2203 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_sor_hdmi_enable()
Ddsi.c850 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_dsi_encoder_disable()
909 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_dsi_encoder_enable()
952 struct tegra_dc *dc = to_tegra_dc(conn_state->crtc); in tegra_dsi_encoder_atomic_check()
Dhdmi.c1198 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_hdmi_encoder_disable()
1234 struct tegra_dc *dc = to_tegra_dc(encoder->crtc); in tegra_hdmi_encoder_enable()
1450 struct tegra_dc *dc = to_tegra_dc(conn_state->crtc); in tegra_hdmi_encoder_atomic_check()