fsl-diu-fb.c 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786
  1. /*
  2. * Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved.
  3. *
  4. * Freescale DIU Frame Buffer device driver
  5. *
  6. * Authors: Hongjun Chen <hong-jun.chen@freescale.com>
  7. * Paul Widmer <paul.widmer@freescale.com>
  8. * Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
  9. * York Sun <yorksun@freescale.com>
  10. *
  11. * Based on imxfb.c Copyright (C) 2004 S.Hauer, Pengutronix
  12. *
  13. * This program is free software; you can redistribute it and/or modify it
  14. * under the terms of the GNU General Public License as published by the
  15. * Free Software Foundation; either version 2 of the License, or (at your
  16. * option) any later version.
  17. *
  18. */
  19. #include <linux/module.h>
  20. #include <linux/kernel.h>
  21. #include <linux/errno.h>
  22. #include <linux/string.h>
  23. #include <linux/slab.h>
  24. #include <linux/fb.h>
  25. #include <linux/init.h>
  26. #include <linux/dma-mapping.h>
  27. #include <linux/platform_device.h>
  28. #include <linux/interrupt.h>
  29. #include <linux/clk.h>
  30. #include <linux/uaccess.h>
  31. #include <linux/vmalloc.h>
  32. #include <linux/spinlock.h>
  33. #include <sysdev/fsl_soc.h>
  34. #include <linux/fsl-diu-fb.h>
  35. #include "edid.h"
  36. #define NUM_AOIS 5 /* 1 for plane 0, 2 for planes 1 & 2 each */
  37. /* HW cursor parameters */
  38. #define MAX_CURS 32
  39. /* INT_STATUS/INT_MASK field descriptions */
  40. #define INT_VSYNC 0x01 /* Vsync interrupt */
  41. #define INT_VSYNC_WB 0x02 /* Vsync interrupt for write back operation */
  42. #define INT_UNDRUN 0x04 /* Under run exception interrupt */
  43. #define INT_PARERR 0x08 /* Display parameters error interrupt */
  44. #define INT_LS_BF_VS 0x10 /* Lines before vsync. interrupt */
  45. /*
  46. * List of supported video modes
  47. *
  48. * The first entry is the default video mode. The remain entries are in
  49. * order if increasing resolution and frequency. The 320x240-60 mode is
  50. * the initial AOI for the second and third planes.
  51. */
  52. static struct fb_videomode __devinitdata fsl_diu_mode_db[] = {
  53. {
  54. .refresh = 60,
  55. .xres = 1024,
  56. .yres = 768,
  57. .pixclock = 15385,
  58. .left_margin = 160,
  59. .right_margin = 24,
  60. .upper_margin = 29,
  61. .lower_margin = 3,
  62. .hsync_len = 136,
  63. .vsync_len = 6,
  64. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  65. .vmode = FB_VMODE_NONINTERLACED
  66. },
  67. {
  68. .refresh = 60,
  69. .xres = 320,
  70. .yres = 240,
  71. .pixclock = 79440,
  72. .left_margin = 16,
  73. .right_margin = 16,
  74. .upper_margin = 16,
  75. .lower_margin = 5,
  76. .hsync_len = 48,
  77. .vsync_len = 1,
  78. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  79. .vmode = FB_VMODE_NONINTERLACED
  80. },
  81. {
  82. .refresh = 60,
  83. .xres = 640,
  84. .yres = 480,
  85. .pixclock = 39722,
  86. .left_margin = 48,
  87. .right_margin = 16,
  88. .upper_margin = 33,
  89. .lower_margin = 10,
  90. .hsync_len = 96,
  91. .vsync_len = 2,
  92. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  93. .vmode = FB_VMODE_NONINTERLACED
  94. },
  95. {
  96. .refresh = 72,
  97. .xres = 640,
  98. .yres = 480,
  99. .pixclock = 32052,
  100. .left_margin = 128,
  101. .right_margin = 24,
  102. .upper_margin = 28,
  103. .lower_margin = 9,
  104. .hsync_len = 40,
  105. .vsync_len = 3,
  106. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  107. .vmode = FB_VMODE_NONINTERLACED
  108. },
  109. {
  110. .refresh = 75,
  111. .xres = 640,
  112. .yres = 480,
  113. .pixclock = 31747,
  114. .left_margin = 120,
  115. .right_margin = 16,
  116. .upper_margin = 16,
  117. .lower_margin = 1,
  118. .hsync_len = 64,
  119. .vsync_len = 3,
  120. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  121. .vmode = FB_VMODE_NONINTERLACED
  122. },
  123. {
  124. .refresh = 90,
  125. .xres = 640,
  126. .yres = 480,
  127. .pixclock = 25057,
  128. .left_margin = 120,
  129. .right_margin = 32,
  130. .upper_margin = 14,
  131. .lower_margin = 25,
  132. .hsync_len = 40,
  133. .vsync_len = 14,
  134. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  135. .vmode = FB_VMODE_NONINTERLACED
  136. },
  137. {
  138. .refresh = 100,
  139. .xres = 640,
  140. .yres = 480,
  141. .pixclock = 22272,
  142. .left_margin = 48,
  143. .right_margin = 32,
  144. .upper_margin = 17,
  145. .lower_margin = 22,
  146. .hsync_len = 128,
  147. .vsync_len = 12,
  148. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  149. .vmode = FB_VMODE_NONINTERLACED
  150. },
  151. {
  152. .refresh = 60,
  153. .xres = 800,
  154. .yres = 480,
  155. .pixclock = 33805,
  156. .left_margin = 96,
  157. .right_margin = 24,
  158. .upper_margin = 10,
  159. .lower_margin = 3,
  160. .hsync_len = 72,
  161. .vsync_len = 7,
  162. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  163. .vmode = FB_VMODE_NONINTERLACED
  164. },
  165. {
  166. .refresh = 60,
  167. .xres = 800,
  168. .yres = 600,
  169. .pixclock = 25000,
  170. .left_margin = 88,
  171. .right_margin = 40,
  172. .upper_margin = 23,
  173. .lower_margin = 1,
  174. .hsync_len = 128,
  175. .vsync_len = 4,
  176. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  177. .vmode = FB_VMODE_NONINTERLACED
  178. },
  179. {
  180. .refresh = 60,
  181. .xres = 854,
  182. .yres = 480,
  183. .pixclock = 31518,
  184. .left_margin = 104,
  185. .right_margin = 16,
  186. .upper_margin = 13,
  187. .lower_margin = 1,
  188. .hsync_len = 88,
  189. .vsync_len = 3,
  190. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  191. .vmode = FB_VMODE_NONINTERLACED
  192. },
  193. {
  194. .refresh = 70,
  195. .xres = 1024,
  196. .yres = 768,
  197. .pixclock = 16886,
  198. .left_margin = 3,
  199. .right_margin = 3,
  200. .upper_margin = 2,
  201. .lower_margin = 2,
  202. .hsync_len = 40,
  203. .vsync_len = 18,
  204. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  205. .vmode = FB_VMODE_NONINTERLACED
  206. },
  207. {
  208. .refresh = 75,
  209. .xres = 1024,
  210. .yres = 768,
  211. .pixclock = 15009,
  212. .left_margin = 3,
  213. .right_margin = 3,
  214. .upper_margin = 2,
  215. .lower_margin = 2,
  216. .hsync_len = 80,
  217. .vsync_len = 32,
  218. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  219. .vmode = FB_VMODE_NONINTERLACED
  220. },
  221. {
  222. .refresh = 60,
  223. .xres = 1280,
  224. .yres = 480,
  225. .pixclock = 18939,
  226. .left_margin = 353,
  227. .right_margin = 47,
  228. .upper_margin = 39,
  229. .lower_margin = 4,
  230. .hsync_len = 8,
  231. .vsync_len = 2,
  232. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  233. .vmode = FB_VMODE_NONINTERLACED
  234. },
  235. {
  236. .refresh = 60,
  237. .xres = 1280,
  238. .yres = 720,
  239. .pixclock = 13426,
  240. .left_margin = 192,
  241. .right_margin = 64,
  242. .upper_margin = 22,
  243. .lower_margin = 1,
  244. .hsync_len = 136,
  245. .vsync_len = 3,
  246. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  247. .vmode = FB_VMODE_NONINTERLACED
  248. },
  249. {
  250. .refresh = 60,
  251. .xres = 1280,
  252. .yres = 1024,
  253. .pixclock = 9375,
  254. .left_margin = 38,
  255. .right_margin = 128,
  256. .upper_margin = 2,
  257. .lower_margin = 7,
  258. .hsync_len = 216,
  259. .vsync_len = 37,
  260. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  261. .vmode = FB_VMODE_NONINTERLACED
  262. },
  263. {
  264. .refresh = 70,
  265. .xres = 1280,
  266. .yres = 1024,
  267. .pixclock = 9380,
  268. .left_margin = 6,
  269. .right_margin = 6,
  270. .upper_margin = 4,
  271. .lower_margin = 4,
  272. .hsync_len = 60,
  273. .vsync_len = 94,
  274. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  275. .vmode = FB_VMODE_NONINTERLACED
  276. },
  277. {
  278. .refresh = 75,
  279. .xres = 1280,
  280. .yres = 1024,
  281. .pixclock = 9380,
  282. .left_margin = 6,
  283. .right_margin = 6,
  284. .upper_margin = 4,
  285. .lower_margin = 4,
  286. .hsync_len = 60,
  287. .vsync_len = 15,
  288. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  289. .vmode = FB_VMODE_NONINTERLACED
  290. },
  291. {
  292. .refresh = 60,
  293. .xres = 1920,
  294. .yres = 1080,
  295. .pixclock = 5787,
  296. .left_margin = 328,
  297. .right_margin = 120,
  298. .upper_margin = 34,
  299. .lower_margin = 1,
  300. .hsync_len = 208,
  301. .vsync_len = 3,
  302. .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
  303. .vmode = FB_VMODE_NONINTERLACED
  304. },
  305. };
  306. static char *fb_mode;
  307. static unsigned long default_bpp = 32;
  308. static enum fsl_diu_monitor_port monitor_port;
  309. static char *monitor_string;
  310. #if defined(CONFIG_NOT_COHERENT_CACHE)
  311. static u8 *coherence_data;
  312. static size_t coherence_data_size;
  313. static unsigned int d_cache_line_size;
  314. #endif
  315. static DEFINE_SPINLOCK(diu_lock);
  316. enum mfb_index {
  317. PLANE0 = 0, /* Plane 0, only one AOI that fills the screen */
  318. PLANE1_AOI0, /* Plane 1, first AOI */
  319. PLANE1_AOI1, /* Plane 1, second AOI */
  320. PLANE2_AOI0, /* Plane 2, first AOI */
  321. PLANE2_AOI1, /* Plane 2, second AOI */
  322. };
  323. struct mfb_info {
  324. enum mfb_index index;
  325. char *id;
  326. int registered;
  327. unsigned long pseudo_palette[16];
  328. struct diu_ad *ad;
  329. int cursor_reset;
  330. unsigned char g_alpha;
  331. unsigned int count;
  332. int x_aoi_d; /* aoi display x offset to physical screen */
  333. int y_aoi_d; /* aoi display y offset to physical screen */
  334. struct fsl_diu_data *parent;
  335. u8 *edid_data;
  336. };
  337. /**
  338. * struct fsl_diu_data - per-DIU data structure
  339. * @dma_addr: DMA address of this structure
  340. * @fsl_diu_info: fb_info objects, one per AOI
  341. * @dev_attr: sysfs structure
  342. * @irq: IRQ
  343. * @fb_enabled: TRUE if the DIU is enabled, FALSE if not
  344. * @monitor_port: the monitor port this DIU is connected to
  345. * @diu_reg: pointer to the DIU hardware registers
  346. * @reg_lock: spinlock for register access
  347. * @dummy_aoi: video buffer for the 4x4 32-bit dummy AOI
  348. * dummy_ad: DIU Area Descriptor for the dummy AOI
  349. * @ad[]: Area Descriptors for each real AOI
  350. * @gamma: gamma color table
  351. * @cursor: hardware cursor data
  352. *
  353. * This data structure must be allocated with 32-byte alignment, so that the
  354. * internal fields can be aligned properly.
  355. */
  356. struct fsl_diu_data {
  357. dma_addr_t dma_addr;
  358. struct fb_info fsl_diu_info[NUM_AOIS];
  359. struct mfb_info mfb[NUM_AOIS];
  360. struct device_attribute dev_attr;
  361. unsigned int irq;
  362. int fb_enabled;
  363. enum fsl_diu_monitor_port monitor_port;
  364. struct diu __iomem *diu_reg;
  365. spinlock_t reg_lock;
  366. u8 dummy_aoi[4 * 4 * 4];
  367. struct diu_ad dummy_ad __aligned(8);
  368. struct diu_ad ad[NUM_AOIS] __aligned(8);
  369. u8 gamma[256 * 3] __aligned(32);
  370. u8 cursor[MAX_CURS * MAX_CURS * 2] __aligned(32);
  371. } __aligned(32);
  372. /* Determine the DMA address of a member of the fsl_diu_data structure */
  373. #define DMA_ADDR(p, f) ((p)->dma_addr + offsetof(struct fsl_diu_data, f))
  374. static struct mfb_info mfb_template[] = {
  375. {
  376. .index = PLANE0,
  377. .id = "Panel0",
  378. .registered = 0,
  379. .count = 0,
  380. .x_aoi_d = 0,
  381. .y_aoi_d = 0,
  382. },
  383. {
  384. .index = PLANE1_AOI0,
  385. .id = "Panel1 AOI0",
  386. .registered = 0,
  387. .g_alpha = 0xff,
  388. .count = 0,
  389. .x_aoi_d = 0,
  390. .y_aoi_d = 0,
  391. },
  392. {
  393. .index = PLANE1_AOI1,
  394. .id = "Panel1 AOI1",
  395. .registered = 0,
  396. .g_alpha = 0xff,
  397. .count = 0,
  398. .x_aoi_d = 0,
  399. .y_aoi_d = 480,
  400. },
  401. {
  402. .index = PLANE2_AOI0,
  403. .id = "Panel2 AOI0",
  404. .registered = 0,
  405. .g_alpha = 0xff,
  406. .count = 0,
  407. .x_aoi_d = 640,
  408. .y_aoi_d = 0,
  409. },
  410. {
  411. .index = PLANE2_AOI1,
  412. .id = "Panel2 AOI1",
  413. .registered = 0,
  414. .g_alpha = 0xff,
  415. .count = 0,
  416. .x_aoi_d = 640,
  417. .y_aoi_d = 480,
  418. },
  419. };
  420. /**
  421. * fsl_diu_name_to_port - convert a port name to a monitor port enum
  422. *
  423. * Takes the name of a monitor port ("dvi", "lvds", or "dlvds") and returns
  424. * the enum fsl_diu_monitor_port that corresponds to that string.
  425. *
  426. * For compatibility with older versions, a number ("0", "1", or "2") is also
  427. * supported.
  428. *
  429. * If the string is unknown, DVI is assumed.
  430. *
  431. * If the particular port is not supported by the platform, another port
  432. * (platform-specific) is chosen instead.
  433. */
  434. static enum fsl_diu_monitor_port fsl_diu_name_to_port(const char *s)
  435. {
  436. enum fsl_diu_monitor_port port = FSL_DIU_PORT_DVI;
  437. unsigned long val;
  438. if (s) {
  439. if (!strict_strtoul(s, 10, &val) && (val <= 2))
  440. port = (enum fsl_diu_monitor_port) val;
  441. else if (strncmp(s, "lvds", 4) == 0)
  442. port = FSL_DIU_PORT_LVDS;
  443. else if (strncmp(s, "dlvds", 5) == 0)
  444. port = FSL_DIU_PORT_DLVDS;
  445. }
  446. return diu_ops.valid_monitor_port(port);
  447. }
  448. /**
  449. * fsl_diu_alloc - allocate memory for the DIU
  450. * @size: number of bytes to allocate
  451. * @param: returned physical address of memory
  452. *
  453. * This function allocates a physically-contiguous block of memory.
  454. */
  455. static void *fsl_diu_alloc(size_t size, phys_addr_t *phys)
  456. {
  457. void *virt;
  458. virt = alloc_pages_exact(size, GFP_DMA | __GFP_ZERO);
  459. if (virt)
  460. *phys = virt_to_phys(virt);
  461. return virt;
  462. }
  463. /**
  464. * fsl_diu_free - release DIU memory
  465. * @virt: pointer returned by fsl_diu_alloc()
  466. * @size: number of bytes allocated by fsl_diu_alloc()
  467. *
  468. * This function releases memory allocated by fsl_diu_alloc().
  469. */
  470. static void fsl_diu_free(void *virt, size_t size)
  471. {
  472. if (virt && size)
  473. free_pages_exact(virt, size);
  474. }
  475. /*
  476. * Workaround for failed writing desc register of planes.
  477. * Needed with MPC5121 DIU rev 2.0 silicon.
  478. */
  479. void wr_reg_wa(u32 *reg, u32 val)
  480. {
  481. do {
  482. out_be32(reg, val);
  483. } while (in_be32(reg) != val);
  484. }
  485. static void fsl_diu_enable_panel(struct fb_info *info)
  486. {
  487. struct mfb_info *pmfbi, *cmfbi, *mfbi = info->par;
  488. struct diu_ad *ad = mfbi->ad;
  489. struct fsl_diu_data *machine_data = mfbi->parent;
  490. struct diu __iomem *hw = machine_data->diu_reg;
  491. switch (mfbi->index) {
  492. case PLANE0:
  493. if (hw->desc[0] != ad->paddr)
  494. wr_reg_wa(&hw->desc[0], ad->paddr);
  495. break;
  496. case PLANE1_AOI0:
  497. cmfbi = &machine_data->mfb[2];
  498. if (hw->desc[1] != ad->paddr) { /* AOI0 closed */
  499. if (cmfbi->count > 0) /* AOI1 open */
  500. ad->next_ad =
  501. cpu_to_le32(cmfbi->ad->paddr);
  502. else
  503. ad->next_ad = 0;
  504. wr_reg_wa(&hw->desc[1], ad->paddr);
  505. }
  506. break;
  507. case PLANE2_AOI0:
  508. cmfbi = &machine_data->mfb[4];
  509. if (hw->desc[2] != ad->paddr) { /* AOI0 closed */
  510. if (cmfbi->count > 0) /* AOI1 open */
  511. ad->next_ad =
  512. cpu_to_le32(cmfbi->ad->paddr);
  513. else
  514. ad->next_ad = 0;
  515. wr_reg_wa(&hw->desc[2], ad->paddr);
  516. }
  517. break;
  518. case PLANE1_AOI1:
  519. pmfbi = &machine_data->mfb[1];
  520. ad->next_ad = 0;
  521. if (hw->desc[1] == machine_data->dummy_ad.paddr)
  522. wr_reg_wa(&hw->desc[1], ad->paddr);
  523. else /* AOI0 open */
  524. pmfbi->ad->next_ad = cpu_to_le32(ad->paddr);
  525. break;
  526. case PLANE2_AOI1:
  527. pmfbi = &machine_data->mfb[3];
  528. ad->next_ad = 0;
  529. if (hw->desc[2] == machine_data->dummy_ad.paddr)
  530. wr_reg_wa(&hw->desc[2], ad->paddr);
  531. else /* AOI0 was open */
  532. pmfbi->ad->next_ad = cpu_to_le32(ad->paddr);
  533. break;
  534. }
  535. }
  536. static void fsl_diu_disable_panel(struct fb_info *info)
  537. {
  538. struct mfb_info *pmfbi, *cmfbi, *mfbi = info->par;
  539. struct diu_ad *ad = mfbi->ad;
  540. struct fsl_diu_data *machine_data = mfbi->parent;
  541. struct diu __iomem *hw = machine_data->diu_reg;
  542. switch (mfbi->index) {
  543. case PLANE0:
  544. if (hw->desc[0] != machine_data->dummy_ad.paddr)
  545. wr_reg_wa(&hw->desc[0], machine_data->dummy_ad.paddr);
  546. break;
  547. case PLANE1_AOI0:
  548. cmfbi = &machine_data->mfb[2];
  549. if (cmfbi->count > 0) /* AOI1 is open */
  550. wr_reg_wa(&hw->desc[1], cmfbi->ad->paddr);
  551. /* move AOI1 to the first */
  552. else /* AOI1 was closed */
  553. wr_reg_wa(&hw->desc[1], machine_data->dummy_ad.paddr);
  554. /* close AOI 0 */
  555. break;
  556. case PLANE2_AOI0:
  557. cmfbi = &machine_data->mfb[4];
  558. if (cmfbi->count > 0) /* AOI1 is open */
  559. wr_reg_wa(&hw->desc[2], cmfbi->ad->paddr);
  560. /* move AOI1 to the first */
  561. else /* AOI1 was closed */
  562. wr_reg_wa(&hw->desc[2], machine_data->dummy_ad.paddr);
  563. /* close AOI 0 */
  564. break;
  565. case PLANE1_AOI1:
  566. pmfbi = &machine_data->mfb[1];
  567. if (hw->desc[1] != ad->paddr) {
  568. /* AOI1 is not the first in the chain */
  569. if (pmfbi->count > 0)
  570. /* AOI0 is open, must be the first */
  571. pmfbi->ad->next_ad = 0;
  572. } else /* AOI1 is the first in the chain */
  573. wr_reg_wa(&hw->desc[1], machine_data->dummy_ad.paddr);
  574. /* close AOI 1 */
  575. break;
  576. case PLANE2_AOI1:
  577. pmfbi = &machine_data->mfb[3];
  578. if (hw->desc[2] != ad->paddr) {
  579. /* AOI1 is not the first in the chain */
  580. if (pmfbi->count > 0)
  581. /* AOI0 is open, must be the first */
  582. pmfbi->ad->next_ad = 0;
  583. } else /* AOI1 is the first in the chain */
  584. wr_reg_wa(&hw->desc[2], machine_data->dummy_ad.paddr);
  585. /* close AOI 1 */
  586. break;
  587. }
  588. }
  589. static void enable_lcdc(struct fb_info *info)
  590. {
  591. struct mfb_info *mfbi = info->par;
  592. struct fsl_diu_data *machine_data = mfbi->parent;
  593. struct diu __iomem *hw = machine_data->diu_reg;
  594. if (!machine_data->fb_enabled) {
  595. out_be32(&hw->diu_mode, MFB_MODE1);
  596. machine_data->fb_enabled++;
  597. }
  598. }
  599. static void disable_lcdc(struct fb_info *info)
  600. {
  601. struct mfb_info *mfbi = info->par;
  602. struct fsl_diu_data *machine_data = mfbi->parent;
  603. struct diu __iomem *hw = machine_data->diu_reg;
  604. if (machine_data->fb_enabled) {
  605. out_be32(&hw->diu_mode, 0);
  606. machine_data->fb_enabled = 0;
  607. }
  608. }
  609. static void adjust_aoi_size_position(struct fb_var_screeninfo *var,
  610. struct fb_info *info)
  611. {
  612. struct mfb_info *lower_aoi_mfbi, *upper_aoi_mfbi, *mfbi = info->par;
  613. struct fsl_diu_data *machine_data = mfbi->parent;
  614. int available_height, upper_aoi_bottom;
  615. enum mfb_index index = mfbi->index;
  616. int lower_aoi_is_open, upper_aoi_is_open;
  617. __u32 base_plane_width, base_plane_height, upper_aoi_height;
  618. base_plane_width = machine_data->fsl_diu_info[0].var.xres;
  619. base_plane_height = machine_data->fsl_diu_info[0].var.yres;
  620. if (mfbi->x_aoi_d < 0)
  621. mfbi->x_aoi_d = 0;
  622. if (mfbi->y_aoi_d < 0)
  623. mfbi->y_aoi_d = 0;
  624. switch (index) {
  625. case PLANE0:
  626. if (mfbi->x_aoi_d != 0)
  627. mfbi->x_aoi_d = 0;
  628. if (mfbi->y_aoi_d != 0)
  629. mfbi->y_aoi_d = 0;
  630. break;
  631. case PLANE1_AOI0:
  632. case PLANE2_AOI0:
  633. lower_aoi_mfbi = machine_data->fsl_diu_info[index+1].par;
  634. lower_aoi_is_open = lower_aoi_mfbi->count > 0 ? 1 : 0;
  635. if (var->xres > base_plane_width)
  636. var->xres = base_plane_width;
  637. if ((mfbi->x_aoi_d + var->xres) > base_plane_width)
  638. mfbi->x_aoi_d = base_plane_width - var->xres;
  639. if (lower_aoi_is_open)
  640. available_height = lower_aoi_mfbi->y_aoi_d;
  641. else
  642. available_height = base_plane_height;
  643. if (var->yres > available_height)
  644. var->yres = available_height;
  645. if ((mfbi->y_aoi_d + var->yres) > available_height)
  646. mfbi->y_aoi_d = available_height - var->yres;
  647. break;
  648. case PLANE1_AOI1:
  649. case PLANE2_AOI1:
  650. upper_aoi_mfbi = machine_data->fsl_diu_info[index-1].par;
  651. upper_aoi_height =
  652. machine_data->fsl_diu_info[index-1].var.yres;
  653. upper_aoi_bottom = upper_aoi_mfbi->y_aoi_d + upper_aoi_height;
  654. upper_aoi_is_open = upper_aoi_mfbi->count > 0 ? 1 : 0;
  655. if (var->xres > base_plane_width)
  656. var->xres = base_plane_width;
  657. if ((mfbi->x_aoi_d + var->xres) > base_plane_width)
  658. mfbi->x_aoi_d = base_plane_width - var->xres;
  659. if (mfbi->y_aoi_d < 0)
  660. mfbi->y_aoi_d = 0;
  661. if (upper_aoi_is_open) {
  662. if (mfbi->y_aoi_d < upper_aoi_bottom)
  663. mfbi->y_aoi_d = upper_aoi_bottom;
  664. available_height = base_plane_height
  665. - upper_aoi_bottom;
  666. } else
  667. available_height = base_plane_height;
  668. if (var->yres > available_height)
  669. var->yres = available_height;
  670. if ((mfbi->y_aoi_d + var->yres) > base_plane_height)
  671. mfbi->y_aoi_d = base_plane_height - var->yres;
  672. break;
  673. }
  674. }
  675. /*
  676. * Checks to see if the hardware supports the state requested by var passed
  677. * in. This function does not alter the hardware state! If the var passed in
  678. * is slightly off by what the hardware can support then we alter the var
  679. * PASSED in to what we can do. If the hardware doesn't support mode change
  680. * a -EINVAL will be returned by the upper layers.
  681. */
  682. static int fsl_diu_check_var(struct fb_var_screeninfo *var,
  683. struct fb_info *info)
  684. {
  685. if (var->xres_virtual < var->xres)
  686. var->xres_virtual = var->xres;
  687. if (var->yres_virtual < var->yres)
  688. var->yres_virtual = var->yres;
  689. if (var->xoffset < 0)
  690. var->xoffset = 0;
  691. if (var->yoffset < 0)
  692. var->yoffset = 0;
  693. if (var->xoffset + info->var.xres > info->var.xres_virtual)
  694. var->xoffset = info->var.xres_virtual - info->var.xres;
  695. if (var->yoffset + info->var.yres > info->var.yres_virtual)
  696. var->yoffset = info->var.yres_virtual - info->var.yres;
  697. if ((var->bits_per_pixel != 32) && (var->bits_per_pixel != 24) &&
  698. (var->bits_per_pixel != 16))
  699. var->bits_per_pixel = default_bpp;
  700. switch (var->bits_per_pixel) {
  701. case 16:
  702. var->red.length = 5;
  703. var->red.offset = 11;
  704. var->red.msb_right = 0;
  705. var->green.length = 6;
  706. var->green.offset = 5;
  707. var->green.msb_right = 0;
  708. var->blue.length = 5;
  709. var->blue.offset = 0;
  710. var->blue.msb_right = 0;
  711. var->transp.length = 0;
  712. var->transp.offset = 0;
  713. var->transp.msb_right = 0;
  714. break;
  715. case 24:
  716. var->red.length = 8;
  717. var->red.offset = 0;
  718. var->red.msb_right = 0;
  719. var->green.length = 8;
  720. var->green.offset = 8;
  721. var->green.msb_right = 0;
  722. var->blue.length = 8;
  723. var->blue.offset = 16;
  724. var->blue.msb_right = 0;
  725. var->transp.length = 0;
  726. var->transp.offset = 0;
  727. var->transp.msb_right = 0;
  728. break;
  729. case 32:
  730. var->red.length = 8;
  731. var->red.offset = 16;
  732. var->red.msb_right = 0;
  733. var->green.length = 8;
  734. var->green.offset = 8;
  735. var->green.msb_right = 0;
  736. var->blue.length = 8;
  737. var->blue.offset = 0;
  738. var->blue.msb_right = 0;
  739. var->transp.length = 8;
  740. var->transp.offset = 24;
  741. var->transp.msb_right = 0;
  742. break;
  743. }
  744. var->height = -1;
  745. var->width = -1;
  746. var->grayscale = 0;
  747. /* Copy nonstd field to/from sync for fbset usage */
  748. var->sync |= var->nonstd;
  749. var->nonstd |= var->sync;
  750. adjust_aoi_size_position(var, info);
  751. return 0;
  752. }
  753. static void set_fix(struct fb_info *info)
  754. {
  755. struct fb_fix_screeninfo *fix = &info->fix;
  756. struct fb_var_screeninfo *var = &info->var;
  757. struct mfb_info *mfbi = info->par;
  758. strncpy(fix->id, mfbi->id, sizeof(fix->id));
  759. fix->line_length = var->xres_virtual * var->bits_per_pixel / 8;
  760. fix->type = FB_TYPE_PACKED_PIXELS;
  761. fix->accel = FB_ACCEL_NONE;
  762. fix->visual = FB_VISUAL_TRUECOLOR;
  763. fix->xpanstep = 1;
  764. fix->ypanstep = 1;
  765. }
  766. static void update_lcdc(struct fb_info *info)
  767. {
  768. struct fb_var_screeninfo *var = &info->var;
  769. struct mfb_info *mfbi = info->par;
  770. struct fsl_diu_data *machine_data = mfbi->parent;
  771. struct diu __iomem *hw;
  772. int i, j;
  773. u8 *gamma_table_base;
  774. u32 temp;
  775. hw = machine_data->diu_reg;
  776. diu_ops.set_monitor_port(machine_data->monitor_port);
  777. gamma_table_base = machine_data->gamma;
  778. /* Prep for DIU init - gamma table, cursor table */
  779. for (i = 0; i <= 2; i++)
  780. for (j = 0; j <= 255; j++)
  781. *gamma_table_base++ = j;
  782. diu_ops.set_gamma_table(machine_data->monitor_port,
  783. machine_data->gamma);
  784. disable_lcdc(info);
  785. /* Program DIU registers */
  786. out_be32(&hw->gamma, DMA_ADDR(machine_data, gamma));
  787. out_be32(&hw->cursor, DMA_ADDR(machine_data, cursor));
  788. out_be32(&hw->bgnd, 0x007F7F7F); /* BGND */
  789. out_be32(&hw->bgnd_wb, 0); /* BGND_WB */
  790. out_be32(&hw->disp_size, (var->yres << 16 | var->xres));
  791. /* DISP SIZE */
  792. out_be32(&hw->wb_size, 0); /* WB SIZE */
  793. out_be32(&hw->wb_mem_addr, 0); /* WB MEM ADDR */
  794. /* Horizontal and vertical configuration register */
  795. temp = var->left_margin << 22 | /* BP_H */
  796. var->hsync_len << 11 | /* PW_H */
  797. var->right_margin; /* FP_H */
  798. out_be32(&hw->hsyn_para, temp);
  799. temp = var->upper_margin << 22 | /* BP_V */
  800. var->vsync_len << 11 | /* PW_V */
  801. var->lower_margin; /* FP_V */
  802. out_be32(&hw->vsyn_para, temp);
  803. diu_ops.set_pixel_clock(var->pixclock);
  804. out_be32(&hw->syn_pol, 0); /* SYNC SIGNALS POLARITY */
  805. out_be32(&hw->thresholds, 0x00037800); /* The Thresholds */
  806. out_be32(&hw->int_status, 0); /* INTERRUPT STATUS */
  807. out_be32(&hw->plut, 0x01F5F666);
  808. /* Enable the DIU */
  809. enable_lcdc(info);
  810. }
  811. static int map_video_memory(struct fb_info *info)
  812. {
  813. phys_addr_t phys;
  814. u32 smem_len = info->fix.line_length * info->var.yres_virtual;
  815. info->screen_base = fsl_diu_alloc(smem_len, &phys);
  816. if (info->screen_base == NULL) {
  817. dev_err(info->dev, "unable to allocate fb memory\n");
  818. return -ENOMEM;
  819. }
  820. mutex_lock(&info->mm_lock);
  821. info->fix.smem_start = (unsigned long) phys;
  822. info->fix.smem_len = smem_len;
  823. mutex_unlock(&info->mm_lock);
  824. info->screen_size = info->fix.smem_len;
  825. return 0;
  826. }
  827. static void unmap_video_memory(struct fb_info *info)
  828. {
  829. fsl_diu_free(info->screen_base, info->fix.smem_len);
  830. mutex_lock(&info->mm_lock);
  831. info->screen_base = NULL;
  832. info->fix.smem_start = 0;
  833. info->fix.smem_len = 0;
  834. mutex_unlock(&info->mm_lock);
  835. }
  836. /*
  837. * Using the fb_var_screeninfo in fb_info we set the aoi of this
  838. * particular framebuffer. It is a light version of fsl_diu_set_par.
  839. */
  840. static int fsl_diu_set_aoi(struct fb_info *info)
  841. {
  842. struct fb_var_screeninfo *var = &info->var;
  843. struct mfb_info *mfbi = info->par;
  844. struct diu_ad *ad = mfbi->ad;
  845. /* AOI should not be greater than display size */
  846. ad->offset_xyi = cpu_to_le32((var->yoffset << 16) | var->xoffset);
  847. ad->offset_xyd = cpu_to_le32((mfbi->y_aoi_d << 16) | mfbi->x_aoi_d);
  848. return 0;
  849. }
  850. /*
  851. * Using the fb_var_screeninfo in fb_info we set the resolution of this
  852. * particular framebuffer. This function alters the fb_fix_screeninfo stored
  853. * in fb_info. It does not alter var in fb_info since we are using that
  854. * data. This means we depend on the data in var inside fb_info to be
  855. * supported by the hardware. fsl_diu_check_var is always called before
  856. * fsl_diu_set_par to ensure this.
  857. */
  858. static int fsl_diu_set_par(struct fb_info *info)
  859. {
  860. unsigned long len;
  861. struct fb_var_screeninfo *var = &info->var;
  862. struct mfb_info *mfbi = info->par;
  863. struct fsl_diu_data *machine_data = mfbi->parent;
  864. struct diu_ad *ad = mfbi->ad;
  865. struct diu __iomem *hw;
  866. hw = machine_data->diu_reg;
  867. set_fix(info);
  868. mfbi->cursor_reset = 1;
  869. len = info->var.yres_virtual * info->fix.line_length;
  870. /* Alloc & dealloc each time resolution/bpp change */
  871. if (len != info->fix.smem_len) {
  872. if (info->fix.smem_start)
  873. unmap_video_memory(info);
  874. /* Memory allocation for framebuffer */
  875. if (map_video_memory(info)) {
  876. dev_err(info->dev, "unable to allocate fb memory 1\n");
  877. return -ENOMEM;
  878. }
  879. }
  880. ad->pix_fmt = diu_ops.get_pixel_format(machine_data->monitor_port,
  881. var->bits_per_pixel);
  882. ad->addr = cpu_to_le32(info->fix.smem_start);
  883. ad->src_size_g_alpha = cpu_to_le32((var->yres_virtual << 12) |
  884. var->xres_virtual) | mfbi->g_alpha;
  885. /* AOI should not be greater than display size */
  886. ad->aoi_size = cpu_to_le32((var->yres << 16) | var->xres);
  887. ad->offset_xyi = cpu_to_le32((var->yoffset << 16) | var->xoffset);
  888. ad->offset_xyd = cpu_to_le32((mfbi->y_aoi_d << 16) | mfbi->x_aoi_d);
  889. /* Disable chroma keying function */
  890. ad->ckmax_r = 0;
  891. ad->ckmax_g = 0;
  892. ad->ckmax_b = 0;
  893. ad->ckmin_r = 255;
  894. ad->ckmin_g = 255;
  895. ad->ckmin_b = 255;
  896. if (mfbi->index == PLANE0)
  897. update_lcdc(info);
  898. return 0;
  899. }
  900. static inline __u32 CNVT_TOHW(__u32 val, __u32 width)
  901. {
  902. return ((val << width) + 0x7FFF - val) >> 16;
  903. }
  904. /*
  905. * Set a single color register. The values supplied have a 16 bit magnitude
  906. * which needs to be scaled in this function for the hardware. Things to take
  907. * into consideration are how many color registers, if any, are supported with
  908. * the current color visual. With truecolor mode no color palettes are
  909. * supported. Here a pseudo palette is created which we store the value in
  910. * pseudo_palette in struct fb_info. For pseudocolor mode we have a limited
  911. * color palette.
  912. */
  913. static int fsl_diu_setcolreg(unsigned int regno, unsigned int red,
  914. unsigned int green, unsigned int blue,
  915. unsigned int transp, struct fb_info *info)
  916. {
  917. int ret = 1;
  918. /*
  919. * If greyscale is true, then we convert the RGB value
  920. * to greyscale no matter what visual we are using.
  921. */
  922. if (info->var.grayscale)
  923. red = green = blue = (19595 * red + 38470 * green +
  924. 7471 * blue) >> 16;
  925. switch (info->fix.visual) {
  926. case FB_VISUAL_TRUECOLOR:
  927. /*
  928. * 16-bit True Colour. We encode the RGB value
  929. * according to the RGB bitfield information.
  930. */
  931. if (regno < 16) {
  932. u32 *pal = info->pseudo_palette;
  933. u32 v;
  934. red = CNVT_TOHW(red, info->var.red.length);
  935. green = CNVT_TOHW(green, info->var.green.length);
  936. blue = CNVT_TOHW(blue, info->var.blue.length);
  937. transp = CNVT_TOHW(transp, info->var.transp.length);
  938. v = (red << info->var.red.offset) |
  939. (green << info->var.green.offset) |
  940. (blue << info->var.blue.offset) |
  941. (transp << info->var.transp.offset);
  942. pal[regno] = v;
  943. ret = 0;
  944. }
  945. break;
  946. }
  947. return ret;
  948. }
  949. /*
  950. * Pan (or wrap, depending on the `vmode' field) the display using the
  951. * 'xoffset' and 'yoffset' fields of the 'var' structure. If the values
  952. * don't fit, return -EINVAL.
  953. */
  954. static int fsl_diu_pan_display(struct fb_var_screeninfo *var,
  955. struct fb_info *info)
  956. {
  957. if ((info->var.xoffset == var->xoffset) &&
  958. (info->var.yoffset == var->yoffset))
  959. return 0; /* No change, do nothing */
  960. if (var->xoffset < 0 || var->yoffset < 0
  961. || var->xoffset + info->var.xres > info->var.xres_virtual
  962. || var->yoffset + info->var.yres > info->var.yres_virtual)
  963. return -EINVAL;
  964. info->var.xoffset = var->xoffset;
  965. info->var.yoffset = var->yoffset;
  966. if (var->vmode & FB_VMODE_YWRAP)
  967. info->var.vmode |= FB_VMODE_YWRAP;
  968. else
  969. info->var.vmode &= ~FB_VMODE_YWRAP;
  970. fsl_diu_set_aoi(info);
  971. return 0;
  972. }
  973. static int fsl_diu_ioctl(struct fb_info *info, unsigned int cmd,
  974. unsigned long arg)
  975. {
  976. struct mfb_info *mfbi = info->par;
  977. struct diu_ad *ad = mfbi->ad;
  978. struct mfb_chroma_key ck;
  979. unsigned char global_alpha;
  980. struct aoi_display_offset aoi_d;
  981. __u32 pix_fmt;
  982. void __user *buf = (void __user *)arg;
  983. if (!arg)
  984. return -EINVAL;
  985. switch (cmd) {
  986. case MFB_SET_PIXFMT_OLD:
  987. dev_warn(info->dev,
  988. "MFB_SET_PIXFMT value of 0x%08x is deprecated.\n",
  989. MFB_SET_PIXFMT_OLD);
  990. case MFB_SET_PIXFMT:
  991. if (copy_from_user(&pix_fmt, buf, sizeof(pix_fmt)))
  992. return -EFAULT;
  993. ad->pix_fmt = pix_fmt;
  994. break;
  995. case MFB_GET_PIXFMT_OLD:
  996. dev_warn(info->dev,
  997. "MFB_GET_PIXFMT value of 0x%08x is deprecated.\n",
  998. MFB_GET_PIXFMT_OLD);
  999. case MFB_GET_PIXFMT:
  1000. pix_fmt = ad->pix_fmt;
  1001. if (copy_to_user(buf, &pix_fmt, sizeof(pix_fmt)))
  1002. return -EFAULT;
  1003. break;
  1004. case MFB_SET_AOID:
  1005. if (copy_from_user(&aoi_d, buf, sizeof(aoi_d)))
  1006. return -EFAULT;
  1007. mfbi->x_aoi_d = aoi_d.x_aoi_d;
  1008. mfbi->y_aoi_d = aoi_d.y_aoi_d;
  1009. fsl_diu_check_var(&info->var, info);
  1010. fsl_diu_set_aoi(info);
  1011. break;
  1012. case MFB_GET_AOID:
  1013. aoi_d.x_aoi_d = mfbi->x_aoi_d;
  1014. aoi_d.y_aoi_d = mfbi->y_aoi_d;
  1015. if (copy_to_user(buf, &aoi_d, sizeof(aoi_d)))
  1016. return -EFAULT;
  1017. break;
  1018. case MFB_GET_ALPHA:
  1019. global_alpha = mfbi->g_alpha;
  1020. if (copy_to_user(buf, &global_alpha, sizeof(global_alpha)))
  1021. return -EFAULT;
  1022. break;
  1023. case MFB_SET_ALPHA:
  1024. /* set panel information */
  1025. if (copy_from_user(&global_alpha, buf, sizeof(global_alpha)))
  1026. return -EFAULT;
  1027. ad->src_size_g_alpha = (ad->src_size_g_alpha & (~0xff)) |
  1028. (global_alpha & 0xff);
  1029. mfbi->g_alpha = global_alpha;
  1030. break;
  1031. case MFB_SET_CHROMA_KEY:
  1032. /* set panel winformation */
  1033. if (copy_from_user(&ck, buf, sizeof(ck)))
  1034. return -EFAULT;
  1035. if (ck.enable &&
  1036. (ck.red_max < ck.red_min ||
  1037. ck.green_max < ck.green_min ||
  1038. ck.blue_max < ck.blue_min))
  1039. return -EINVAL;
  1040. if (!ck.enable) {
  1041. ad->ckmax_r = 0;
  1042. ad->ckmax_g = 0;
  1043. ad->ckmax_b = 0;
  1044. ad->ckmin_r = 255;
  1045. ad->ckmin_g = 255;
  1046. ad->ckmin_b = 255;
  1047. } else {
  1048. ad->ckmax_r = ck.red_max;
  1049. ad->ckmax_g = ck.green_max;
  1050. ad->ckmax_b = ck.blue_max;
  1051. ad->ckmin_r = ck.red_min;
  1052. ad->ckmin_g = ck.green_min;
  1053. ad->ckmin_b = ck.blue_min;
  1054. }
  1055. break;
  1056. default:
  1057. dev_err(info->dev, "unknown ioctl command (0x%08X)\n", cmd);
  1058. return -ENOIOCTLCMD;
  1059. }
  1060. return 0;
  1061. }
  1062. /* turn on fb if count == 1
  1063. */
  1064. static int fsl_diu_open(struct fb_info *info, int user)
  1065. {
  1066. struct mfb_info *mfbi = info->par;
  1067. int res = 0;
  1068. /* free boot splash memory on first /dev/fb0 open */
  1069. if ((mfbi->index == PLANE0) && diu_ops.release_bootmem)
  1070. diu_ops.release_bootmem();
  1071. spin_lock(&diu_lock);
  1072. mfbi->count++;
  1073. if (mfbi->count == 1) {
  1074. fsl_diu_check_var(&info->var, info);
  1075. res = fsl_diu_set_par(info);
  1076. if (res < 0)
  1077. mfbi->count--;
  1078. else
  1079. fsl_diu_enable_panel(info);
  1080. }
  1081. spin_unlock(&diu_lock);
  1082. return res;
  1083. }
  1084. /* turn off fb if count == 0
  1085. */
  1086. static int fsl_diu_release(struct fb_info *info, int user)
  1087. {
  1088. struct mfb_info *mfbi = info->par;
  1089. int res = 0;
  1090. spin_lock(&diu_lock);
  1091. mfbi->count--;
  1092. if (mfbi->count == 0)
  1093. fsl_diu_disable_panel(info);
  1094. spin_unlock(&diu_lock);
  1095. return res;
  1096. }
  1097. static struct fb_ops fsl_diu_ops = {
  1098. .owner = THIS_MODULE,
  1099. .fb_check_var = fsl_diu_check_var,
  1100. .fb_set_par = fsl_diu_set_par,
  1101. .fb_setcolreg = fsl_diu_setcolreg,
  1102. .fb_pan_display = fsl_diu_pan_display,
  1103. .fb_fillrect = cfb_fillrect,
  1104. .fb_copyarea = cfb_copyarea,
  1105. .fb_imageblit = cfb_imageblit,
  1106. .fb_ioctl = fsl_diu_ioctl,
  1107. .fb_open = fsl_diu_open,
  1108. .fb_release = fsl_diu_release,
  1109. };
  1110. static int init_fbinfo(struct fb_info *info)
  1111. {
  1112. struct mfb_info *mfbi = info->par;
  1113. info->device = NULL;
  1114. info->var.activate = FB_ACTIVATE_NOW;
  1115. info->fbops = &fsl_diu_ops;
  1116. info->flags = FBINFO_FLAG_DEFAULT;
  1117. info->pseudo_palette = &mfbi->pseudo_palette;
  1118. /* Allocate colormap */
  1119. fb_alloc_cmap(&info->cmap, 16, 0);
  1120. return 0;
  1121. }
  1122. static int __devinit install_fb(struct fb_info *info)
  1123. {
  1124. int rc;
  1125. struct mfb_info *mfbi = info->par;
  1126. const char *aoi_mode, *init_aoi_mode = "320x240";
  1127. struct fb_videomode *db = fsl_diu_mode_db;
  1128. unsigned int dbsize = ARRAY_SIZE(fsl_diu_mode_db);
  1129. int has_default_mode = 1;
  1130. if (init_fbinfo(info))
  1131. return -EINVAL;
  1132. if (mfbi->index == PLANE0) {
  1133. if (mfbi->edid_data) {
  1134. /* Now build modedb from EDID */
  1135. fb_edid_to_monspecs(mfbi->edid_data, &info->monspecs);
  1136. fb_videomode_to_modelist(info->monspecs.modedb,
  1137. info->monspecs.modedb_len,
  1138. &info->modelist);
  1139. db = info->monspecs.modedb;
  1140. dbsize = info->monspecs.modedb_len;
  1141. }
  1142. aoi_mode = fb_mode;
  1143. } else {
  1144. aoi_mode = init_aoi_mode;
  1145. }
  1146. rc = fb_find_mode(&info->var, info, aoi_mode, db, dbsize, NULL,
  1147. default_bpp);
  1148. if (!rc) {
  1149. /*
  1150. * For plane 0 we continue and look into
  1151. * driver's internal modedb.
  1152. */
  1153. if ((mfbi->index == PLANE0) && mfbi->edid_data)
  1154. has_default_mode = 0;
  1155. else
  1156. return -EINVAL;
  1157. }
  1158. if (!has_default_mode) {
  1159. rc = fb_find_mode(&info->var, info, aoi_mode, fsl_diu_mode_db,
  1160. ARRAY_SIZE(fsl_diu_mode_db), NULL, default_bpp);
  1161. if (rc)
  1162. has_default_mode = 1;
  1163. }
  1164. /* Still not found, use preferred mode from database if any */
  1165. if (!has_default_mode && info->monspecs.modedb) {
  1166. struct fb_monspecs *specs = &info->monspecs;
  1167. struct fb_videomode *modedb = &specs->modedb[0];
  1168. /*
  1169. * Get preferred timing. If not found,
  1170. * first mode in database will be used.
  1171. */
  1172. if (specs->misc & FB_MISC_1ST_DETAIL) {
  1173. int i;
  1174. for (i = 0; i < specs->modedb_len; i++) {
  1175. if (specs->modedb[i].flag & FB_MODE_IS_FIRST) {
  1176. modedb = &specs->modedb[i];
  1177. break;
  1178. }
  1179. }
  1180. }
  1181. info->var.bits_per_pixel = default_bpp;
  1182. fb_videomode_to_var(&info->var, modedb);
  1183. }
  1184. if (fsl_diu_check_var(&info->var, info)) {
  1185. dev_err(info->dev, "fsl_diu_check_var failed\n");
  1186. unmap_video_memory(info);
  1187. fb_dealloc_cmap(&info->cmap);
  1188. return -EINVAL;
  1189. }
  1190. if (register_framebuffer(info) < 0) {
  1191. dev_err(info->dev, "register_framebuffer failed\n");
  1192. unmap_video_memory(info);
  1193. fb_dealloc_cmap(&info->cmap);
  1194. return -EINVAL;
  1195. }
  1196. mfbi->registered = 1;
  1197. dev_info(info->dev, "%s registered successfully\n", mfbi->id);
  1198. return 0;
  1199. }
  1200. static void uninstall_fb(struct fb_info *info)
  1201. {
  1202. struct mfb_info *mfbi = info->par;
  1203. if (!mfbi->registered)
  1204. return;
  1205. if (mfbi->index == PLANE0)
  1206. kfree(mfbi->edid_data);
  1207. unregister_framebuffer(info);
  1208. unmap_video_memory(info);
  1209. if (&info->cmap)
  1210. fb_dealloc_cmap(&info->cmap);
  1211. mfbi->registered = 0;
  1212. }
  1213. static irqreturn_t fsl_diu_isr(int irq, void *dev_id)
  1214. {
  1215. struct diu __iomem *hw = dev_id;
  1216. unsigned int status = in_be32(&hw->int_status);
  1217. if (status) {
  1218. /* This is the workaround for underrun */
  1219. if (status & INT_UNDRUN) {
  1220. out_be32(&hw->diu_mode, 0);
  1221. udelay(1);
  1222. out_be32(&hw->diu_mode, 1);
  1223. }
  1224. #if defined(CONFIG_NOT_COHERENT_CACHE)
  1225. else if (status & INT_VSYNC) {
  1226. unsigned int i;
  1227. for (i = 0; i < coherence_data_size;
  1228. i += d_cache_line_size)
  1229. __asm__ __volatile__ (
  1230. "dcbz 0, %[input]"
  1231. ::[input]"r"(&coherence_data[i]));
  1232. }
  1233. #endif
  1234. return IRQ_HANDLED;
  1235. }
  1236. return IRQ_NONE;
  1237. }
  1238. static int request_irq_local(struct fsl_diu_data *machine_data)
  1239. {
  1240. struct diu __iomem *hw = machine_data->diu_reg;
  1241. u32 ints;
  1242. int ret;
  1243. /* Read to clear the status */
  1244. in_be32(&hw->int_status);
  1245. ret = request_irq(machine_data->irq, fsl_diu_isr, 0, "fsl-diu-fb", hw);
  1246. if (!ret) {
  1247. ints = INT_PARERR | INT_LS_BF_VS;
  1248. #if !defined(CONFIG_NOT_COHERENT_CACHE)
  1249. ints |= INT_VSYNC;
  1250. #endif
  1251. /* Read to clear the status */
  1252. in_be32(&hw->int_status);
  1253. out_be32(&hw->int_mask, ints);
  1254. }
  1255. return ret;
  1256. }
  1257. static void free_irq_local(struct fsl_diu_data *machine_data)
  1258. {
  1259. struct diu __iomem *hw = machine_data->diu_reg;
  1260. /* Disable all LCDC interrupt */
  1261. out_be32(&hw->int_mask, 0x1f);
  1262. free_irq(machine_data->irq, NULL);
  1263. }
  1264. #ifdef CONFIG_PM
  1265. /*
  1266. * Power management hooks. Note that we won't be called from IRQ context,
  1267. * unlike the blank functions above, so we may sleep.
  1268. */
  1269. static int fsl_diu_suspend(struct platform_device *ofdev, pm_message_t state)
  1270. {
  1271. struct fsl_diu_data *machine_data;
  1272. machine_data = dev_get_drvdata(&ofdev->dev);
  1273. disable_lcdc(machine_data->fsl_diu_info[0]);
  1274. return 0;
  1275. }
  1276. static int fsl_diu_resume(struct platform_device *ofdev)
  1277. {
  1278. struct fsl_diu_data *machine_data;
  1279. machine_data = dev_get_drvdata(&ofdev->dev);
  1280. enable_lcdc(machine_data->fsl_diu_info[0]);
  1281. return 0;
  1282. }
  1283. #else
  1284. #define fsl_diu_suspend NULL
  1285. #define fsl_diu_resume NULL
  1286. #endif /* CONFIG_PM */
  1287. static ssize_t store_monitor(struct device *device,
  1288. struct device_attribute *attr, const char *buf, size_t count)
  1289. {
  1290. enum fsl_diu_monitor_port old_monitor_port;
  1291. struct fsl_diu_data *machine_data =
  1292. container_of(attr, struct fsl_diu_data, dev_attr);
  1293. old_monitor_port = machine_data->monitor_port;
  1294. machine_data->monitor_port = fsl_diu_name_to_port(buf);
  1295. if (old_monitor_port != machine_data->monitor_port) {
  1296. /* All AOIs need adjust pixel format
  1297. * fsl_diu_set_par only change the pixsel format here
  1298. * unlikely to fail. */
  1299. unsigned int i;
  1300. for (i=0; i < NUM_AOIS; i++)
  1301. fsl_diu_set_par(&machine_data->fsl_diu_info[i]);
  1302. }
  1303. return count;
  1304. }
  1305. static ssize_t show_monitor(struct device *device,
  1306. struct device_attribute *attr, char *buf)
  1307. {
  1308. struct fsl_diu_data *machine_data =
  1309. container_of(attr, struct fsl_diu_data, dev_attr);
  1310. switch (machine_data->monitor_port) {
  1311. case FSL_DIU_PORT_DVI:
  1312. return sprintf(buf, "DVI\n");
  1313. case FSL_DIU_PORT_LVDS:
  1314. return sprintf(buf, "Single-link LVDS\n");
  1315. case FSL_DIU_PORT_DLVDS:
  1316. return sprintf(buf, "Dual-link LVDS\n");
  1317. }
  1318. return 0;
  1319. }
  1320. static int __devinit fsl_diu_probe(struct platform_device *pdev)
  1321. {
  1322. struct device_node *np = pdev->dev.of_node;
  1323. struct mfb_info *mfbi;
  1324. struct fsl_diu_data *machine_data;
  1325. int diu_mode;
  1326. dma_addr_t dma_addr; /* DMA addr of machine_data struct */
  1327. unsigned int i;
  1328. int ret;
  1329. machine_data = dma_alloc_coherent(&pdev->dev,
  1330. sizeof(struct fsl_diu_data), &dma_addr, GFP_DMA | __GFP_ZERO);
  1331. if (!machine_data)
  1332. return -ENOMEM;
  1333. machine_data->dma_addr = dma_addr;
  1334. /*
  1335. * dma_alloc_coherent() uses a page allocator, so the address is
  1336. * always page-aligned. We need the memory to be 32-byte aligned,
  1337. * so that's good. However, if one day the allocator changes, we
  1338. * need to catch that. It's not worth the effort to handle unaligned
  1339. * alloctions now because it's highly unlikely to ever be a problem.
  1340. */
  1341. if ((unsigned long)machine_data & 31) {
  1342. dev_err(&pdev->dev, "misaligned allocation");
  1343. ret = -ENOMEM;
  1344. goto error;
  1345. }
  1346. spin_lock_init(&machine_data->reg_lock);
  1347. for (i = 0; i < NUM_AOIS; i++) {
  1348. struct fb_info *info = &machine_data->fsl_diu_info[i];
  1349. info->device = &pdev->dev;
  1350. info->par = &machine_data->mfb[i];
  1351. /*
  1352. * We store the physical address of the AD in the reserved
  1353. * 'paddr' field of the AD itself.
  1354. */
  1355. machine_data->ad[i].paddr = DMA_ADDR(machine_data, ad[i]);
  1356. info->fix.smem_start = 0;
  1357. /* Initialize the AOI data structure */
  1358. mfbi = info->par;
  1359. memcpy(mfbi, &mfb_template[i], sizeof(struct mfb_info));
  1360. mfbi->parent = machine_data;
  1361. mfbi->ad = &machine_data->ad[i];
  1362. if (mfbi->index == PLANE0) {
  1363. const u8 *prop;
  1364. int len;
  1365. /* Get EDID */
  1366. prop = of_get_property(np, "edid", &len);
  1367. if (prop && len == EDID_LENGTH)
  1368. mfbi->edid_data = kmemdup(prop, EDID_LENGTH,
  1369. GFP_KERNEL);
  1370. }
  1371. }
  1372. machine_data->diu_reg = of_iomap(np, 0);
  1373. if (!machine_data->diu_reg) {
  1374. dev_err(&pdev->dev, "cannot map DIU registers\n");
  1375. ret = -EFAULT;
  1376. goto error;
  1377. }
  1378. diu_mode = in_be32(&machine_data->diu_reg->diu_mode);
  1379. if (diu_mode == MFB_MODE0)
  1380. out_be32(&machine_data->diu_reg->diu_mode, 0); /* disable DIU */
  1381. /* Get the IRQ of the DIU */
  1382. machine_data->irq = irq_of_parse_and_map(np, 0);
  1383. if (!machine_data->irq) {
  1384. dev_err(&pdev->dev, "could not get DIU IRQ\n");
  1385. ret = -EINVAL;
  1386. goto error;
  1387. }
  1388. machine_data->monitor_port = monitor_port;
  1389. /* Initialize the dummy Area Descriptor */
  1390. machine_data->dummy_ad.addr =
  1391. cpu_to_le32(DMA_ADDR(machine_data, dummy_aoi));
  1392. machine_data->dummy_ad.pix_fmt = 0x88882317;
  1393. machine_data->dummy_ad.src_size_g_alpha = cpu_to_le32((4 << 12) | 4);
  1394. machine_data->dummy_ad.aoi_size = cpu_to_le32((4 << 16) | 2);
  1395. machine_data->dummy_ad.offset_xyi = 0;
  1396. machine_data->dummy_ad.offset_xyd = 0;
  1397. machine_data->dummy_ad.next_ad = 0;
  1398. machine_data->dummy_ad.paddr = DMA_ADDR(machine_data, dummy_ad);
  1399. /*
  1400. * Let DIU display splash screen if it was pre-initialized
  1401. * by the bootloader, set dummy area descriptor otherwise.
  1402. */
  1403. if (diu_mode == MFB_MODE0)
  1404. out_be32(&machine_data->diu_reg->desc[0],
  1405. machine_data->dummy_ad.paddr);
  1406. out_be32(&machine_data->diu_reg->desc[1], machine_data->dummy_ad.paddr);
  1407. out_be32(&machine_data->diu_reg->desc[2], machine_data->dummy_ad.paddr);
  1408. for (i = 0; i < NUM_AOIS; i++) {
  1409. ret = install_fb(&machine_data->fsl_diu_info[i]);
  1410. if (ret) {
  1411. dev_err(&pdev->dev, "could not register fb %d\n", i);
  1412. goto error;
  1413. }
  1414. }
  1415. if (request_irq_local(machine_data)) {
  1416. dev_err(&pdev->dev, "could not claim irq\n");
  1417. goto error;
  1418. }
  1419. sysfs_attr_init(&machine_data->dev_attr.attr);
  1420. machine_data->dev_attr.attr.name = "monitor";
  1421. machine_data->dev_attr.attr.mode = S_IRUGO|S_IWUSR;
  1422. machine_data->dev_attr.show = show_monitor;
  1423. machine_data->dev_attr.store = store_monitor;
  1424. ret = device_create_file(&pdev->dev, &machine_data->dev_attr);
  1425. if (ret) {
  1426. dev_err(&pdev->dev, "could not create sysfs file %s\n",
  1427. machine_data->dev_attr.attr.name);
  1428. }
  1429. dev_set_drvdata(&pdev->dev, machine_data);
  1430. return 0;
  1431. error:
  1432. for (i = 0; i < NUM_AOIS; i++)
  1433. uninstall_fb(&machine_data->fsl_diu_info[i]);
  1434. iounmap(machine_data->diu_reg);
  1435. dma_free_coherent(&pdev->dev, sizeof(struct fsl_diu_data),
  1436. machine_data, machine_data->dma_addr);
  1437. return ret;
  1438. }
  1439. static int fsl_diu_remove(struct platform_device *pdev)
  1440. {
  1441. struct fsl_diu_data *machine_data;
  1442. int i;
  1443. machine_data = dev_get_drvdata(&pdev->dev);
  1444. disable_lcdc(&machine_data->fsl_diu_info[0]);
  1445. free_irq_local(machine_data);
  1446. for (i = 0; i < NUM_AOIS; i++)
  1447. uninstall_fb(&machine_data->fsl_diu_info[i]);
  1448. iounmap(machine_data->diu_reg);
  1449. dma_free_coherent(&pdev->dev, sizeof(struct fsl_diu_data),
  1450. machine_data, machine_data->dma_addr);
  1451. return 0;
  1452. }
  1453. #ifndef MODULE
  1454. static int __init fsl_diu_setup(char *options)
  1455. {
  1456. char *opt;
  1457. unsigned long val;
  1458. if (!options || !*options)
  1459. return 0;
  1460. while ((opt = strsep(&options, ",")) != NULL) {
  1461. if (!*opt)
  1462. continue;
  1463. if (!strncmp(opt, "monitor=", 8)) {
  1464. monitor_port = fsl_diu_name_to_port(opt + 8);
  1465. } else if (!strncmp(opt, "bpp=", 4)) {
  1466. if (!strict_strtoul(opt + 4, 10, &val))
  1467. default_bpp = val;
  1468. } else
  1469. fb_mode = opt;
  1470. }
  1471. return 0;
  1472. }
  1473. #endif
  1474. static struct of_device_id fsl_diu_match[] = {
  1475. #ifdef CONFIG_PPC_MPC512x
  1476. {
  1477. .compatible = "fsl,mpc5121-diu",
  1478. },
  1479. #endif
  1480. {
  1481. .compatible = "fsl,diu",
  1482. },
  1483. {}
  1484. };
  1485. MODULE_DEVICE_TABLE(of, fsl_diu_match);
  1486. static struct platform_driver fsl_diu_driver = {
  1487. .driver = {
  1488. .name = "fsl-diu-fb",
  1489. .owner = THIS_MODULE,
  1490. .of_match_table = fsl_diu_match,
  1491. },
  1492. .probe = fsl_diu_probe,
  1493. .remove = fsl_diu_remove,
  1494. .suspend = fsl_diu_suspend,
  1495. .resume = fsl_diu_resume,
  1496. };
  1497. static int __init fsl_diu_init(void)
  1498. {
  1499. #ifdef CONFIG_NOT_COHERENT_CACHE
  1500. struct device_node *np;
  1501. const u32 *prop;
  1502. #endif
  1503. int ret;
  1504. #ifndef MODULE
  1505. char *option;
  1506. /*
  1507. * For kernel boot options (in 'video=xxxfb:<options>' format)
  1508. */
  1509. if (fb_get_options("fslfb", &option))
  1510. return -ENODEV;
  1511. fsl_diu_setup(option);
  1512. #else
  1513. monitor_port = fsl_diu_name_to_port(monitor_string);
  1514. #endif
  1515. pr_info("Freescale Display Interface Unit (DIU) framebuffer driver\n");
  1516. #ifdef CONFIG_NOT_COHERENT_CACHE
  1517. np = of_find_node_by_type(NULL, "cpu");
  1518. if (!np) {
  1519. pr_err("fsl-diu-fb: can't find 'cpu' device node\n");
  1520. return -ENODEV;
  1521. }
  1522. prop = of_get_property(np, "d-cache-size", NULL);
  1523. if (prop == NULL) {
  1524. pr_err("fsl-diu-fb: missing 'd-cache-size' property' "
  1525. "in 'cpu' node\n");
  1526. of_node_put(np);
  1527. return -ENODEV;
  1528. }
  1529. /*
  1530. * Freescale PLRU requires 13/8 times the cache size to do a proper
  1531. * displacement flush
  1532. */
  1533. coherence_data_size = be32_to_cpup(prop) * 13;
  1534. coherence_data_size /= 8;
  1535. prop = of_get_property(np, "d-cache-line-size", NULL);
  1536. if (prop == NULL) {
  1537. pr_err("fsl-diu-fb: missing 'd-cache-line-size' property' "
  1538. "in 'cpu' node\n");
  1539. of_node_put(np);
  1540. return -ENODEV;
  1541. }
  1542. d_cache_line_size = be32_to_cpup(prop);
  1543. of_node_put(np);
  1544. coherence_data = vmalloc(coherence_data_size);
  1545. if (!coherence_data)
  1546. return -ENOMEM;
  1547. #endif
  1548. ret = platform_driver_register(&fsl_diu_driver);
  1549. if (ret) {
  1550. pr_err("fsl-diu-fb: failed to register platform driver\n");
  1551. #if defined(CONFIG_NOT_COHERENT_CACHE)
  1552. vfree(coherence_data);
  1553. #endif
  1554. }
  1555. return ret;
  1556. }
  1557. static void __exit fsl_diu_exit(void)
  1558. {
  1559. platform_driver_unregister(&fsl_diu_driver);
  1560. #if defined(CONFIG_NOT_COHERENT_CACHE)
  1561. vfree(coherence_data);
  1562. #endif
  1563. }
  1564. module_init(fsl_diu_init);
  1565. module_exit(fsl_diu_exit);
  1566. MODULE_AUTHOR("York Sun <yorksun@freescale.com>");
  1567. MODULE_DESCRIPTION("Freescale DIU framebuffer driver");
  1568. MODULE_LICENSE("GPL");
  1569. module_param_named(mode, fb_mode, charp, 0);
  1570. MODULE_PARM_DESC(mode,
  1571. "Specify resolution as \"<xres>x<yres>[-<bpp>][@<refresh>]\" ");
  1572. module_param_named(bpp, default_bpp, ulong, 0);
  1573. MODULE_PARM_DESC(bpp, "Specify bit-per-pixel if not specified in 'mode'");
  1574. module_param_named(monitor, monitor_string, charp, 0);
  1575. MODULE_PARM_DESC(monitor, "Specify the monitor port "
  1576. "(\"dvi\", \"lvds\", or \"dlvds\") if supported by the platform");