123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- /* Copyright (c) 2011-2012, The Linux Foundation. All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 and
- * only version 2 as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
- #include "msm_fb.h"
- #include "mipi_dsi.h"
- #include "mipi_renesas.h"
- static struct msm_panel_info pinfo;
- static struct mipi_dsi_phy_ctrl dsi_cmd_mode_phy_db = {
- #ifdef CONFIG_FB_MSM_MDP303
- /* DSI Bit Clock at 500 MHz, 2 lane, RGB888 */
- /* regulator */
- {0x03, 0x01, 0x01, 0x00},
- /* timing */
- {0xb9, 0x8e, 0x1f, 0x00, 0x98, 0x9c, 0x22, 0x90,
- 0x18, 0x03, 0x04},
- /* phy ctrl */
- {0x7f, 0x00, 0x00, 0x00},
- /* strength */
- {0xbb, 0x02, 0x06, 0x00},
- /* pll control */
- {0x01, 0xec, 0x31, 0xd2, 0x00, 0x40, 0x37, 0x62,
- 0x01, 0x0f, 0x07,
- 0x05, 0x14, 0x03, 0x0, 0x0, 0x0, 0x20, 0x0, 0x02, 0x0},
- #else
- /* DSI_BIT_CLK at 400MHz, 1 lane, RGB888 */
- {0x03, 0x01, 0x01, 0x00}, /* regulator */
- /* timing */
- {0x22, 0x0c, 0x7, 0x00, 0x10, 0x20, 0x10,
- 0xd, 0x8, 0x2, 0x3},
- /* phy ctrl */
- {0x7f, 0x00, 0x00, 0x00},
- /* strength */
- {0xee, 0x00, 0x6, 0x00},
- /* pll control */
- {0x40, 0x2f, 0xb1, 0xda, 0x00, 0x50, 0x48, 0x63,
- #if defined(RENESAS_FWVGA_TWO_LANE)
- 0x33, 0x1f, 0x07,
- #else /* default set to 1 lane */
- 0x30, 0x07, 0x07,
- #endif
- 0x05, 0x14, 0x03, 0x0, 0x0, 0x54, 0x06, 0x10, 0x04, 0x0},
- #endif
- };
- static int __init mipi_cmd_renesas_fwvga_pt_init(void)
- {
- int ret;
- if (msm_fb_detect_client("mipi_cmd_renesas_fwvga"))
- return 0;
- pinfo.xres = 480;
- pinfo.yres = 864;
- pinfo.type = MIPI_CMD_PANEL;
- pinfo.pdest = DISPLAY_1;
- pinfo.wait_cycle = 0;
- pinfo.bpp = 24;
- #ifdef CONFIG_FB_MSM_MDP303
- pinfo.lcdc.h_back_porch = 100;
- pinfo.lcdc.h_front_porch = 100;
- pinfo.lcdc.h_pulse_width = 8;
- pinfo.lcdc.v_back_porch = 20;
- pinfo.lcdc.v_front_porch = 20;
- pinfo.lcdc.v_pulse_width = 1;
- #else
- pinfo.lcdc.h_front_porch = 50;
- #if defined(RENESAS_FWVGA_TWO_LANE)
- pinfo.lcdc.h_back_porch = 400;
- pinfo.lcdc.h_pulse_width = 5;
- pinfo.lcdc.v_back_porch = 75;
- pinfo.lcdc.v_front_porch = 5;
- pinfo.lcdc.v_pulse_width = 1;
- #else
- pinfo.lcdc.h_back_porch = 50;
- pinfo.lcdc.h_pulse_width = 20;
- pinfo.lcdc.v_back_porch = 10;
- pinfo.lcdc.v_front_porch = 10;
- pinfo.lcdc.v_pulse_width = 5;
- #endif
- #endif /* CONFIG_FB_MSM_MDP303 */
- pinfo.lcdc.border_clr = 0; /* blk */
- pinfo.lcdc.underflow_clr = 0xff; /* blue */
- pinfo.lcdc.hsync_skew = 0;
- pinfo.bl_max = 255;
- pinfo.bl_min = 1;
- pinfo.fb_num = 2;
- #ifdef CONFIG_FB_MSM_MDP303
- pinfo.clk_rate = 499000000;
- #else
- pinfo.clk_rate = 152000000;
- #endif
- pinfo.lcd.refx100 = 6000; /* adjust refx100 to prevent tearing */
- pinfo.mipi.mode = DSI_CMD_MODE;
- pinfo.mipi.dst_format = DSI_CMD_DST_FORMAT_RGB888;
- pinfo.mipi.vc = 0;
- pinfo.mipi.rgb_swap = DSI_RGB_SWAP_RGB;
- pinfo.mipi.data_lane0 = TRUE;
- #ifdef CONFIG_FB_MSM_MDP303
- pinfo.lcd.vsync_enable = TRUE;
- pinfo.lcd.hw_vsync_mode = TRUE;
- pinfo.mipi.data_lane1 = TRUE;
- pinfo.mipi.t_clk_post = 0x20;
- pinfo.mipi.t_clk_pre = 0x2F;
- pinfo.mipi.stream = 0; /* dma_p */
- pinfo.mipi.mdp_trigger = DSI_CMD_TRIGGER_SW;
- pinfo.mipi.dma_trigger = DSI_CMD_TRIGGER_SW;
- pinfo.mipi.te_sel = 1; /* TE from vsync gpio */
- pinfo.mipi.interleave_max = 1;
- pinfo.mipi.insert_dcs_cmd = TRUE;
- pinfo.mipi.wr_mem_continue = 0x3c;
- pinfo.mipi.wr_mem_start = 0x2c;
- pinfo.mipi.dsi_phy_db = &dsi_cmd_mode_phy_db;
- pinfo.mipi.tx_eot_append = 0x01;
- pinfo.mipi.rx_eot_ignore = 0;
- pinfo.mipi.dlane_swap = 0x01;
- #else
- #if defined(RENESAS_FWVGA_TWO_LANE)
- pinfo.mipi.data_lane1 = TRUE;
- #else
- pinfo.mipi.data_lane1 = FALSE;
- #endif
- pinfo.mipi.t_clk_post = 0x18;
- pinfo.mipi.t_clk_pre = 0x14;
- pinfo.mipi.stream = 0; /* dma_p */
- pinfo.mipi.mdp_trigger = DSI_CMD_TRIGGER_SW;
- pinfo.mipi.dma_trigger = DSI_CMD_TRIGGER_SW;
- pinfo.mipi.te_sel = 1; /* TE from vsycn gpio */
- pinfo.mipi.interleave_max = 1;
- pinfo.mipi.insert_dcs_cmd = TRUE;
- pinfo.mipi.wr_mem_continue = 0x3c;
- pinfo.mipi.wr_mem_start = 0x2c;
- pinfo.mipi.dsi_phy_db = &dsi_cmd_mode_phy_db;
- #endif /* CONFIG_FB_MSM_MDP303 */
- ret = mipi_renesas_device_register(&pinfo, MIPI_DSI_PRIM,
- MIPI_DSI_PANEL_FWVGA_PT);
- if (ret)
- pr_err("%s: failed to register device!\n", __func__);
- return ret;
- }
- module_init(mipi_cmd_renesas_fwvga_pt_init);
|