intel_overlay.c 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600
  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. bool interruptible,
  202. void (*tail)(struct intel_overlay *))
  203. {
  204. struct drm_device *dev = overlay->dev;
  205. drm_i915_private_t *dev_priv = dev->dev_private;
  206. int ret;
  207. BUG_ON(overlay->last_flip_req);
  208. overlay->last_flip_req =
  209. i915_add_request(dev, NULL, request, &dev_priv->render_ring);
  210. if (overlay->last_flip_req == 0)
  211. return -ENOMEM;
  212. overlay->flip_tail = tail;
  213. ret = i915_do_wait_request(dev,
  214. overlay->last_flip_req, true,
  215. &dev_priv->render_ring);
  216. if (ret)
  217. return ret;
  218. overlay->last_flip_req = 0;
  219. return 0;
  220. }
  221. /* Workaround for i830 bug where pipe a must be enable to change control regs */
  222. static int
  223. i830_activate_pipe_a(struct drm_device *dev)
  224. {
  225. drm_i915_private_t *dev_priv = dev->dev_private;
  226. struct intel_crtc *crtc;
  227. struct drm_crtc_helper_funcs *crtc_funcs;
  228. struct drm_display_mode vesa_640x480 = {
  229. DRM_MODE("640x480", DRM_MODE_TYPE_DRIVER, 25175, 640, 656,
  230. 752, 800, 0, 480, 489, 492, 525, 0,
  231. DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC)
  232. }, *mode;
  233. crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[0]);
  234. if (crtc->dpms_mode == DRM_MODE_DPMS_ON)
  235. return 0;
  236. /* most i8xx have pipe a forced on, so don't trust dpms mode */
  237. if (I915_READ(PIPEACONF) & PIPECONF_ENABLE)
  238. return 0;
  239. crtc_funcs = crtc->base.helper_private;
  240. if (crtc_funcs->dpms == NULL)
  241. return 0;
  242. DRM_DEBUG_DRIVER("Enabling pipe A in order to enable overlay\n");
  243. mode = drm_mode_duplicate(dev, &vesa_640x480);
  244. drm_mode_set_crtcinfo(mode, CRTC_INTERLACE_HALVE_V);
  245. if(!drm_crtc_helper_set_mode(&crtc->base, mode,
  246. crtc->base.x, crtc->base.y,
  247. crtc->base.fb))
  248. return 0;
  249. crtc_funcs->dpms(&crtc->base, DRM_MODE_DPMS_ON);
  250. return 1;
  251. }
  252. static void
  253. i830_deactivate_pipe_a(struct drm_device *dev)
  254. {
  255. drm_i915_private_t *dev_priv = dev->dev_private;
  256. struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[0];
  257. struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
  258. crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
  259. }
  260. /* overlay needs to be disable in OCMD reg */
  261. static int intel_overlay_on(struct intel_overlay *overlay)
  262. {
  263. struct drm_device *dev = overlay->dev;
  264. struct drm_i915_private *dev_priv = dev->dev_private;
  265. struct drm_i915_gem_request *request;
  266. int pipe_a_quirk = 0;
  267. int ret;
  268. BUG_ON(overlay->active);
  269. overlay->active = 1;
  270. if (IS_I830(dev)) {
  271. pipe_a_quirk = i830_activate_pipe_a(dev);
  272. if (pipe_a_quirk < 0)
  273. return pipe_a_quirk;
  274. }
  275. request = kzalloc(sizeof(*request), GFP_KERNEL);
  276. if (request == NULL) {
  277. ret = -ENOMEM;
  278. goto out;
  279. }
  280. ret = BEGIN_LP_RING(4);
  281. if (ret) {
  282. kfree(request);
  283. goto out;
  284. }
  285. OUT_RING(MI_OVERLAY_FLIP | MI_OVERLAY_ON);
  286. OUT_RING(overlay->flip_addr | OFC_UPDATE);
  287. OUT_RING(MI_WAIT_FOR_EVENT | MI_WAIT_FOR_OVERLAY_FLIP);
  288. OUT_RING(MI_NOOP);
  289. ADVANCE_LP_RING();
  290. ret = intel_overlay_do_wait_request(overlay, request, true, NULL);
  291. out:
  292. if (pipe_a_quirk)
  293. i830_deactivate_pipe_a(dev);
  294. return ret;
  295. }
  296. /* overlay needs to be enabled in OCMD reg */
  297. static int intel_overlay_continue(struct intel_overlay *overlay,
  298. bool load_polyphase_filter)
  299. {
  300. struct drm_device *dev = overlay->dev;
  301. drm_i915_private_t *dev_priv = dev->dev_private;
  302. struct drm_i915_gem_request *request;
  303. u32 flip_addr = overlay->flip_addr;
  304. u32 tmp;
  305. int ret;
  306. BUG_ON(!overlay->active);
  307. request = kzalloc(sizeof(*request), GFP_KERNEL);
  308. if (request == NULL)
  309. return -ENOMEM;
  310. if (load_polyphase_filter)
  311. flip_addr |= OFC_UPDATE;
  312. /* check for underruns */
  313. tmp = I915_READ(DOVSTA);
  314. if (tmp & (1 << 17))
  315. DRM_DEBUG("overlay underrun, DOVSTA: %x\n", tmp);
  316. ret = BEGIN_LP_RING(2);
  317. if (ret) {
  318. kfree(request);
  319. return ret;
  320. }
  321. OUT_RING(MI_OVERLAY_FLIP | MI_OVERLAY_CONTINUE);
  322. OUT_RING(flip_addr);
  323. ADVANCE_LP_RING();
  324. overlay->last_flip_req =
  325. i915_add_request(dev, NULL, request, &dev_priv->render_ring);
  326. return 0;
  327. }
  328. static void intel_overlay_release_old_vid_tail(struct intel_overlay *overlay)
  329. {
  330. struct drm_gem_object *obj = &overlay->old_vid_bo->base;
  331. i915_gem_object_unpin(obj);
  332. drm_gem_object_unreference(obj);
  333. overlay->old_vid_bo = NULL;
  334. }
  335. static void intel_overlay_off_tail(struct intel_overlay *overlay)
  336. {
  337. struct drm_gem_object *obj;
  338. /* never have the overlay hw on without showing a frame */
  339. BUG_ON(!overlay->vid_bo);
  340. obj = &overlay->vid_bo->base;
  341. i915_gem_object_unpin(obj);
  342. drm_gem_object_unreference(obj);
  343. overlay->vid_bo = NULL;
  344. overlay->crtc->overlay = NULL;
  345. overlay->crtc = NULL;
  346. overlay->active = 0;
  347. }
  348. /* overlay needs to be disabled in OCMD reg */
  349. static int intel_overlay_off(struct intel_overlay *overlay,
  350. bool interruptible)
  351. {
  352. struct drm_device *dev = overlay->dev;
  353. struct drm_i915_private *dev_priv = dev->dev_private;
  354. u32 flip_addr = overlay->flip_addr;
  355. struct drm_i915_gem_request *request;
  356. int ret;
  357. BUG_ON(!overlay->active);
  358. request = kzalloc(sizeof(*request), GFP_KERNEL);
  359. if (request == NULL)
  360. return -ENOMEM;
  361. /* According to intel docs the overlay hw may hang (when switching
  362. * off) without loading the filter coeffs. It is however unclear whether
  363. * this applies to the disabling of the overlay or to the switching off
  364. * of the hw. Do it in both cases */
  365. flip_addr |= OFC_UPDATE;
  366. ret = BEGIN_LP_RING(6);
  367. if (ret) {
  368. kfree(request);
  369. return ret;
  370. }
  371. /* wait for overlay to go idle */
  372. OUT_RING(MI_OVERLAY_FLIP | MI_OVERLAY_CONTINUE);
  373. OUT_RING(flip_addr);
  374. OUT_RING(MI_WAIT_FOR_EVENT | MI_WAIT_FOR_OVERLAY_FLIP);
  375. /* turn overlay off */
  376. OUT_RING(MI_OVERLAY_FLIP | MI_OVERLAY_OFF);
  377. OUT_RING(flip_addr);
  378. OUT_RING(MI_WAIT_FOR_EVENT | MI_WAIT_FOR_OVERLAY_FLIP);
  379. ADVANCE_LP_RING();
  380. return intel_overlay_do_wait_request(overlay, request, interruptible,
  381. intel_overlay_off_tail);
  382. }
  383. /* recover from an interruption due to a signal
  384. * We have to be careful not to repeat work forever an make forward progess. */
  385. static int intel_overlay_recover_from_interrupt(struct intel_overlay *overlay,
  386. bool interruptible)
  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_do_wait_request(dev, overlay->last_flip_req,
  394. interruptible, &dev_priv->render_ring);
  395. if (ret)
  396. return ret;
  397. if (overlay->flip_tail)
  398. overlay->flip_tail(overlay);
  399. overlay->last_flip_req = 0;
  400. return 0;
  401. }
  402. /* Wait for pending overlay flip and release old frame.
  403. * Needs to be called before the overlay register are changed
  404. * via intel_overlay_(un)map_regs
  405. */
  406. static int intel_overlay_release_old_vid(struct intel_overlay *overlay)
  407. {
  408. struct drm_device *dev = overlay->dev;
  409. drm_i915_private_t *dev_priv = dev->dev_private;
  410. int ret;
  411. /* Only wait if there is actually an old frame to release to
  412. * guarantee forward progress.
  413. */
  414. if (!overlay->old_vid_bo)
  415. return 0;
  416. if (I915_READ(ISR) & I915_OVERLAY_PLANE_FLIP_PENDING_INTERRUPT) {
  417. struct drm_i915_gem_request *request;
  418. /* synchronous slowpath */
  419. request = kzalloc(sizeof(*request), GFP_KERNEL);
  420. if (request == NULL)
  421. return -ENOMEM;
  422. ret = BEGIN_LP_RING(2);
  423. if (ret) {
  424. kfree(request);
  425. return ret;
  426. }
  427. OUT_RING(MI_WAIT_FOR_EVENT | MI_WAIT_FOR_OVERLAY_FLIP);
  428. OUT_RING(MI_NOOP);
  429. ADVANCE_LP_RING();
  430. ret = intel_overlay_do_wait_request(overlay, request, true,
  431. intel_overlay_release_old_vid_tail);
  432. if (ret)
  433. return ret;
  434. }
  435. intel_overlay_release_old_vid_tail(overlay);
  436. return 0;
  437. }
  438. struct put_image_params {
  439. int format;
  440. short dst_x;
  441. short dst_y;
  442. short dst_w;
  443. short dst_h;
  444. short src_w;
  445. short src_scan_h;
  446. short src_scan_w;
  447. short src_h;
  448. short stride_Y;
  449. short stride_UV;
  450. int offset_Y;
  451. int offset_U;
  452. int offset_V;
  453. };
  454. static int packed_depth_bytes(u32 format)
  455. {
  456. switch (format & I915_OVERLAY_DEPTH_MASK) {
  457. case I915_OVERLAY_YUV422:
  458. return 4;
  459. case I915_OVERLAY_YUV411:
  460. /* return 6; not implemented */
  461. default:
  462. return -EINVAL;
  463. }
  464. }
  465. static int packed_width_bytes(u32 format, short width)
  466. {
  467. switch (format & I915_OVERLAY_DEPTH_MASK) {
  468. case I915_OVERLAY_YUV422:
  469. return width << 1;
  470. default:
  471. return -EINVAL;
  472. }
  473. }
  474. static int uv_hsubsampling(u32 format)
  475. {
  476. switch (format & I915_OVERLAY_DEPTH_MASK) {
  477. case I915_OVERLAY_YUV422:
  478. case I915_OVERLAY_YUV420:
  479. return 2;
  480. case I915_OVERLAY_YUV411:
  481. case I915_OVERLAY_YUV410:
  482. return 4;
  483. default:
  484. return -EINVAL;
  485. }
  486. }
  487. static int uv_vsubsampling(u32 format)
  488. {
  489. switch (format & I915_OVERLAY_DEPTH_MASK) {
  490. case I915_OVERLAY_YUV420:
  491. case I915_OVERLAY_YUV410:
  492. return 2;
  493. case I915_OVERLAY_YUV422:
  494. case I915_OVERLAY_YUV411:
  495. return 1;
  496. default:
  497. return -EINVAL;
  498. }
  499. }
  500. static u32 calc_swidthsw(struct drm_device *dev, u32 offset, u32 width)
  501. {
  502. u32 mask, shift, ret;
  503. if (IS_GEN2(dev)) {
  504. mask = 0x1f;
  505. shift = 5;
  506. } else {
  507. mask = 0x3f;
  508. shift = 6;
  509. }
  510. ret = ((offset + width + mask) >> shift) - (offset >> shift);
  511. if (!IS_GEN2(dev))
  512. ret <<= 1;
  513. ret -=1;
  514. return ret << 2;
  515. }
  516. static const u16 y_static_hcoeffs[N_HORIZ_Y_TAPS * N_PHASES] = {
  517. 0x3000, 0xb4a0, 0x1930, 0x1920, 0xb4a0,
  518. 0x3000, 0xb500, 0x19d0, 0x1880, 0xb440,
  519. 0x3000, 0xb540, 0x1a88, 0x2f80, 0xb3e0,
  520. 0x3000, 0xb580, 0x1b30, 0x2e20, 0xb380,
  521. 0x3000, 0xb5c0, 0x1bd8, 0x2cc0, 0xb320,
  522. 0x3020, 0xb5e0, 0x1c60, 0x2b80, 0xb2c0,
  523. 0x3020, 0xb5e0, 0x1cf8, 0x2a20, 0xb260,
  524. 0x3020, 0xb5e0, 0x1d80, 0x28e0, 0xb200,
  525. 0x3020, 0xb5c0, 0x1e08, 0x3f40, 0xb1c0,
  526. 0x3020, 0xb580, 0x1e78, 0x3ce0, 0xb160,
  527. 0x3040, 0xb520, 0x1ed8, 0x3aa0, 0xb120,
  528. 0x3040, 0xb4a0, 0x1f30, 0x3880, 0xb0e0,
  529. 0x3040, 0xb400, 0x1f78, 0x3680, 0xb0a0,
  530. 0x3020, 0xb340, 0x1fb8, 0x34a0, 0xb060,
  531. 0x3020, 0xb240, 0x1fe0, 0x32e0, 0xb040,
  532. 0x3020, 0xb140, 0x1ff8, 0x3160, 0xb020,
  533. 0xb000, 0x3000, 0x0800, 0x3000, 0xb000
  534. };
  535. static const u16 uv_static_hcoeffs[N_HORIZ_UV_TAPS * N_PHASES] = {
  536. 0x3000, 0x1800, 0x1800, 0xb000, 0x18d0, 0x2e60,
  537. 0xb000, 0x1990, 0x2ce0, 0xb020, 0x1a68, 0x2b40,
  538. 0xb040, 0x1b20, 0x29e0, 0xb060, 0x1bd8, 0x2880,
  539. 0xb080, 0x1c88, 0x3e60, 0xb0a0, 0x1d28, 0x3c00,
  540. 0xb0c0, 0x1db8, 0x39e0, 0xb0e0, 0x1e40, 0x37e0,
  541. 0xb100, 0x1eb8, 0x3620, 0xb100, 0x1f18, 0x34a0,
  542. 0xb100, 0x1f68, 0x3360, 0xb0e0, 0x1fa8, 0x3240,
  543. 0xb0c0, 0x1fe0, 0x3140, 0xb060, 0x1ff0, 0x30a0,
  544. 0x3000, 0x0800, 0x3000
  545. };
  546. static void update_polyphase_filter(struct overlay_registers *regs)
  547. {
  548. memcpy(regs->Y_HCOEFS, y_static_hcoeffs, sizeof(y_static_hcoeffs));
  549. memcpy(regs->UV_HCOEFS, uv_static_hcoeffs, sizeof(uv_static_hcoeffs));
  550. }
  551. static bool update_scaling_factors(struct intel_overlay *overlay,
  552. struct overlay_registers *regs,
  553. struct put_image_params *params)
  554. {
  555. /* fixed point with a 12 bit shift */
  556. u32 xscale, yscale, xscale_UV, yscale_UV;
  557. #define FP_SHIFT 12
  558. #define FRACT_MASK 0xfff
  559. bool scale_changed = false;
  560. int uv_hscale = uv_hsubsampling(params->format);
  561. int uv_vscale = uv_vsubsampling(params->format);
  562. if (params->dst_w > 1)
  563. xscale = ((params->src_scan_w - 1) << FP_SHIFT)
  564. /(params->dst_w);
  565. else
  566. xscale = 1 << FP_SHIFT;
  567. if (params->dst_h > 1)
  568. yscale = ((params->src_scan_h - 1) << FP_SHIFT)
  569. /(params->dst_h);
  570. else
  571. yscale = 1 << FP_SHIFT;
  572. /*if (params->format & I915_OVERLAY_YUV_PLANAR) {*/
  573. xscale_UV = xscale/uv_hscale;
  574. yscale_UV = yscale/uv_vscale;
  575. /* make the Y scale to UV scale ratio an exact multiply */
  576. xscale = xscale_UV * uv_hscale;
  577. yscale = yscale_UV * uv_vscale;
  578. /*} else {
  579. xscale_UV = 0;
  580. yscale_UV = 0;
  581. }*/
  582. if (xscale != overlay->old_xscale || yscale != overlay->old_yscale)
  583. scale_changed = true;
  584. overlay->old_xscale = xscale;
  585. overlay->old_yscale = yscale;
  586. regs->YRGBSCALE = (((yscale & FRACT_MASK) << 20) |
  587. ((xscale >> FP_SHIFT) << 16) |
  588. ((xscale & FRACT_MASK) << 3));
  589. regs->UVSCALE = (((yscale_UV & FRACT_MASK) << 20) |
  590. ((xscale_UV >> FP_SHIFT) << 16) |
  591. ((xscale_UV & FRACT_MASK) << 3));
  592. regs->UVSCALEV = ((((yscale >> FP_SHIFT) << 16) |
  593. ((yscale_UV >> FP_SHIFT) << 0)));
  594. if (scale_changed)
  595. update_polyphase_filter(regs);
  596. return scale_changed;
  597. }
  598. static void update_colorkey(struct intel_overlay *overlay,
  599. struct overlay_registers *regs)
  600. {
  601. u32 key = overlay->color_key;
  602. switch (overlay->crtc->base.fb->bits_per_pixel) {
  603. case 8:
  604. regs->DCLRKV = 0;
  605. regs->DCLRKM = CLK_RGB8I_MASK | DST_KEY_ENABLE;
  606. break;
  607. case 16:
  608. if (overlay->crtc->base.fb->depth == 15) {
  609. regs->DCLRKV = RGB15_TO_COLORKEY(key);
  610. regs->DCLRKM = CLK_RGB15_MASK | DST_KEY_ENABLE;
  611. } else {
  612. regs->DCLRKV = RGB16_TO_COLORKEY(key);
  613. regs->DCLRKM = CLK_RGB16_MASK | DST_KEY_ENABLE;
  614. }
  615. break;
  616. case 24:
  617. case 32:
  618. regs->DCLRKV = key;
  619. regs->DCLRKM = CLK_RGB24_MASK | DST_KEY_ENABLE;
  620. break;
  621. }
  622. }
  623. static u32 overlay_cmd_reg(struct put_image_params *params)
  624. {
  625. u32 cmd = OCMD_ENABLE | OCMD_BUF_TYPE_FRAME | OCMD_BUFFER0;
  626. if (params->format & I915_OVERLAY_YUV_PLANAR) {
  627. switch (params->format & I915_OVERLAY_DEPTH_MASK) {
  628. case I915_OVERLAY_YUV422:
  629. cmd |= OCMD_YUV_422_PLANAR;
  630. break;
  631. case I915_OVERLAY_YUV420:
  632. cmd |= OCMD_YUV_420_PLANAR;
  633. break;
  634. case I915_OVERLAY_YUV411:
  635. case I915_OVERLAY_YUV410:
  636. cmd |= OCMD_YUV_410_PLANAR;
  637. break;
  638. }
  639. } else { /* YUV packed */
  640. switch (params->format & I915_OVERLAY_DEPTH_MASK) {
  641. case I915_OVERLAY_YUV422:
  642. cmd |= OCMD_YUV_422_PACKED;
  643. break;
  644. case I915_OVERLAY_YUV411:
  645. cmd |= OCMD_YUV_411_PACKED;
  646. break;
  647. }
  648. switch (params->format & I915_OVERLAY_SWAP_MASK) {
  649. case I915_OVERLAY_NO_SWAP:
  650. break;
  651. case I915_OVERLAY_UV_SWAP:
  652. cmd |= OCMD_UV_SWAP;
  653. break;
  654. case I915_OVERLAY_Y_SWAP:
  655. cmd |= OCMD_Y_SWAP;
  656. break;
  657. case I915_OVERLAY_Y_AND_UV_SWAP:
  658. cmd |= OCMD_Y_AND_UV_SWAP;
  659. break;
  660. }
  661. }
  662. return cmd;
  663. }
  664. static int intel_overlay_do_put_image(struct intel_overlay *overlay,
  665. struct drm_gem_object *new_bo,
  666. struct put_image_params *params)
  667. {
  668. int ret, tmp_width;
  669. struct overlay_registers *regs;
  670. bool scale_changed = false;
  671. struct drm_i915_gem_object *bo_priv = to_intel_bo(new_bo);
  672. struct drm_device *dev = overlay->dev;
  673. BUG_ON(!mutex_is_locked(&dev->struct_mutex));
  674. BUG_ON(!mutex_is_locked(&dev->mode_config.mutex));
  675. BUG_ON(!overlay);
  676. ret = intel_overlay_release_old_vid(overlay);
  677. if (ret != 0)
  678. return ret;
  679. ret = i915_gem_object_pin(new_bo, PAGE_SIZE);
  680. if (ret != 0)
  681. return ret;
  682. ret = i915_gem_object_set_to_gtt_domain(new_bo, 0);
  683. if (ret != 0)
  684. goto out_unpin;
  685. if (!overlay->active) {
  686. regs = intel_overlay_map_regs(overlay);
  687. if (!regs) {
  688. ret = -ENOMEM;
  689. goto out_unpin;
  690. }
  691. regs->OCONFIG = OCONF_CC_OUT_8BIT;
  692. if (IS_GEN4(overlay->dev))
  693. regs->OCONFIG |= OCONF_CSC_MODE_BT709;
  694. regs->OCONFIG |= overlay->crtc->pipe == 0 ?
  695. OCONF_PIPE_A : OCONF_PIPE_B;
  696. intel_overlay_unmap_regs(overlay, regs);
  697. ret = intel_overlay_on(overlay);
  698. if (ret != 0)
  699. goto out_unpin;
  700. }
  701. regs = intel_overlay_map_regs(overlay);
  702. if (!regs) {
  703. ret = -ENOMEM;
  704. goto out_unpin;
  705. }
  706. regs->DWINPOS = (params->dst_y << 16) | params->dst_x;
  707. regs->DWINSZ = (params->dst_h << 16) | params->dst_w;
  708. if (params->format & I915_OVERLAY_YUV_PACKED)
  709. tmp_width = packed_width_bytes(params->format, params->src_w);
  710. else
  711. tmp_width = params->src_w;
  712. regs->SWIDTH = params->src_w;
  713. regs->SWIDTHSW = calc_swidthsw(overlay->dev,
  714. params->offset_Y, tmp_width);
  715. regs->SHEIGHT = params->src_h;
  716. regs->OBUF_0Y = bo_priv->gtt_offset + params-> offset_Y;
  717. regs->OSTRIDE = params->stride_Y;
  718. if (params->format & I915_OVERLAY_YUV_PLANAR) {
  719. int uv_hscale = uv_hsubsampling(params->format);
  720. int uv_vscale = uv_vsubsampling(params->format);
  721. u32 tmp_U, tmp_V;
  722. regs->SWIDTH |= (params->src_w/uv_hscale) << 16;
  723. tmp_U = calc_swidthsw(overlay->dev, params->offset_U,
  724. params->src_w/uv_hscale);
  725. tmp_V = calc_swidthsw(overlay->dev, params->offset_V,
  726. params->src_w/uv_hscale);
  727. regs->SWIDTHSW |= max_t(u32, tmp_U, tmp_V) << 16;
  728. regs->SHEIGHT |= (params->src_h/uv_vscale) << 16;
  729. regs->OBUF_0U = bo_priv->gtt_offset + params->offset_U;
  730. regs->OBUF_0V = bo_priv->gtt_offset + params->offset_V;
  731. regs->OSTRIDE |= params->stride_UV << 16;
  732. }
  733. scale_changed = update_scaling_factors(overlay, regs, params);
  734. update_colorkey(overlay, regs);
  735. regs->OCMD = overlay_cmd_reg(params);
  736. intel_overlay_unmap_regs(overlay, regs);
  737. ret = intel_overlay_continue(overlay, scale_changed);
  738. if (ret)
  739. goto out_unpin;
  740. overlay->old_vid_bo = overlay->vid_bo;
  741. overlay->vid_bo = to_intel_bo(new_bo);
  742. return 0;
  743. out_unpin:
  744. i915_gem_object_unpin(new_bo);
  745. return ret;
  746. }
  747. int intel_overlay_switch_off(struct intel_overlay *overlay,
  748. bool interruptible)
  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, interruptible);
  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, interruptible);
  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_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, depth, tmp;
  836. /* check src dimensions */
  837. if (IS_845G(dev) || IS_I830(dev)) {
  838. if (rec->src_height > IMAGE_MAX_HEIGHT_LEGACY ||
  839. rec->src_width > IMAGE_MAX_WIDTH_LEGACY)
  840. return -EINVAL;
  841. } else {
  842. if (rec->src_height > IMAGE_MAX_HEIGHT ||
  843. rec->src_width > IMAGE_MAX_WIDTH)
  844. return -EINVAL;
  845. }
  846. /* better safe than sorry, use 4 as the maximal subsampling ratio */
  847. if (rec->src_height < N_VERT_Y_TAPS*4 ||
  848. rec->src_width < N_HORIZ_Y_TAPS*4)
  849. return -EINVAL;
  850. /* check alignment constraints */
  851. switch (rec->flags & I915_OVERLAY_TYPE_MASK) {
  852. case I915_OVERLAY_RGB:
  853. /* not implemented */
  854. return -EINVAL;
  855. case I915_OVERLAY_YUV_PACKED:
  856. if (uv_vscale != 1)
  857. return -EINVAL;
  858. depth = packed_depth_bytes(rec->flags);
  859. if (depth < 0)
  860. return depth;
  861. /* ignore UV planes */
  862. rec->stride_UV = 0;
  863. rec->offset_U = 0;
  864. rec->offset_V = 0;
  865. /* check pixel alignment */
  866. if (rec->offset_Y % depth)
  867. return -EINVAL;
  868. break;
  869. case I915_OVERLAY_YUV_PLANAR:
  870. if (uv_vscale < 0 || uv_hscale < 0)
  871. return -EINVAL;
  872. /* no offset restrictions for planar formats */
  873. break;
  874. default:
  875. return -EINVAL;
  876. }
  877. if (rec->src_width % uv_hscale)
  878. return -EINVAL;
  879. /* stride checking */
  880. if (IS_I830(dev) || IS_845G(dev))
  881. stride_mask = 255;
  882. else
  883. stride_mask = 63;
  884. if (rec->stride_Y & stride_mask || rec->stride_UV & stride_mask)
  885. return -EINVAL;
  886. if (IS_GEN4(dev) && rec->stride_Y < 512)
  887. return -EINVAL;
  888. tmp = (rec->flags & I915_OVERLAY_TYPE_MASK) == I915_OVERLAY_YUV_PLANAR ?
  889. 4096 : 8192;
  890. if (rec->stride_Y > tmp || rec->stride_UV > 2*1024)
  891. return -EINVAL;
  892. /* check buffer dimensions */
  893. switch (rec->flags & I915_OVERLAY_TYPE_MASK) {
  894. case I915_OVERLAY_RGB:
  895. case I915_OVERLAY_YUV_PACKED:
  896. /* always 4 Y values per depth pixels */
  897. if (packed_width_bytes(rec->flags, rec->src_width) > rec->stride_Y)
  898. return -EINVAL;
  899. tmp = rec->stride_Y*rec->src_height;
  900. if (rec->offset_Y + tmp > new_bo->size)
  901. return -EINVAL;
  902. break;
  903. case I915_OVERLAY_YUV_PLANAR:
  904. if (rec->src_width > rec->stride_Y)
  905. return -EINVAL;
  906. if (rec->src_width/uv_hscale > rec->stride_UV)
  907. return -EINVAL;
  908. tmp = rec->stride_Y * rec->src_height;
  909. if (rec->offset_Y + tmp > new_bo->size)
  910. return -EINVAL;
  911. tmp = rec->stride_UV * (rec->src_height / uv_vscale);
  912. if (rec->offset_U + tmp > new_bo->size ||
  913. rec->offset_V + tmp > new_bo->size)
  914. return -EINVAL;
  915. break;
  916. }
  917. return 0;
  918. }
  919. /**
  920. * Return the pipe currently connected to the panel fitter,
  921. * or -1 if the panel fitter is not present or not in use
  922. */
  923. static int intel_panel_fitter_pipe(struct drm_device *dev)
  924. {
  925. struct drm_i915_private *dev_priv = dev->dev_private;
  926. u32 pfit_control;
  927. /* i830 doesn't have a panel fitter */
  928. if (IS_I830(dev))
  929. return -1;
  930. pfit_control = I915_READ(PFIT_CONTROL);
  931. /* See if the panel fitter is in use */
  932. if ((pfit_control & PFIT_ENABLE) == 0)
  933. return -1;
  934. /* 965 can place panel fitter on either pipe */
  935. if (IS_GEN4(dev))
  936. return (pfit_control >> 29) & 0x3;
  937. /* older chips can only use pipe 1 */
  938. return 1;
  939. }
  940. int intel_overlay_put_image(struct drm_device *dev, void *data,
  941. struct drm_file *file_priv)
  942. {
  943. struct drm_intel_overlay_put_image *put_image_rec = data;
  944. drm_i915_private_t *dev_priv = dev->dev_private;
  945. struct intel_overlay *overlay;
  946. struct drm_mode_object *drmmode_obj;
  947. struct intel_crtc *crtc;
  948. struct drm_gem_object *new_bo;
  949. struct put_image_params *params;
  950. int ret;
  951. if (!dev_priv) {
  952. DRM_ERROR("called with no initialization\n");
  953. return -EINVAL;
  954. }
  955. overlay = dev_priv->overlay;
  956. if (!overlay) {
  957. DRM_DEBUG("userspace bug: no overlay\n");
  958. return -ENODEV;
  959. }
  960. if (!(put_image_rec->flags & I915_OVERLAY_ENABLE)) {
  961. mutex_lock(&dev->mode_config.mutex);
  962. mutex_lock(&dev->struct_mutex);
  963. ret = intel_overlay_switch_off(overlay, true);
  964. mutex_unlock(&dev->struct_mutex);
  965. mutex_unlock(&dev->mode_config.mutex);
  966. return ret;
  967. }
  968. params = kmalloc(sizeof(struct put_image_params), GFP_KERNEL);
  969. if (!params)
  970. return -ENOMEM;
  971. drmmode_obj = drm_mode_object_find(dev, put_image_rec->crtc_id,
  972. DRM_MODE_OBJECT_CRTC);
  973. if (!drmmode_obj) {
  974. ret = -ENOENT;
  975. goto out_free;
  976. }
  977. crtc = to_intel_crtc(obj_to_crtc(drmmode_obj));
  978. new_bo = drm_gem_object_lookup(dev, file_priv,
  979. put_image_rec->bo_handle);
  980. if (!new_bo) {
  981. ret = -ENOENT;
  982. goto out_free;
  983. }
  984. mutex_lock(&dev->mode_config.mutex);
  985. mutex_lock(&dev->struct_mutex);
  986. ret = intel_overlay_recover_from_interrupt(overlay, true);
  987. if (ret != 0)
  988. goto out_unlock;
  989. if (overlay->crtc != crtc) {
  990. struct drm_display_mode *mode = &crtc->base.mode;
  991. ret = intel_overlay_switch_off(overlay, true);
  992. if (ret != 0)
  993. goto out_unlock;
  994. ret = check_overlay_possible_on_crtc(overlay, crtc);
  995. if (ret != 0)
  996. goto out_unlock;
  997. overlay->crtc = crtc;
  998. crtc->overlay = overlay;
  999. /* line too wide, i.e. one-line-mode */
  1000. if (mode->hdisplay > 1024 &&
  1001. intel_panel_fitter_pipe(dev) == crtc->pipe) {
  1002. overlay->pfit_active = 1;
  1003. update_pfit_vscale_ratio(overlay);
  1004. } else
  1005. overlay->pfit_active = 0;
  1006. }
  1007. ret = check_overlay_dst(overlay, put_image_rec);
  1008. if (ret != 0)
  1009. goto out_unlock;
  1010. if (overlay->pfit_active) {
  1011. params->dst_y = ((((u32)put_image_rec->dst_y) << 12) /
  1012. overlay->pfit_vscale_ratio);
  1013. /* shifting right rounds downwards, so add 1 */
  1014. params->dst_h = ((((u32)put_image_rec->dst_height) << 12) /
  1015. overlay->pfit_vscale_ratio) + 1;
  1016. } else {
  1017. params->dst_y = put_image_rec->dst_y;
  1018. params->dst_h = put_image_rec->dst_height;
  1019. }
  1020. params->dst_x = put_image_rec->dst_x;
  1021. params->dst_w = put_image_rec->dst_width;
  1022. params->src_w = put_image_rec->src_width;
  1023. params->src_h = put_image_rec->src_height;
  1024. params->src_scan_w = put_image_rec->src_scan_width;
  1025. params->src_scan_h = put_image_rec->src_scan_height;
  1026. if (params->src_scan_h > params->src_h ||
  1027. params->src_scan_w > params->src_w) {
  1028. ret = -EINVAL;
  1029. goto out_unlock;
  1030. }
  1031. ret = check_overlay_src(dev, put_image_rec, new_bo);
  1032. if (ret != 0)
  1033. goto out_unlock;
  1034. params->format = put_image_rec->flags & ~I915_OVERLAY_FLAGS_MASK;
  1035. params->stride_Y = put_image_rec->stride_Y;
  1036. params->stride_UV = put_image_rec->stride_UV;
  1037. params->offset_Y = put_image_rec->offset_Y;
  1038. params->offset_U = put_image_rec->offset_U;
  1039. params->offset_V = put_image_rec->offset_V;
  1040. /* Check scaling after src size to prevent a divide-by-zero. */
  1041. ret = check_overlay_scaling(params);
  1042. if (ret != 0)
  1043. goto out_unlock;
  1044. ret = intel_overlay_do_put_image(overlay, new_bo, params);
  1045. if (ret != 0)
  1046. goto out_unlock;
  1047. mutex_unlock(&dev->struct_mutex);
  1048. mutex_unlock(&dev->mode_config.mutex);
  1049. kfree(params);
  1050. return 0;
  1051. out_unlock:
  1052. mutex_unlock(&dev->struct_mutex);
  1053. mutex_unlock(&dev->mode_config.mutex);
  1054. drm_gem_object_unreference_unlocked(new_bo);
  1055. out_free:
  1056. kfree(params);
  1057. return ret;
  1058. }
  1059. static void update_reg_attrs(struct intel_overlay *overlay,
  1060. struct overlay_registers *regs)
  1061. {
  1062. regs->OCLRC0 = (overlay->contrast << 18) | (overlay->brightness & 0xff);
  1063. regs->OCLRC1 = overlay->saturation;
  1064. }
  1065. static bool check_gamma_bounds(u32 gamma1, u32 gamma2)
  1066. {
  1067. int i;
  1068. if (gamma1 & 0xff000000 || gamma2 & 0xff000000)
  1069. return false;
  1070. for (i = 0; i < 3; i++) {
  1071. if (((gamma1 >> i*8) & 0xff) >= ((gamma2 >> i*8) & 0xff))
  1072. return false;
  1073. }
  1074. return true;
  1075. }
  1076. static bool check_gamma5_errata(u32 gamma5)
  1077. {
  1078. int i;
  1079. for (i = 0; i < 3; i++) {
  1080. if (((gamma5 >> i*8) & 0xff) == 0x80)
  1081. return false;
  1082. }
  1083. return true;
  1084. }
  1085. static int check_gamma(struct drm_intel_overlay_attrs *attrs)
  1086. {
  1087. if (!check_gamma_bounds(0, attrs->gamma0) ||
  1088. !check_gamma_bounds(attrs->gamma0, attrs->gamma1) ||
  1089. !check_gamma_bounds(attrs->gamma1, attrs->gamma2) ||
  1090. !check_gamma_bounds(attrs->gamma2, attrs->gamma3) ||
  1091. !check_gamma_bounds(attrs->gamma3, attrs->gamma4) ||
  1092. !check_gamma_bounds(attrs->gamma4, attrs->gamma5) ||
  1093. !check_gamma_bounds(attrs->gamma5, 0x00ffffff))
  1094. return -EINVAL;
  1095. if (!check_gamma5_errata(attrs->gamma5))
  1096. return -EINVAL;
  1097. return 0;
  1098. }
  1099. int intel_overlay_attrs(struct drm_device *dev, void *data,
  1100. struct drm_file *file_priv)
  1101. {
  1102. struct drm_intel_overlay_attrs *attrs = data;
  1103. drm_i915_private_t *dev_priv = dev->dev_private;
  1104. struct intel_overlay *overlay;
  1105. struct overlay_registers *regs;
  1106. int ret;
  1107. if (!dev_priv) {
  1108. DRM_ERROR("called with no initialization\n");
  1109. return -EINVAL;
  1110. }
  1111. overlay = dev_priv->overlay;
  1112. if (!overlay) {
  1113. DRM_DEBUG("userspace bug: no overlay\n");
  1114. return -ENODEV;
  1115. }
  1116. mutex_lock(&dev->mode_config.mutex);
  1117. mutex_lock(&dev->struct_mutex);
  1118. ret = -EINVAL;
  1119. if (!(attrs->flags & I915_OVERLAY_UPDATE_ATTRS)) {
  1120. attrs->color_key = overlay->color_key;
  1121. attrs->brightness = overlay->brightness;
  1122. attrs->contrast = overlay->contrast;
  1123. attrs->saturation = overlay->saturation;
  1124. if (!IS_GEN2(dev)) {
  1125. attrs->gamma0 = I915_READ(OGAMC0);
  1126. attrs->gamma1 = I915_READ(OGAMC1);
  1127. attrs->gamma2 = I915_READ(OGAMC2);
  1128. attrs->gamma3 = I915_READ(OGAMC3);
  1129. attrs->gamma4 = I915_READ(OGAMC4);
  1130. attrs->gamma5 = I915_READ(OGAMC5);
  1131. }
  1132. } else {
  1133. if (attrs->brightness < -128 || attrs->brightness > 127)
  1134. goto out_unlock;
  1135. if (attrs->contrast > 255)
  1136. goto out_unlock;
  1137. if (attrs->saturation > 1023)
  1138. goto out_unlock;
  1139. overlay->color_key = attrs->color_key;
  1140. overlay->brightness = attrs->brightness;
  1141. overlay->contrast = attrs->contrast;
  1142. overlay->saturation = attrs->saturation;
  1143. regs = intel_overlay_map_regs(overlay);
  1144. if (!regs) {
  1145. ret = -ENOMEM;
  1146. goto out_unlock;
  1147. }
  1148. update_reg_attrs(overlay, regs);
  1149. intel_overlay_unmap_regs(overlay, regs);
  1150. if (attrs->flags & I915_OVERLAY_UPDATE_GAMMA) {
  1151. if (IS_GEN2(dev))
  1152. goto out_unlock;
  1153. if (overlay->active) {
  1154. ret = -EBUSY;
  1155. goto out_unlock;
  1156. }
  1157. ret = check_gamma(attrs);
  1158. if (ret)
  1159. goto out_unlock;
  1160. I915_WRITE(OGAMC0, attrs->gamma0);
  1161. I915_WRITE(OGAMC1, attrs->gamma1);
  1162. I915_WRITE(OGAMC2, attrs->gamma2);
  1163. I915_WRITE(OGAMC3, attrs->gamma3);
  1164. I915_WRITE(OGAMC4, attrs->gamma4);
  1165. I915_WRITE(OGAMC5, attrs->gamma5);
  1166. }
  1167. }
  1168. ret = 0;
  1169. out_unlock:
  1170. mutex_unlock(&dev->struct_mutex);
  1171. mutex_unlock(&dev->mode_config.mutex);
  1172. return ret;
  1173. }
  1174. void intel_setup_overlay(struct drm_device *dev)
  1175. {
  1176. drm_i915_private_t *dev_priv = dev->dev_private;
  1177. struct intel_overlay *overlay;
  1178. struct drm_gem_object *reg_bo;
  1179. struct overlay_registers *regs;
  1180. int ret;
  1181. if (!HAS_OVERLAY(dev))
  1182. return;
  1183. overlay = kzalloc(sizeof(struct intel_overlay), GFP_KERNEL);
  1184. if (!overlay)
  1185. return;
  1186. overlay->dev = dev;
  1187. reg_bo = i915_gem_alloc_object(dev, PAGE_SIZE);
  1188. if (!reg_bo)
  1189. goto out_free;
  1190. overlay->reg_bo = to_intel_bo(reg_bo);
  1191. if (OVERLAY_NEEDS_PHYSICAL(dev)) {
  1192. ret = i915_gem_attach_phys_object(dev, reg_bo,
  1193. I915_GEM_PHYS_OVERLAY_REGS,
  1194. PAGE_SIZE);
  1195. if (ret) {
  1196. DRM_ERROR("failed to attach phys overlay regs\n");
  1197. goto out_free_bo;
  1198. }
  1199. overlay->flip_addr = overlay->reg_bo->phys_obj->handle->busaddr;
  1200. } else {
  1201. ret = i915_gem_object_pin(reg_bo, PAGE_SIZE);
  1202. if (ret) {
  1203. DRM_ERROR("failed to pin overlay register bo\n");
  1204. goto out_free_bo;
  1205. }
  1206. overlay->flip_addr = overlay->reg_bo->gtt_offset;
  1207. ret = i915_gem_object_set_to_gtt_domain(reg_bo, true);
  1208. if (ret) {
  1209. DRM_ERROR("failed to move overlay register bo into the GTT\n");
  1210. goto out_unpin_bo;
  1211. }
  1212. }
  1213. /* init all values */
  1214. overlay->color_key = 0x0101fe;
  1215. overlay->brightness = -19;
  1216. overlay->contrast = 75;
  1217. overlay->saturation = 146;
  1218. regs = intel_overlay_map_regs(overlay);
  1219. if (!regs)
  1220. goto out_free_bo;
  1221. memset(regs, 0, sizeof(struct overlay_registers));
  1222. update_polyphase_filter(regs);
  1223. update_reg_attrs(overlay, regs);
  1224. intel_overlay_unmap_regs(overlay, regs);
  1225. dev_priv->overlay = overlay;
  1226. DRM_INFO("initialized overlay support\n");
  1227. return;
  1228. out_unpin_bo:
  1229. i915_gem_object_unpin(reg_bo);
  1230. out_free_bo:
  1231. drm_gem_object_unreference(reg_bo);
  1232. out_free:
  1233. kfree(overlay);
  1234. return;
  1235. }
  1236. void intel_cleanup_overlay(struct drm_device *dev)
  1237. {
  1238. drm_i915_private_t *dev_priv = dev->dev_private;
  1239. if (!dev_priv->overlay)
  1240. return;
  1241. /* The bo's should be free'd by the generic code already.
  1242. * Furthermore modesetting teardown happens beforehand so the
  1243. * hardware should be off already */
  1244. BUG_ON(dev_priv->overlay->active);
  1245. drm_gem_object_unreference_unlocked(&dev_priv->overlay->reg_bo->base);
  1246. kfree(dev_priv->overlay);
  1247. }
  1248. #ifdef CONFIG_DEBUG_FS
  1249. #include <linux/seq_file.h>
  1250. struct intel_overlay_error_state {
  1251. struct overlay_registers regs;
  1252. unsigned long base;
  1253. u32 dovsta;
  1254. u32 isr;
  1255. };
  1256. static struct overlay_registers *
  1257. intel_overlay_map_regs_atomic(struct intel_overlay *overlay)
  1258. {
  1259. drm_i915_private_t *dev_priv = overlay->dev->dev_private;
  1260. struct overlay_registers *regs;
  1261. if (OVERLAY_NEEDS_PHYSICAL(overlay->dev))
  1262. regs = overlay->reg_bo->phys_obj->handle->vaddr;
  1263. else
  1264. regs = io_mapping_map_atomic_wc(dev_priv->mm.gtt_mapping,
  1265. overlay->reg_bo->gtt_offset);
  1266. return regs;
  1267. }
  1268. static void intel_overlay_unmap_regs_atomic(struct intel_overlay *overlay,
  1269. struct overlay_registers *regs)
  1270. {
  1271. if (!OVERLAY_NEEDS_PHYSICAL(overlay->dev))
  1272. io_mapping_unmap_atomic(regs);
  1273. }
  1274. struct intel_overlay_error_state *
  1275. intel_overlay_capture_error_state(struct drm_device *dev)
  1276. {
  1277. drm_i915_private_t *dev_priv = dev->dev_private;
  1278. struct intel_overlay *overlay = dev_priv->overlay;
  1279. struct intel_overlay_error_state *error;
  1280. struct overlay_registers __iomem *regs;
  1281. if (!overlay || !overlay->active)
  1282. return NULL;
  1283. error = kmalloc(sizeof(*error), GFP_ATOMIC);
  1284. if (error == NULL)
  1285. return NULL;
  1286. error->dovsta = I915_READ(DOVSTA);
  1287. error->isr = I915_READ(ISR);
  1288. if (OVERLAY_NEEDS_PHYSICAL(overlay->dev))
  1289. error->base = (long) overlay->reg_bo->phys_obj->handle->vaddr;
  1290. else
  1291. error->base = (long) overlay->reg_bo->gtt_offset;
  1292. regs = intel_overlay_map_regs_atomic(overlay);
  1293. if (!regs)
  1294. goto err;
  1295. memcpy_fromio(&error->regs, regs, sizeof(struct overlay_registers));
  1296. intel_overlay_unmap_regs_atomic(overlay, regs);
  1297. return error;
  1298. err:
  1299. kfree(error);
  1300. return NULL;
  1301. }
  1302. void
  1303. intel_overlay_print_error_state(struct seq_file *m, struct intel_overlay_error_state *error)
  1304. {
  1305. seq_printf(m, "Overlay, status: 0x%08x, interrupt: 0x%08x\n",
  1306. error->dovsta, error->isr);
  1307. seq_printf(m, " Register file at 0x%08lx:\n",
  1308. error->base);
  1309. #define P(x) seq_printf(m, " " #x ": 0x%08x\n", error->regs.x)
  1310. P(OBUF_0Y);
  1311. P(OBUF_1Y);
  1312. P(OBUF_0U);
  1313. P(OBUF_0V);
  1314. P(OBUF_1U);
  1315. P(OBUF_1V);
  1316. P(OSTRIDE);
  1317. P(YRGB_VPH);
  1318. P(UV_VPH);
  1319. P(HORZ_PH);
  1320. P(INIT_PHS);
  1321. P(DWINPOS);
  1322. P(DWINSZ);
  1323. P(SWIDTH);
  1324. P(SWIDTHSW);
  1325. P(SHEIGHT);
  1326. P(YRGBSCALE);
  1327. P(UVSCALE);
  1328. P(OCLRC0);
  1329. P(OCLRC1);
  1330. P(DCLRKV);
  1331. P(DCLRKM);
  1332. P(SCLRKVH);
  1333. P(SCLRKVL);
  1334. P(SCLRKEN);
  1335. P(OCONFIG);
  1336. P(OCMD);
  1337. P(OSTART_0Y);
  1338. P(OSTART_1Y);
  1339. P(OSTART_0U);
  1340. P(OSTART_0V);
  1341. P(OSTART_1U);
  1342. P(OSTART_1V);
  1343. P(OTILEOFF_0Y);
  1344. P(OTILEOFF_1Y);
  1345. P(OTILEOFF_0U);
  1346. P(OTILEOFF_0V);
  1347. P(OTILEOFF_1U);
  1348. P(OTILEOFF_1V);
  1349. P(FASTHSCALE);
  1350. P(UVSCALEV);
  1351. #undef P
  1352. }
  1353. #endif