blob: 7f78122b0234c007537b5c5dc5006cf80e2557a2 [file] [log] [blame]
Arpita Banerjee841fa062013-05-24 14:59:51 -07001/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
2 *
3 * Redistribution and use in source and binary forms, with or without
4 * modification, are permitted provided that the following conditions are
5 * met:
6 * * Redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer.
8 * * Redistributions in binary form must reproduce the above
9 * copyright notice, this list of conditions and the following
10 * disclaimer in the documentation and/or other materials provided
11 * with the distribution.
12 * * Neither the name of The Linux Foundation nor the names of its
13 * contributors may be used to endorse or promote products derived
14 * from this software without specific prior written permission.
15 *
16 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
20 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
23 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
24 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
25 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
26 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 */
29
30/*---------------------------------------------------------------------------*/
31/* HEADER files */
32/*---------------------------------------------------------------------------*/
33#include <stdint.h>
34#include <msm_panel.h>
35#include <mipi_dsi.h>
36#include <sys/types.h>
37#include <platform/iomap.h>
38#include <err.h>
39#include <reg.h>
40#include <mdp5.h>
41
42
43/*---------------------------------------------------------------------------*/
44/* Panel Header */
45/*---------------------------------------------------------------------------*/
46#include "panel_display.h"
47#include "include/panel.h"
48
49/*---------------------------------------------------------------------------*/
50/* Panel Init */
51/*---------------------------------------------------------------------------*/
52int dsi_panel_init(struct msm_panel_info *pinfo,
53 struct panel_struct *pstruct)
54{
55 /* Resolution setting*/
56 pinfo->xres = pstruct->panelres->panel_width;
57 pinfo->yres = pstruct->panelres->panel_height;
58 pinfo->lcdc.h_back_porch = pstruct->panelres->hback_porch;
59 pinfo->lcdc.h_front_porch = pstruct->panelres->hfront_porch;
60 pinfo->lcdc.h_pulse_width = pstruct->panelres->hpulse_width;
61 pinfo->lcdc.v_back_porch = pstruct->panelres->vback_porch;
62 pinfo->lcdc.v_front_porch = pstruct->panelres->vfront_porch;
63 pinfo->lcdc.v_pulse_width = pstruct->panelres->vpulse_width;
64 pinfo->lcdc.hsync_skew = pstruct->panelres->hsync_skew;
65 pinfo->lcdc.xres_pad = pstruct->panelres->hleft_border +
66 pstruct->panelres->hright_border;
67 pinfo->lcdc.yres_pad = pstruct->panelres->vtop_border +
68 pstruct->panelres->vbottom_border;
69
70 pinfo->lcdc.dual_pipe = (pstruct->paneldata->panel_operating_mode
71 & 0x2);
72 pinfo->lcdc.pipe_swap = (pstruct->paneldata->panel_operating_mode
73 & 0x4);
74
75 /* Color setting*/
76 pinfo->lcdc.border_clr = pstruct->color->border_color;
77 pinfo->lcdc.underflow_clr = pstruct->color->underflow_color;
78 pinfo->mipi.rgb_swap = pstruct->color->color_order;
79 switch (pinfo->bpp) {
80 case BPP_16:
81 pinfo->mipi.dst_format = DSI_VIDEO_DST_FORMAT_RGB565;
82 break;
83 case BPP_18:
84 if (pstruct->color->pixel_packing)
85 pinfo->mipi.dst_format
86 = DSI_VIDEO_DST_FORMAT_RGB666_LOOSE;
87 else
88 pinfo->mipi.dst_format
89 = DSI_VIDEO_DST_FORMAT_RGB666;
90 break;
91 case BPP_24:
92 default:
93 pinfo->mipi.dst_format = DSI_VIDEO_DST_FORMAT_RGB888;
94 break;
95 }
96
97 /* Panel generic info */
98 pinfo->mipi.mode = pstruct->paneldata->panel_type;
99 if (pinfo->mipi.mode) {
100 pinfo->type = MIPI_CMD_PANEL;
101 } else {
102 pinfo->type = MIPI_VIDEO_PANEL;
103 }
104 pinfo->bpp = pstruct->color->color_format;
105 pinfo->clk_rate = pstruct->paneldata->panel_clockrate;
106 pinfo->rotation = pstruct->paneldata->panel_orientation;
107 pinfo->mipi.interleave_mode = pstruct->paneldata->interleave_mode;
108 pinfo->broadcastmode = pstruct->paneldata->panel_broadcast_mode;
109 pinfo->lowpowerstop = pstruct->paneldata->dsi_lp11_atinit;
110 pinfo->mipi.vc = pstruct->paneldata->dsi_virtualchannel_id;
111 pinfo->mipi.frame_rate = pstruct->paneldata->panel_framerate;
112 pinfo->mipi.stream = pstruct->paneldata->dsi_stream;
113 pinfo->mipi.dual_dsi = (pstruct->paneldata->panel_operating_mode
114 & 0x1);
Arpita Banerjeeda0c39a2013-05-24 16:12:45 -0700115 pinfo->mipi.bitclock = pstruct->paneldata->panel_bitclock_freq;
Arpita Banerjee841fa062013-05-24 14:59:51 -0700116
117 /* Video Panel configuration */
118 pinfo->mipi.pulse_mode_hsa_he = pstruct->videopanel->hsync_pulse;
119 pinfo->mipi.hfp_power_stop = pstruct->videopanel->hfp_power_mode;
120 pinfo->mipi.hbp_power_stop = pstruct->videopanel->hbp_power_mode;
121 pinfo->mipi.hsa_power_stop = pstruct->videopanel->hsa_power_mode;
122 pinfo->mipi.eof_bllp_power_stop
123 = pstruct->videopanel->bllp_eof_power_mode;
124 pinfo->mipi.bllp_power_stop = pstruct->videopanel->bllp_power_mode;
125 pinfo->mipi.traffic_mode = pstruct->videopanel->traffic_mode;
126 pinfo->mipi.eof_bllp_power = pstruct->videopanel->bllp_eof_power;
127
128 /* Command Panel configuratoin */
129 pinfo->mipi.insert_dcs_cmd = pstruct->commandpanel->tedcs_command;
130 pinfo->mipi.wr_mem_continue
131 = pstruct->commandpanel->tevsync_continue_lines;
132 pinfo->mipi.wr_mem_start
133 = pstruct->commandpanel->tevsync_rdptr_irqline;
134 pinfo->mipi.te_sel = pstruct->commandpanel->tepin_select;
135
136 /* Data lane configuraiton */
137 pinfo->mipi.num_of_lanes = pstruct->laneconfig->dsi_lanes;
138 pinfo->mipi.data_lane0 = pstruct->laneconfig->lane0_state;
139 pinfo->mipi.data_lane1 = pstruct->laneconfig->lane1_state;
140 pinfo->mipi.data_lane2 = pstruct->laneconfig->lane2_state;
141 pinfo->mipi.data_lane3 = pstruct->laneconfig->lane3_state;
142 pinfo->mipi.lane_swap = pstruct->laneconfig->dsi_lanemap;
143
144 pinfo->mipi.t_clk_post = pstruct->paneltiminginfo->tclk_post;
145 pinfo->mipi.t_clk_pre = pstruct->paneltiminginfo->tclk_pre;
146 pinfo->mipi.mdp_trigger = pstruct->paneltiminginfo->dsi_mdp_trigger;
147 pinfo->mipi.dma_trigger = pstruct->paneltiminginfo->dsi_dma_trigger;
148
149 pinfo->on = dsi_panel_on;
150 pinfo->off = dsi_panel_off;
151 pinfo->rotate = dsi_panel_rotation;
152 pinfo->config = dsi_panel_config;
153
154 return NO_ERROR;
155}
156
157/*---------------------------------------------------------------------------*/
158/* Panel Callbacks */
159/*---------------------------------------------------------------------------*/
160
161int dsi_panel_on()
162{
163 return oem_panel_on();
164}
165
166int dsi_panel_off()
167{
168 return oem_panel_off();
169}
170
171int dsi_panel_rotation()
172{
173 return oem_panel_rotation();
174}
175
176int dsi_video_panel_config(struct msm_panel_info *pinfo,
177 struct lcdc_panel_info *plcdc
178 )
179{
180 int ret = NO_ERROR;
181 uint8_t lane_enable = 0;
182 uint32_t panel_width = pinfo->xres;
183
184 if (pinfo->mipi.dual_dsi)
185 panel_width = panel_width / 2;
186
187 switch (pinfo->mipi.num_of_lanes) {
188 case 1:
189 lane_enable = 0x1; /*1 lane only */
190 break;
191 case 2:
192 lane_enable = 0x3; /* 2 lanes only */
193 break;
194 case 3:
195 lane_enable = 0x7; /* 3 lanes only */
196 break;
197 case 4:
198 default:
199 lane_enable = 0xf; /* 4 lanes */
200 break;
201 }
202
203 ret = mdss_dsi_video_mode_config((panel_width + plcdc->xres_pad),
204 (pinfo->yres + plcdc->yres_pad),
205 (panel_width),
206 (pinfo->yres),
207 (plcdc->h_front_porch),
208 (plcdc->h_back_porch + plcdc->h_pulse_width),
209 (plcdc->v_front_porch),
210 (plcdc->v_back_porch + plcdc->v_pulse_width),
211 (plcdc->h_pulse_width),
212 (plcdc->v_pulse_width),
213 pinfo->mipi.dst_format,
214 pinfo->mipi.traffic_mode,
215 lane_enable,
216 pinfo->lowpowerstop,
217 pinfo->mipi.eof_bllp_power,
218 pinfo->mipi.interleave_mode,
219 MIPI_DSI0_BASE);
220
221 if (pinfo->mipi.dual_dsi)
222 ret = mdss_dsi_video_mode_config(
223 (panel_width + plcdc->xres_pad),
224 (pinfo->yres + plcdc->yres_pad),
225 (panel_width),
226 (pinfo->yres),
227 (plcdc->h_front_porch),
228 (plcdc->h_back_porch + plcdc->h_pulse_width),
229 (plcdc->v_front_porch),
230 (plcdc->v_back_porch + plcdc->v_pulse_width),
231 (plcdc->h_pulse_width),
232 (plcdc->v_pulse_width),
233 pinfo->mipi.dst_format,
234 pinfo->mipi.traffic_mode,
235 lane_enable,
236 pinfo->lowpowerstop,
237 pinfo->mipi.eof_bllp_power,
238 pinfo->mipi.interleave_mode,
239 MIPI_DSI1_BASE);
240
241 return ret;
242}
243
244int dsi_cmd_panel_config (struct msm_panel_info *pinfo,
245 struct lcdc_panel_info *plcdc)
246{
247 int ret = NO_ERROR;
248
249 ret = mdss_dsi_cmd_mode_config((pinfo->xres + plcdc->xres_pad),
250 (pinfo->yres + plcdc->yres_pad),
251 (pinfo->xres), (pinfo->yres),
252 pinfo->mipi.dst_format, pinfo->mipi.traffic_mode);
253
254 return ret;
255}
256
257
258int dsi_panel_config(void *pdata)
259{
260 int ret = NO_ERROR;
261 struct msm_panel_info *pinfo = (struct msm_panel_info *)pdata;
262 struct lcdc_panel_info *plcdc = NULL;
263
264 if (pinfo == NULL)
265 return ERR_INVALID_ARGS;
266
267 plcdc = &(pinfo->lcdc);
268 if (plcdc == NULL)
269 return ERR_INVALID_ARGS;
270
271
272 if (pinfo->mipi.mode == DSI_VIDEO_MODE) {
273 ret = dsi_video_panel_config(pinfo, plcdc);
274 } else {
275 ret = dsi_cmd_panel_config(pinfo, plcdc);
276 }
277
278 return ret;
279}