blob: c7699a024eb4b82a5d6b54379fc1edd3ca1b9915 [file] [log] [blame]
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
* * Neither the name of The Linux Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
#include <stdint.h>
#include <msm_panel.h>
#include <mipi_dsi.h>
#include <sys/types.h>
#include <err.h>
#include <reg.h>
#include <mdp4.h>
int mipi_sharp_video_qhd_config(void *pdata)
{
int ret = NO_ERROR;
/* 2 Lanes -- Enables Data Lane0, 1 */
uint8_t lane_en = 0x3;
uint64_t low_pwr_stop_mode = 0;
/* Needed or else will have blank line at top of display */
uint8_t eof_bllp_pwr = 0x9;
uint8_t interleav = 0;
struct lcdc_panel_info *lcdc = NULL;
struct msm_panel_info *pinfo = (struct msm_panel_info *)pdata;
if (!pinfo)
return ERR_INVALID_ARGS;
lcdc = &(pinfo->lcdc);
if (!lcdc)
return ERR_INVALID_ARGS;
ret = mipi_dsi_video_mode_config((pinfo->xres + lcdc->xres_pad),
(pinfo->yres + lcdc->yres_pad),
(pinfo->xres),
(pinfo->yres),
(lcdc->h_front_porch),
(lcdc->h_back_porch + lcdc->h_pulse_width),
(lcdc->v_front_porch),
(lcdc->v_back_porch + lcdc->v_pulse_width),
(lcdc->h_pulse_width),
(lcdc->v_pulse_width),
pinfo->mipi.dst_format,
pinfo->mipi.traffic_mode,
lane_en,
low_pwr_stop_mode,
eof_bllp_pwr,
interleav);
return ret;
}
int mipi_sharp_video_qhd_on()
{
return NO_ERROR;
}
int mipi_sharp_video_qhd_off()
{
return NO_ERROR;
}
static struct mdss_dsi_phy_ctrl dsi_video_mode_phy_db = {
/* 540x960, RGB888, 2 Lane 60 fps video mode */
/* regulator */
{0x07, 0x09, 0x03, 0x00, 0x20, 0x00, 0x01},
/* timing */
{0x46, 0x1d, 0x20, 0x00, 0x39, 0x3a, 0x21, 0x21,
0x32, 0x03, 0x04, 0x00},
/* phy ctrl */
{0x5f, 0x00, 0x00, 0x10},
/* strength */
{0xff, 0x06},
/* bist control */
{0x00, 0x00, 0xb1, 0xff, 0x00, 0x00},
/* lanes config */
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x97,
0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x01, 0x97,
0x00, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x01, 0x97,
0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x01, 0x97,
0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xbb},
};
void mipi_sharp_video_qhd_init(struct msm_panel_info *pinfo)
{
if (!pinfo)
return;
pinfo->xres = 540;
pinfo->yres = 960;
pinfo->type = MIPI_VIDEO_PANEL;
pinfo->wait_cycle = 0;
pinfo->bpp = 24;
pinfo->lcdc.h_back_porch = 80;
pinfo->lcdc.h_front_porch = 48;
pinfo->lcdc.h_pulse_width = 32;
pinfo->lcdc.v_back_porch = 15;
pinfo->lcdc.v_front_porch = 3;
pinfo->lcdc.v_pulse_width = 10;
pinfo->lcdc.border_clr = 0; /* blk */
pinfo->lcdc.underflow_clr = 0xff; /* blue */
pinfo->lcdc.hsync_skew = 0;
pinfo->clk_rate = 500000000;
pinfo->mipi.mode = DSI_VIDEO_MODE;
pinfo->mipi.pulse_mode_hsa_he = FALSE;
pinfo->mipi.hfp_power_stop = FALSE;
pinfo->mipi.hbp_power_stop = FALSE;
pinfo->mipi.hsa_power_stop = FALSE;
pinfo->mipi.eof_bllp_power_stop = FALSE;
pinfo->mipi.bllp_power_stop = FALSE;
pinfo->mipi.traffic_mode = DSI_NON_BURST_SYNCH_PULSE;
pinfo->mipi.dst_format = DSI_VIDEO_DST_FORMAT_RGB888;
pinfo->mipi.vc = 0;
pinfo->mipi.rgb_swap = DSI_RGB_SWAP_RGB;
pinfo->mipi.data_lane0 = TRUE;
pinfo->mipi.data_lane1 = TRUE;
pinfo->mipi.data_lane2 = FALSE;
pinfo->mipi.data_lane3 = FALSE;
pinfo->mipi.t_clk_post = 0x04;
pinfo->mipi.t_clk_pre = 0x1c;
pinfo->mipi.stream = 0; /* dma_p */
pinfo->mipi.mdp_trigger = 0;
pinfo->mipi.dma_trigger = DSI_CMD_TRIGGER_SW;
pinfo->mipi.frame_rate = 60;
pinfo->mipi.mdss_dsi_phy_db = &dsi_video_mode_phy_db;
pinfo->mipi.tx_eot_append = TRUE;
pinfo->mipi.num_of_lanes = 2;
pinfo->mipi.panel_cmds = sharp_qhd_video_mode_cmds;
pinfo->mipi.num_of_panel_cmds =
ARRAY_SIZE(sharp_qhd_video_mode_cmds);
pinfo->on = mipi_sharp_video_qhd_on;
pinfo->off = mipi_sharp_video_qhd_off;
pinfo->config = mipi_sharp_video_qhd_config;
}