mxsfb.c 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020
  1. /*
  2. * Copyright (C) 2010 Juergen Beisert, Pengutronix
  3. *
  4. * This code is based on:
  5. * Author: Vitaly Wool <vital@embeddedalley.com>
  6. *
  7. * Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved.
  8. * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
  9. *
  10. * This program is free software; you can redistribute it and/or
  11. * modify it under the terms of the GNU General Public License
  12. * as published by the Free Software Foundation; either version 2
  13. * of the License, or (at your option) any later version.
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. */
  19. #define DRIVER_NAME "mxsfb"
  20. /**
  21. * @file
  22. * @brief LCDIF driver for i.MX23 and i.MX28
  23. *
  24. * The LCDIF support four modes of operation
  25. * - MPU interface (to drive smart displays) -> not supported yet
  26. * - VSYNC interface (like MPU interface plus Vsync) -> not supported yet
  27. * - Dotclock interface (to drive LC displays with RGB data and sync signals)
  28. * - DVI (to drive ITU-R BT656) -> not supported yet
  29. *
  30. * This driver depends on a correct setup of the pins used for this purpose
  31. * (platform specific).
  32. *
  33. * For the developer: Don't forget to set the data bus width to the display
  34. * in the imx_fb_videomode structure. You will else end up with ugly colours.
  35. * If you fight against jitter you can vary the clock delay. This is a feature
  36. * of the i.MX28 and you can vary it between 2 ns ... 8 ns in 2 ns steps. Give
  37. * the required value in the imx_fb_videomode structure.
  38. */
  39. #include <linux/module.h>
  40. #include <linux/kernel.h>
  41. #include <linux/of_device.h>
  42. #include <linux/platform_device.h>
  43. #include <linux/clk.h>
  44. #include <linux/dma-mapping.h>
  45. #include <linux/io.h>
  46. #include <linux/fb.h>
  47. #include <linux/regulator/consumer.h>
  48. #include <video/of_display_timing.h>
  49. #include <video/of_videomode.h>
  50. #include <video/videomode.h>
  51. #define REG_SET 4
  52. #define REG_CLR 8
  53. #define LCDC_CTRL 0x00
  54. #define LCDC_CTRL1 0x10
  55. #define LCDC_V4_CTRL2 0x20
  56. #define LCDC_V3_TRANSFER_COUNT 0x20
  57. #define LCDC_V4_TRANSFER_COUNT 0x30
  58. #define LCDC_V4_CUR_BUF 0x40
  59. #define LCDC_V4_NEXT_BUF 0x50
  60. #define LCDC_V3_CUR_BUF 0x30
  61. #define LCDC_V3_NEXT_BUF 0x40
  62. #define LCDC_TIMING 0x60
  63. #define LCDC_VDCTRL0 0x70
  64. #define LCDC_VDCTRL1 0x80
  65. #define LCDC_VDCTRL2 0x90
  66. #define LCDC_VDCTRL3 0xa0
  67. #define LCDC_VDCTRL4 0xb0
  68. #define LCDC_DVICTRL0 0xc0
  69. #define LCDC_DVICTRL1 0xd0
  70. #define LCDC_DVICTRL2 0xe0
  71. #define LCDC_DVICTRL3 0xf0
  72. #define LCDC_DVICTRL4 0x100
  73. #define LCDC_V4_DATA 0x180
  74. #define LCDC_V3_DATA 0x1b0
  75. #define LCDC_V4_DEBUG0 0x1d0
  76. #define LCDC_V3_DEBUG0 0x1f0
  77. #define CTRL_SFTRST (1 << 31)
  78. #define CTRL_CLKGATE (1 << 30)
  79. #define CTRL_BYPASS_COUNT (1 << 19)
  80. #define CTRL_VSYNC_MODE (1 << 18)
  81. #define CTRL_DOTCLK_MODE (1 << 17)
  82. #define CTRL_DATA_SELECT (1 << 16)
  83. #define CTRL_SET_BUS_WIDTH(x) (((x) & 0x3) << 10)
  84. #define CTRL_GET_BUS_WIDTH(x) (((x) >> 10) & 0x3)
  85. #define CTRL_SET_WORD_LENGTH(x) (((x) & 0x3) << 8)
  86. #define CTRL_GET_WORD_LENGTH(x) (((x) >> 8) & 0x3)
  87. #define CTRL_MASTER (1 << 5)
  88. #define CTRL_DF16 (1 << 3)
  89. #define CTRL_DF18 (1 << 2)
  90. #define CTRL_DF24 (1 << 1)
  91. #define CTRL_RUN (1 << 0)
  92. #define CTRL1_FIFO_CLEAR (1 << 21)
  93. #define CTRL1_SET_BYTE_PACKAGING(x) (((x) & 0xf) << 16)
  94. #define CTRL1_GET_BYTE_PACKAGING(x) (((x) >> 16) & 0xf)
  95. #define TRANSFER_COUNT_SET_VCOUNT(x) (((x) & 0xffff) << 16)
  96. #define TRANSFER_COUNT_GET_VCOUNT(x) (((x) >> 16) & 0xffff)
  97. #define TRANSFER_COUNT_SET_HCOUNT(x) ((x) & 0xffff)
  98. #define TRANSFER_COUNT_GET_HCOUNT(x) ((x) & 0xffff)
  99. #define VDCTRL0_ENABLE_PRESENT (1 << 28)
  100. #define VDCTRL0_VSYNC_ACT_HIGH (1 << 27)
  101. #define VDCTRL0_HSYNC_ACT_HIGH (1 << 26)
  102. #define VDCTRL0_DOTCLK_ACT_FALLING (1 << 25)
  103. #define VDCTRL0_ENABLE_ACT_HIGH (1 << 24)
  104. #define VDCTRL0_VSYNC_PERIOD_UNIT (1 << 21)
  105. #define VDCTRL0_VSYNC_PULSE_WIDTH_UNIT (1 << 20)
  106. #define VDCTRL0_HALF_LINE (1 << 19)
  107. #define VDCTRL0_HALF_LINE_MODE (1 << 18)
  108. #define VDCTRL0_SET_VSYNC_PULSE_WIDTH(x) ((x) & 0x3ffff)
  109. #define VDCTRL0_GET_VSYNC_PULSE_WIDTH(x) ((x) & 0x3ffff)
  110. #define VDCTRL2_SET_HSYNC_PERIOD(x) ((x) & 0x3ffff)
  111. #define VDCTRL2_GET_HSYNC_PERIOD(x) ((x) & 0x3ffff)
  112. #define VDCTRL3_MUX_SYNC_SIGNALS (1 << 29)
  113. #define VDCTRL3_VSYNC_ONLY (1 << 28)
  114. #define SET_HOR_WAIT_CNT(x) (((x) & 0xfff) << 16)
  115. #define GET_HOR_WAIT_CNT(x) (((x) >> 16) & 0xfff)
  116. #define SET_VERT_WAIT_CNT(x) ((x) & 0xffff)
  117. #define GET_VERT_WAIT_CNT(x) ((x) & 0xffff)
  118. #define VDCTRL4_SET_DOTCLK_DLY(x) (((x) & 0x7) << 29) /* v4 only */
  119. #define VDCTRL4_GET_DOTCLK_DLY(x) (((x) >> 29) & 0x7) /* v4 only */
  120. #define VDCTRL4_SYNC_SIGNALS_ON (1 << 18)
  121. #define SET_DOTCLK_H_VALID_DATA_CNT(x) ((x) & 0x3ffff)
  122. #define DEBUG0_HSYNC (1 < 26)
  123. #define DEBUG0_VSYNC (1 < 25)
  124. #define MIN_XRES 120
  125. #define MIN_YRES 120
  126. #define RED 0
  127. #define GREEN 1
  128. #define BLUE 2
  129. #define TRANSP 3
  130. #define STMLCDIF_8BIT 1 /** pixel data bus to the display is of 8 bit width */
  131. #define STMLCDIF_16BIT 0 /** pixel data bus to the display is of 16 bit width */
  132. #define STMLCDIF_18BIT 2 /** pixel data bus to the display is of 18 bit width */
  133. #define STMLCDIF_24BIT 3 /** pixel data bus to the display is of 24 bit width */
  134. #define MXSFB_SYNC_DATA_ENABLE_HIGH_ACT (1 << 6)
  135. #define MXSFB_SYNC_DOTCLK_FALLING_ACT (1 << 7) /* negtive edge sampling */
  136. enum mxsfb_devtype {
  137. MXSFB_V3,
  138. MXSFB_V4,
  139. };
  140. /* CPU dependent register offsets */
  141. struct mxsfb_devdata {
  142. unsigned transfer_count;
  143. unsigned cur_buf;
  144. unsigned next_buf;
  145. unsigned debug0;
  146. unsigned hs_wdth_mask;
  147. unsigned hs_wdth_shift;
  148. unsigned ipversion;
  149. };
  150. struct mxsfb_info {
  151. struct fb_info fb_info;
  152. struct platform_device *pdev;
  153. struct clk *clk;
  154. struct clk *clk_axi;
  155. struct clk *clk_disp_axi;
  156. void __iomem *base; /* registers */
  157. unsigned allocated_size;
  158. int enabled;
  159. unsigned ld_intf_width;
  160. unsigned dotclk_delay;
  161. const struct mxsfb_devdata *devdata;
  162. u32 sync;
  163. struct regulator *reg_lcd;
  164. };
  165. #define mxsfb_is_v3(host) (host->devdata->ipversion == 3)
  166. #define mxsfb_is_v4(host) (host->devdata->ipversion == 4)
  167. static const struct mxsfb_devdata mxsfb_devdata[] = {
  168. [MXSFB_V3] = {
  169. .transfer_count = LCDC_V3_TRANSFER_COUNT,
  170. .cur_buf = LCDC_V3_CUR_BUF,
  171. .next_buf = LCDC_V3_NEXT_BUF,
  172. .debug0 = LCDC_V3_DEBUG0,
  173. .hs_wdth_mask = 0xff,
  174. .hs_wdth_shift = 24,
  175. .ipversion = 3,
  176. },
  177. [MXSFB_V4] = {
  178. .transfer_count = LCDC_V4_TRANSFER_COUNT,
  179. .cur_buf = LCDC_V4_CUR_BUF,
  180. .next_buf = LCDC_V4_NEXT_BUF,
  181. .debug0 = LCDC_V4_DEBUG0,
  182. .hs_wdth_mask = 0x3fff,
  183. .hs_wdth_shift = 18,
  184. .ipversion = 4,
  185. },
  186. };
  187. #define to_imxfb_host(x) (container_of(x, struct mxsfb_info, fb_info))
  188. /* mask and shift depends on architecture */
  189. static inline u32 set_hsync_pulse_width(struct mxsfb_info *host, unsigned val)
  190. {
  191. return (val & host->devdata->hs_wdth_mask) <<
  192. host->devdata->hs_wdth_shift;
  193. }
  194. static inline u32 get_hsync_pulse_width(struct mxsfb_info *host, unsigned val)
  195. {
  196. return (val >> host->devdata->hs_wdth_shift) &
  197. host->devdata->hs_wdth_mask;
  198. }
  199. static const struct fb_bitfield def_rgb565[] = {
  200. [RED] = {
  201. .offset = 11,
  202. .length = 5,
  203. },
  204. [GREEN] = {
  205. .offset = 5,
  206. .length = 6,
  207. },
  208. [BLUE] = {
  209. .offset = 0,
  210. .length = 5,
  211. },
  212. [TRANSP] = { /* no support for transparency */
  213. .length = 0,
  214. }
  215. };
  216. static const struct fb_bitfield def_rgb888[] = {
  217. [RED] = {
  218. .offset = 16,
  219. .length = 8,
  220. },
  221. [GREEN] = {
  222. .offset = 8,
  223. .length = 8,
  224. },
  225. [BLUE] = {
  226. .offset = 0,
  227. .length = 8,
  228. },
  229. [TRANSP] = { /* no support for transparency */
  230. .length = 0,
  231. }
  232. };
  233. static inline unsigned chan_to_field(unsigned chan, struct fb_bitfield *bf)
  234. {
  235. chan &= 0xffff;
  236. chan >>= 16 - bf->length;
  237. return chan << bf->offset;
  238. }
  239. static int mxsfb_check_var(struct fb_var_screeninfo *var,
  240. struct fb_info *fb_info)
  241. {
  242. struct mxsfb_info *host = to_imxfb_host(fb_info);
  243. const struct fb_bitfield *rgb = NULL;
  244. if (var->xres < MIN_XRES)
  245. var->xres = MIN_XRES;
  246. if (var->yres < MIN_YRES)
  247. var->yres = MIN_YRES;
  248. var->xres_virtual = var->xres;
  249. var->yres_virtual = var->yres;
  250. switch (var->bits_per_pixel) {
  251. case 16:
  252. /* always expect RGB 565 */
  253. rgb = def_rgb565;
  254. break;
  255. case 32:
  256. switch (host->ld_intf_width) {
  257. case STMLCDIF_8BIT:
  258. pr_debug("Unsupported LCD bus width mapping\n");
  259. break;
  260. case STMLCDIF_16BIT:
  261. case STMLCDIF_18BIT:
  262. case STMLCDIF_24BIT:
  263. /* real 24 bit */
  264. rgb = def_rgb888;
  265. break;
  266. }
  267. break;
  268. default:
  269. pr_err("Unsupported colour depth: %u\n", var->bits_per_pixel);
  270. return -EINVAL;
  271. }
  272. /*
  273. * Copy the RGB parameters for this display
  274. * from the machine specific parameters.
  275. */
  276. var->red = rgb[RED];
  277. var->green = rgb[GREEN];
  278. var->blue = rgb[BLUE];
  279. var->transp = rgb[TRANSP];
  280. return 0;
  281. }
  282. static inline void mxsfb_enable_axi_clk(struct mxsfb_info *host)
  283. {
  284. if (host->clk_axi)
  285. clk_prepare_enable(host->clk_axi);
  286. }
  287. static inline void mxsfb_disable_axi_clk(struct mxsfb_info *host)
  288. {
  289. if (host->clk_axi)
  290. clk_disable_unprepare(host->clk_axi);
  291. }
  292. static void mxsfb_enable_controller(struct fb_info *fb_info)
  293. {
  294. struct mxsfb_info *host = to_imxfb_host(fb_info);
  295. u32 reg;
  296. int ret;
  297. dev_dbg(&host->pdev->dev, "%s\n", __func__);
  298. if (host->reg_lcd) {
  299. ret = regulator_enable(host->reg_lcd);
  300. if (ret) {
  301. dev_err(&host->pdev->dev,
  302. "lcd regulator enable failed: %d\n", ret);
  303. return;
  304. }
  305. }
  306. if (host->clk_disp_axi)
  307. clk_prepare_enable(host->clk_disp_axi);
  308. clk_prepare_enable(host->clk);
  309. clk_set_rate(host->clk, PICOS2KHZ(fb_info->var.pixclock) * 1000U);
  310. mxsfb_enable_axi_clk(host);
  311. /* if it was disabled, re-enable the mode again */
  312. writel(CTRL_DOTCLK_MODE, host->base + LCDC_CTRL + REG_SET);
  313. /* enable the SYNC signals first, then the DMA engine */
  314. reg = readl(host->base + LCDC_VDCTRL4);
  315. reg |= VDCTRL4_SYNC_SIGNALS_ON;
  316. writel(reg, host->base + LCDC_VDCTRL4);
  317. writel(CTRL_RUN, host->base + LCDC_CTRL + REG_SET);
  318. host->enabled = 1;
  319. }
  320. static void mxsfb_disable_controller(struct fb_info *fb_info)
  321. {
  322. struct mxsfb_info *host = to_imxfb_host(fb_info);
  323. unsigned loop;
  324. u32 reg;
  325. int ret;
  326. dev_dbg(&host->pdev->dev, "%s\n", __func__);
  327. /*
  328. * Even if we disable the controller here, it will still continue
  329. * until its FIFOs are running out of data
  330. */
  331. writel(CTRL_DOTCLK_MODE, host->base + LCDC_CTRL + REG_CLR);
  332. loop = 1000;
  333. while (loop) {
  334. reg = readl(host->base + LCDC_CTRL);
  335. if (!(reg & CTRL_RUN))
  336. break;
  337. loop--;
  338. }
  339. reg = readl(host->base + LCDC_VDCTRL4);
  340. writel(reg & ~VDCTRL4_SYNC_SIGNALS_ON, host->base + LCDC_VDCTRL4);
  341. mxsfb_disable_axi_clk(host);
  342. clk_disable_unprepare(host->clk);
  343. if (host->clk_disp_axi)
  344. clk_disable_unprepare(host->clk_disp_axi);
  345. host->enabled = 0;
  346. if (host->reg_lcd) {
  347. ret = regulator_disable(host->reg_lcd);
  348. if (ret)
  349. dev_err(&host->pdev->dev,
  350. "lcd regulator disable failed: %d\n", ret);
  351. }
  352. }
  353. static int mxsfb_set_par(struct fb_info *fb_info)
  354. {
  355. struct mxsfb_info *host = to_imxfb_host(fb_info);
  356. u32 ctrl, vdctrl0, vdctrl4;
  357. int line_size, fb_size;
  358. int reenable = 0;
  359. line_size = fb_info->var.xres * (fb_info->var.bits_per_pixel >> 3);
  360. fb_size = fb_info->var.yres_virtual * line_size;
  361. if (fb_size > fb_info->fix.smem_len)
  362. return -ENOMEM;
  363. fb_info->fix.line_length = line_size;
  364. /*
  365. * It seems, you can't re-program the controller if it is still running.
  366. * This may lead into shifted pictures (FIFO issue?).
  367. * So, first stop the controller and drain its FIFOs
  368. */
  369. if (host->enabled) {
  370. reenable = 1;
  371. mxsfb_disable_controller(fb_info);
  372. }
  373. mxsfb_enable_axi_clk(host);
  374. /* clear the FIFOs */
  375. writel(CTRL1_FIFO_CLEAR, host->base + LCDC_CTRL1 + REG_SET);
  376. ctrl = CTRL_BYPASS_COUNT | CTRL_MASTER |
  377. CTRL_SET_BUS_WIDTH(host->ld_intf_width);
  378. switch (fb_info->var.bits_per_pixel) {
  379. case 16:
  380. dev_dbg(&host->pdev->dev, "Setting up RGB565 mode\n");
  381. ctrl |= CTRL_SET_WORD_LENGTH(0);
  382. writel(CTRL1_SET_BYTE_PACKAGING(0xf), host->base + LCDC_CTRL1);
  383. break;
  384. case 32:
  385. dev_dbg(&host->pdev->dev, "Setting up RGB888/666 mode\n");
  386. ctrl |= CTRL_SET_WORD_LENGTH(3);
  387. switch (host->ld_intf_width) {
  388. case STMLCDIF_8BIT:
  389. mxsfb_disable_axi_clk(host);
  390. dev_err(&host->pdev->dev,
  391. "Unsupported LCD bus width mapping\n");
  392. return -EINVAL;
  393. case STMLCDIF_16BIT:
  394. case STMLCDIF_18BIT:
  395. case STMLCDIF_24BIT:
  396. /* real 24 bit */
  397. break;
  398. }
  399. /* do not use packed pixels = one pixel per word instead */
  400. writel(CTRL1_SET_BYTE_PACKAGING(0x7), host->base + LCDC_CTRL1);
  401. break;
  402. default:
  403. mxsfb_disable_axi_clk(host);
  404. dev_err(&host->pdev->dev, "Unhandled color depth of %u\n",
  405. fb_info->var.bits_per_pixel);
  406. return -EINVAL;
  407. }
  408. writel(ctrl, host->base + LCDC_CTRL);
  409. writel(TRANSFER_COUNT_SET_VCOUNT(fb_info->var.yres) |
  410. TRANSFER_COUNT_SET_HCOUNT(fb_info->var.xres),
  411. host->base + host->devdata->transfer_count);
  412. vdctrl0 = VDCTRL0_ENABLE_PRESENT | /* always in DOTCLOCK mode */
  413. VDCTRL0_VSYNC_PERIOD_UNIT |
  414. VDCTRL0_VSYNC_PULSE_WIDTH_UNIT |
  415. VDCTRL0_SET_VSYNC_PULSE_WIDTH(fb_info->var.vsync_len);
  416. if (fb_info->var.sync & FB_SYNC_HOR_HIGH_ACT)
  417. vdctrl0 |= VDCTRL0_HSYNC_ACT_HIGH;
  418. if (fb_info->var.sync & FB_SYNC_VERT_HIGH_ACT)
  419. vdctrl0 |= VDCTRL0_VSYNC_ACT_HIGH;
  420. if (host->sync & MXSFB_SYNC_DATA_ENABLE_HIGH_ACT)
  421. vdctrl0 |= VDCTRL0_ENABLE_ACT_HIGH;
  422. if (host->sync & MXSFB_SYNC_DOTCLK_FALLING_ACT)
  423. vdctrl0 |= VDCTRL0_DOTCLK_ACT_FALLING;
  424. writel(vdctrl0, host->base + LCDC_VDCTRL0);
  425. /* frame length in lines */
  426. writel(fb_info->var.upper_margin + fb_info->var.vsync_len +
  427. fb_info->var.lower_margin + fb_info->var.yres,
  428. host->base + LCDC_VDCTRL1);
  429. /* line length in units of clocks or pixels */
  430. writel(set_hsync_pulse_width(host, fb_info->var.hsync_len) |
  431. VDCTRL2_SET_HSYNC_PERIOD(fb_info->var.left_margin +
  432. fb_info->var.hsync_len + fb_info->var.right_margin +
  433. fb_info->var.xres),
  434. host->base + LCDC_VDCTRL2);
  435. writel(SET_HOR_WAIT_CNT(fb_info->var.left_margin +
  436. fb_info->var.hsync_len) |
  437. SET_VERT_WAIT_CNT(fb_info->var.upper_margin +
  438. fb_info->var.vsync_len),
  439. host->base + LCDC_VDCTRL3);
  440. vdctrl4 = SET_DOTCLK_H_VALID_DATA_CNT(fb_info->var.xres);
  441. if (mxsfb_is_v4(host))
  442. vdctrl4 |= VDCTRL4_SET_DOTCLK_DLY(host->dotclk_delay);
  443. writel(vdctrl4, host->base + LCDC_VDCTRL4);
  444. writel(fb_info->fix.smem_start +
  445. fb_info->fix.line_length * fb_info->var.yoffset,
  446. host->base + host->devdata->next_buf);
  447. mxsfb_disable_axi_clk(host);
  448. if (reenable)
  449. mxsfb_enable_controller(fb_info);
  450. return 0;
  451. }
  452. static int mxsfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
  453. u_int transp, struct fb_info *fb_info)
  454. {
  455. unsigned int val;
  456. int ret = -EINVAL;
  457. /*
  458. * If greyscale is true, then we convert the RGB value
  459. * to greyscale no matter what visual we are using.
  460. */
  461. if (fb_info->var.grayscale)
  462. red = green = blue = (19595 * red + 38470 * green +
  463. 7471 * blue) >> 16;
  464. switch (fb_info->fix.visual) {
  465. case FB_VISUAL_TRUECOLOR:
  466. /*
  467. * 12 or 16-bit True Colour. We encode the RGB value
  468. * according to the RGB bitfield information.
  469. */
  470. if (regno < 16) {
  471. u32 *pal = fb_info->pseudo_palette;
  472. val = chan_to_field(red, &fb_info->var.red);
  473. val |= chan_to_field(green, &fb_info->var.green);
  474. val |= chan_to_field(blue, &fb_info->var.blue);
  475. pal[regno] = val;
  476. ret = 0;
  477. }
  478. break;
  479. case FB_VISUAL_STATIC_PSEUDOCOLOR:
  480. case FB_VISUAL_PSEUDOCOLOR:
  481. break;
  482. }
  483. return ret;
  484. }
  485. static int mxsfb_blank(int blank, struct fb_info *fb_info)
  486. {
  487. struct mxsfb_info *host = to_imxfb_host(fb_info);
  488. switch (blank) {
  489. case FB_BLANK_POWERDOWN:
  490. case FB_BLANK_VSYNC_SUSPEND:
  491. case FB_BLANK_HSYNC_SUSPEND:
  492. case FB_BLANK_NORMAL:
  493. if (host->enabled)
  494. mxsfb_disable_controller(fb_info);
  495. break;
  496. case FB_BLANK_UNBLANK:
  497. if (!host->enabled)
  498. mxsfb_enable_controller(fb_info);
  499. break;
  500. }
  501. return 0;
  502. }
  503. static int mxsfb_pan_display(struct fb_var_screeninfo *var,
  504. struct fb_info *fb_info)
  505. {
  506. struct mxsfb_info *host = to_imxfb_host(fb_info);
  507. unsigned offset;
  508. if (var->xoffset != 0)
  509. return -EINVAL;
  510. offset = fb_info->fix.line_length * var->yoffset;
  511. mxsfb_enable_axi_clk(host);
  512. /* update on next VSYNC */
  513. writel(fb_info->fix.smem_start + offset,
  514. host->base + host->devdata->next_buf);
  515. mxsfb_disable_axi_clk(host);
  516. return 0;
  517. }
  518. static struct fb_ops mxsfb_ops = {
  519. .owner = THIS_MODULE,
  520. .fb_check_var = mxsfb_check_var,
  521. .fb_set_par = mxsfb_set_par,
  522. .fb_setcolreg = mxsfb_setcolreg,
  523. .fb_blank = mxsfb_blank,
  524. .fb_pan_display = mxsfb_pan_display,
  525. .fb_fillrect = cfb_fillrect,
  526. .fb_copyarea = cfb_copyarea,
  527. .fb_imageblit = cfb_imageblit,
  528. };
  529. static int mxsfb_restore_mode(struct mxsfb_info *host,
  530. struct fb_videomode *vmode)
  531. {
  532. struct fb_info *fb_info = &host->fb_info;
  533. unsigned line_count;
  534. unsigned period;
  535. unsigned long pa, fbsize;
  536. int bits_per_pixel, ofs, ret = 0;
  537. u32 transfer_count, vdctrl0, vdctrl2, vdctrl3, vdctrl4, ctrl;
  538. mxsfb_enable_axi_clk(host);
  539. /* Only restore the mode when the controller is running */
  540. ctrl = readl(host->base + LCDC_CTRL);
  541. if (!(ctrl & CTRL_RUN)) {
  542. ret = -EINVAL;
  543. goto err;
  544. }
  545. vdctrl0 = readl(host->base + LCDC_VDCTRL0);
  546. vdctrl2 = readl(host->base + LCDC_VDCTRL2);
  547. vdctrl3 = readl(host->base + LCDC_VDCTRL3);
  548. vdctrl4 = readl(host->base + LCDC_VDCTRL4);
  549. transfer_count = readl(host->base + host->devdata->transfer_count);
  550. vmode->xres = TRANSFER_COUNT_GET_HCOUNT(transfer_count);
  551. vmode->yres = TRANSFER_COUNT_GET_VCOUNT(transfer_count);
  552. switch (CTRL_GET_WORD_LENGTH(ctrl)) {
  553. case 0:
  554. bits_per_pixel = 16;
  555. break;
  556. case 3:
  557. bits_per_pixel = 32;
  558. break;
  559. case 1:
  560. default:
  561. ret = -EINVAL;
  562. goto err;
  563. }
  564. fb_info->var.bits_per_pixel = bits_per_pixel;
  565. vmode->pixclock = KHZ2PICOS(clk_get_rate(host->clk) / 1000U);
  566. vmode->hsync_len = get_hsync_pulse_width(host, vdctrl2);
  567. vmode->left_margin = GET_HOR_WAIT_CNT(vdctrl3) - vmode->hsync_len;
  568. vmode->right_margin = VDCTRL2_GET_HSYNC_PERIOD(vdctrl2) -
  569. vmode->hsync_len - vmode->left_margin - vmode->xres;
  570. vmode->vsync_len = VDCTRL0_GET_VSYNC_PULSE_WIDTH(vdctrl0);
  571. period = readl(host->base + LCDC_VDCTRL1);
  572. vmode->upper_margin = GET_VERT_WAIT_CNT(vdctrl3) - vmode->vsync_len;
  573. vmode->lower_margin = period - vmode->vsync_len -
  574. vmode->upper_margin - vmode->yres;
  575. vmode->vmode = FB_VMODE_NONINTERLACED;
  576. vmode->sync = 0;
  577. if (vdctrl0 & VDCTRL0_HSYNC_ACT_HIGH)
  578. vmode->sync |= FB_SYNC_HOR_HIGH_ACT;
  579. if (vdctrl0 & VDCTRL0_VSYNC_ACT_HIGH)
  580. vmode->sync |= FB_SYNC_VERT_HIGH_ACT;
  581. pr_debug("Reconstructed video mode:\n");
  582. pr_debug("%dx%d, hsync: %u left: %u, right: %u, vsync: %u, upper: %u, lower: %u\n",
  583. vmode->xres, vmode->yres, vmode->hsync_len, vmode->left_margin,
  584. vmode->right_margin, vmode->vsync_len, vmode->upper_margin,
  585. vmode->lower_margin);
  586. pr_debug("pixclk: %ldkHz\n", PICOS2KHZ(vmode->pixclock));
  587. host->ld_intf_width = CTRL_GET_BUS_WIDTH(ctrl);
  588. host->dotclk_delay = VDCTRL4_GET_DOTCLK_DLY(vdctrl4);
  589. fb_info->fix.line_length = vmode->xres * (bits_per_pixel >> 3);
  590. pa = readl(host->base + host->devdata->cur_buf);
  591. fbsize = fb_info->fix.line_length * vmode->yres;
  592. if (pa < fb_info->fix.smem_start) {
  593. ret = -EINVAL;
  594. goto err;
  595. }
  596. if (pa + fbsize > fb_info->fix.smem_start + fb_info->fix.smem_len) {
  597. ret = -EINVAL;
  598. goto err;
  599. }
  600. ofs = pa - fb_info->fix.smem_start;
  601. if (ofs) {
  602. memmove(fb_info->screen_base, fb_info->screen_base + ofs, fbsize);
  603. writel(fb_info->fix.smem_start, host->base + host->devdata->next_buf);
  604. }
  605. line_count = fb_info->fix.smem_len / fb_info->fix.line_length;
  606. fb_info->fix.ypanstep = 1;
  607. clk_prepare_enable(host->clk);
  608. host->enabled = 1;
  609. err:
  610. if (ret)
  611. mxsfb_disable_axi_clk(host);
  612. return ret;
  613. }
  614. static int mxsfb_init_fbinfo_dt(struct mxsfb_info *host,
  615. struct fb_videomode *vmode)
  616. {
  617. struct fb_info *fb_info = &host->fb_info;
  618. struct fb_var_screeninfo *var = &fb_info->var;
  619. struct device *dev = &host->pdev->dev;
  620. struct device_node *np = host->pdev->dev.of_node;
  621. struct device_node *display_np;
  622. struct videomode vm;
  623. u32 width;
  624. int ret;
  625. display_np = of_parse_phandle(np, "display", 0);
  626. if (!display_np) {
  627. dev_err(dev, "failed to find display phandle\n");
  628. return -ENOENT;
  629. }
  630. ret = of_property_read_u32(display_np, "bus-width", &width);
  631. if (ret < 0) {
  632. dev_err(dev, "failed to get property bus-width\n");
  633. goto put_display_node;
  634. }
  635. switch (width) {
  636. case 8:
  637. host->ld_intf_width = STMLCDIF_8BIT;
  638. break;
  639. case 16:
  640. host->ld_intf_width = STMLCDIF_16BIT;
  641. break;
  642. case 18:
  643. host->ld_intf_width = STMLCDIF_18BIT;
  644. break;
  645. case 24:
  646. host->ld_intf_width = STMLCDIF_24BIT;
  647. break;
  648. default:
  649. dev_err(dev, "invalid bus-width value\n");
  650. ret = -EINVAL;
  651. goto put_display_node;
  652. }
  653. ret = of_property_read_u32(display_np, "bits-per-pixel",
  654. &var->bits_per_pixel);
  655. if (ret < 0) {
  656. dev_err(dev, "failed to get property bits-per-pixel\n");
  657. goto put_display_node;
  658. }
  659. ret = of_get_videomode(display_np, &vm, OF_USE_NATIVE_MODE);
  660. if (ret) {
  661. dev_err(dev, "failed to get videomode from DT\n");
  662. goto put_display_node;
  663. }
  664. ret = fb_videomode_from_videomode(&vm, vmode);
  665. if (ret < 0)
  666. goto put_display_node;
  667. if (vm.flags & DISPLAY_FLAGS_DE_HIGH)
  668. host->sync |= MXSFB_SYNC_DATA_ENABLE_HIGH_ACT;
  669. if (vm.flags & DISPLAY_FLAGS_PIXDATA_NEGEDGE)
  670. host->sync |= MXSFB_SYNC_DOTCLK_FALLING_ACT;
  671. put_display_node:
  672. of_node_put(display_np);
  673. return ret;
  674. }
  675. static int mxsfb_init_fbinfo(struct mxsfb_info *host,
  676. struct fb_videomode *vmode)
  677. {
  678. int ret;
  679. struct fb_info *fb_info = &host->fb_info;
  680. struct fb_var_screeninfo *var = &fb_info->var;
  681. dma_addr_t fb_phys;
  682. void *fb_virt;
  683. unsigned fb_size;
  684. fb_info->fbops = &mxsfb_ops;
  685. fb_info->flags = FBINFO_FLAG_DEFAULT | FBINFO_READS_FAST;
  686. strlcpy(fb_info->fix.id, "mxs", sizeof(fb_info->fix.id));
  687. fb_info->fix.type = FB_TYPE_PACKED_PIXELS;
  688. fb_info->fix.ypanstep = 1;
  689. fb_info->fix.visual = FB_VISUAL_TRUECOLOR,
  690. fb_info->fix.accel = FB_ACCEL_NONE;
  691. ret = mxsfb_init_fbinfo_dt(host, vmode);
  692. if (ret)
  693. return ret;
  694. var->nonstd = 0;
  695. var->activate = FB_ACTIVATE_NOW;
  696. var->accel_flags = 0;
  697. var->vmode = FB_VMODE_NONINTERLACED;
  698. /* Memory allocation for framebuffer */
  699. fb_size = SZ_2M;
  700. fb_virt = alloc_pages_exact(fb_size, GFP_DMA);
  701. if (!fb_virt)
  702. return -ENOMEM;
  703. fb_phys = virt_to_phys(fb_virt);
  704. fb_info->fix.smem_start = fb_phys;
  705. fb_info->screen_base = fb_virt;
  706. fb_info->screen_size = fb_info->fix.smem_len = fb_size;
  707. if (mxsfb_restore_mode(host, vmode))
  708. memset(fb_virt, 0, fb_size);
  709. return 0;
  710. }
  711. static void mxsfb_free_videomem(struct mxsfb_info *host)
  712. {
  713. struct fb_info *fb_info = &host->fb_info;
  714. free_pages_exact(fb_info->screen_base, fb_info->fix.smem_len);
  715. }
  716. static const struct platform_device_id mxsfb_devtype[] = {
  717. {
  718. .name = "imx23-fb",
  719. .driver_data = MXSFB_V3,
  720. }, {
  721. .name = "imx28-fb",
  722. .driver_data = MXSFB_V4,
  723. }, {
  724. /* sentinel */
  725. }
  726. };
  727. MODULE_DEVICE_TABLE(platform, mxsfb_devtype);
  728. static const struct of_device_id mxsfb_dt_ids[] = {
  729. { .compatible = "fsl,imx23-lcdif", .data = &mxsfb_devtype[0], },
  730. { .compatible = "fsl,imx28-lcdif", .data = &mxsfb_devtype[1], },
  731. { /* sentinel */ }
  732. };
  733. MODULE_DEVICE_TABLE(of, mxsfb_dt_ids);
  734. static int mxsfb_probe(struct platform_device *pdev)
  735. {
  736. const struct of_device_id *of_id =
  737. of_match_device(mxsfb_dt_ids, &pdev->dev);
  738. struct resource *res;
  739. struct mxsfb_info *host;
  740. struct fb_info *fb_info;
  741. struct fb_videomode *mode;
  742. int ret;
  743. if (of_id)
  744. pdev->id_entry = of_id->data;
  745. fb_info = framebuffer_alloc(sizeof(struct mxsfb_info), &pdev->dev);
  746. if (!fb_info) {
  747. dev_err(&pdev->dev, "Failed to allocate fbdev\n");
  748. return -ENOMEM;
  749. }
  750. mode = devm_kzalloc(&pdev->dev, sizeof(struct fb_videomode),
  751. GFP_KERNEL);
  752. if (mode == NULL)
  753. return -ENOMEM;
  754. host = to_imxfb_host(fb_info);
  755. res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
  756. host->base = devm_ioremap_resource(&pdev->dev, res);
  757. if (IS_ERR(host->base)) {
  758. ret = PTR_ERR(host->base);
  759. goto fb_release;
  760. }
  761. host->pdev = pdev;
  762. platform_set_drvdata(pdev, host);
  763. host->devdata = &mxsfb_devdata[pdev->id_entry->driver_data];
  764. host->clk = devm_clk_get(&host->pdev->dev, NULL);
  765. if (IS_ERR(host->clk)) {
  766. ret = PTR_ERR(host->clk);
  767. goto fb_release;
  768. }
  769. host->clk_axi = devm_clk_get(&host->pdev->dev, "axi");
  770. if (IS_ERR(host->clk_axi))
  771. host->clk_axi = NULL;
  772. host->clk_disp_axi = devm_clk_get(&host->pdev->dev, "disp_axi");
  773. if (IS_ERR(host->clk_disp_axi))
  774. host->clk_disp_axi = NULL;
  775. host->reg_lcd = devm_regulator_get(&pdev->dev, "lcd");
  776. if (IS_ERR(host->reg_lcd))
  777. host->reg_lcd = NULL;
  778. fb_info->pseudo_palette = devm_kzalloc(&pdev->dev, sizeof(u32) * 16,
  779. GFP_KERNEL);
  780. if (!fb_info->pseudo_palette) {
  781. ret = -ENOMEM;
  782. goto fb_release;
  783. }
  784. ret = mxsfb_init_fbinfo(host, mode);
  785. if (ret != 0)
  786. goto fb_release;
  787. fb_videomode_to_var(&fb_info->var, mode);
  788. /* init the color fields */
  789. mxsfb_check_var(&fb_info->var, fb_info);
  790. platform_set_drvdata(pdev, fb_info);
  791. ret = register_framebuffer(fb_info);
  792. if (ret != 0) {
  793. dev_err(&pdev->dev,"Failed to register framebuffer\n");
  794. goto fb_destroy;
  795. }
  796. if (!host->enabled) {
  797. mxsfb_enable_axi_clk(host);
  798. writel(0, host->base + LCDC_CTRL);
  799. mxsfb_disable_axi_clk(host);
  800. mxsfb_set_par(fb_info);
  801. mxsfb_enable_controller(fb_info);
  802. }
  803. dev_info(&pdev->dev, "initialized\n");
  804. return 0;
  805. fb_destroy:
  806. if (host->enabled)
  807. clk_disable_unprepare(host->clk);
  808. fb_release:
  809. framebuffer_release(fb_info);
  810. return ret;
  811. }
  812. static int mxsfb_remove(struct platform_device *pdev)
  813. {
  814. struct fb_info *fb_info = platform_get_drvdata(pdev);
  815. struct mxsfb_info *host = to_imxfb_host(fb_info);
  816. if (host->enabled)
  817. mxsfb_disable_controller(fb_info);
  818. unregister_framebuffer(fb_info);
  819. mxsfb_free_videomem(host);
  820. framebuffer_release(fb_info);
  821. return 0;
  822. }
  823. static void mxsfb_shutdown(struct platform_device *pdev)
  824. {
  825. struct fb_info *fb_info = platform_get_drvdata(pdev);
  826. struct mxsfb_info *host = to_imxfb_host(fb_info);
  827. mxsfb_enable_axi_clk(host);
  828. /*
  829. * Force stop the LCD controller as keeping it running during reboot
  830. * might interfere with the BootROM's boot mode pads sampling.
  831. */
  832. writel(CTRL_RUN, host->base + LCDC_CTRL + REG_CLR);
  833. mxsfb_disable_axi_clk(host);
  834. }
  835. static struct platform_driver mxsfb_driver = {
  836. .probe = mxsfb_probe,
  837. .remove = mxsfb_remove,
  838. .shutdown = mxsfb_shutdown,
  839. .id_table = mxsfb_devtype,
  840. .driver = {
  841. .name = DRIVER_NAME,
  842. .of_match_table = mxsfb_dt_ids,
  843. },
  844. };
  845. module_platform_driver(mxsfb_driver);
  846. MODULE_DESCRIPTION("Freescale mxs framebuffer driver");
  847. MODULE_AUTHOR("Sascha Hauer, Pengutronix");
  848. MODULE_LICENSE("GPL");