blob: 4a44ddd5176624feb78c503f1d2d2cd31d734de7 [file] [log] [blame]
Laurent Pinchartcb2025d2013-06-16 21:01:02 +02001/*
2 * rcar_du_group.c -- R-Car Display Unit Channels Pair
3 *
Laurent Pinchart36d50462014-02-06 18:13:52 +01004 * Copyright (C) 2013-2014 Renesas Electronics Corporation
Laurent Pinchartcb2025d2013-06-16 21:01:02 +02005 *
6 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 */
13
14/*
15 * The R8A7779 DU is split in per-CRTC resources (scan-out engine, blending
16 * unit, timings generator, ...) and device-global resources (start/stop
17 * control, planes, ...) shared between the two CRTCs.
18 *
19 * The R8A7790 introduced a third CRTC with its own set of global resources.
20 * This would be modeled as two separate DU device instances if it wasn't for
21 * a handful or resources that are shared between the three CRTCs (mostly
22 * related to input and output routing). For this reason the R8A7790 DU must be
23 * modeled as a single device with three CRTCs, two sets of "semi-global"
24 * resources, and a few device-global resources.
25 *
26 * The rcar_du_group object is a driver specific object, without any real
27 * counterpart in the DU documentation, that models those semi-global resources.
28 */
29
Laurent Pinchart7cbc05c2013-06-17 03:20:08 +020030#include <linux/clk.h>
Laurent Pinchartcb2025d2013-06-16 21:01:02 +020031#include <linux/io.h>
32
33#include "rcar_du_drv.h"
34#include "rcar_du_group.h"
35#include "rcar_du_regs.h"
36
Laurent Pincharta5f0ef52013-06-17 00:29:25 +020037u32 rcar_du_group_read(struct rcar_du_group *rgrp, u32 reg)
Laurent Pinchartcb2025d2013-06-16 21:01:02 +020038{
39 return rcar_du_read(rgrp->dev, rgrp->mmio_offset + reg);
40}
41
Laurent Pincharta5f0ef52013-06-17 00:29:25 +020042void rcar_du_group_write(struct rcar_du_group *rgrp, u32 reg, u32 data)
Laurent Pinchartcb2025d2013-06-16 21:01:02 +020043{
44 rcar_du_write(rgrp->dev, rgrp->mmio_offset + reg, data);
45}
46
Laurent Pinchart7cbc05c2013-06-17 03:20:08 +020047static void rcar_du_group_setup_defr8(struct rcar_du_group *rgrp)
48{
49 u32 defr8 = DEFR8_CODE | DEFR8_DEFE8;
50
Laurent Pinchart7cbc05c2013-06-17 03:20:08 +020051 /* The DEFR8 register for the first group also controls RGB output
Laurent Pinchart34a04f22013-06-21 17:54:50 +020052 * routing to DPAD0 and VSPD1 routing to DU0/1/2 for DU instances that
53 * support it.
Laurent Pinchart7cbc05c2013-06-17 03:20:08 +020054 */
Laurent Pinchart34a04f22013-06-21 17:54:50 +020055 if (rgrp->index == 0) {
56 if (rgrp->dev->info->routes[RCAR_DU_OUTPUT_DPAD0].possible_crtcs > 1)
57 defr8 |= DEFR8_DRGBS_DU(rgrp->dev->dpad0_source);
58 if (rgrp->dev->vspd1_sink == 2)
59 defr8 |= DEFR8_VSCS;
60 }
Laurent Pinchart7cbc05c2013-06-17 03:20:08 +020061
62 rcar_du_group_write(rgrp, DEFR8, defr8);
63}
64
Laurent Pinchartcb2025d2013-06-16 21:01:02 +020065static void rcar_du_group_setup(struct rcar_du_group *rgrp)
66{
67 /* Enable extended features */
68 rcar_du_group_write(rgrp, DEFR, DEFR_CODE | DEFR_DEFE);
69 rcar_du_group_write(rgrp, DEFR2, DEFR2_CODE | DEFR2_DEFE2G);
70 rcar_du_group_write(rgrp, DEFR3, DEFR3_CODE | DEFR3_DEFE3);
71 rcar_du_group_write(rgrp, DEFR4, DEFR4_CODE);
72 rcar_du_group_write(rgrp, DEFR5, DEFR5_CODE | DEFR5_DEFE5);
Laurent Pinchart7cbc05c2013-06-17 03:20:08 +020073
Laurent Pinchart1b30dbd2014-12-09 00:24:49 +020074 if (rcar_du_has(rgrp->dev, RCAR_DU_FEATURE_EXT_CTRL_REGS)) {
Laurent Pinchart0c1c8772014-12-09 00:21:12 +020075 rcar_du_group_setup_defr8(rgrp);
Laurent Pinchartcb2025d2013-06-16 21:01:02 +020076
Laurent Pinchart1b30dbd2014-12-09 00:24:49 +020077 /* Configure input dot clock routing. We currently hardcode the
78 * configuration to routing DOTCLKINn to DUn.
79 */
80 rcar_du_group_write(rgrp, DIDSR, DIDSR_CODE |
81 DIDSR_LCDS_DCLKIN(2) |
82 DIDSR_LCDS_DCLKIN(1) |
83 DIDSR_LCDS_DCLKIN(0) |
84 DIDSR_PDCS_CLK(2, 0) |
85 DIDSR_PDCS_CLK(1, 0) |
86 DIDSR_PDCS_CLK(0, 0));
87 }
88
Laurent Pinchartcb2025d2013-06-16 21:01:02 +020089 /* Use DS1PR and DS2PR to configure planes priorities and connects the
90 * superposition 0 to DU0 pins. DU1 pins will be configured dynamically.
91 */
92 rcar_du_group_write(rgrp, DORCR, DORCR_PG1D_DS1 | DORCR_DPRS);
Laurent Pinchart2a57e9b2015-04-28 18:01:45 +030093
94 /* Apply planes to CRTCs association. */
95 mutex_lock(&rgrp->lock);
96 rcar_du_group_write(rgrp, DPTSR, (rgrp->dptsr_planes << 16) |
97 rgrp->dptsr_planes);
98 mutex_unlock(&rgrp->lock);
Laurent Pinchartcb2025d2013-06-16 21:01:02 +020099}
100
101/*
102 * rcar_du_group_get - Acquire a reference to the DU channels group
103 *
104 * Acquiring the first reference setups core registers. A reference must be held
105 * before accessing any hardware registers.
106 *
107 * This function must be called with the DRM mode_config lock held.
108 *
109 * Return 0 in case of success or a negative error code otherwise.
110 */
111int rcar_du_group_get(struct rcar_du_group *rgrp)
112{
113 if (rgrp->use_count)
114 goto done;
115
116 rcar_du_group_setup(rgrp);
117
118done:
119 rgrp->use_count++;
120 return 0;
121}
122
123/*
124 * rcar_du_group_put - Release a reference to the DU
125 *
126 * This function must be called with the DRM mode_config lock held.
127 */
128void rcar_du_group_put(struct rcar_du_group *rgrp)
129{
130 --rgrp->use_count;
131}
132
133static void __rcar_du_group_start_stop(struct rcar_du_group *rgrp, bool start)
134{
135 rcar_du_group_write(rgrp, DSYSR,
136 (rcar_du_group_read(rgrp, DSYSR) & ~(DSYSR_DRES | DSYSR_DEN)) |
137 (start ? DSYSR_DEN : DSYSR_DRES));
138}
139
140void rcar_du_group_start_stop(struct rcar_du_group *rgrp, bool start)
141{
142 /* Many of the configuration bits are only updated when the display
143 * reset (DRES) bit in DSYSR is set to 1, disabling *both* CRTCs. Some
144 * of those bits could be pre-configured, but others (especially the
145 * bits related to plane assignment to display timing controllers) need
146 * to be modified at runtime.
147 *
148 * Restart the display controller if a start is requested. Sorry for the
149 * flicker. It should be possible to move most of the "DRES-update" bits
150 * setup to driver initialization time and minimize the number of cases
151 * when the display controller will have to be restarted.
152 */
153 if (start) {
154 if (rgrp->used_crtcs++ != 0)
155 __rcar_du_group_start_stop(rgrp, false);
156 __rcar_du_group_start_stop(rgrp, true);
157 } else {
158 if (--rgrp->used_crtcs == 0)
159 __rcar_du_group_start_stop(rgrp, false);
160 }
161}
162
163void rcar_du_group_restart(struct rcar_du_group *rgrp)
164{
165 __rcar_du_group_start_stop(rgrp, false);
166 __rcar_du_group_start_stop(rgrp, true);
167}
Laurent Pinchart2fd22db2013-06-17 00:11:05 +0200168
Laurent Pinchart34a04f22013-06-21 17:54:50 +0200169int rcar_du_set_dpad0_vsp1_routing(struct rcar_du_device *rcdu)
Laurent Pinchart7cbc05c2013-06-17 03:20:08 +0200170{
171 int ret;
172
Laurent Pinchart0c1c8772014-12-09 00:21:12 +0200173 if (!rcar_du_has(rcdu, RCAR_DU_FEATURE_EXT_CTRL_REGS))
174 return 0;
175
Laurent Pinchart34a04f22013-06-21 17:54:50 +0200176 /* RGB output routing to DPAD0 and VSP1D routing to DU0/1/2 are
177 * configured in the DEFR8 register of the first group. As this function
178 * can be called with the DU0 and DU1 CRTCs disabled, we need to enable
179 * the first group clock before accessing the register.
Laurent Pinchart7cbc05c2013-06-17 03:20:08 +0200180 */
181 ret = clk_prepare_enable(rcdu->crtcs[0].clock);
182 if (ret < 0)
183 return ret;
184
185 rcar_du_group_setup_defr8(&rcdu->groups[0]);
186
187 clk_disable_unprepare(rcdu->crtcs[0].clock);
188
189 return 0;
190}
191
192int rcar_du_group_set_routing(struct rcar_du_group *rgrp)
Laurent Pinchart2fd22db2013-06-17 00:11:05 +0200193{
194 struct rcar_du_crtc *crtc0 = &rgrp->dev->crtcs[rgrp->index * 2];
195 u32 dorcr = rcar_du_group_read(rgrp, DORCR);
196
197 dorcr &= ~(DORCR_PG2T | DORCR_DK2S | DORCR_PG2D_MASK);
198
Laurent Pinchartef67a902013-06-17 03:13:11 +0200199 /* Set the DPAD1 pins sources. Select CRTC 0 if explicitly requested and
200 * CRTC 1 in all other cases to avoid cloning CRTC 0 to DPAD0 and DPAD1
201 * by default.
Laurent Pinchart2fd22db2013-06-17 00:11:05 +0200202 */
Laurent Pinchartef67a902013-06-17 03:13:11 +0200203 if (crtc0->outputs & BIT(RCAR_DU_OUTPUT_DPAD1))
Laurent Pinchart2fd22db2013-06-17 00:11:05 +0200204 dorcr |= DORCR_PG2D_DS1;
205 else
206 dorcr |= DORCR_PG2T | DORCR_DK2S | DORCR_PG2D_DS2;
207
208 rcar_du_group_write(rgrp, DORCR, dorcr);
Laurent Pinchart7cbc05c2013-06-17 03:20:08 +0200209
Laurent Pinchart34a04f22013-06-21 17:54:50 +0200210 return rcar_du_set_dpad0_vsp1_routing(rgrp->dev);
Laurent Pinchart2fd22db2013-06-17 00:11:05 +0200211}