intel_overlay.c 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618
  1. /*
  2. * Copyright © 2009
  3. *
  4. * Permission is hereby granted, free of charge, to any person obtaining a
  5. * copy of this software and associated documentation files (the "Software"),
  6. * to deal in the Software without restriction, including without limitation
  7. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  8. * and/or sell copies of the Software, and to permit persons to whom the
  9. * Software is furnished to do so, subject to the following conditions:
  10. *
  11. * The above copyright notice and this permission notice (including the next
  12. * paragraph) shall be included in all copies or substantial portions of the
  13. * Software.
  14. *
  15. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  16. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  18. * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  19. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  20. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  21. * SOFTWARE.
  22. *
  23. * Authors:
  24. * Daniel Vetter <daniel@ffwll.ch>
  25. *
  26. * Derived from Xorg ddx, xf86-video-intel, src/i830_video.c
  27. */
  28. #include <linux/seq_file.h>
  29. #include "drmP.h"
  30. #include "drm.h"
  31. #include "i915_drm.h"
  32. #include "i915_drv.h"
  33. #include "i915_reg.h"
  34. #include "intel_drv.h"
  35. /* Limits for overlay size. According to intel doc, the real limits are:
  36. * Y width: 4095, UV width (planar): 2047, Y height: 2047,
  37. * UV width (planar): * 1023. But the xorg thinks 2048 for height and width. Use
  38. * the mininum of both. */
  39. #define IMAGE_MAX_WIDTH 2048
  40. #define IMAGE_MAX_HEIGHT 2046 /* 2 * 1023 */
  41. /* on 830 and 845 these large limits result in the card hanging */
  42. #define IMAGE_MAX_WIDTH_LEGACY 1024
  43. #define IMAGE_MAX_HEIGHT_LEGACY 1088
  44. /* overlay register definitions */
  45. /* OCMD register */
  46. #define OCMD_TILED_SURFACE (0x1<<19)
  47. #define OCMD_MIRROR_MASK (0x3<<17)
  48. #define OCMD_MIRROR_MODE (0x3<<17)
  49. #define OCMD_MIRROR_HORIZONTAL (0x1<<17)
  50. #define OCMD_MIRROR_VERTICAL (0x2<<17)
  51. #define OCMD_MIRROR_BOTH (0x3<<17)
  52. #define OCMD_BYTEORDER_MASK (0x3<<14) /* zero for YUYV or FOURCC YUY2 */
  53. #define OCMD_UV_SWAP (0x1<<14) /* YVYU */
  54. #define OCMD_Y_SWAP (0x2<<14) /* UYVY or FOURCC UYVY */
  55. #define OCMD_Y_AND_UV_SWAP (0x3<<14) /* VYUY */
  56. #define OCMD_SOURCE_FORMAT_MASK (0xf<<10)
  57. #define OCMD_RGB_888 (0x1<<10) /* not in i965 Intel docs */
  58. #define OCMD_RGB_555 (0x2<<10) /* not in i965 Intel docs */
  59. #define OCMD_RGB_565 (0x3<<10) /* not in i965 Intel docs */
  60. #define OCMD_YUV_422_PACKED (0x8<<10)
  61. #define OCMD_YUV_411_PACKED (0x9<<10) /* not in i965 Intel docs */
  62. #define OCMD_YUV_420_PLANAR (0xc<<10)
  63. #define OCMD_YUV_422_PLANAR (0xd<<10)
  64. #define OCMD_YUV_410_PLANAR (0xe<<10) /* also 411 */
  65. #define OCMD_TVSYNCFLIP_PARITY (0x1<<9)
  66. #define OCMD_TVSYNCFLIP_ENABLE (0x1<<7)
  67. #define OCMD_BUF_TYPE_MASK (0x1<<5)
  68. #define OCMD_BUF_TYPE_FRAME (0x0<<5)
  69. #define OCMD_BUF_TYPE_FIELD (0x1<<5)
  70. #define OCMD_TEST_MODE (0x1<<4)
  71. #define OCMD_BUFFER_SELECT (0x3<<2)
  72. #define OCMD_BUFFER0 (0x0<<2)
  73. #define OCMD_BUFFER1 (0x1<<2)
  74. #define OCMD_FIELD_SELECT (0x1<<2)
  75. #define OCMD_FIELD0 (0x0<<1)
  76. #define OCMD_FIELD1 (0x1<<1)
  77. #define OCMD_ENABLE (0x1<<0)
  78. /* OCONFIG register */
  79. #define OCONF_PIPE_MASK (0x1<<18)
  80. #define OCONF_PIPE_A (0x0<<18)
  81. #define OCONF_PIPE_B (0x1<<18)
  82. #define OCONF_GAMMA2_ENABLE (0x1<<16)
  83. #define OCONF_CSC_MODE_BT601 (0x0<<5)
  84. #define OCONF_CSC_MODE_BT709 (0x1<<5)
  85. #define OCONF_CSC_BYPASS (0x1<<4)
  86. #define OCONF_CC_OUT_8BIT (0x1<<3)
  87. #define OCONF_TEST_MODE (0x1<<2)
  88. #define OCONF_THREE_LINE_BUFFER (0x1<<0)
  89. #define OCONF_TWO_LINE_BUFFER (0x0<<0)
  90. /* DCLRKM (dst-key) register */
  91. #define DST_KEY_ENABLE (0x1<<31)
  92. #define CLK_RGB24_MASK 0x0
  93. #define CLK_RGB16_MASK 0x070307
  94. #define CLK_RGB15_MASK 0x070707
  95. #define CLK_RGB8I_MASK 0xffffff
  96. #define RGB16_TO_COLORKEY(c) \
  97. (((c & 0xF800) << 8) | ((c & 0x07E0) << 5) | ((c & 0x001F) << 3))
  98. #define RGB15_TO_COLORKEY(c) \
  99. (((c & 0x7c00) << 9) | ((c & 0x03E0) << 6) | ((c & 0x001F) << 3))
  100. /* overlay flip addr flag */
  101. #define OFC_UPDATE 0x1
  102. /* polyphase filter coefficients */
  103. #define N_HORIZ_Y_TAPS 5
  104. #define N_VERT_Y_TAPS 3
  105. #define N_HORIZ_UV_TAPS 3
  106. #define N_VERT_UV_TAPS 3
  107. #define N_PHASES 17
  108. #define MAX_TAPS 5
  109. /* memory bufferd overlay registers */
  110. struct overlay_registers {
  111. u32 OBUF_0Y;
  112. u32 OBUF_1Y;
  113. u32 OBUF_0U;
  114. u32 OBUF_0V;
  115. u32 OBUF_1U;
  116. u32 OBUF_1V;
  117. u32 OSTRIDE;
  118. u32 YRGB_VPH;
  119. u32 UV_VPH;
  120. u32 HORZ_PH;
  121. u32 INIT_PHS;
  122. u32 DWINPOS;
  123. u32 DWINSZ;
  124. u32 SWIDTH;
  125. u32 SWIDTHSW;
  126. u32 SHEIGHT;
  127. u32 YRGBSCALE;
  128. u32 UVSCALE;
  129. u32 OCLRC0;
  130. u32 OCLRC1;
  131. u32 DCLRKV;
  132. u32 DCLRKM;
  133. u32 SCLRKVH;
  134. u32 SCLRKVL;
  135. u32 SCLRKEN;
  136. u32 OCONFIG;
  137. u32 OCMD;
  138. u32 RESERVED1; /* 0x6C */
  139. u32 OSTART_0Y;
  140. u32 OSTART_1Y;
  141. u32 OSTART_0U;
  142. u32 OSTART_0V;
  143. u32 OSTART_1U;
  144. u32 OSTART_1V;
  145. u32 OTILEOFF_0Y;
  146. u32 OTILEOFF_1Y;
  147. u32 OTILEOFF_0U;
  148. u32 OTILEOFF_0V;
  149. u32 OTILEOFF_1U;
  150. u32 OTILEOFF_1V;
  151. u32 FASTHSCALE; /* 0xA0 */
  152. u32 UVSCALEV; /* 0xA4 */
  153. u32 RESERVEDC[(0x200 - 0xA8) / 4]; /* 0xA8 - 0x1FC */
  154. u16 Y_VCOEFS[N_VERT_Y_TAPS * N_PHASES]; /* 0x200 */
  155. u16 RESERVEDD[0x100 / 2 - N_VERT_Y_TAPS * N_PHASES];
  156. u16 Y_HCOEFS[N_HORIZ_Y_TAPS * N_PHASES]; /* 0x300 */
  157. u16 RESERVEDE[0x200 / 2 - N_HORIZ_Y_TAPS * N_PHASES];
  158. u16 UV_VCOEFS[N_VERT_UV_TAPS * N_PHASES]; /* 0x500 */
  159. u16 RESERVEDF[0x100 / 2 - N_VERT_UV_TAPS * N_PHASES];
  160. u16 UV_HCOEFS[N_HORIZ_UV_TAPS * N_PHASES]; /* 0x600 */
  161. u16 RESERVEDG[0x100 / 2 - N_HORIZ_UV_TAPS * N_PHASES];
  162. };
  163. struct intel_overlay {
  164. struct drm_device *dev;
  165. struct intel_crtc *crtc;
  166. struct drm_i915_gem_object *vid_bo;
  167. struct drm_i915_gem_object *old_vid_bo;
  168. int active;
  169. int pfit_active;
  170. u32 pfit_vscale_ratio; /* shifted-point number, (1<<12) == 1.0 */
  171. u32 color_key;
  172. u32 brightness, contrast, saturation;
  173. u32 old_xscale, old_yscale;
  174. /* register access */
  175. u32 flip_addr;
  176. struct drm_i915_gem_object *reg_bo;
  177. /* flip handling */
  178. uint32_t last_flip_req;
  179. void (*flip_tail)(struct intel_overlay *);
  180. };
  181. static struct overlay_registers *
  182. intel_overlay_map_regs(struct intel_overlay *overlay)
  183. {
  184. drm_i915_private_t *dev_priv = overlay->dev->dev_private;
  185. struct overlay_registers *regs;
  186. if (OVERLAY_NEEDS_PHYSICAL(overlay->dev))
  187. regs = overlay->reg_bo->phys_obj->handle->vaddr;
  188. else
  189. regs = io_mapping_map_wc(dev_priv->mm.gtt_mapping,
  190. overlay->reg_bo->gtt_offset);
  191. return regs;
  192. }
  193. static void intel_overlay_unmap_regs(struct intel_overlay *overlay,
  194. struct overlay_registers *regs)
  195. {
  196. if (!OVERLAY_NEEDS_PHYSICAL(overlay->dev))
  197. io_mapping_unmap(regs);
  198. }
  199. static int intel_overlay_do_wait_request(struct intel_overlay *overlay,
  200. struct drm_i915_gem_request *request,
  201. void (*tail)(struct intel_overlay *))
  202. {
  203. struct drm_device *dev = overlay->dev;
  204. drm_i915_private_t *dev_priv = dev->dev_private;
  205. int ret;
  206. BUG_ON(overlay->last_flip_req);
  207. ret = i915_add_request(LP_RING(dev_priv), NULL, request);
  208. if (ret) {
  209. kfree(request);
  210. return ret;
  211. }
  212. overlay->last_flip_req = request->seqno;
  213. overlay->flip_tail = tail;
  214. ret = i915_wait_request(LP_RING(dev_priv), overlay->last_flip_req);
  215. if (ret)
  216. return ret;
  217. overlay->last_flip_req = 0;
  218. return 0;
  219. }
  220. /* Workaround for i830 bug where pipe a must be enable to change control regs */
  221. static int
  222. i830_activate_pipe_a(struct drm_device *dev)
  223. {
  224. drm_i915_private_t *dev_priv = dev->dev_private;
  225. struct intel_crtc *crtc;
  226. struct drm_crtc_helper_funcs *crtc_funcs;
  227. struct drm_display_mode vesa_640x480 = {
  228. DRM_MODE("640x480", DRM_MODE_TYPE_DRIVER, 25175, 640, 656,
  229. 752, 800, 0, 480, 489, 492, 525, 0,
  230. DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC)
  231. }, *mode;
  232. crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[0]);
  233. if (crtc->dpms_mode == DRM_MODE_DPMS_ON)
  234. return 0;
  235. /* most i8xx have pipe a forced on, so don't trust dpms mode */
  236. if (I915_READ(_PIPEACONF) & PIPECONF_ENABLE)
  237. return 0;
  238. crtc_funcs = crtc->base.helper_private;
  239. if (crtc_funcs->dpms == NULL)
  240. return 0;
  241. DRM_DEBUG_DRIVER("Enabling pipe A in order to enable overlay\n");
  242. mode = drm_mode_duplicate(dev, &vesa_640x480);
  243. drm_mode_set_crtcinfo(mode, CRTC_INTERLACE_HALVE_V);
  244. if(!drm_crtc_helper_set_mode(&crtc->base, mode,
  245. crtc->base.x, crtc->base.y,
  246. crtc->base.fb))
  247. return 0;
  248. crtc_funcs->dpms(&crtc->base, DRM_MODE_DPMS_ON);
  249. return 1;
  250. }
  251. static void
  252. i830_deactivate_pipe_a(struct drm_device *dev)
  253. {
  254. drm_i915_private_t *dev_priv = dev->dev_private;
  255. struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[0];
  256. struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
  257. crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
  258. }
  259. /* overlay needs to be disable in OCMD reg */
  260. static int intel_overlay_on(struct intel_overlay *overlay)
  261. {
  262. struct drm_device *dev = overlay->dev;
  263. struct drm_i915_private *dev_priv = dev->dev_private;
  264. struct drm_i915_gem_request *request;
  265. int pipe_a_quirk = 0;
  266. int ret;
  267. BUG_ON(overlay->active);
  268. overlay->active = 1;
  269. if (IS_I830(dev)) {
  270. pipe_a_quirk = i830_activate_pipe_a(dev);
  271. if (pipe_a_quirk < 0)
  272. return pipe_a_quirk;
  273. }
  274. request = kzalloc(sizeof(*request), GFP_KERNEL);
  275. if (request == NULL) {
  276. ret = -ENOMEM;
  277. goto out;
  278. }
  279. ret = BEGIN_LP_RING(4);
  280. if (ret) {
  281. kfree(request);
  282. goto out;
  283. }
  284. OUT_RING(MI_OVERLAY_FLIP | MI_OVERLAY_ON);
  285. OUT_RING(overlay->flip_addr | OFC_UPDATE);
  286. OUT_RING(MI_WAIT_FOR_EVENT | MI_WAIT_FOR_OVERLAY_FLIP);
  287. OUT_RING(MI_NOOP);
  288. ADVANCE_LP_RING();
  289. ret = intel_overlay_do_wait_request(overlay, request, NULL);
  290. out:
  291. if (pipe_a_quirk)
  292. i830_deactivate_pipe_a(dev);
  293. return ret;
  294. }
  295. /* overlay needs to be enabled in OCMD reg */
  296. static int intel_overlay_continue(struct intel_overlay *overlay,
  297. bool load_polyphase_filter)
  298. {
  299. struct drm_device *dev = overlay->dev;
  300. drm_i915_private_t *dev_priv = dev->dev_private;
  301. struct drm_i915_gem_request *request;
  302. u32 flip_addr = overlay->flip_addr;
  303. u32 tmp;
  304. int ret;
  305. BUG_ON(!overlay->active);
  306. request = kzalloc(sizeof(*request), GFP_KERNEL);
  307. if (request == NULL)
  308. return -ENOMEM;
  309. if (load_polyphase_filter)
  310. flip_addr |= OFC_UPDATE;
  311. /* check for underruns */
  312. tmp = I915_READ(DOVSTA);
  313. if (tmp & (1 << 17))
  314. DRM_DEBUG("overlay underrun, DOVSTA: %x\n", tmp);
  315. ret = BEGIN_LP_RING(2);
  316. if (ret) {
  317. kfree(request);
  318. return ret;
  319. }
  320. OUT_RING(MI_OVERLAY_FLIP | MI_OVERLAY_CONTINUE);
  321. OUT_RING(flip_addr);
  322. ADVANCE_LP_RING();
  323. ret = i915_add_request(LP_RING(dev_priv), NULL, request);
  324. if (ret) {
  325. kfree(request);
  326. return ret;
  327. }
  328. overlay->last_flip_req = request->seqno;
  329. return 0;
  330. }
  331. static void intel_overlay_release_old_vid_tail(struct intel_overlay *overlay)
  332. {
  333. struct drm_i915_gem_object *obj = overlay->old_vid_bo;
  334. i915_gem_object_unpin(obj);
  335. drm_gem_object_unreference(&obj->base);
  336. overlay->old_vid_bo = NULL;
  337. }
  338. static void intel_overlay_off_tail(struct intel_overlay *overlay)
  339. {
  340. struct drm_i915_gem_object *obj = overlay->vid_bo;
  341. /* never have the overlay hw on without showing a frame */
  342. BUG_ON(!overlay->vid_bo);
  343. i915_gem_object_unpin(obj);
  344. drm_gem_object_unreference(&obj->base);
  345. overlay->vid_bo = NULL;
  346. overlay->crtc->overlay = NULL;
  347. overlay->crtc = NULL;
  348. overlay->active = 0;
  349. }
  350. /* overlay needs to be disabled in OCMD reg */
  351. static int intel_overlay_off(struct intel_overlay *overlay)
  352. {
  353. struct drm_device *dev = overlay->dev;
  354. struct drm_i915_private *dev_priv = dev->dev_private;
  355. u32 flip_addr = overlay->flip_addr;
  356. struct drm_i915_gem_request *request;
  357. int ret;
  358. BUG_ON(!overlay->active);
  359. request = kzalloc(sizeof(*request), GFP_KERNEL);
  360. if (request == NULL)
  361. return -ENOMEM;
  362. /* According to intel docs the overlay hw may hang (when switching
  363. * off) without loading the filter coeffs. It is however unclear whether
  364. * this applies to the disabling of the overlay or to the switching off
  365. * of the hw. Do it in both cases */
  366. flip_addr |= OFC_UPDATE;
  367. ret = BEGIN_LP_RING(6);
  368. if (ret) {
  369. kfree(request);
  370. return ret;
  371. }
  372. /* wait for overlay to go idle */
  373. OUT_RING(MI_OVERLAY_FLIP | MI_OVERLAY_CONTINUE);
  374. OUT_RING(flip_addr);
  375. OUT_RING(MI_WAIT_FOR_EVENT | MI_WAIT_FOR_OVERLAY_FLIP);
  376. /* turn overlay off */
  377. OUT_RING(MI_OVERLAY_FLIP | MI_OVERLAY_OFF);
  378. OUT_RING(flip_addr);
  379. OUT_RING(MI_WAIT_FOR_EVENT | MI_WAIT_FOR_OVERLAY_FLIP);
  380. ADVANCE_LP_RING();
  381. return intel_overlay_do_wait_request(overlay, request,
  382. intel_overlay_off_tail);
  383. }
  384. /* recover from an interruption due to a signal
  385. * We have to be careful not to repeat work forever an make forward progess. */
  386. static int intel_overlay_recover_from_interrupt(struct intel_overlay *overlay)
  387. {
  388. struct drm_device *dev = overlay->dev;
  389. drm_i915_private_t *dev_priv = dev->dev_private;
  390. int ret;
  391. if (overlay->last_flip_req == 0)
  392. return 0;
  393. ret = i915_wait_request(LP_RING(dev_priv), overlay->last_flip_req);
  394. if (ret)
  395. return ret;
  396. if (overlay->flip_tail)
  397. overlay->flip_tail(overlay);
  398. overlay->last_flip_req = 0;
  399. return 0;
  400. }
  401. /* Wait for pending overlay flip and release old frame.
  402. * Needs to be called before the overlay register are changed
  403. * via intel_overlay_(un)map_regs
  404. */
  405. static int intel_overlay_release_old_vid(struct intel_overlay *overlay)
  406. {
  407. struct drm_device *dev = overlay->dev;
  408. drm_i915_private_t *dev_priv = dev->dev_private;
  409. int ret;
  410. /* Only wait if there is actually an old frame to release to
  411. * guarantee forward progress.
  412. */
  413. if (!overlay->old_vid_bo)
  414. return 0;
  415. if (I915_READ(ISR) & I915_OVERLAY_PLANE_FLIP_PENDING_INTERRUPT) {
  416. struct drm_i915_gem_request *request;
  417. /* synchronous slowpath */
  418. request = kzalloc(sizeof(*request), GFP_KERNEL);
  419. if (request == NULL)
  420. return -ENOMEM;
  421. ret = BEGIN_LP_RING(2);
  422. if (ret) {
  423. kfree(request);
  424. return ret;
  425. }
  426. OUT_RING(MI_WAIT_FOR_EVENT | MI_WAIT_FOR_OVERLAY_FLIP);
  427. OUT_RING(MI_NOOP);
  428. ADVANCE_LP_RING();
  429. ret = intel_overlay_do_wait_request(overlay, request,
  430. intel_overlay_release_old_vid_tail);
  431. if (ret)
  432. return ret;
  433. }
  434. intel_overlay_release_old_vid_tail(overlay);
  435. return 0;
  436. }
  437. struct put_image_params {
  438. int format;
  439. short dst_x;
  440. short dst_y;
  441. short dst_w;
  442. short dst_h;
  443. short src_w;
  444. short src_scan_h;
  445. short src_scan_w;
  446. short src_h;
  447. short stride_Y;
  448. short stride_UV;
  449. int offset_Y;
  450. int offset_U;
  451. int offset_V;
  452. };
  453. static int packed_depth_bytes(u32 format)
  454. {
  455. switch (format & I915_OVERLAY_DEPTH_MASK) {
  456. case I915_OVERLAY_YUV422:
  457. return 4;
  458. case I915_OVERLAY_YUV411:
  459. /* return 6; not implemented */
  460. default:
  461. return -EINVAL;
  462. }
  463. }
  464. static int packed_width_bytes(u32 format, short width)
  465. {
  466. switch (format & I915_OVERLAY_DEPTH_MASK) {
  467. case I915_OVERLAY_YUV422:
  468. return width << 1;
  469. default:
  470. return -EINVAL;
  471. }
  472. }
  473. static int uv_hsubsampling(u32 format)
  474. {
  475. switch (format & I915_OVERLAY_DEPTH_MASK) {
  476. case I915_OVERLAY_YUV422:
  477. case I915_OVERLAY_YUV420:
  478. return 2;
  479. case I915_OVERLAY_YUV411:
  480. case I915_OVERLAY_YUV410:
  481. return 4;
  482. default:
  483. return -EINVAL;
  484. }
  485. }
  486. static int uv_vsubsampling(u32 format)
  487. {
  488. switch (format & I915_OVERLAY_DEPTH_MASK) {
  489. case I915_OVERLAY_YUV420:
  490. case I915_OVERLAY_YUV410:
  491. return 2;
  492. case I915_OVERLAY_YUV422:
  493. case I915_OVERLAY_YUV411:
  494. return 1;
  495. default:
  496. return -EINVAL;
  497. }
  498. }
  499. static u32 calc_swidthsw(struct drm_device *dev, u32 offset, u32 width)
  500. {
  501. u32 mask, shift, ret;
  502. if (IS_GEN2(dev)) {
  503. mask = 0x1f;
  504. shift = 5;
  505. } else {
  506. mask = 0x3f;
  507. shift = 6;
  508. }
  509. ret = ((offset + width + mask) >> shift) - (offset >> shift);
  510. if (!IS_GEN2(dev))
  511. ret <<= 1;
  512. ret -=1;
  513. return ret << 2;
  514. }
  515. static const u16 y_static_hcoeffs[N_HORIZ_Y_TAPS * N_PHASES] = {
  516. 0x3000, 0xb4a0, 0x1930, 0x1920, 0xb4a0,
  517. 0x3000, 0xb500, 0x19d0, 0x1880, 0xb440,
  518. 0x3000, 0xb540, 0x1a88, 0x2f80, 0xb3e0,
  519. 0x3000, 0xb580, 0x1b30, 0x2e20, 0xb380,
  520. 0x3000, 0xb5c0, 0x1bd8, 0x2cc0, 0xb320,
  521. 0x3020, 0xb5e0, 0x1c60, 0x2b80, 0xb2c0,
  522. 0x3020, 0xb5e0, 0x1cf8, 0x2a20, 0xb260,
  523. 0x3020, 0xb5e0, 0x1d80, 0x28e0, 0xb200,
  524. 0x3020, 0xb5c0, 0x1e08, 0x3f40, 0xb1c0,
  525. 0x3020, 0xb580, 0x1e78, 0x3ce0, 0xb160,
  526. 0x3040, 0xb520, 0x1ed8, 0x3aa0, 0xb120,
  527. 0x3040, 0xb4a0, 0x1f30, 0x3880, 0xb0e0,
  528. 0x3040, 0xb400, 0x1f78, 0x3680, 0xb0a0,
  529. 0x3020, 0xb340, 0x1fb8, 0x34a0, 0xb060,
  530. 0x3020, 0xb240, 0x1fe0, 0x32e0, 0xb040,
  531. 0x3020, 0xb140, 0x1ff8, 0x3160, 0xb020,
  532. 0xb000, 0x3000, 0x0800, 0x3000, 0xb000
  533. };
  534. static const u16 uv_static_hcoeffs[N_HORIZ_UV_TAPS * N_PHASES] = {
  535. 0x3000, 0x1800, 0x1800, 0xb000, 0x18d0, 0x2e60,
  536. 0xb000, 0x1990, 0x2ce0, 0xb020, 0x1a68, 0x2b40,
  537. 0xb040, 0x1b20, 0x29e0, 0xb060, 0x1bd8, 0x2880,
  538. 0xb080, 0x1c88, 0x3e60, 0xb0a0, 0x1d28, 0x3c00,
  539. 0xb0c0, 0x1db8, 0x39e0, 0xb0e0, 0x1e40, 0x37e0,
  540. 0xb100, 0x1eb8, 0x3620, 0xb100, 0x1f18, 0x34a0,
  541. 0xb100, 0x1f68, 0x3360, 0xb0e0, 0x1fa8, 0x3240,
  542. 0xb0c0, 0x1fe0, 0x3140, 0xb060, 0x1ff0, 0x30a0,
  543. 0x3000, 0x0800, 0x3000
  544. };
  545. static void update_polyphase_filter(struct overlay_registers *regs)
  546. {
  547. memcpy(regs->Y_HCOEFS, y_static_hcoeffs, sizeof(y_static_hcoeffs));
  548. memcpy(regs->UV_HCOEFS, uv_static_hcoeffs, sizeof(uv_static_hcoeffs));
  549. }
  550. static bool update_scaling_factors(struct intel_overlay *overlay,
  551. struct overlay_registers *regs,
  552. struct put_image_params *params)
  553. {
  554. /* fixed point with a 12 bit shift */
  555. u32 xscale, yscale, xscale_UV, yscale_UV;
  556. #define FP_SHIFT 12
  557. #define FRACT_MASK 0xfff
  558. bool scale_changed = false;
  559. int uv_hscale = uv_hsubsampling(params->format);
  560. int uv_vscale = uv_vsubsampling(params->format);
  561. if (params->dst_w > 1)
  562. xscale = ((params->src_scan_w - 1) << FP_SHIFT)
  563. /(params->dst_w);
  564. else
  565. xscale = 1 << FP_SHIFT;
  566. if (params->dst_h > 1)
  567. yscale = ((params->src_scan_h - 1) << FP_SHIFT)
  568. /(params->dst_h);
  569. else
  570. yscale = 1 << FP_SHIFT;
  571. /*if (params->format & I915_OVERLAY_YUV_PLANAR) {*/
  572. xscale_UV = xscale/uv_hscale;
  573. yscale_UV = yscale/uv_vscale;
  574. /* make the Y scale to UV scale ratio an exact multiply */
  575. xscale = xscale_UV * uv_hscale;
  576. yscale = yscale_UV * uv_vscale;
  577. /*} else {
  578. xscale_UV = 0;
  579. yscale_UV = 0;
  580. }*/
  581. if (xscale != overlay->old_xscale || yscale != overlay->old_yscale)
  582. scale_changed = true;
  583. overlay->old_xscale = xscale;
  584. overlay->old_yscale = yscale;
  585. regs->YRGBSCALE = (((yscale & FRACT_MASK) << 20) |
  586. ((xscale >> FP_SHIFT) << 16) |
  587. ((xscale & FRACT_MASK) << 3));
  588. regs->UVSCALE = (((yscale_UV & FRACT_MASK) << 20) |
  589. ((xscale_UV >> FP_SHIFT) << 16) |
  590. ((xscale_UV & FRACT_MASK) << 3));
  591. regs->UVSCALEV = ((((yscale >> FP_SHIFT) << 16) |
  592. ((yscale_UV >> FP_SHIFT) << 0)));
  593. if (scale_changed)
  594. update_polyphase_filter(regs);
  595. return scale_changed;
  596. }
  597. static void update_colorkey(struct intel_overlay *overlay,
  598. struct overlay_registers *regs)
  599. {
  600. u32 key = overlay->color_key;
  601. switch (overlay->crtc->base.fb->bits_per_pixel) {
  602. case 8:
  603. regs->DCLRKV = 0;
  604. regs->DCLRKM = CLK_RGB8I_MASK | DST_KEY_ENABLE;
  605. break;
  606. case 16:
  607. if (overlay->crtc->base.fb->depth == 15) {
  608. regs->DCLRKV = RGB15_TO_COLORKEY(key);
  609. regs->DCLRKM = CLK_RGB15_MASK | DST_KEY_ENABLE;
  610. } else {
  611. regs->DCLRKV = RGB16_TO_COLORKEY(key);
  612. regs->DCLRKM = CLK_RGB16_MASK | DST_KEY_ENABLE;
  613. }
  614. break;
  615. case 24:
  616. case 32:
  617. regs->DCLRKV = key;
  618. regs->DCLRKM = CLK_RGB24_MASK | DST_KEY_ENABLE;
  619. break;
  620. }
  621. }
  622. static u32 overlay_cmd_reg(struct put_image_params *params)
  623. {
  624. u32 cmd = OCMD_ENABLE | OCMD_BUF_TYPE_FRAME | OCMD_BUFFER0;
  625. if (params->format & I915_OVERLAY_YUV_PLANAR) {
  626. switch (params->format & I915_OVERLAY_DEPTH_MASK) {
  627. case I915_OVERLAY_YUV422:
  628. cmd |= OCMD_YUV_422_PLANAR;
  629. break;
  630. case I915_OVERLAY_YUV420:
  631. cmd |= OCMD_YUV_420_PLANAR;
  632. break;
  633. case I915_OVERLAY_YUV411:
  634. case I915_OVERLAY_YUV410:
  635. cmd |= OCMD_YUV_410_PLANAR;
  636. break;
  637. }
  638. } else { /* YUV packed */
  639. switch (params->format & I915_OVERLAY_DEPTH_MASK) {
  640. case I915_OVERLAY_YUV422:
  641. cmd |= OCMD_YUV_422_PACKED;
  642. break;
  643. case I915_OVERLAY_YUV411:
  644. cmd |= OCMD_YUV_411_PACKED;
  645. break;
  646. }
  647. switch (params->format & I915_OVERLAY_SWAP_MASK) {
  648. case I915_OVERLAY_NO_SWAP:
  649. break;
  650. case I915_OVERLAY_UV_SWAP:
  651. cmd |= OCMD_UV_SWAP;
  652. break;
  653. case I915_OVERLAY_Y_SWAP:
  654. cmd |= OCMD_Y_SWAP;
  655. break;
  656. case I915_OVERLAY_Y_AND_UV_SWAP:
  657. cmd |= OCMD_Y_AND_UV_SWAP;
  658. break;
  659. }
  660. }
  661. return cmd;
  662. }
  663. static int intel_overlay_do_put_image(struct intel_overlay *overlay,
  664. struct drm_i915_gem_object *new_bo,
  665. struct put_image_params *params)
  666. {
  667. int ret, tmp_width;
  668. struct overlay_registers *regs;
  669. bool scale_changed = false;
  670. struct drm_device *dev = overlay->dev;
  671. BUG_ON(!mutex_is_locked(&dev->struct_mutex));
  672. BUG_ON(!mutex_is_locked(&dev->mode_config.mutex));
  673. BUG_ON(!overlay);
  674. ret = intel_overlay_release_old_vid(overlay);
  675. if (ret != 0)
  676. return ret;
  677. ret = i915_gem_object_pin(new_bo, PAGE_SIZE, true);
  678. if (ret != 0)
  679. return ret;
  680. ret = i915_gem_object_set_to_gtt_domain(new_bo, 0);
  681. if (ret != 0)
  682. goto out_unpin;
  683. ret = i915_gem_object_put_fence(new_bo);
  684. if (ret)
  685. goto out_unpin;
  686. if (!overlay->active) {
  687. regs = intel_overlay_map_regs(overlay);
  688. if (!regs) {
  689. ret = -ENOMEM;
  690. goto out_unpin;
  691. }
  692. regs->OCONFIG = OCONF_CC_OUT_8BIT;
  693. if (IS_GEN4(overlay->dev))
  694. regs->OCONFIG |= OCONF_CSC_MODE_BT709;
  695. regs->OCONFIG |= overlay->crtc->pipe == 0 ?
  696. OCONF_PIPE_A : OCONF_PIPE_B;
  697. intel_overlay_unmap_regs(overlay, regs);
  698. ret = intel_overlay_on(overlay);
  699. if (ret != 0)
  700. goto out_unpin;
  701. }
  702. regs = intel_overlay_map_regs(overlay);
  703. if (!regs) {
  704. ret = -ENOMEM;
  705. goto out_unpin;
  706. }
  707. regs->DWINPOS = (params->dst_y << 16) | params->dst_x;
  708. regs->DWINSZ = (params->dst_h << 16) | params->dst_w;
  709. if (params->format & I915_OVERLAY_YUV_PACKED)
  710. tmp_width = packed_width_bytes(params->format, params->src_w);
  711. else
  712. tmp_width = params->src_w;
  713. regs->SWIDTH = params->src_w;
  714. regs->SWIDTHSW = calc_swidthsw(overlay->dev,
  715. params->offset_Y, tmp_width);
  716. regs->SHEIGHT = params->src_h;
  717. regs->OBUF_0Y = new_bo->gtt_offset + params-> offset_Y;
  718. regs->OSTRIDE = params->stride_Y;
  719. if (params->format & I915_OVERLAY_YUV_PLANAR) {
  720. int uv_hscale = uv_hsubsampling(params->format);
  721. int uv_vscale = uv_vsubsampling(params->format);
  722. u32 tmp_U, tmp_V;
  723. regs->SWIDTH |= (params->src_w/uv_hscale) << 16;
  724. tmp_U = calc_swidthsw(overlay->dev, params->offset_U,
  725. params->src_w/uv_hscale);
  726. tmp_V = calc_swidthsw(overlay->dev, params->offset_V,
  727. params->src_w/uv_hscale);
  728. regs->SWIDTHSW |= max_t(u32, tmp_U, tmp_V) << 16;
  729. regs->SHEIGHT |= (params->src_h/uv_vscale) << 16;
  730. regs->OBUF_0U = new_bo->gtt_offset + params->offset_U;
  731. regs->OBUF_0V = new_bo->gtt_offset + params->offset_V;
  732. regs->OSTRIDE |= params->stride_UV << 16;
  733. }
  734. scale_changed = update_scaling_factors(overlay, regs, params);
  735. update_colorkey(overlay, regs);
  736. regs->OCMD = overlay_cmd_reg(params);
  737. intel_overlay_unmap_regs(overlay, regs);
  738. ret = intel_overlay_continue(overlay, scale_changed);
  739. if (ret)
  740. goto out_unpin;
  741. overlay->old_vid_bo = overlay->vid_bo;
  742. overlay->vid_bo = new_bo;
  743. return 0;
  744. out_unpin:
  745. i915_gem_object_unpin(new_bo);
  746. return ret;
  747. }
  748. int intel_overlay_switch_off(struct intel_overlay *overlay)
  749. {
  750. struct overlay_registers *regs;
  751. struct drm_device *dev = overlay->dev;
  752. int ret;
  753. BUG_ON(!mutex_is_locked(&dev->struct_mutex));
  754. BUG_ON(!mutex_is_locked(&dev->mode_config.mutex));
  755. ret = intel_overlay_recover_from_interrupt(overlay);
  756. if (ret != 0)
  757. return ret;
  758. if (!overlay->active)
  759. return 0;
  760. ret = intel_overlay_release_old_vid(overlay);
  761. if (ret != 0)
  762. return ret;
  763. regs = intel_overlay_map_regs(overlay);
  764. regs->OCMD = 0;
  765. intel_overlay_unmap_regs(overlay, regs);
  766. ret = intel_overlay_off(overlay);
  767. if (ret != 0)
  768. return ret;
  769. intel_overlay_off_tail(overlay);
  770. return 0;
  771. }
  772. static int check_overlay_possible_on_crtc(struct intel_overlay *overlay,
  773. struct intel_crtc *crtc)
  774. {
  775. drm_i915_private_t *dev_priv = overlay->dev->dev_private;
  776. if (!crtc->active)
  777. return -EINVAL;
  778. /* can't use the overlay with double wide pipe */
  779. if (INTEL_INFO(overlay->dev)->gen < 4 &&
  780. (I915_READ(PIPECONF(crtc->pipe)) & (PIPECONF_DOUBLE_WIDE | PIPECONF_ENABLE)) != PIPECONF_ENABLE)
  781. return -EINVAL;
  782. return 0;
  783. }
  784. static void update_pfit_vscale_ratio(struct intel_overlay *overlay)
  785. {
  786. struct drm_device *dev = overlay->dev;
  787. drm_i915_private_t *dev_priv = dev->dev_private;
  788. u32 pfit_control = I915_READ(PFIT_CONTROL);
  789. u32 ratio;
  790. /* XXX: This is not the same logic as in the xorg driver, but more in
  791. * line with the intel documentation for the i965
  792. */
  793. if (INTEL_INFO(dev)->gen >= 4) {
  794. /* on i965 use the PGM reg to read out the autoscaler values */
  795. ratio = I915_READ(PFIT_PGM_RATIOS) >> PFIT_VERT_SCALE_SHIFT_965;
  796. } else {
  797. if (pfit_control & VERT_AUTO_SCALE)
  798. ratio = I915_READ(PFIT_AUTO_RATIOS);
  799. else
  800. ratio = I915_READ(PFIT_PGM_RATIOS);
  801. ratio >>= PFIT_VERT_SCALE_SHIFT;
  802. }
  803. overlay->pfit_vscale_ratio = ratio;
  804. }
  805. static int check_overlay_dst(struct intel_overlay *overlay,
  806. struct drm_intel_overlay_put_image *rec)
  807. {
  808. struct drm_display_mode *mode = &overlay->crtc->base.mode;
  809. if (rec->dst_x < mode->crtc_hdisplay &&
  810. rec->dst_x + rec->dst_width <= mode->crtc_hdisplay &&
  811. rec->dst_y < mode->crtc_vdisplay &&
  812. rec->dst_y + rec->dst_height <= mode->crtc_vdisplay)
  813. return 0;
  814. else
  815. return -EINVAL;
  816. }
  817. static int check_overlay_scaling(struct put_image_params *rec)
  818. {
  819. u32 tmp;
  820. /* downscaling limit is 8.0 */
  821. tmp = ((rec->src_scan_h << 16) / rec->dst_h) >> 16;
  822. if (tmp > 7)
  823. return -EINVAL;
  824. tmp = ((rec->src_scan_w << 16) / rec->dst_w) >> 16;
  825. if (tmp > 7)
  826. return -EINVAL;
  827. return 0;
  828. }
  829. static int check_overlay_src(struct drm_device *dev,
  830. struct drm_intel_overlay_put_image *rec,
  831. struct drm_i915_gem_object *new_bo)
  832. {
  833. int uv_hscale = uv_hsubsampling(rec->flags);
  834. int uv_vscale = uv_vsubsampling(rec->flags);
  835. u32 stride_mask;
  836. int depth;
  837. u32 tmp;
  838. /* check src dimensions */
  839. if (IS_845G(dev) || IS_I830(dev)) {
  840. if (rec->src_height > IMAGE_MAX_HEIGHT_LEGACY ||
  841. rec->src_width > IMAGE_MAX_WIDTH_LEGACY)
  842. return -EINVAL;
  843. } else {
  844. if (rec->src_height > IMAGE_MAX_HEIGHT ||
  845. rec->src_width > IMAGE_MAX_WIDTH)
  846. return -EINVAL;
  847. }
  848. /* better safe than sorry, use 4 as the maximal subsampling ratio */
  849. if (rec->src_height < N_VERT_Y_TAPS*4 ||
  850. rec->src_width < N_HORIZ_Y_TAPS*4)
  851. return -EINVAL;
  852. /* check alignment constraints */
  853. switch (rec->flags & I915_OVERLAY_TYPE_MASK) {
  854. case I915_OVERLAY_RGB:
  855. /* not implemented */
  856. return -EINVAL;
  857. case I915_OVERLAY_YUV_PACKED:
  858. if (uv_vscale != 1)
  859. return -EINVAL;
  860. depth = packed_depth_bytes(rec->flags);
  861. if (depth < 0)
  862. return depth;
  863. /* ignore UV planes */
  864. rec->stride_UV = 0;
  865. rec->offset_U = 0;
  866. rec->offset_V = 0;
  867. /* check pixel alignment */
  868. if (rec->offset_Y % depth)
  869. return -EINVAL;
  870. break;
  871. case I915_OVERLAY_YUV_PLANAR:
  872. if (uv_vscale < 0 || uv_hscale < 0)
  873. return -EINVAL;
  874. /* no offset restrictions for planar formats */
  875. break;
  876. default:
  877. return -EINVAL;
  878. }
  879. if (rec->src_width % uv_hscale)
  880. return -EINVAL;
  881. /* stride checking */
  882. if (IS_I830(dev) || IS_845G(dev))
  883. stride_mask = 255;
  884. else
  885. stride_mask = 63;
  886. if (rec->stride_Y & stride_mask || rec->stride_UV & stride_mask)
  887. return -EINVAL;
  888. if (IS_GEN4(dev) && rec->stride_Y < 512)
  889. return -EINVAL;
  890. tmp = (rec->flags & I915_OVERLAY_TYPE_MASK) == I915_OVERLAY_YUV_PLANAR ?
  891. 4096 : 8192;
  892. if (rec->stride_Y > tmp || rec->stride_UV > 2*1024)
  893. return -EINVAL;
  894. /* check buffer dimensions */
  895. switch (rec->flags & I915_OVERLAY_TYPE_MASK) {
  896. case I915_OVERLAY_RGB:
  897. case I915_OVERLAY_YUV_PACKED:
  898. /* always 4 Y values per depth pixels */
  899. if (packed_width_bytes(rec->flags, rec->src_width) > rec->stride_Y)
  900. return -EINVAL;
  901. tmp = rec->stride_Y*rec->src_height;
  902. if (rec->offset_Y + tmp > new_bo->base.size)
  903. return -EINVAL;
  904. break;
  905. case I915_OVERLAY_YUV_PLANAR:
  906. if (rec->src_width > rec->stride_Y)
  907. return -EINVAL;
  908. if (rec->src_width/uv_hscale > rec->stride_UV)
  909. return -EINVAL;
  910. tmp = rec->stride_Y * rec->src_height;
  911. if (rec->offset_Y + tmp > new_bo->base.size)
  912. return -EINVAL;
  913. tmp = rec->stride_UV * (rec->src_height / uv_vscale);
  914. if (rec->offset_U + tmp > new_bo->base.size ||
  915. rec->offset_V + tmp > new_bo->base.size)
  916. return -EINVAL;
  917. break;
  918. }
  919. return 0;
  920. }
  921. /**
  922. * Return the pipe currently connected to the panel fitter,
  923. * or -1 if the panel fitter is not present or not in use
  924. */
  925. static int intel_panel_fitter_pipe(struct drm_device *dev)
  926. {
  927. struct drm_i915_private *dev_priv = dev->dev_private;
  928. u32 pfit_control;
  929. /* i830 doesn't have a panel fitter */
  930. if (IS_I830(dev))
  931. return -1;
  932. pfit_control = I915_READ(PFIT_CONTROL);
  933. /* See if the panel fitter is in use */
  934. if ((pfit_control & PFIT_ENABLE) == 0)
  935. return -1;
  936. /* 965 can place panel fitter on either pipe */
  937. if (IS_GEN4(dev))
  938. return (pfit_control >> 29) & 0x3;
  939. /* older chips can only use pipe 1 */
  940. return 1;
  941. }
  942. int intel_overlay_put_image(struct drm_device *dev, void *data,
  943. struct drm_file *file_priv)
  944. {
  945. struct drm_intel_overlay_put_image *put_image_rec = data;
  946. drm_i915_private_t *dev_priv = dev->dev_private;
  947. struct intel_overlay *overlay;
  948. struct drm_mode_object *drmmode_obj;
  949. struct intel_crtc *crtc;
  950. struct drm_i915_gem_object *new_bo;
  951. struct put_image_params *params;
  952. int ret;
  953. if (!dev_priv) {
  954. DRM_ERROR("called with no initialization\n");
  955. return -EINVAL;
  956. }
  957. overlay = dev_priv->overlay;
  958. if (!overlay) {
  959. DRM_DEBUG("userspace bug: no overlay\n");
  960. return -ENODEV;
  961. }
  962. if (!(put_image_rec->flags & I915_OVERLAY_ENABLE)) {
  963. mutex_lock(&dev->mode_config.mutex);
  964. mutex_lock(&dev->struct_mutex);
  965. ret = intel_overlay_switch_off(overlay);
  966. mutex_unlock(&dev->struct_mutex);
  967. mutex_unlock(&dev->mode_config.mutex);
  968. return ret;
  969. }
  970. params = kmalloc(sizeof(struct put_image_params), GFP_KERNEL);
  971. if (!params)
  972. return -ENOMEM;
  973. drmmode_obj = drm_mode_object_find(dev, put_image_rec->crtc_id,
  974. DRM_MODE_OBJECT_CRTC);
  975. if (!drmmode_obj) {
  976. ret = -ENOENT;
  977. goto out_free;
  978. }
  979. crtc = to_intel_crtc(obj_to_crtc(drmmode_obj));
  980. new_bo = to_intel_bo(drm_gem_object_lookup(dev, file_priv,
  981. put_image_rec->bo_handle));
  982. if (&new_bo->base == NULL) {
  983. ret = -ENOENT;
  984. goto out_free;
  985. }
  986. mutex_lock(&dev->mode_config.mutex);
  987. mutex_lock(&dev->struct_mutex);
  988. if (new_bo->tiling_mode) {
  989. DRM_ERROR("buffer used for overlay image can not be tiled\n");
  990. ret = -EINVAL;
  991. goto out_unlock;
  992. }
  993. ret = intel_overlay_recover_from_interrupt(overlay);
  994. if (ret != 0)
  995. goto out_unlock;
  996. if (overlay->crtc != crtc) {
  997. struct drm_display_mode *mode = &crtc->base.mode;
  998. ret = intel_overlay_switch_off(overlay);
  999. if (ret != 0)
  1000. goto out_unlock;
  1001. ret = check_overlay_possible_on_crtc(overlay, crtc);
  1002. if (ret != 0)
  1003. goto out_unlock;
  1004. overlay->crtc = crtc;
  1005. crtc->overlay = overlay;
  1006. /* line too wide, i.e. one-line-mode */
  1007. if (mode->hdisplay > 1024 &&
  1008. intel_panel_fitter_pipe(dev) == crtc->pipe) {
  1009. overlay->pfit_active = 1;
  1010. update_pfit_vscale_ratio(overlay);
  1011. } else
  1012. overlay->pfit_active = 0;
  1013. }
  1014. ret = check_overlay_dst(overlay, put_image_rec);
  1015. if (ret != 0)
  1016. goto out_unlock;
  1017. if (overlay->pfit_active) {
  1018. params->dst_y = ((((u32)put_image_rec->dst_y) << 12) /
  1019. overlay->pfit_vscale_ratio);
  1020. /* shifting right rounds downwards, so add 1 */
  1021. params->dst_h = ((((u32)put_image_rec->dst_height) << 12) /
  1022. overlay->pfit_vscale_ratio) + 1;
  1023. } else {
  1024. params->dst_y = put_image_rec->dst_y;
  1025. params->dst_h = put_image_rec->dst_height;
  1026. }
  1027. params->dst_x = put_image_rec->dst_x;
  1028. params->dst_w = put_image_rec->dst_width;
  1029. params->src_w = put_image_rec->src_width;
  1030. params->src_h = put_image_rec->src_height;
  1031. params->src_scan_w = put_image_rec->src_scan_width;
  1032. params->src_scan_h = put_image_rec->src_scan_height;
  1033. if (params->src_scan_h > params->src_h ||
  1034. params->src_scan_w > params->src_w) {
  1035. ret = -EINVAL;
  1036. goto out_unlock;
  1037. }
  1038. ret = check_overlay_src(dev, put_image_rec, new_bo);
  1039. if (ret != 0)
  1040. goto out_unlock;
  1041. params->format = put_image_rec->flags & ~I915_OVERLAY_FLAGS_MASK;
  1042. params->stride_Y = put_image_rec->stride_Y;
  1043. params->stride_UV = put_image_rec->stride_UV;
  1044. params->offset_Y = put_image_rec->offset_Y;
  1045. params->offset_U = put_image_rec->offset_U;
  1046. params->offset_V = put_image_rec->offset_V;
  1047. /* Check scaling after src size to prevent a divide-by-zero. */
  1048. ret = check_overlay_scaling(params);
  1049. if (ret != 0)
  1050. goto out_unlock;
  1051. ret = intel_overlay_do_put_image(overlay, new_bo, params);
  1052. if (ret != 0)
  1053. goto out_unlock;
  1054. mutex_unlock(&dev->struct_mutex);
  1055. mutex_unlock(&dev->mode_config.mutex);
  1056. kfree(params);
  1057. return 0;
  1058. out_unlock:
  1059. mutex_unlock(&dev->struct_mutex);
  1060. mutex_unlock(&dev->mode_config.mutex);
  1061. drm_gem_object_unreference_unlocked(&new_bo->base);
  1062. out_free:
  1063. kfree(params);
  1064. return ret;
  1065. }
  1066. static void update_reg_attrs(struct intel_overlay *overlay,
  1067. struct overlay_registers *regs)
  1068. {
  1069. regs->OCLRC0 = (overlay->contrast << 18) | (overlay->brightness & 0xff);
  1070. regs->OCLRC1 = overlay->saturation;
  1071. }
  1072. static bool check_gamma_bounds(u32 gamma1, u32 gamma2)
  1073. {
  1074. int i;
  1075. if (gamma1 & 0xff000000 || gamma2 & 0xff000000)
  1076. return false;
  1077. for (i = 0; i < 3; i++) {
  1078. if (((gamma1 >> i*8) & 0xff) >= ((gamma2 >> i*8) & 0xff))
  1079. return false;
  1080. }
  1081. return true;
  1082. }
  1083. static bool check_gamma5_errata(u32 gamma5)
  1084. {
  1085. int i;
  1086. for (i = 0; i < 3; i++) {
  1087. if (((gamma5 >> i*8) & 0xff) == 0x80)
  1088. return false;
  1089. }
  1090. return true;
  1091. }
  1092. static int check_gamma(struct drm_intel_overlay_attrs *attrs)
  1093. {
  1094. if (!check_gamma_bounds(0, attrs->gamma0) ||
  1095. !check_gamma_bounds(attrs->gamma0, attrs->gamma1) ||
  1096. !check_gamma_bounds(attrs->gamma1, attrs->gamma2) ||
  1097. !check_gamma_bounds(attrs->gamma2, attrs->gamma3) ||
  1098. !check_gamma_bounds(attrs->gamma3, attrs->gamma4) ||
  1099. !check_gamma_bounds(attrs->gamma4, attrs->gamma5) ||
  1100. !check_gamma_bounds(attrs->gamma5, 0x00ffffff))
  1101. return -EINVAL;
  1102. if (!check_gamma5_errata(attrs->gamma5))
  1103. return -EINVAL;
  1104. return 0;
  1105. }
  1106. int intel_overlay_attrs(struct drm_device *dev, void *data,
  1107. struct drm_file *file_priv)
  1108. {
  1109. struct drm_intel_overlay_attrs *attrs = data;
  1110. drm_i915_private_t *dev_priv = dev->dev_private;
  1111. struct intel_overlay *overlay;
  1112. struct overlay_registers *regs;
  1113. int ret;
  1114. if (!dev_priv) {
  1115. DRM_ERROR("called with no initialization\n");
  1116. return -EINVAL;
  1117. }
  1118. overlay = dev_priv->overlay;
  1119. if (!overlay) {
  1120. DRM_DEBUG("userspace bug: no overlay\n");
  1121. return -ENODEV;
  1122. }
  1123. mutex_lock(&dev->mode_config.mutex);
  1124. mutex_lock(&dev->struct_mutex);
  1125. ret = -EINVAL;
  1126. if (!(attrs->flags & I915_OVERLAY_UPDATE_ATTRS)) {
  1127. attrs->color_key = overlay->color_key;
  1128. attrs->brightness = overlay->brightness;
  1129. attrs->contrast = overlay->contrast;
  1130. attrs->saturation = overlay->saturation;
  1131. if (!IS_GEN2(dev)) {
  1132. attrs->gamma0 = I915_READ(OGAMC0);
  1133. attrs->gamma1 = I915_READ(OGAMC1);
  1134. attrs->gamma2 = I915_READ(OGAMC2);
  1135. attrs->gamma3 = I915_READ(OGAMC3);
  1136. attrs->gamma4 = I915_READ(OGAMC4);
  1137. attrs->gamma5 = I915_READ(OGAMC5);
  1138. }
  1139. } else {
  1140. if (attrs->brightness < -128 || attrs->brightness > 127)
  1141. goto out_unlock;
  1142. if (attrs->contrast > 255)
  1143. goto out_unlock;
  1144. if (attrs->saturation > 1023)
  1145. goto out_unlock;
  1146. overlay->color_key = attrs->color_key;
  1147. overlay->brightness = attrs->brightness;
  1148. overlay->contrast = attrs->contrast;
  1149. overlay->saturation = attrs->saturation;
  1150. regs = intel_overlay_map_regs(overlay);
  1151. if (!regs) {
  1152. ret = -ENOMEM;
  1153. goto out_unlock;
  1154. }
  1155. update_reg_attrs(overlay, regs);
  1156. intel_overlay_unmap_regs(overlay, regs);
  1157. if (attrs->flags & I915_OVERLAY_UPDATE_GAMMA) {
  1158. if (IS_GEN2(dev))
  1159. goto out_unlock;
  1160. if (overlay->active) {
  1161. ret = -EBUSY;
  1162. goto out_unlock;
  1163. }
  1164. ret = check_gamma(attrs);
  1165. if (ret)
  1166. goto out_unlock;
  1167. I915_WRITE(OGAMC0, attrs->gamma0);
  1168. I915_WRITE(OGAMC1, attrs->gamma1);
  1169. I915_WRITE(OGAMC2, attrs->gamma2);
  1170. I915_WRITE(OGAMC3, attrs->gamma3);
  1171. I915_WRITE(OGAMC4, attrs->gamma4);
  1172. I915_WRITE(OGAMC5, attrs->gamma5);
  1173. }
  1174. }
  1175. ret = 0;
  1176. out_unlock:
  1177. mutex_unlock(&dev->struct_mutex);
  1178. mutex_unlock(&dev->mode_config.mutex);
  1179. return ret;
  1180. }
  1181. void intel_setup_overlay(struct drm_device *dev)
  1182. {
  1183. drm_i915_private_t *dev_priv = dev->dev_private;
  1184. struct intel_overlay *overlay;
  1185. struct drm_i915_gem_object *reg_bo;
  1186. struct overlay_registers *regs;
  1187. int ret;
  1188. if (!HAS_OVERLAY(dev))
  1189. return;
  1190. overlay = kzalloc(sizeof(struct intel_overlay), GFP_KERNEL);
  1191. if (!overlay)
  1192. return;
  1193. mutex_lock(&dev->struct_mutex);
  1194. if (WARN_ON(dev_priv->overlay))
  1195. goto out_free;
  1196. overlay->dev = dev;
  1197. reg_bo = i915_gem_alloc_object(dev, PAGE_SIZE);
  1198. if (!reg_bo)
  1199. goto out_free;
  1200. overlay->reg_bo = reg_bo;
  1201. if (OVERLAY_NEEDS_PHYSICAL(dev)) {
  1202. ret = i915_gem_attach_phys_object(dev, reg_bo,
  1203. I915_GEM_PHYS_OVERLAY_REGS,
  1204. PAGE_SIZE);
  1205. if (ret) {
  1206. DRM_ERROR("failed to attach phys overlay regs\n");
  1207. goto out_free_bo;
  1208. }
  1209. overlay->flip_addr = reg_bo->phys_obj->handle->busaddr;
  1210. } else {
  1211. ret = i915_gem_object_pin(reg_bo, PAGE_SIZE, true);
  1212. if (ret) {
  1213. DRM_ERROR("failed to pin overlay register bo\n");
  1214. goto out_free_bo;
  1215. }
  1216. overlay->flip_addr = reg_bo->gtt_offset;
  1217. ret = i915_gem_object_set_to_gtt_domain(reg_bo, true);
  1218. if (ret) {
  1219. DRM_ERROR("failed to move overlay register bo into the GTT\n");
  1220. goto out_unpin_bo;
  1221. }
  1222. }
  1223. /* init all values */
  1224. overlay->color_key = 0x0101fe;
  1225. overlay->brightness = -19;
  1226. overlay->contrast = 75;
  1227. overlay->saturation = 146;
  1228. regs = intel_overlay_map_regs(overlay);
  1229. if (!regs)
  1230. goto out_unpin_bo;
  1231. memset(regs, 0, sizeof(struct overlay_registers));
  1232. update_polyphase_filter(regs);
  1233. update_reg_attrs(overlay, regs);
  1234. intel_overlay_unmap_regs(overlay, regs);
  1235. dev_priv->overlay = overlay;
  1236. mutex_unlock(&dev->struct_mutex);
  1237. DRM_INFO("initialized overlay support\n");
  1238. return;
  1239. out_unpin_bo:
  1240. if (!OVERLAY_NEEDS_PHYSICAL(dev))
  1241. i915_gem_object_unpin(reg_bo);
  1242. out_free_bo:
  1243. drm_gem_object_unreference(&reg_bo->base);
  1244. out_free:
  1245. mutex_unlock(&dev->struct_mutex);
  1246. kfree(overlay);
  1247. return;
  1248. }
  1249. void intel_cleanup_overlay(struct drm_device *dev)
  1250. {
  1251. drm_i915_private_t *dev_priv = dev->dev_private;
  1252. if (!dev_priv->overlay)
  1253. return;
  1254. /* The bo's should be free'd by the generic code already.
  1255. * Furthermore modesetting teardown happens beforehand so the
  1256. * hardware should be off already */
  1257. BUG_ON(dev_priv->overlay->active);
  1258. drm_gem_object_unreference_unlocked(&dev_priv->overlay->reg_bo->base);
  1259. kfree(dev_priv->overlay);
  1260. }
  1261. #ifdef CONFIG_DEBUG_FS
  1262. #include <linux/seq_file.h>
  1263. struct intel_overlay_error_state {
  1264. struct overlay_registers regs;
  1265. unsigned long base;
  1266. u32 dovsta;
  1267. u32 isr;
  1268. };
  1269. static struct overlay_registers *
  1270. intel_overlay_map_regs_atomic(struct intel_overlay *overlay)
  1271. {
  1272. drm_i915_private_t *dev_priv = overlay->dev->dev_private;
  1273. struct overlay_registers *regs;
  1274. if (OVERLAY_NEEDS_PHYSICAL(overlay->dev))
  1275. regs = overlay->reg_bo->phys_obj->handle->vaddr;
  1276. else
  1277. regs = io_mapping_map_atomic_wc(dev_priv->mm.gtt_mapping,
  1278. overlay->reg_bo->gtt_offset);
  1279. return regs;
  1280. }
  1281. static void intel_overlay_unmap_regs_atomic(struct intel_overlay *overlay,
  1282. struct overlay_registers *regs)
  1283. {
  1284. if (!OVERLAY_NEEDS_PHYSICAL(overlay->dev))
  1285. io_mapping_unmap_atomic(regs);
  1286. }
  1287. struct intel_overlay_error_state *
  1288. intel_overlay_capture_error_state(struct drm_device *dev)
  1289. {
  1290. drm_i915_private_t *dev_priv = dev->dev_private;
  1291. struct intel_overlay *overlay = dev_priv->overlay;
  1292. struct intel_overlay_error_state *error;
  1293. struct overlay_registers __iomem *regs;
  1294. if (!overlay || !overlay->active)
  1295. return NULL;
  1296. error = kmalloc(sizeof(*error), GFP_ATOMIC);
  1297. if (error == NULL)
  1298. return NULL;
  1299. error->dovsta = I915_READ(DOVSTA);
  1300. error->isr = I915_READ(ISR);
  1301. if (OVERLAY_NEEDS_PHYSICAL(overlay->dev))
  1302. error->base = (long) overlay->reg_bo->phys_obj->handle->vaddr;
  1303. else
  1304. error->base = (long) overlay->reg_bo->gtt_offset;
  1305. regs = intel_overlay_map_regs_atomic(overlay);
  1306. if (!regs)
  1307. goto err;
  1308. memcpy_fromio(&error->regs, regs, sizeof(struct overlay_registers));
  1309. intel_overlay_unmap_regs_atomic(overlay, regs);
  1310. return error;
  1311. err:
  1312. kfree(error);
  1313. return NULL;
  1314. }
  1315. void
  1316. intel_overlay_print_error_state(struct seq_file *m, struct intel_overlay_error_state *error)
  1317. {
  1318. seq_printf(m, "Overlay, status: 0x%08x, interrupt: 0x%08x\n",
  1319. error->dovsta, error->isr);
  1320. seq_printf(m, " Register file at 0x%08lx:\n",
  1321. error->base);
  1322. #define P(x) seq_printf(m, " " #x ": 0x%08x\n", error->regs.x)
  1323. P(OBUF_0Y);
  1324. P(OBUF_1Y);
  1325. P(OBUF_0U);
  1326. P(OBUF_0V);
  1327. P(OBUF_1U);
  1328. P(OBUF_1V);
  1329. P(OSTRIDE);
  1330. P(YRGB_VPH);
  1331. P(UV_VPH);
  1332. P(HORZ_PH);
  1333. P(INIT_PHS);
  1334. P(DWINPOS);
  1335. P(DWINSZ);
  1336. P(SWIDTH);
  1337. P(SWIDTHSW);
  1338. P(SHEIGHT);
  1339. P(YRGBSCALE);
  1340. P(UVSCALE);
  1341. P(OCLRC0);
  1342. P(OCLRC1);
  1343. P(DCLRKV);
  1344. P(DCLRKM);
  1345. P(SCLRKVH);
  1346. P(SCLRKVL);
  1347. P(SCLRKEN);
  1348. P(OCONFIG);
  1349. P(OCMD);
  1350. P(OSTART_0Y);
  1351. P(OSTART_1Y);
  1352. P(OSTART_0U);
  1353. P(OSTART_0V);
  1354. P(OSTART_1U);
  1355. P(OSTART_1V);
  1356. P(OTILEOFF_0Y);
  1357. P(OTILEOFF_1Y);
  1358. P(OTILEOFF_0U);
  1359. P(OTILEOFF_0V);
  1360. P(OTILEOFF_1U);
  1361. P(OTILEOFF_1V);
  1362. P(FASTHSCALE);
  1363. P(UVSCALEV);
  1364. #undef P
  1365. }
  1366. #endif