intel_overlay.c 40 KB

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