blob: a131b44e2d6fba01d05cbe1c90d5d24ce4f7b20c [file] [log] [blame]
Thierry Redingd8f4a9e2012-11-15 21:28:22 +00001/*
2 * Copyright (C) 2012 Avionic Design GmbH
3 * Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
9
10#include <linux/clk.h>
Thierry Redingd8f4a9e2012-11-15 21:28:22 +000011
Thierry Reding4aa3df72014-11-24 16:27:13 +010012#include <drm/drm_atomic_helper.h>
Thierry Reding3b0e5852014-12-16 18:30:16 +010013#include <drm/drm_panel.h>
14
Thierry Redingd8f4a9e2012-11-15 21:28:22 +000015#include "drm.h"
16#include "dc.h"
17
18struct tegra_rgb {
19 struct tegra_output output;
Thierry Reding7602fa12013-10-30 09:55:33 +010020 struct tegra_dc *dc;
21
Thierry Redingd8f4a9e2012-11-15 21:28:22 +000022 struct clk *clk_parent;
23 struct clk *clk;
24};
25
26static inline struct tegra_rgb *to_rgb(struct tegra_output *output)
27{
28 return container_of(output, struct tegra_rgb, output);
29}
30
31struct reg_entry {
32 unsigned long offset;
33 unsigned long value;
34};
35
36static const struct reg_entry rgb_enable[] = {
37 { DC_COM_PIN_OUTPUT_ENABLE(0), 0x00000000 },
38 { DC_COM_PIN_OUTPUT_ENABLE(1), 0x00000000 },
39 { DC_COM_PIN_OUTPUT_ENABLE(2), 0x00000000 },
40 { DC_COM_PIN_OUTPUT_ENABLE(3), 0x00000000 },
41 { DC_COM_PIN_OUTPUT_POLARITY(0), 0x00000000 },
42 { DC_COM_PIN_OUTPUT_POLARITY(1), 0x01000000 },
43 { DC_COM_PIN_OUTPUT_POLARITY(2), 0x00000000 },
44 { DC_COM_PIN_OUTPUT_POLARITY(3), 0x00000000 },
45 { DC_COM_PIN_OUTPUT_DATA(0), 0x00000000 },
46 { DC_COM_PIN_OUTPUT_DATA(1), 0x00000000 },
47 { DC_COM_PIN_OUTPUT_DATA(2), 0x00000000 },
48 { DC_COM_PIN_OUTPUT_DATA(3), 0x00000000 },
49 { DC_COM_PIN_OUTPUT_SELECT(0), 0x00000000 },
50 { DC_COM_PIN_OUTPUT_SELECT(1), 0x00000000 },
51 { DC_COM_PIN_OUTPUT_SELECT(2), 0x00000000 },
52 { DC_COM_PIN_OUTPUT_SELECT(3), 0x00000000 },
53 { DC_COM_PIN_OUTPUT_SELECT(4), 0x00210222 },
54 { DC_COM_PIN_OUTPUT_SELECT(5), 0x00002200 },
55 { DC_COM_PIN_OUTPUT_SELECT(6), 0x00020000 },
56};
57
58static const struct reg_entry rgb_disable[] = {
59 { DC_COM_PIN_OUTPUT_SELECT(6), 0x00000000 },
60 { DC_COM_PIN_OUTPUT_SELECT(5), 0x00000000 },
61 { DC_COM_PIN_OUTPUT_SELECT(4), 0x00000000 },
62 { DC_COM_PIN_OUTPUT_SELECT(3), 0x00000000 },
63 { DC_COM_PIN_OUTPUT_SELECT(2), 0x00000000 },
64 { DC_COM_PIN_OUTPUT_SELECT(1), 0x00000000 },
65 { DC_COM_PIN_OUTPUT_SELECT(0), 0x00000000 },
66 { DC_COM_PIN_OUTPUT_DATA(3), 0xaaaaaaaa },
67 { DC_COM_PIN_OUTPUT_DATA(2), 0xaaaaaaaa },
68 { DC_COM_PIN_OUTPUT_DATA(1), 0xaaaaaaaa },
69 { DC_COM_PIN_OUTPUT_DATA(0), 0xaaaaaaaa },
70 { DC_COM_PIN_OUTPUT_POLARITY(3), 0x00000000 },
71 { DC_COM_PIN_OUTPUT_POLARITY(2), 0x00000000 },
72 { DC_COM_PIN_OUTPUT_POLARITY(1), 0x00000000 },
73 { DC_COM_PIN_OUTPUT_POLARITY(0), 0x00000000 },
74 { DC_COM_PIN_OUTPUT_ENABLE(3), 0x55555555 },
75 { DC_COM_PIN_OUTPUT_ENABLE(2), 0x55555555 },
76 { DC_COM_PIN_OUTPUT_ENABLE(1), 0x55150005 },
77 { DC_COM_PIN_OUTPUT_ENABLE(0), 0x55555555 },
78};
79
80static void tegra_dc_write_regs(struct tegra_dc *dc,
81 const struct reg_entry *table,
82 unsigned int num)
83{
84 unsigned int i;
85
86 for (i = 0; i < num; i++)
87 tegra_dc_writel(dc, table[i].value, table[i].offset);
88}
89
Thierry Reding3b0e5852014-12-16 18:30:16 +010090static const struct drm_connector_funcs tegra_rgb_connector_funcs = {
Thierry Reding32c3dee2015-07-29 10:08:17 +020091 .dpms = drm_atomic_helper_connector_dpms,
Thierry Reding9d441892014-11-24 17:02:53 +010092 .reset = drm_atomic_helper_connector_reset,
Thierry Reding3b0e5852014-12-16 18:30:16 +010093 .detect = tegra_output_connector_detect,
94 .fill_modes = drm_helper_probe_single_connector_modes,
95 .destroy = tegra_output_connector_destroy,
Thierry Reding9d441892014-11-24 17:02:53 +010096 .atomic_duplicate_state = drm_atomic_helper_connector_duplicate_state,
Thierry Reding4aa3df72014-11-24 16:27:13 +010097 .atomic_destroy_state = drm_atomic_helper_connector_destroy_state,
Thierry Reding3b0e5852014-12-16 18:30:16 +010098};
99
100static enum drm_mode_status
101tegra_rgb_connector_mode_valid(struct drm_connector *connector,
102 struct drm_display_mode *mode)
103{
104 /*
105 * FIXME: For now, always assume that the mode is okay. There are
106 * unresolved issues with clk_round_rate(), which doesn't always
107 * reliably report whether a frequency can be set or not.
108 */
109 return MODE_OK;
110}
111
112static const struct drm_connector_helper_funcs tegra_rgb_connector_helper_funcs = {
113 .get_modes = tegra_output_connector_get_modes,
114 .mode_valid = tegra_rgb_connector_mode_valid,
Thierry Reding3b0e5852014-12-16 18:30:16 +0100115};
116
117static const struct drm_encoder_funcs tegra_rgb_encoder_funcs = {
118 .destroy = tegra_output_encoder_destroy,
119};
120
Thierry Reding32c3dee2015-07-29 10:08:17 +0200121static void tegra_rgb_encoder_disable(struct drm_encoder *encoder)
Thierry Reding3b0e5852014-12-16 18:30:16 +0100122{
Thierry Reding32c3dee2015-07-29 10:08:17 +0200123 struct tegra_output *output = encoder_to_output(encoder);
124 struct tegra_rgb *rgb = to_rgb(output);
125
126 if (output->panel)
127 drm_panel_disable(output->panel);
128
129 tegra_dc_write_regs(rgb->dc, rgb_disable, ARRAY_SIZE(rgb_disable));
130 tegra_dc_commit(rgb->dc);
131
132 if (output->panel)
133 drm_panel_unprepare(output->panel);
Thierry Reding3b0e5852014-12-16 18:30:16 +0100134}
135
Thierry Reding32c3dee2015-07-29 10:08:17 +0200136static void tegra_rgb_encoder_enable(struct drm_encoder *encoder)
Thierry Reding3b0e5852014-12-16 18:30:16 +0100137{
138 struct tegra_output *output = encoder_to_output(encoder);
139 struct tegra_rgb *rgb = to_rgb(output);
140 u32 value;
141
142 if (output->panel)
143 drm_panel_prepare(output->panel);
Dmitry Osipenkob1891532014-02-11 21:12:27 +0400144
Thierry Reding7602fa12013-10-30 09:55:33 +0100145 tegra_dc_write_regs(rgb->dc, rgb_enable, ARRAY_SIZE(rgb_enable));
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000146
Thierry Reding72d30282013-12-12 11:06:55 +0100147 value = DE_SELECT_ACTIVE | DE_CONTROL_NORMAL;
148 tegra_dc_writel(rgb->dc, value, DC_DISP_DATA_ENABLE_OPTIONS);
149
150 /* XXX: parameterize? */
151 value = tegra_dc_readl(rgb->dc, DC_COM_PIN_OUTPUT_POLARITY(1));
152 value &= ~LVS_OUTPUT_POLARITY_LOW;
153 value &= ~LHS_OUTPUT_POLARITY_LOW;
154 tegra_dc_writel(rgb->dc, value, DC_COM_PIN_OUTPUT_POLARITY(1));
155
156 /* XXX: parameterize? */
157 value = DISP_DATA_FORMAT_DF1P1C | DISP_ALIGNMENT_MSB |
158 DISP_ORDER_RED_BLUE;
159 tegra_dc_writel(rgb->dc, value, DC_DISP_DISP_INTERFACE_CONTROL);
160
161 /* XXX: parameterize? */
162 value = SC0_H_QUALIFIER_NONE | SC1_H_QUALIFIER_NONE;
163 tegra_dc_writel(rgb->dc, value, DC_DISP_SHIFT_CLOCK_OPTIONS);
164
Thierry Reding62b9e062014-11-21 17:33:33 +0100165 tegra_dc_commit(rgb->dc);
Thierry Reding72d30282013-12-12 11:06:55 +0100166
Thierry Reding3b0e5852014-12-16 18:30:16 +0100167 if (output->panel)
168 drm_panel_enable(output->panel);
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000169}
170
Thierry Reding3cebae62014-12-17 17:04:36 +0100171static int
172tegra_rgb_encoder_atomic_check(struct drm_encoder *encoder,
173 struct drm_crtc_state *crtc_state,
174 struct drm_connector_state *conn_state)
175{
176 struct tegra_output *output = encoder_to_output(encoder);
177 struct tegra_dc *dc = to_tegra_dc(conn_state->crtc);
178 unsigned long pclk = crtc_state->mode.clock * 1000;
179 struct tegra_rgb *rgb = to_rgb(output);
180 unsigned int div;
181 int err;
182
183 /*
184 * We may not want to change the frequency of the parent clock, since
185 * it may be a parent for other peripherals. This is due to the fact
186 * that on Tegra20 there's only a single clock dedicated to display
187 * (pll_d_out0), whereas later generations have a second one that can
188 * be used to independently drive a second output (pll_d2_out0).
189 *
190 * As a way to support multiple outputs on Tegra20 as well, pll_p is
191 * typically used as the parent clock for the display controllers.
192 * But this comes at a cost: pll_p is the parent of several other
193 * peripherals, so its frequency shouldn't change out of the blue.
194 *
195 * The best we can do at this point is to use the shift clock divider
196 * and hope that the desired frequency can be matched (or at least
197 * matched sufficiently close that the panel will still work).
198 */
199 div = ((clk_get_rate(rgb->clk) * 2) / pclk) - 2;
200 pclk = 0;
201
202 err = tegra_dc_state_setup_clock(dc, crtc_state, rgb->clk_parent,
203 pclk, div);
204 if (err < 0) {
205 dev_err(output->dev, "failed to setup CRTC state: %d\n", err);
206 return err;
207 }
208
209 return err;
210}
211
Thierry Reding3b0e5852014-12-16 18:30:16 +0100212static const struct drm_encoder_helper_funcs tegra_rgb_encoder_helper_funcs = {
Thierry Reding3b0e5852014-12-16 18:30:16 +0100213 .disable = tegra_rgb_encoder_disable,
Thierry Reding32c3dee2015-07-29 10:08:17 +0200214 .enable = tegra_rgb_encoder_enable,
Thierry Reding3cebae62014-12-17 17:04:36 +0100215 .atomic_check = tegra_rgb_encoder_atomic_check,
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000216};
217
218int tegra_dc_rgb_probe(struct tegra_dc *dc)
219{
220 struct device_node *np;
221 struct tegra_rgb *rgb;
222 int err;
223
224 np = of_get_child_by_name(dc->dev->of_node, "rgb");
225 if (!np || !of_device_is_available(np))
226 return -ENODEV;
227
228 rgb = devm_kzalloc(dc->dev, sizeof(*rgb), GFP_KERNEL);
229 if (!rgb)
230 return -ENOMEM;
231
Thierry Reding03da0e72013-08-30 15:27:16 +0200232 rgb->output.dev = dc->dev;
233 rgb->output.of_node = np;
Thierry Reding7602fa12013-10-30 09:55:33 +0100234 rgb->dc = dc;
Thierry Reding03da0e72013-08-30 15:27:16 +0200235
Thierry Reding59d29c02013-10-14 14:26:42 +0200236 err = tegra_output_probe(&rgb->output);
Thierry Reding03da0e72013-08-30 15:27:16 +0200237 if (err < 0)
238 return err;
239
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000240 rgb->clk = devm_clk_get(dc->dev, NULL);
241 if (IS_ERR(rgb->clk)) {
242 dev_err(dc->dev, "failed to get clock\n");
243 return PTR_ERR(rgb->clk);
244 }
245
246 rgb->clk_parent = devm_clk_get(dc->dev, "parent");
247 if (IS_ERR(rgb->clk_parent)) {
248 dev_err(dc->dev, "failed to get parent clock\n");
249 return PTR_ERR(rgb->clk_parent);
250 }
251
252 err = clk_set_parent(rgb->clk, rgb->clk_parent);
253 if (err < 0) {
254 dev_err(dc->dev, "failed to set parent clock: %d\n", err);
255 return err;
256 }
257
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000258 dc->rgb = &rgb->output;
259
260 return 0;
261}
262
Thierry Reding59d29c02013-10-14 14:26:42 +0200263int tegra_dc_rgb_remove(struct tegra_dc *dc)
264{
Thierry Reding59d29c02013-10-14 14:26:42 +0200265 if (!dc->rgb)
266 return 0;
267
Thierry Reding328ec692014-12-19 15:55:08 +0100268 tegra_output_remove(dc->rgb);
Thierry Reding3b0e5852014-12-16 18:30:16 +0100269 dc->rgb = NULL;
270
Thierry Reding59d29c02013-10-14 14:26:42 +0200271 return 0;
272}
273
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000274int tegra_dc_rgb_init(struct drm_device *drm, struct tegra_dc *dc)
275{
Thierry Reding3b0e5852014-12-16 18:30:16 +0100276 struct tegra_output *output = dc->rgb;
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000277 int err;
278
279 if (!dc->rgb)
280 return -ENODEV;
281
Thierry Reding3b0e5852014-12-16 18:30:16 +0100282 drm_connector_init(drm, &output->connector, &tegra_rgb_connector_funcs,
283 DRM_MODE_CONNECTOR_LVDS);
284 drm_connector_helper_add(&output->connector,
285 &tegra_rgb_connector_helper_funcs);
286 output->connector.dpms = DRM_MODE_DPMS_OFF;
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000287
Thierry Reding3b0e5852014-12-16 18:30:16 +0100288 drm_encoder_init(drm, &output->encoder, &tegra_rgb_encoder_funcs,
Ville Syrjälä13a3d912015-12-09 16:20:18 +0200289 DRM_MODE_ENCODER_LVDS, NULL);
Thierry Reding3b0e5852014-12-16 18:30:16 +0100290 drm_encoder_helper_add(&output->encoder,
291 &tegra_rgb_encoder_helper_funcs);
292
293 drm_mode_connector_attach_encoder(&output->connector,
294 &output->encoder);
295 drm_connector_register(&output->connector);
296
Thierry Redingea130b22014-12-19 15:51:35 +0100297 err = tegra_output_init(drm, output);
298 if (err < 0) {
299 dev_err(output->dev, "failed to initialize output: %d\n", err);
300 return err;
301 }
302
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000303 /*
Thierry Reding3b0e5852014-12-16 18:30:16 +0100304 * Other outputs can be attached to either display controller. The RGB
305 * outputs are an exception and work only with their parent display
306 * controller.
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000307 */
Thierry Reding3b0e5852014-12-16 18:30:16 +0100308 output->encoder.possible_crtcs = drm_crtc_mask(&dc->base);
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000309
310 return 0;
311}
312
313int tegra_dc_rgb_exit(struct tegra_dc *dc)
314{
Thierry Reding328ec692014-12-19 15:55:08 +0100315 if (dc->rgb)
316 tegra_output_exit(dc->rgb);
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000317
Thierry Reding328ec692014-12-19 15:55:08 +0100318 return 0;
Thierry Redingd8f4a9e2012-11-15 21:28:22 +0000319}