blob: f7bd1dbb625e85c3f124519b92c67dcfd07a6ae3 [file] [log] [blame]
Eugeni Dodonov85208be2012-04-16 22:20:34 -03001/*
2 * Copyright © 2012 Intel Corporation
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
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21 * IN THE SOFTWARE.
22 *
23 * Authors:
24 * Eugeni Dodonov <eugeni.dodonov@intel.com>
25 *
26 */
27
Sam Ravnborgd0e93592019-01-26 13:25:24 +010028#include <linux/module.h>
Chris Wilson08ea70a2018-08-12 23:36:31 +010029#include <linux/pm_runtime.h>
Sam Ravnborgd0e93592019-01-26 13:25:24 +010030
31#include <drm/drm_atomic_helper.h>
32#include <drm/drm_fourcc.h>
Kumar, Mahesh9c2f7a92016-05-16 15:52:00 -070033#include <drm/drm_plane_helper.h>
Sam Ravnborgd0e93592019-01-26 13:25:24 +010034
Jani Nikuladf0566a2019-06-13 11:44:16 +030035#include "display/intel_atomic.h"
Jani Nikula1d455f82019-08-06 14:39:33 +030036#include "display/intel_display_types.h"
Jani Nikuladf0566a2019-06-13 11:44:16 +030037#include "display/intel_fbc.h"
38#include "display/intel_sprite.h"
39
Andi Shyti0dc3c562019-10-20 19:41:39 +010040#include "gt/intel_llc.h"
41
Eugeni Dodonov85208be2012-04-16 22:20:34 -030042#include "i915_drv.h"
Jani Nikulaa10510a2020-02-27 19:00:47 +020043#include "i915_fixed.h"
Jani Nikula440e2b32019-04-29 15:29:27 +030044#include "i915_irq.h"
Jani Nikulaa09d9a82019-08-06 13:07:28 +030045#include "i915_trace.h"
Stanislav Lisovskiy97288892020-04-30 22:17:57 +030046#include "display/intel_bw.h"
Jani Nikula696173b2019-04-05 14:00:15 +030047#include "intel_pm.h"
Chris Wilson56c50982019-04-26 09:17:22 +010048#include "intel_sideband.h"
Daniel Vettereb48eb02012-04-26 23:28:12 +020049#include "../../../platform/x86/intel_ips.h"
Eugeni Dodonov85208be2012-04-16 22:20:34 -030050
Jani Nikulaa10510a2020-02-27 19:00:47 +020051/* Stores plane specific WM parameters */
52struct skl_wm_params {
53 bool x_tiled, y_tiled;
54 bool rc_surface;
55 bool is_planar;
56 u32 width;
57 u8 cpp;
58 u32 plane_pixel_rate;
59 u32 y_min_scanlines;
60 u32 plane_bytes_per_line;
61 uint_fixed_16_16_t plane_blocks_per_line;
62 uint_fixed_16_16_t y_tile_minimum;
63 u32 linetime_us;
64 u32 dbuf_block_size;
65};
66
67/* used in computing the new watermarks state */
68struct intel_wm_config {
69 unsigned int num_pipes_active;
70 bool sprites_enabled;
71 bool sprites_scaled;
72};
73
Ville Syrjälä46f16e62016-10-31 22:37:22 +020074static void gen9_init_clock_gating(struct drm_i915_private *dev_priv)
Mika Kuoppalab033bb62016-06-07 17:19:04 +030075{
Ville Syrjälä93564042017-08-24 22:10:51 +030076 if (HAS_LLC(dev_priv)) {
77 /*
78 * WaCompressedResourceDisplayNewHashMode:skl,kbl
Lucas De Marchie0403cb2017-12-05 11:01:17 -080079 * Display WA #0390: skl,kbl
Ville Syrjälä93564042017-08-24 22:10:51 +030080 *
81 * Must match Sampler, Pixel Back End, and Media. See
82 * WaCompressedResourceSamplerPbeMediaNewHashMode.
83 */
84 I915_WRITE(CHICKEN_PAR1_1,
85 I915_READ(CHICKEN_PAR1_1) |
86 SKL_DE_COMPRESSED_HASH_MODE);
87 }
88
Rodrigo Vivi82525c12017-06-08 08:50:00 -070089 /* See Bspec note for PSR2_CTL bit 31, Wa#828:skl,bxt,kbl,cfl */
Mika Kuoppalab033bb62016-06-07 17:19:04 +030090 I915_WRITE(CHICKEN_PAR1_1,
91 I915_READ(CHICKEN_PAR1_1) | SKL_EDP_PSR_FIX_RDWRAP);
92
Rodrigo Vivi82525c12017-06-08 08:50:00 -070093 /* WaEnableChickenDCPR:skl,bxt,kbl,glk,cfl */
Mika Kuoppala590e8ff2016-06-07 17:19:13 +030094 I915_WRITE(GEN8_CHICKEN_DCPR_1,
95 I915_READ(GEN8_CHICKEN_DCPR_1) | MASK_WAKEMEM);
Mika Kuoppala0f78dee2016-06-07 17:19:16 +030096
Rodrigo Vivi82525c12017-06-08 08:50:00 -070097 /* WaFbcTurnOffFbcWatermark:skl,bxt,kbl,cfl */
98 /* WaFbcWakeMemOn:skl,bxt,kbl,glk,cfl */
Mika Kuoppala303d4ea2016-06-07 17:19:17 +030099 I915_WRITE(DISP_ARB_CTL, I915_READ(DISP_ARB_CTL) |
100 DISP_FBC_WM_DIS |
101 DISP_FBC_MEMORY_WAKE);
Mika Kuoppalad1b4eef2016-06-07 17:19:19 +0300102
Rodrigo Vivi82525c12017-06-08 08:50:00 -0700103 /* WaFbcHighMemBwCorruptionAvoidance:skl,bxt,kbl,cfl */
Mika Kuoppalad1b4eef2016-06-07 17:19:19 +0300104 I915_WRITE(ILK_DPFC_CHICKEN, I915_READ(ILK_DPFC_CHICKEN) |
105 ILK_DPFC_DISABLE_DUMMY0);
Praveen Paneri32087d12017-08-03 23:02:10 +0530106
107 if (IS_SKYLAKE(dev_priv)) {
108 /* WaDisableDopClockGating */
109 I915_WRITE(GEN7_MISCCPCTL, I915_READ(GEN7_MISCCPCTL)
110 & ~GEN7_DOP_CLOCK_GATE_ENABLE);
111 }
Mika Kuoppalab033bb62016-06-07 17:19:04 +0300112}
113
Ville Syrjälä46f16e62016-10-31 22:37:22 +0200114static void bxt_init_clock_gating(struct drm_i915_private *dev_priv)
Imre Deaka82abe42015-03-27 14:00:04 +0200115{
Ville Syrjälä46f16e62016-10-31 22:37:22 +0200116 gen9_init_clock_gating(dev_priv);
Daniel Vetterdc00b6a2016-05-19 09:14:20 +0200117
Nick Hoatha7546152015-06-29 14:07:32 +0100118 /* WaDisableSDEUnitClockGating:bxt */
119 I915_WRITE(GEN8_UCGCTL6, I915_READ(GEN8_UCGCTL6) |
120 GEN8_SDEUNIT_CLOCK_GATE_DISABLE);
121
Imre Deak32608ca2015-03-11 11:10:27 +0200122 /*
123 * FIXME:
Ben Widawsky868434c2015-03-11 10:49:32 +0200124 * GEN8_HDCUNIT_CLOCK_GATE_DISABLE_HDCREQ applies on 3x6 GT SKUs only.
Imre Deak32608ca2015-03-11 11:10:27 +0200125 */
Imre Deak32608ca2015-03-11 11:10:27 +0200126 I915_WRITE(GEN8_UCGCTL6, I915_READ(GEN8_UCGCTL6) |
Ben Widawsky868434c2015-03-11 10:49:32 +0200127 GEN8_HDCUNIT_CLOCK_GATE_DISABLE_HDCREQ);
Imre Deakd965e7ac2015-12-01 10:23:52 +0200128
129 /*
130 * Wa: Backlight PWM may stop in the asserted state, causing backlight
131 * to stay fully on.
132 */
Jani Nikula8aeaf642017-02-15 17:21:37 +0200133 I915_WRITE(GEN9_CLKGATE_DIS_0, I915_READ(GEN9_CLKGATE_DIS_0) |
134 PWM1_GATING_DIS | PWM2_GATING_DIS);
Uma Shankar1d85a292018-08-07 21:15:35 +0530135
136 /*
137 * Lower the display internal timeout.
138 * This is needed to avoid any hard hangs when DSI port PLL
139 * is off and a MMIO access is attempted by any privilege
140 * application, using batch buffers or any other means.
141 */
142 I915_WRITE(RM_TIMEOUT, MMIO_TIMEOUT_US(950));
Imre Deaka82abe42015-03-27 14:00:04 +0200143}
144
Ander Conselvan de Oliveira9fb50262017-01-26 11:16:58 +0200145static void glk_init_clock_gating(struct drm_i915_private *dev_priv)
146{
147 gen9_init_clock_gating(dev_priv);
148
149 /*
150 * WaDisablePWMClockGating:glk
151 * Backlight PWM may stop in the asserted state, causing backlight
152 * to stay fully on.
153 */
154 I915_WRITE(GEN9_CLKGATE_DIS_0, I915_READ(GEN9_CLKGATE_DIS_0) |
155 PWM1_GATING_DIS | PWM2_GATING_DIS);
156}
157
Lucas De Marchi1d218222019-12-24 00:40:04 -0800158static void pnv_get_mem_freq(struct drm_i915_private *dev_priv)
Daniel Vetterc921aba2012-04-26 23:28:17 +0200159{
Daniel Vetterc921aba2012-04-26 23:28:17 +0200160 u32 tmp;
161
162 tmp = I915_READ(CLKCFG);
163
164 switch (tmp & CLKCFG_FSB_MASK) {
165 case CLKCFG_FSB_533:
166 dev_priv->fsb_freq = 533; /* 133*4 */
167 break;
168 case CLKCFG_FSB_800:
169 dev_priv->fsb_freq = 800; /* 200*4 */
170 break;
171 case CLKCFG_FSB_667:
172 dev_priv->fsb_freq = 667; /* 167*4 */
173 break;
174 case CLKCFG_FSB_400:
175 dev_priv->fsb_freq = 400; /* 100*4 */
176 break;
177 }
178
179 switch (tmp & CLKCFG_MEM_MASK) {
180 case CLKCFG_MEM_533:
181 dev_priv->mem_freq = 533;
182 break;
183 case CLKCFG_MEM_667:
184 dev_priv->mem_freq = 667;
185 break;
186 case CLKCFG_MEM_800:
187 dev_priv->mem_freq = 800;
188 break;
189 }
190
191 /* detect pineview DDR3 setting */
192 tmp = I915_READ(CSHRDDR3CTL);
193 dev_priv->is_ddr3 = (tmp & CSHRDDR3CTL_DDR3) ? 1 : 0;
194}
195
Lucas De Marchi9eae5e22019-12-24 00:40:09 -0800196static void ilk_get_mem_freq(struct drm_i915_private *dev_priv)
Daniel Vetterc921aba2012-04-26 23:28:17 +0200197{
Daniel Vetterc921aba2012-04-26 23:28:17 +0200198 u16 ddrpll, csipll;
199
Tvrtko Ursulin4f5fd912019-06-11 11:45:48 +0100200 ddrpll = intel_uncore_read16(&dev_priv->uncore, DDRMPLL1);
201 csipll = intel_uncore_read16(&dev_priv->uncore, CSIPLL0);
Daniel Vetterc921aba2012-04-26 23:28:17 +0200202
203 switch (ddrpll & 0xff) {
204 case 0xc:
205 dev_priv->mem_freq = 800;
206 break;
207 case 0x10:
208 dev_priv->mem_freq = 1066;
209 break;
210 case 0x14:
211 dev_priv->mem_freq = 1333;
212 break;
213 case 0x18:
214 dev_priv->mem_freq = 1600;
215 break;
216 default:
Wambui Karugaf8d18d52020-01-07 18:13:30 +0300217 drm_dbg(&dev_priv->drm, "unknown memory frequency 0x%02x\n",
218 ddrpll & 0xff);
Daniel Vetterc921aba2012-04-26 23:28:17 +0200219 dev_priv->mem_freq = 0;
220 break;
221 }
222
Daniel Vetterc921aba2012-04-26 23:28:17 +0200223 switch (csipll & 0x3ff) {
224 case 0x00c:
225 dev_priv->fsb_freq = 3200;
226 break;
227 case 0x00e:
228 dev_priv->fsb_freq = 3733;
229 break;
230 case 0x010:
231 dev_priv->fsb_freq = 4266;
232 break;
233 case 0x012:
234 dev_priv->fsb_freq = 4800;
235 break;
236 case 0x014:
237 dev_priv->fsb_freq = 5333;
238 break;
239 case 0x016:
240 dev_priv->fsb_freq = 5866;
241 break;
242 case 0x018:
243 dev_priv->fsb_freq = 6400;
244 break;
245 default:
Wambui Karugaf8d18d52020-01-07 18:13:30 +0300246 drm_dbg(&dev_priv->drm, "unknown fsb frequency 0x%04x\n",
247 csipll & 0x3ff);
Daniel Vetterc921aba2012-04-26 23:28:17 +0200248 dev_priv->fsb_freq = 0;
249 break;
250 }
Daniel Vetterc921aba2012-04-26 23:28:17 +0200251}
252
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300253static const struct cxsr_latency cxsr_latency_table[] = {
254 {1, 0, 800, 400, 3382, 33382, 3983, 33983}, /* DDR2-400 SC */
255 {1, 0, 800, 667, 3354, 33354, 3807, 33807}, /* DDR2-667 SC */
256 {1, 0, 800, 800, 3347, 33347, 3763, 33763}, /* DDR2-800 SC */
257 {1, 1, 800, 667, 6420, 36420, 6873, 36873}, /* DDR3-667 SC */
258 {1, 1, 800, 800, 5902, 35902, 6318, 36318}, /* DDR3-800 SC */
259
260 {1, 0, 667, 400, 3400, 33400, 4021, 34021}, /* DDR2-400 SC */
261 {1, 0, 667, 667, 3372, 33372, 3845, 33845}, /* DDR2-667 SC */
262 {1, 0, 667, 800, 3386, 33386, 3822, 33822}, /* DDR2-800 SC */
263 {1, 1, 667, 667, 6438, 36438, 6911, 36911}, /* DDR3-667 SC */
264 {1, 1, 667, 800, 5941, 35941, 6377, 36377}, /* DDR3-800 SC */
265
266 {1, 0, 400, 400, 3472, 33472, 4173, 34173}, /* DDR2-400 SC */
267 {1, 0, 400, 667, 3443, 33443, 3996, 33996}, /* DDR2-667 SC */
268 {1, 0, 400, 800, 3430, 33430, 3946, 33946}, /* DDR2-800 SC */
269 {1, 1, 400, 667, 6509, 36509, 7062, 37062}, /* DDR3-667 SC */
270 {1, 1, 400, 800, 5985, 35985, 6501, 36501}, /* DDR3-800 SC */
271
272 {0, 0, 800, 400, 3438, 33438, 4065, 34065}, /* DDR2-400 SC */
273 {0, 0, 800, 667, 3410, 33410, 3889, 33889}, /* DDR2-667 SC */
274 {0, 0, 800, 800, 3403, 33403, 3845, 33845}, /* DDR2-800 SC */
275 {0, 1, 800, 667, 6476, 36476, 6955, 36955}, /* DDR3-667 SC */
276 {0, 1, 800, 800, 5958, 35958, 6400, 36400}, /* DDR3-800 SC */
277
278 {0, 0, 667, 400, 3456, 33456, 4103, 34106}, /* DDR2-400 SC */
279 {0, 0, 667, 667, 3428, 33428, 3927, 33927}, /* DDR2-667 SC */
280 {0, 0, 667, 800, 3443, 33443, 3905, 33905}, /* DDR2-800 SC */
281 {0, 1, 667, 667, 6494, 36494, 6993, 36993}, /* DDR3-667 SC */
282 {0, 1, 667, 800, 5998, 35998, 6460, 36460}, /* DDR3-800 SC */
283
284 {0, 0, 400, 400, 3528, 33528, 4255, 34255}, /* DDR2-400 SC */
285 {0, 0, 400, 667, 3500, 33500, 4079, 34079}, /* DDR2-667 SC */
286 {0, 0, 400, 800, 3487, 33487, 4029, 34029}, /* DDR2-800 SC */
287 {0, 1, 400, 667, 6566, 36566, 7145, 37145}, /* DDR3-667 SC */
288 {0, 1, 400, 800, 6042, 36042, 6584, 36584}, /* DDR3-800 SC */
289};
290
Tvrtko Ursulin44a655c2016-10-13 11:09:23 +0100291static const struct cxsr_latency *intel_get_cxsr_latency(bool is_desktop,
292 bool is_ddr3,
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300293 int fsb,
294 int mem)
295{
296 const struct cxsr_latency *latency;
297 int i;
298
299 if (fsb == 0 || mem == 0)
300 return NULL;
301
302 for (i = 0; i < ARRAY_SIZE(cxsr_latency_table); i++) {
303 latency = &cxsr_latency_table[i];
304 if (is_desktop == latency->is_desktop &&
305 is_ddr3 == latency->is_ddr3 &&
306 fsb == latency->fsb_freq && mem == latency->mem_freq)
307 return latency;
308 }
309
310 DRM_DEBUG_KMS("Unknown FSB/MEM found, disable CxSR\n");
311
312 return NULL;
313}
314
Ville Syrjäläfc1ac8d2015-03-05 21:19:52 +0200315static void chv_set_memory_dvfs(struct drm_i915_private *dev_priv, bool enable)
316{
317 u32 val;
318
Chris Wilson337fa6e2019-04-26 09:17:20 +0100319 vlv_punit_get(dev_priv);
Ville Syrjäläfc1ac8d2015-03-05 21:19:52 +0200320
321 val = vlv_punit_read(dev_priv, PUNIT_REG_DDR_SETUP2);
322 if (enable)
323 val &= ~FORCE_DDR_HIGH_FREQ;
324 else
325 val |= FORCE_DDR_HIGH_FREQ;
326 val &= ~FORCE_DDR_LOW_FREQ;
327 val |= FORCE_DDR_FREQ_REQ_ACK;
328 vlv_punit_write(dev_priv, PUNIT_REG_DDR_SETUP2, val);
329
330 if (wait_for((vlv_punit_read(dev_priv, PUNIT_REG_DDR_SETUP2) &
331 FORCE_DDR_FREQ_REQ_ACK) == 0, 3))
Wambui Karugaf8d18d52020-01-07 18:13:30 +0300332 drm_err(&dev_priv->drm,
333 "timed out waiting for Punit DDR DVFS request\n");
Ville Syrjäläfc1ac8d2015-03-05 21:19:52 +0200334
Chris Wilson337fa6e2019-04-26 09:17:20 +0100335 vlv_punit_put(dev_priv);
Ville Syrjäläfc1ac8d2015-03-05 21:19:52 +0200336}
337
Ville Syrjäläcfb41412015-03-05 21:19:51 +0200338static void chv_set_memory_pm5(struct drm_i915_private *dev_priv, bool enable)
339{
340 u32 val;
341
Chris Wilson337fa6e2019-04-26 09:17:20 +0100342 vlv_punit_get(dev_priv);
Ville Syrjäläcfb41412015-03-05 21:19:51 +0200343
Ville Syrjäläc11b8132018-11-29 19:55:03 +0200344 val = vlv_punit_read(dev_priv, PUNIT_REG_DSPSSPM);
Ville Syrjäläcfb41412015-03-05 21:19:51 +0200345 if (enable)
346 val |= DSP_MAXFIFO_PM5_ENABLE;
347 else
348 val &= ~DSP_MAXFIFO_PM5_ENABLE;
Ville Syrjäläc11b8132018-11-29 19:55:03 +0200349 vlv_punit_write(dev_priv, PUNIT_REG_DSPSSPM, val);
Ville Syrjäläcfb41412015-03-05 21:19:51 +0200350
Chris Wilson337fa6e2019-04-26 09:17:20 +0100351 vlv_punit_put(dev_priv);
Ville Syrjäläcfb41412015-03-05 21:19:51 +0200352}
353
Ville Syrjäläf4998962015-03-10 17:02:21 +0200354#define FW_WM(value, plane) \
355 (((value) << DSPFW_ ## plane ## _SHIFT) & DSPFW_ ## plane ## _MASK)
356
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200357static bool _intel_set_memory_cxsr(struct drm_i915_private *dev_priv, bool enable)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300358{
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200359 bool was_enabled;
Imre Deak5209b1f2014-07-01 12:36:17 +0300360 u32 val;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300361
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100362 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200363 was_enabled = I915_READ(FW_BLC_SELF_VLV) & FW_CSPWRDWNEN;
Imre Deak5209b1f2014-07-01 12:36:17 +0300364 I915_WRITE(FW_BLC_SELF_VLV, enable ? FW_CSPWRDWNEN : 0);
Ville Syrjäläa7a6c492015-06-24 22:00:01 +0300365 POSTING_READ(FW_BLC_SELF_VLV);
Jani Nikulac0f86832016-12-07 12:13:04 +0200366 } else if (IS_G4X(dev_priv) || IS_I965GM(dev_priv)) {
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200367 was_enabled = I915_READ(FW_BLC_SELF) & FW_BLC_SELF_EN;
Imre Deak5209b1f2014-07-01 12:36:17 +0300368 I915_WRITE(FW_BLC_SELF, enable ? FW_BLC_SELF_EN : 0);
Ville Syrjäläa7a6c492015-06-24 22:00:01 +0300369 POSTING_READ(FW_BLC_SELF);
Ville Syrjälä9b1e14f2016-10-31 22:37:15 +0200370 } else if (IS_PINEVIEW(dev_priv)) {
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200371 val = I915_READ(DSPFW3);
372 was_enabled = val & PINEVIEW_SELF_REFRESH_EN;
373 if (enable)
374 val |= PINEVIEW_SELF_REFRESH_EN;
375 else
376 val &= ~PINEVIEW_SELF_REFRESH_EN;
Imre Deak5209b1f2014-07-01 12:36:17 +0300377 I915_WRITE(DSPFW3, val);
Ville Syrjäläa7a6c492015-06-24 22:00:01 +0300378 POSTING_READ(DSPFW3);
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +0100379 } else if (IS_I945G(dev_priv) || IS_I945GM(dev_priv)) {
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200380 was_enabled = I915_READ(FW_BLC_SELF) & FW_BLC_SELF_EN;
Imre Deak5209b1f2014-07-01 12:36:17 +0300381 val = enable ? _MASKED_BIT_ENABLE(FW_BLC_SELF_EN) :
382 _MASKED_BIT_DISABLE(FW_BLC_SELF_EN);
383 I915_WRITE(FW_BLC_SELF, val);
Ville Syrjäläa7a6c492015-06-24 22:00:01 +0300384 POSTING_READ(FW_BLC_SELF);
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +0100385 } else if (IS_I915GM(dev_priv)) {
Ville Syrjäläacb91352016-07-29 17:57:02 +0300386 /*
387 * FIXME can't find a bit like this for 915G, and
388 * and yet it does have the related watermark in
389 * FW_BLC_SELF. What's going on?
390 */
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200391 was_enabled = I915_READ(INSTPM) & INSTPM_SELF_EN;
Imre Deak5209b1f2014-07-01 12:36:17 +0300392 val = enable ? _MASKED_BIT_ENABLE(INSTPM_SELF_EN) :
393 _MASKED_BIT_DISABLE(INSTPM_SELF_EN);
394 I915_WRITE(INSTPM, val);
Ville Syrjäläa7a6c492015-06-24 22:00:01 +0300395 POSTING_READ(INSTPM);
Imre Deak5209b1f2014-07-01 12:36:17 +0300396 } else {
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200397 return false;
Imre Deak5209b1f2014-07-01 12:36:17 +0300398 }
399
Ville Syrjälä1489bba2017-03-02 19:15:07 +0200400 trace_intel_memory_cxsr(dev_priv, was_enabled, enable);
401
Wambui Karugaf8d18d52020-01-07 18:13:30 +0300402 drm_dbg_kms(&dev_priv->drm, "memory self-refresh is %s (was %s)\n",
403 enableddisabled(enable),
404 enableddisabled(was_enabled));
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200405
406 return was_enabled;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300407}
408
Ville Syrjälä62571fc2017-04-21 21:14:23 +0300409/**
410 * intel_set_memory_cxsr - Configure CxSR state
411 * @dev_priv: i915 device
412 * @enable: Allow vs. disallow CxSR
413 *
414 * Allow or disallow the system to enter a special CxSR
415 * (C-state self refresh) state. What typically happens in CxSR mode
416 * is that several display FIFOs may get combined into a single larger
417 * FIFO for a particular plane (so called max FIFO mode) to allow the
418 * system to defer memory fetches longer, and the memory will enter
419 * self refresh.
420 *
421 * Note that enabling CxSR does not guarantee that the system enter
422 * this special mode, nor does it guarantee that the system stays
423 * in that mode once entered. So this just allows/disallows the system
424 * to autonomously utilize the CxSR mode. Other factors such as core
425 * C-states will affect when/if the system actually enters/exits the
426 * CxSR mode.
427 *
428 * Note that on VLV/CHV this actually only controls the max FIFO mode,
429 * and the system is free to enter/exit memory self refresh at any time
430 * even when the use of CxSR has been disallowed.
431 *
432 * While the system is actually in the CxSR/max FIFO mode, some plane
433 * control registers will not get latched on vblank. Thus in order to
434 * guarantee the system will respond to changes in the plane registers
435 * we must always disallow CxSR prior to making changes to those registers.
436 * Unfortunately the system will re-evaluate the CxSR conditions at
437 * frame start which happens after vblank start (which is when the plane
438 * registers would get latched), so we can't proceed with the plane update
439 * during the same frame where we disallowed CxSR.
440 *
441 * Certain platforms also have a deeper HPLL SR mode. Fortunately the
442 * HPLL SR mode depends on CxSR itself, so we don't have to hand hold
443 * the hardware w.r.t. HPLL SR when writing to plane registers.
444 * Disallowing just CxSR is sufficient.
445 */
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200446bool intel_set_memory_cxsr(struct drm_i915_private *dev_priv, bool enable)
Ville Syrjälä3d90e642016-11-28 19:37:11 +0200447{
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200448 bool ret;
449
Ville Syrjälä3d90e642016-11-28 19:37:11 +0200450 mutex_lock(&dev_priv->wm.wm_mutex);
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200451 ret = _intel_set_memory_cxsr(dev_priv, enable);
Ville Syrjälä04548cb2017-04-21 21:14:29 +0300452 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
453 dev_priv->wm.vlv.cxsr = enable;
454 else if (IS_G4X(dev_priv))
455 dev_priv->wm.g4x.cxsr = enable;
Ville Syrjälä3d90e642016-11-28 19:37:11 +0200456 mutex_unlock(&dev_priv->wm.wm_mutex);
Ville Syrjälä11a85d62016-11-28 19:37:12 +0200457
458 return ret;
Ville Syrjälä3d90e642016-11-28 19:37:11 +0200459}
Ville Syrjäläfc1ac8d2015-03-05 21:19:52 +0200460
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300461/*
462 * Latency for FIFO fetches is dependent on several factors:
463 * - memory configuration (speed, channels)
464 * - chipset
465 * - current MCH state
466 * It can be fairly high in some situations, so here we assume a fairly
467 * pessimal value. It's a tradeoff between extra memory fetches (if we
468 * set this value too high, the FIFO will fetch frequently to stay full)
469 * and power consumption (set it too low to save power and we might see
470 * FIFO underruns and display "flicker").
471 *
472 * A value of 5us seems to be a good balance; safe for very low end
473 * platforms but not overly aggressive on lower latency configs.
474 */
Chris Wilson5aef6002014-09-03 11:56:07 +0100475static const int pessimal_latency_ns = 5000;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300476
Ville Syrjäläb5004722015-03-05 21:19:47 +0200477#define VLV_FIFO_START(dsparb, dsparb2, lo_shift, hi_shift) \
478 ((((dsparb) >> (lo_shift)) & 0xff) | ((((dsparb2) >> (hi_shift)) & 0x1) << 8))
479
Ville Syrjälä814e7f02017-03-02 19:14:55 +0200480static void vlv_get_fifo_size(struct intel_crtc_state *crtc_state)
Ville Syrjäläb5004722015-03-05 21:19:47 +0200481{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +0100482 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
Ville Syrjäläf07d43d2017-03-02 19:14:52 +0200483 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Ville Syrjälä814e7f02017-03-02 19:14:55 +0200484 struct vlv_fifo_state *fifo_state = &crtc_state->wm.vlv.fifo_state;
Ville Syrjäläf07d43d2017-03-02 19:14:52 +0200485 enum pipe pipe = crtc->pipe;
486 int sprite0_start, sprite1_start;
Kees Cook2713eb42020-02-20 16:05:17 -0800487 u32 dsparb, dsparb2, dsparb3;
Ville Syrjäläb5004722015-03-05 21:19:47 +0200488
Ville Syrjäläf07d43d2017-03-02 19:14:52 +0200489 switch (pipe) {
Ville Syrjäläb5004722015-03-05 21:19:47 +0200490 case PIPE_A:
491 dsparb = I915_READ(DSPARB);
492 dsparb2 = I915_READ(DSPARB2);
493 sprite0_start = VLV_FIFO_START(dsparb, dsparb2, 0, 0);
494 sprite1_start = VLV_FIFO_START(dsparb, dsparb2, 8, 4);
495 break;
496 case PIPE_B:
497 dsparb = I915_READ(DSPARB);
498 dsparb2 = I915_READ(DSPARB2);
499 sprite0_start = VLV_FIFO_START(dsparb, dsparb2, 16, 8);
500 sprite1_start = VLV_FIFO_START(dsparb, dsparb2, 24, 12);
501 break;
502 case PIPE_C:
503 dsparb2 = I915_READ(DSPARB2);
504 dsparb3 = I915_READ(DSPARB3);
505 sprite0_start = VLV_FIFO_START(dsparb3, dsparb2, 0, 16);
506 sprite1_start = VLV_FIFO_START(dsparb3, dsparb2, 8, 20);
507 break;
508 default:
Ville Syrjäläf07d43d2017-03-02 19:14:52 +0200509 MISSING_CASE(pipe);
510 return;
Ville Syrjäläb5004722015-03-05 21:19:47 +0200511 }
512
Ville Syrjäläf07d43d2017-03-02 19:14:52 +0200513 fifo_state->plane[PLANE_PRIMARY] = sprite0_start;
514 fifo_state->plane[PLANE_SPRITE0] = sprite1_start - sprite0_start;
515 fifo_state->plane[PLANE_SPRITE1] = 511 - sprite1_start;
516 fifo_state->plane[PLANE_CURSOR] = 63;
Ville Syrjäläb5004722015-03-05 21:19:47 +0200517}
518
Ville Syrjäläbdaf8432017-11-17 21:19:11 +0200519static int i9xx_get_fifo_size(struct drm_i915_private *dev_priv,
520 enum i9xx_plane_id i9xx_plane)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300521{
Jani Nikula5ce9a6492019-01-18 14:01:20 +0200522 u32 dsparb = I915_READ(DSPARB);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300523 int size;
524
525 size = dsparb & 0x7f;
Ville Syrjäläbdaf8432017-11-17 21:19:11 +0200526 if (i9xx_plane == PLANE_B)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300527 size = ((dsparb >> DSPARB_CSTART_SHIFT) & 0x7f) - size;
528
Wambui Karugaf8d18d52020-01-07 18:13:30 +0300529 drm_dbg_kms(&dev_priv->drm, "FIFO size - (0x%08x) %c: %d\n",
530 dsparb, plane_name(i9xx_plane), size);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300531
532 return size;
533}
534
Ville Syrjäläbdaf8432017-11-17 21:19:11 +0200535static int i830_get_fifo_size(struct drm_i915_private *dev_priv,
536 enum i9xx_plane_id i9xx_plane)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300537{
Jani Nikula5ce9a6492019-01-18 14:01:20 +0200538 u32 dsparb = I915_READ(DSPARB);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300539 int size;
540
541 size = dsparb & 0x1ff;
Ville Syrjäläbdaf8432017-11-17 21:19:11 +0200542 if (i9xx_plane == PLANE_B)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300543 size = ((dsparb >> DSPARB_BEND_SHIFT) & 0x1ff) - size;
544 size >>= 1; /* Convert to cachelines */
545
Wambui Karugaf8d18d52020-01-07 18:13:30 +0300546 drm_dbg_kms(&dev_priv->drm, "FIFO size - (0x%08x) %c: %d\n",
547 dsparb, plane_name(i9xx_plane), size);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300548
549 return size;
550}
551
Ville Syrjäläbdaf8432017-11-17 21:19:11 +0200552static int i845_get_fifo_size(struct drm_i915_private *dev_priv,
553 enum i9xx_plane_id i9xx_plane)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300554{
Jani Nikula5ce9a6492019-01-18 14:01:20 +0200555 u32 dsparb = I915_READ(DSPARB);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300556 int size;
557
558 size = dsparb & 0x7f;
559 size >>= 2; /* Convert to cachelines */
560
Wambui Karugaf8d18d52020-01-07 18:13:30 +0300561 drm_dbg_kms(&dev_priv->drm, "FIFO size - (0x%08x) %c: %d\n",
562 dsparb, plane_name(i9xx_plane), size);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300563
564 return size;
565}
566
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300567/* Pineview has different values for various configs */
Lucas De Marchi1d218222019-12-24 00:40:04 -0800568static const struct intel_watermark_params pnv_display_wm = {
Ville Syrjäläe0f02732014-06-05 19:15:50 +0300569 .fifo_size = PINEVIEW_DISPLAY_FIFO,
570 .max_wm = PINEVIEW_MAX_WM,
571 .default_wm = PINEVIEW_DFT_WM,
572 .guard_size = PINEVIEW_GUARD_WM,
573 .cacheline_size = PINEVIEW_FIFO_LINE_SIZE,
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300574};
Lucas De Marchi1d218222019-12-24 00:40:04 -0800575
576static const struct intel_watermark_params pnv_display_hplloff_wm = {
Ville Syrjäläe0f02732014-06-05 19:15:50 +0300577 .fifo_size = PINEVIEW_DISPLAY_FIFO,
578 .max_wm = PINEVIEW_MAX_WM,
579 .default_wm = PINEVIEW_DFT_HPLLOFF_WM,
580 .guard_size = PINEVIEW_GUARD_WM,
581 .cacheline_size = PINEVIEW_FIFO_LINE_SIZE,
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300582};
Lucas De Marchi1d218222019-12-24 00:40:04 -0800583
584static const struct intel_watermark_params pnv_cursor_wm = {
Ville Syrjäläe0f02732014-06-05 19:15:50 +0300585 .fifo_size = PINEVIEW_CURSOR_FIFO,
586 .max_wm = PINEVIEW_CURSOR_MAX_WM,
587 .default_wm = PINEVIEW_CURSOR_DFT_WM,
588 .guard_size = PINEVIEW_CURSOR_GUARD_WM,
589 .cacheline_size = PINEVIEW_FIFO_LINE_SIZE,
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300590};
Lucas De Marchi1d218222019-12-24 00:40:04 -0800591
592static const struct intel_watermark_params pnv_cursor_hplloff_wm = {
Ville Syrjäläe0f02732014-06-05 19:15:50 +0300593 .fifo_size = PINEVIEW_CURSOR_FIFO,
594 .max_wm = PINEVIEW_CURSOR_MAX_WM,
595 .default_wm = PINEVIEW_CURSOR_DFT_WM,
596 .guard_size = PINEVIEW_CURSOR_GUARD_WM,
597 .cacheline_size = PINEVIEW_FIFO_LINE_SIZE,
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300598};
Lucas De Marchi1d218222019-12-24 00:40:04 -0800599
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300600static const struct intel_watermark_params i965_cursor_wm_info = {
Ville Syrjäläe0f02732014-06-05 19:15:50 +0300601 .fifo_size = I965_CURSOR_FIFO,
602 .max_wm = I965_CURSOR_MAX_WM,
603 .default_wm = I965_CURSOR_DFT_WM,
604 .guard_size = 2,
605 .cacheline_size = I915_FIFO_LINE_SIZE,
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300606};
Lucas De Marchi1d218222019-12-24 00:40:04 -0800607
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300608static const struct intel_watermark_params i945_wm_info = {
Ville Syrjäläe0f02732014-06-05 19:15:50 +0300609 .fifo_size = I945_FIFO_SIZE,
610 .max_wm = I915_MAX_WM,
611 .default_wm = 1,
612 .guard_size = 2,
613 .cacheline_size = I915_FIFO_LINE_SIZE,
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300614};
Lucas De Marchi1d218222019-12-24 00:40:04 -0800615
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300616static const struct intel_watermark_params i915_wm_info = {
Ville Syrjäläe0f02732014-06-05 19:15:50 +0300617 .fifo_size = I915_FIFO_SIZE,
618 .max_wm = I915_MAX_WM,
619 .default_wm = 1,
620 .guard_size = 2,
621 .cacheline_size = I915_FIFO_LINE_SIZE,
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300622};
Lucas De Marchi1d218222019-12-24 00:40:04 -0800623
Ville Syrjälä9d539102014-08-15 01:21:53 +0300624static const struct intel_watermark_params i830_a_wm_info = {
Ville Syrjäläe0f02732014-06-05 19:15:50 +0300625 .fifo_size = I855GM_FIFO_SIZE,
626 .max_wm = I915_MAX_WM,
627 .default_wm = 1,
628 .guard_size = 2,
629 .cacheline_size = I830_FIFO_LINE_SIZE,
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300630};
Lucas De Marchi1d218222019-12-24 00:40:04 -0800631
Ville Syrjälä9d539102014-08-15 01:21:53 +0300632static const struct intel_watermark_params i830_bc_wm_info = {
633 .fifo_size = I855GM_FIFO_SIZE,
634 .max_wm = I915_MAX_WM/2,
635 .default_wm = 1,
636 .guard_size = 2,
637 .cacheline_size = I830_FIFO_LINE_SIZE,
638};
Lucas De Marchi1d218222019-12-24 00:40:04 -0800639
Daniel Vetterfeb56b92013-12-14 20:38:30 -0200640static const struct intel_watermark_params i845_wm_info = {
Ville Syrjäläe0f02732014-06-05 19:15:50 +0300641 .fifo_size = I830_FIFO_SIZE,
642 .max_wm = I915_MAX_WM,
643 .default_wm = 1,
644 .guard_size = 2,
645 .cacheline_size = I830_FIFO_LINE_SIZE,
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300646};
647
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300648/**
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +0300649 * intel_wm_method1 - Method 1 / "small buffer" watermark formula
650 * @pixel_rate: Pipe pixel rate in kHz
651 * @cpp: Plane bytes per pixel
652 * @latency: Memory wakeup latency in 0.1us units
653 *
654 * Compute the watermark using the method 1 or "small buffer"
655 * formula. The caller may additonally add extra cachelines
656 * to account for TLB misses and clock crossings.
657 *
658 * This method is concerned with the short term drain rate
659 * of the FIFO, ie. it does not account for blanking periods
660 * which would effectively reduce the average drain rate across
661 * a longer period. The name "small" refers to the fact the
662 * FIFO is relatively small compared to the amount of data
663 * fetched.
664 *
665 * The FIFO level vs. time graph might look something like:
666 *
667 * |\ |\
668 * | \ | \
669 * __---__---__ (- plane active, _ blanking)
670 * -> time
671 *
672 * or perhaps like this:
673 *
674 * |\|\ |\|\
675 * __----__----__ (- plane active, _ blanking)
676 * -> time
677 *
678 * Returns:
679 * The watermark in bytes
680 */
681static unsigned int intel_wm_method1(unsigned int pixel_rate,
682 unsigned int cpp,
683 unsigned int latency)
684{
Jani Nikula5ce9a6492019-01-18 14:01:20 +0200685 u64 ret;
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +0300686
Ville Syrjäläd492a292019-04-08 18:27:01 +0300687 ret = mul_u32_u32(pixel_rate, cpp * latency);
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +0300688 ret = DIV_ROUND_UP_ULL(ret, 10000);
689
690 return ret;
691}
692
693/**
694 * intel_wm_method2 - Method 2 / "large buffer" watermark formula
695 * @pixel_rate: Pipe pixel rate in kHz
696 * @htotal: Pipe horizontal total
697 * @width: Plane width in pixels
698 * @cpp: Plane bytes per pixel
699 * @latency: Memory wakeup latency in 0.1us units
700 *
701 * Compute the watermark using the method 2 or "large buffer"
702 * formula. The caller may additonally add extra cachelines
703 * to account for TLB misses and clock crossings.
704 *
705 * This method is concerned with the long term drain rate
706 * of the FIFO, ie. it does account for blanking periods
707 * which effectively reduce the average drain rate across
708 * a longer period. The name "large" refers to the fact the
709 * FIFO is relatively large compared to the amount of data
710 * fetched.
711 *
712 * The FIFO level vs. time graph might look something like:
713 *
714 * |\___ |\___
715 * | \___ | \___
716 * | \ | \
717 * __ --__--__--__--__--__--__ (- plane active, _ blanking)
718 * -> time
719 *
720 * Returns:
721 * The watermark in bytes
722 */
723static unsigned int intel_wm_method2(unsigned int pixel_rate,
724 unsigned int htotal,
725 unsigned int width,
726 unsigned int cpp,
727 unsigned int latency)
728{
729 unsigned int ret;
730
731 /*
732 * FIXME remove once all users are computing
733 * watermarks in the correct place.
734 */
735 if (WARN_ON_ONCE(htotal == 0))
736 htotal = 1;
737
738 ret = (latency * pixel_rate) / (htotal * 10000);
739 ret = (ret + 1) * width * cpp;
740
741 return ret;
742}
743
744/**
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300745 * intel_calculate_wm - calculate watermark level
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +0300746 * @pixel_rate: pixel clock
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300747 * @wm: chip FIFO params
Chris Wilson31383412018-02-14 14:03:03 +0000748 * @fifo_size: size of the FIFO buffer
Ville Syrjäläac484962016-01-20 21:05:26 +0200749 * @cpp: bytes per pixel
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300750 * @latency_ns: memory latency for the platform
751 *
752 * Calculate the watermark level (the level at which the display plane will
753 * start fetching from memory again). Each chip has a different display
754 * FIFO size and allocation, so the caller needs to figure that out and pass
755 * in the correct intel_watermark_params structure.
756 *
757 * As the pixel clock runs, the FIFO will be drained at a rate that depends
758 * on the pixel size. When it reaches the watermark level, it'll start
759 * fetching FIFO line sized based chunks from memory until the FIFO fills
760 * past the watermark point. If the FIFO drains completely, a FIFO underrun
761 * will occur, and a display engine hang could result.
762 */
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +0300763static unsigned int intel_calculate_wm(int pixel_rate,
764 const struct intel_watermark_params *wm,
765 int fifo_size, int cpp,
766 unsigned int latency_ns)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300767{
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +0300768 int entries, wm_size;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300769
770 /*
771 * Note: we need to make sure we don't overflow for various clock &
772 * latency values.
773 * clocks go from a few thousand to several hundred thousand.
774 * latency is usually a few thousand
775 */
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +0300776 entries = intel_wm_method1(pixel_rate, cpp,
777 latency_ns / 100);
778 entries = DIV_ROUND_UP(entries, wm->cacheline_size) +
779 wm->guard_size;
780 DRM_DEBUG_KMS("FIFO entries required for mode: %d\n", entries);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300781
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +0300782 wm_size = fifo_size - entries;
783 DRM_DEBUG_KMS("FIFO watermark level: %d\n", wm_size);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300784
785 /* Don't promote wm_size to unsigned... */
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +0300786 if (wm_size > wm->max_wm)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300787 wm_size = wm->max_wm;
788 if (wm_size <= 0)
789 wm_size = wm->default_wm;
Ville Syrjäläd6feb192014-09-05 21:54:13 +0300790
791 /*
792 * Bspec seems to indicate that the value shouldn't be lower than
793 * 'burst size + 1'. Certainly 830 is quite unhappy with low values.
794 * Lets go for 8 which is the burst size since certain platforms
795 * already use a hardcoded 8 (which is what the spec says should be
796 * done).
797 */
798 if (wm_size <= 8)
799 wm_size = 8;
800
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300801 return wm_size;
802}
803
Ville Syrjälä04548cb2017-04-21 21:14:29 +0300804static bool is_disabling(int old, int new, int threshold)
805{
806 return old >= threshold && new < threshold;
807}
808
809static bool is_enabling(int old, int new, int threshold)
810{
811 return old < threshold && new >= threshold;
812}
813
Ville Syrjälä6d5019b2017-04-21 21:14:20 +0300814static int intel_wm_num_levels(struct drm_i915_private *dev_priv)
815{
816 return dev_priv->wm.max_level + 1;
817}
818
Ville Syrjälä24304d812017-03-14 17:10:49 +0200819static bool intel_wm_plane_visible(const struct intel_crtc_state *crtc_state,
820 const struct intel_plane_state *plane_state)
821{
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +0100822 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane);
Ville Syrjälä24304d812017-03-14 17:10:49 +0200823
824 /* FIXME check the 'enable' instead */
Maarten Lankhorst1326a922019-10-31 12:26:02 +0100825 if (!crtc_state->hw.active)
Ville Syrjälä24304d812017-03-14 17:10:49 +0200826 return false;
827
828 /*
829 * Treat cursor with fb as always visible since cursor updates
830 * can happen faster than the vrefresh rate, and the current
831 * watermark code doesn't handle that correctly. Cursor updates
832 * which set/clear the fb or change the cursor size are going
833 * to get throttled by intel_legacy_cursor_update() to work
834 * around this problem with the watermark code.
835 */
836 if (plane->id == PLANE_CURSOR)
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +0100837 return plane_state->hw.fb != NULL;
Ville Syrjälä24304d812017-03-14 17:10:49 +0200838 else
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +0100839 return plane_state->uapi.visible;
Ville Syrjälä24304d812017-03-14 17:10:49 +0200840}
841
Ville Syrjälä04da7b92019-11-27 22:12:11 +0200842static bool intel_crtc_active(struct intel_crtc *crtc)
843{
844 /* Be paranoid as we can arrive here with only partial
845 * state retrieved from the hardware during setup.
846 *
847 * We can ditch the adjusted_mode.crtc_clock check as soon
848 * as Haswell has gained clock readout/fastboot support.
849 *
850 * We can ditch the crtc->primary->state->fb check as soon as we can
851 * properly reconstruct framebuffers.
852 *
853 * FIXME: The intel_crtc->active here should be switched to
854 * crtc->state->active once we have proper CRTC states wired up
855 * for atomic.
856 */
857 return crtc->active && crtc->base.primary->state->fb &&
858 crtc->config->hw.adjusted_mode.crtc_clock;
859}
860
Ville Syrjäläffc7a762016-10-31 22:37:21 +0200861static struct intel_crtc *single_enabled_crtc(struct drm_i915_private *dev_priv)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300862{
Ville Syrjäläefc26112016-10-31 22:37:04 +0200863 struct intel_crtc *crtc, *enabled = NULL;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300864
Ville Syrjäläffc7a762016-10-31 22:37:21 +0200865 for_each_intel_crtc(&dev_priv->drm, crtc) {
Ville Syrjäläefc26112016-10-31 22:37:04 +0200866 if (intel_crtc_active(crtc)) {
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300867 if (enabled)
868 return NULL;
869 enabled = crtc;
870 }
871 }
872
873 return enabled;
874}
875
Lucas De Marchi1d218222019-12-24 00:40:04 -0800876static void pnv_update_wm(struct intel_crtc *unused_crtc)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300877{
Ville Syrjäläffc7a762016-10-31 22:37:21 +0200878 struct drm_i915_private *dev_priv = to_i915(unused_crtc->base.dev);
Ville Syrjäläefc26112016-10-31 22:37:04 +0200879 struct intel_crtc *crtc;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300880 const struct cxsr_latency *latency;
881 u32 reg;
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +0300882 unsigned int wm;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300883
Tvrtko Ursulin86d35d42019-03-26 07:40:54 +0000884 latency = intel_get_cxsr_latency(!IS_MOBILE(dev_priv),
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +0100885 dev_priv->is_ddr3,
886 dev_priv->fsb_freq,
887 dev_priv->mem_freq);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300888 if (!latency) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +0300889 drm_dbg_kms(&dev_priv->drm,
890 "Unknown FSB/MEM found, disable CxSR\n");
Imre Deak5209b1f2014-07-01 12:36:17 +0300891 intel_set_memory_cxsr(dev_priv, false);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300892 return;
893 }
894
Ville Syrjäläffc7a762016-10-31 22:37:21 +0200895 crtc = single_enabled_crtc(dev_priv);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300896 if (crtc) {
Ville Syrjäläefc26112016-10-31 22:37:04 +0200897 const struct drm_display_mode *adjusted_mode =
Maarten Lankhorst1326a922019-10-31 12:26:02 +0100898 &crtc->config->hw.adjusted_mode;
Ville Syrjäläefc26112016-10-31 22:37:04 +0200899 const struct drm_framebuffer *fb =
900 crtc->base.primary->state->fb;
Ville Syrjälä353c8592016-12-14 23:30:57 +0200901 int cpp = fb->format->cpp[0];
Ville Syrjälä7c5f93b2015-09-08 13:40:49 +0300902 int clock = adjusted_mode->crtc_clock;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300903
904 /* Display SR */
Lucas De Marchi1d218222019-12-24 00:40:04 -0800905 wm = intel_calculate_wm(clock, &pnv_display_wm,
906 pnv_display_wm.fifo_size,
Ville Syrjäläac484962016-01-20 21:05:26 +0200907 cpp, latency->display_sr);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300908 reg = I915_READ(DSPFW1);
909 reg &= ~DSPFW_SR_MASK;
Ville Syrjäläf4998962015-03-10 17:02:21 +0200910 reg |= FW_WM(wm, SR);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300911 I915_WRITE(DSPFW1, reg);
Wambui Karugaf8d18d52020-01-07 18:13:30 +0300912 drm_dbg_kms(&dev_priv->drm, "DSPFW1 register is %x\n", reg);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300913
914 /* cursor SR */
Lucas De Marchi1d218222019-12-24 00:40:04 -0800915 wm = intel_calculate_wm(clock, &pnv_cursor_wm,
916 pnv_display_wm.fifo_size,
Ville Syrjälä99834b12017-04-21 21:14:24 +0300917 4, latency->cursor_sr);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300918 reg = I915_READ(DSPFW3);
919 reg &= ~DSPFW_CURSOR_SR_MASK;
Ville Syrjäläf4998962015-03-10 17:02:21 +0200920 reg |= FW_WM(wm, CURSOR_SR);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300921 I915_WRITE(DSPFW3, reg);
922
923 /* Display HPLL off SR */
Lucas De Marchi1d218222019-12-24 00:40:04 -0800924 wm = intel_calculate_wm(clock, &pnv_display_hplloff_wm,
925 pnv_display_hplloff_wm.fifo_size,
Ville Syrjäläac484962016-01-20 21:05:26 +0200926 cpp, latency->display_hpll_disable);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300927 reg = I915_READ(DSPFW3);
928 reg &= ~DSPFW_HPLL_SR_MASK;
Ville Syrjäläf4998962015-03-10 17:02:21 +0200929 reg |= FW_WM(wm, HPLL_SR);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300930 I915_WRITE(DSPFW3, reg);
931
932 /* cursor HPLL off SR */
Lucas De Marchi1d218222019-12-24 00:40:04 -0800933 wm = intel_calculate_wm(clock, &pnv_cursor_hplloff_wm,
934 pnv_display_hplloff_wm.fifo_size,
Ville Syrjälä99834b12017-04-21 21:14:24 +0300935 4, latency->cursor_hpll_disable);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300936 reg = I915_READ(DSPFW3);
937 reg &= ~DSPFW_HPLL_CURSOR_MASK;
Ville Syrjäläf4998962015-03-10 17:02:21 +0200938 reg |= FW_WM(wm, HPLL_CURSOR);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300939 I915_WRITE(DSPFW3, reg);
Wambui Karugaf8d18d52020-01-07 18:13:30 +0300940 drm_dbg_kms(&dev_priv->drm, "DSPFW3 register is %x\n", reg);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300941
Imre Deak5209b1f2014-07-01 12:36:17 +0300942 intel_set_memory_cxsr(dev_priv, true);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300943 } else {
Imre Deak5209b1f2014-07-01 12:36:17 +0300944 intel_set_memory_cxsr(dev_priv, false);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300945 }
946}
947
Ville Syrjälä0f95ff82017-04-21 21:14:26 +0300948/*
949 * Documentation says:
950 * "If the line size is small, the TLB fetches can get in the way of the
951 * data fetches, causing some lag in the pixel data return which is not
952 * accounted for in the above formulas. The following adjustment only
953 * needs to be applied if eight whole lines fit in the buffer at once.
954 * The WM is adjusted upwards by the difference between the FIFO size
955 * and the size of 8 whole lines. This adjustment is always performed
956 * in the actual pixel depth regardless of whether FBC is enabled or not."
957 */
Chris Wilson1a1f1282017-11-07 14:03:38 +0000958static unsigned int g4x_tlb_miss_wa(int fifo_size, int width, int cpp)
Ville Syrjälä0f95ff82017-04-21 21:14:26 +0300959{
960 int tlb_miss = fifo_size * 64 - width * cpp * 8;
961
962 return max(0, tlb_miss);
963}
964
Ville Syrjälä04548cb2017-04-21 21:14:29 +0300965static void g4x_write_wm_values(struct drm_i915_private *dev_priv,
966 const struct g4x_wm_values *wm)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300967{
Ville Syrjäläe93329a2017-04-21 21:14:31 +0300968 enum pipe pipe;
969
970 for_each_pipe(dev_priv, pipe)
971 trace_g4x_wm(intel_get_crtc_for_pipe(dev_priv, pipe), wm);
972
Ville Syrjälä04548cb2017-04-21 21:14:29 +0300973 I915_WRITE(DSPFW1,
974 FW_WM(wm->sr.plane, SR) |
975 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) |
976 FW_WM(wm->pipe[PIPE_B].plane[PLANE_PRIMARY], PLANEB) |
977 FW_WM(wm->pipe[PIPE_A].plane[PLANE_PRIMARY], PLANEA));
978 I915_WRITE(DSPFW2,
979 (wm->fbc_en ? DSPFW_FBC_SR_EN : 0) |
980 FW_WM(wm->sr.fbc, FBC_SR) |
981 FW_WM(wm->hpll.fbc, FBC_HPLL_SR) |
982 FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE0], SPRITEB) |
983 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) |
984 FW_WM(wm->pipe[PIPE_A].plane[PLANE_SPRITE0], SPRITEA));
985 I915_WRITE(DSPFW3,
986 (wm->hpll_en ? DSPFW_HPLL_SR_EN : 0) |
987 FW_WM(wm->sr.cursor, CURSOR_SR) |
988 FW_WM(wm->hpll.cursor, HPLL_CURSOR) |
989 FW_WM(wm->hpll.plane, HPLL_SR));
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300990
Ville Syrjälä04548cb2017-04-21 21:14:29 +0300991 POSTING_READ(DSPFW1);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -0300992}
993
Ville Syrjälä15665972015-03-10 16:16:28 +0200994#define FW_WM_VLV(value, plane) \
995 (((value) << DSPFW_ ## plane ## _SHIFT) & DSPFW_ ## plane ## _MASK_VLV)
996
Ville Syrjälä50f4cae2016-11-28 19:37:15 +0200997static void vlv_write_wm_values(struct drm_i915_private *dev_priv,
Ville Syrjälä0018fda2015-03-05 21:19:45 +0200998 const struct vlv_wm_values *wm)
999{
Ville Syrjälä50f4cae2016-11-28 19:37:15 +02001000 enum pipe pipe;
Ville Syrjälä0018fda2015-03-05 21:19:45 +02001001
Ville Syrjälä50f4cae2016-11-28 19:37:15 +02001002 for_each_pipe(dev_priv, pipe) {
Ville Syrjäläc137d662017-03-02 19:15:06 +02001003 trace_vlv_wm(intel_get_crtc_for_pipe(dev_priv, pipe), wm);
1004
Ville Syrjälä50f4cae2016-11-28 19:37:15 +02001005 I915_WRITE(VLV_DDL(pipe),
1006 (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) |
1007 (wm->ddl[pipe].plane[PLANE_SPRITE1] << DDL_SPRITE_SHIFT(1)) |
1008 (wm->ddl[pipe].plane[PLANE_SPRITE0] << DDL_SPRITE_SHIFT(0)) |
1009 (wm->ddl[pipe].plane[PLANE_PRIMARY] << DDL_PLANE_SHIFT));
1010 }
Ville Syrjälä0018fda2015-03-05 21:19:45 +02001011
Ville Syrjälä6fe6a7f2016-11-28 19:37:14 +02001012 /*
1013 * Zero the (unused) WM1 watermarks, and also clear all the
1014 * high order bits so that there are no out of bounds values
1015 * present in the registers during the reprogramming.
1016 */
1017 I915_WRITE(DSPHOWM, 0);
1018 I915_WRITE(DSPHOWM1, 0);
1019 I915_WRITE(DSPFW4, 0);
1020 I915_WRITE(DSPFW5, 0);
1021 I915_WRITE(DSPFW6, 0);
1022
Ville Syrjäläae801522015-03-05 21:19:49 +02001023 I915_WRITE(DSPFW1,
Ville Syrjälä15665972015-03-10 16:16:28 +02001024 FW_WM(wm->sr.plane, SR) |
Ville Syrjälä1b313892016-11-28 19:37:08 +02001025 FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) |
1026 FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_PRIMARY], PLANEB) |
1027 FW_WM_VLV(wm->pipe[PIPE_A].plane[PLANE_PRIMARY], PLANEA));
Ville Syrjäläae801522015-03-05 21:19:49 +02001028 I915_WRITE(DSPFW2,
Ville Syrjälä1b313892016-11-28 19:37:08 +02001029 FW_WM_VLV(wm->pipe[PIPE_A].plane[PLANE_SPRITE1], SPRITEB) |
1030 FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) |
1031 FW_WM_VLV(wm->pipe[PIPE_A].plane[PLANE_SPRITE0], SPRITEA));
Ville Syrjäläae801522015-03-05 21:19:49 +02001032 I915_WRITE(DSPFW3,
Ville Syrjälä15665972015-03-10 16:16:28 +02001033 FW_WM(wm->sr.cursor, CURSOR_SR));
Ville Syrjäläae801522015-03-05 21:19:49 +02001034
1035 if (IS_CHERRYVIEW(dev_priv)) {
1036 I915_WRITE(DSPFW7_CHV,
Ville Syrjälä1b313892016-11-28 19:37:08 +02001037 FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_SPRITE1], SPRITED) |
1038 FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_SPRITE0], SPRITEC));
Ville Syrjäläae801522015-03-05 21:19:49 +02001039 I915_WRITE(DSPFW8_CHV,
Ville Syrjälä1b313892016-11-28 19:37:08 +02001040 FW_WM_VLV(wm->pipe[PIPE_C].plane[PLANE_SPRITE1], SPRITEF) |
1041 FW_WM_VLV(wm->pipe[PIPE_C].plane[PLANE_SPRITE0], SPRITEE));
Ville Syrjäläae801522015-03-05 21:19:49 +02001042 I915_WRITE(DSPFW9_CHV,
Ville Syrjälä1b313892016-11-28 19:37:08 +02001043 FW_WM_VLV(wm->pipe[PIPE_C].plane[PLANE_PRIMARY], PLANEC) |
1044 FW_WM(wm->pipe[PIPE_C].plane[PLANE_CURSOR], CURSORC));
Ville Syrjäläae801522015-03-05 21:19:49 +02001045 I915_WRITE(DSPHOWM,
Ville Syrjälä15665972015-03-10 16:16:28 +02001046 FW_WM(wm->sr.plane >> 9, SR_HI) |
Ville Syrjälä1b313892016-11-28 19:37:08 +02001047 FW_WM(wm->pipe[PIPE_C].plane[PLANE_SPRITE1] >> 8, SPRITEF_HI) |
1048 FW_WM(wm->pipe[PIPE_C].plane[PLANE_SPRITE0] >> 8, SPRITEE_HI) |
1049 FW_WM(wm->pipe[PIPE_C].plane[PLANE_PRIMARY] >> 8, PLANEC_HI) |
1050 FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE1] >> 8, SPRITED_HI) |
1051 FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE0] >> 8, SPRITEC_HI) |
1052 FW_WM(wm->pipe[PIPE_B].plane[PLANE_PRIMARY] >> 8, PLANEB_HI) |
1053 FW_WM(wm->pipe[PIPE_A].plane[PLANE_SPRITE1] >> 8, SPRITEB_HI) |
1054 FW_WM(wm->pipe[PIPE_A].plane[PLANE_SPRITE0] >> 8, SPRITEA_HI) |
1055 FW_WM(wm->pipe[PIPE_A].plane[PLANE_PRIMARY] >> 8, PLANEA_HI));
Ville Syrjäläae801522015-03-05 21:19:49 +02001056 } else {
1057 I915_WRITE(DSPFW7,
Ville Syrjälä1b313892016-11-28 19:37:08 +02001058 FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_SPRITE1], SPRITED) |
1059 FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_SPRITE0], SPRITEC));
Ville Syrjäläae801522015-03-05 21:19:49 +02001060 I915_WRITE(DSPHOWM,
Ville Syrjälä15665972015-03-10 16:16:28 +02001061 FW_WM(wm->sr.plane >> 9, SR_HI) |
Ville Syrjälä1b313892016-11-28 19:37:08 +02001062 FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE1] >> 8, SPRITED_HI) |
1063 FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE0] >> 8, SPRITEC_HI) |
1064 FW_WM(wm->pipe[PIPE_B].plane[PLANE_PRIMARY] >> 8, PLANEB_HI) |
1065 FW_WM(wm->pipe[PIPE_A].plane[PLANE_SPRITE1] >> 8, SPRITEB_HI) |
1066 FW_WM(wm->pipe[PIPE_A].plane[PLANE_SPRITE0] >> 8, SPRITEA_HI) |
1067 FW_WM(wm->pipe[PIPE_A].plane[PLANE_PRIMARY] >> 8, PLANEA_HI));
Ville Syrjäläae801522015-03-05 21:19:49 +02001068 }
1069
1070 POSTING_READ(DSPFW1);
Ville Syrjälä0018fda2015-03-05 21:19:45 +02001071}
1072
Ville Syrjälä15665972015-03-10 16:16:28 +02001073#undef FW_WM_VLV
1074
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001075static void g4x_setup_wm_latency(struct drm_i915_private *dev_priv)
1076{
1077 /* all latencies in usec */
1078 dev_priv->wm.pri_latency[G4X_WM_LEVEL_NORMAL] = 5;
1079 dev_priv->wm.pri_latency[G4X_WM_LEVEL_SR] = 12;
Ville Syrjälä79d94302017-04-21 21:14:30 +03001080 dev_priv->wm.pri_latency[G4X_WM_LEVEL_HPLL] = 35;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001081
Ville Syrjälä79d94302017-04-21 21:14:30 +03001082 dev_priv->wm.max_level = G4X_WM_LEVEL_HPLL;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001083}
1084
1085static int g4x_plane_fifo_size(enum plane_id plane_id, int level)
1086{
1087 /*
1088 * DSPCNTR[13] supposedly controls whether the
1089 * primary plane can use the FIFO space otherwise
1090 * reserved for the sprite plane. It's not 100% clear
1091 * what the actual FIFO size is, but it looks like we
1092 * can happily set both primary and sprite watermarks
1093 * up to 127 cachelines. So that would seem to mean
1094 * that either DSPCNTR[13] doesn't do anything, or that
1095 * the total FIFO is >= 256 cachelines in size. Either
1096 * way, we don't seem to have to worry about this
1097 * repartitioning as the maximum watermark value the
1098 * register can hold for each plane is lower than the
1099 * minimum FIFO size.
1100 */
1101 switch (plane_id) {
1102 case PLANE_CURSOR:
1103 return 63;
1104 case PLANE_PRIMARY:
1105 return level == G4X_WM_LEVEL_NORMAL ? 127 : 511;
1106 case PLANE_SPRITE0:
1107 return level == G4X_WM_LEVEL_NORMAL ? 127 : 0;
1108 default:
1109 MISSING_CASE(plane_id);
1110 return 0;
1111 }
1112}
1113
1114static int g4x_fbc_fifo_size(int level)
1115{
1116 switch (level) {
1117 case G4X_WM_LEVEL_SR:
1118 return 7;
1119 case G4X_WM_LEVEL_HPLL:
1120 return 15;
1121 default:
1122 MISSING_CASE(level);
1123 return 0;
1124 }
1125}
1126
Jani Nikula5ce9a6492019-01-18 14:01:20 +02001127static u16 g4x_compute_wm(const struct intel_crtc_state *crtc_state,
1128 const struct intel_plane_state *plane_state,
1129 int level)
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001130{
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01001131 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001132 struct drm_i915_private *dev_priv = to_i915(plane->base.dev);
1133 const struct drm_display_mode *adjusted_mode =
Maarten Lankhorst1326a922019-10-31 12:26:02 +01001134 &crtc_state->hw.adjusted_mode;
Chris Wilson1a1f1282017-11-07 14:03:38 +00001135 unsigned int latency = dev_priv->wm.pri_latency[level] * 10;
1136 unsigned int clock, htotal, cpp, width, wm;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001137
1138 if (latency == 0)
1139 return USHRT_MAX;
1140
1141 if (!intel_wm_plane_visible(crtc_state, plane_state))
1142 return 0;
1143
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01001144 cpp = plane_state->hw.fb->format->cpp[0];
Ville Syrjäläd56e8232019-07-03 23:08:22 +03001145
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001146 /*
1147 * Not 100% sure which way ELK should go here as the
1148 * spec only says CL/CTG should assume 32bpp and BW
1149 * doesn't need to. But as these things followed the
1150 * mobile vs. desktop lines on gen3 as well, let's
1151 * assume ELK doesn't need this.
1152 *
1153 * The spec also fails to list such a restriction for
1154 * the HPLL watermark, which seems a little strange.
1155 * Let's use 32bpp for the HPLL watermark as well.
1156 */
1157 if (IS_GM45(dev_priv) && plane->id == PLANE_PRIMARY &&
1158 level != G4X_WM_LEVEL_NORMAL)
Ville Syrjäläd56e8232019-07-03 23:08:22 +03001159 cpp = max(cpp, 4u);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001160
1161 clock = adjusted_mode->crtc_clock;
1162 htotal = adjusted_mode->crtc_htotal;
1163
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01001164 width = drm_rect_width(&plane_state->uapi.dst);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001165
1166 if (plane->id == PLANE_CURSOR) {
1167 wm = intel_wm_method2(clock, htotal, width, cpp, latency);
1168 } else if (plane->id == PLANE_PRIMARY &&
1169 level == G4X_WM_LEVEL_NORMAL) {
1170 wm = intel_wm_method1(clock, cpp, latency);
1171 } else {
Chris Wilson1a1f1282017-11-07 14:03:38 +00001172 unsigned int small, large;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001173
1174 small = intel_wm_method1(clock, cpp, latency);
1175 large = intel_wm_method2(clock, htotal, width, cpp, latency);
1176
1177 wm = min(small, large);
1178 }
1179
1180 wm += g4x_tlb_miss_wa(g4x_plane_fifo_size(plane->id, level),
1181 width, cpp);
1182
1183 wm = DIV_ROUND_UP(wm, 64) + 2;
1184
Chris Wilson1a1f1282017-11-07 14:03:38 +00001185 return min_t(unsigned int, wm, USHRT_MAX);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001186}
1187
1188static bool g4x_raw_plane_wm_set(struct intel_crtc_state *crtc_state,
1189 int level, enum plane_id plane_id, u16 value)
1190{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001191 struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001192 bool dirty = false;
1193
1194 for (; level < intel_wm_num_levels(dev_priv); level++) {
1195 struct g4x_pipe_wm *raw = &crtc_state->wm.g4x.raw[level];
1196
1197 dirty |= raw->plane[plane_id] != value;
1198 raw->plane[plane_id] = value;
1199 }
1200
1201 return dirty;
1202}
1203
1204static bool g4x_raw_fbc_wm_set(struct intel_crtc_state *crtc_state,
1205 int level, u16 value)
1206{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001207 struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001208 bool dirty = false;
1209
1210 /* NORMAL level doesn't have an FBC watermark */
1211 level = max(level, G4X_WM_LEVEL_SR);
1212
1213 for (; level < intel_wm_num_levels(dev_priv); level++) {
1214 struct g4x_pipe_wm *raw = &crtc_state->wm.g4x.raw[level];
1215
1216 dirty |= raw->fbc != value;
1217 raw->fbc = value;
1218 }
1219
1220 return dirty;
1221}
1222
Maarten Lankhorstec193642019-06-28 10:55:17 +02001223static u32 ilk_compute_fbc_wm(const struct intel_crtc_state *crtc_state,
1224 const struct intel_plane_state *plane_state,
Jani Nikula5ce9a6492019-01-18 14:01:20 +02001225 u32 pri_val);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001226
1227static bool g4x_raw_plane_wm_compute(struct intel_crtc_state *crtc_state,
1228 const struct intel_plane_state *plane_state)
1229{
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01001230 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane);
Wambui Karugaf8d18d52020-01-07 18:13:30 +03001231 struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001232 int num_levels = intel_wm_num_levels(to_i915(plane->base.dev));
1233 enum plane_id plane_id = plane->id;
1234 bool dirty = false;
1235 int level;
1236
1237 if (!intel_wm_plane_visible(crtc_state, plane_state)) {
1238 dirty |= g4x_raw_plane_wm_set(crtc_state, 0, plane_id, 0);
1239 if (plane_id == PLANE_PRIMARY)
1240 dirty |= g4x_raw_fbc_wm_set(crtc_state, 0, 0);
1241 goto out;
1242 }
1243
1244 for (level = 0; level < num_levels; level++) {
1245 struct g4x_pipe_wm *raw = &crtc_state->wm.g4x.raw[level];
1246 int wm, max_wm;
1247
1248 wm = g4x_compute_wm(crtc_state, plane_state, level);
1249 max_wm = g4x_plane_fifo_size(plane_id, level);
1250
1251 if (wm > max_wm)
1252 break;
1253
1254 dirty |= raw->plane[plane_id] != wm;
1255 raw->plane[plane_id] = wm;
1256
1257 if (plane_id != PLANE_PRIMARY ||
1258 level == G4X_WM_LEVEL_NORMAL)
1259 continue;
1260
1261 wm = ilk_compute_fbc_wm(crtc_state, plane_state,
1262 raw->plane[plane_id]);
1263 max_wm = g4x_fbc_fifo_size(level);
1264
1265 /*
1266 * FBC wm is not mandatory as we
1267 * can always just disable its use.
1268 */
1269 if (wm > max_wm)
1270 wm = USHRT_MAX;
1271
1272 dirty |= raw->fbc != wm;
1273 raw->fbc = wm;
1274 }
1275
1276 /* mark watermarks as invalid */
1277 dirty |= g4x_raw_plane_wm_set(crtc_state, level, plane_id, USHRT_MAX);
1278
1279 if (plane_id == PLANE_PRIMARY)
1280 dirty |= g4x_raw_fbc_wm_set(crtc_state, level, USHRT_MAX);
1281
1282 out:
1283 if (dirty) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03001284 drm_dbg_kms(&dev_priv->drm,
1285 "%s watermarks: normal=%d, SR=%d, HPLL=%d\n",
1286 plane->base.name,
1287 crtc_state->wm.g4x.raw[G4X_WM_LEVEL_NORMAL].plane[plane_id],
1288 crtc_state->wm.g4x.raw[G4X_WM_LEVEL_SR].plane[plane_id],
1289 crtc_state->wm.g4x.raw[G4X_WM_LEVEL_HPLL].plane[plane_id]);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001290
1291 if (plane_id == PLANE_PRIMARY)
Wambui Karugaf8d18d52020-01-07 18:13:30 +03001292 drm_dbg_kms(&dev_priv->drm,
1293 "FBC watermarks: SR=%d, HPLL=%d\n",
1294 crtc_state->wm.g4x.raw[G4X_WM_LEVEL_SR].fbc,
1295 crtc_state->wm.g4x.raw[G4X_WM_LEVEL_HPLL].fbc);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001296 }
1297
1298 return dirty;
1299}
1300
1301static bool g4x_raw_plane_wm_is_valid(const struct intel_crtc_state *crtc_state,
1302 enum plane_id plane_id, int level)
1303{
1304 const struct g4x_pipe_wm *raw = &crtc_state->wm.g4x.raw[level];
1305
1306 return raw->plane[plane_id] <= g4x_plane_fifo_size(plane_id, level);
1307}
1308
1309static bool g4x_raw_crtc_wm_is_valid(const struct intel_crtc_state *crtc_state,
1310 int level)
1311{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001312 struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001313
1314 if (level > dev_priv->wm.max_level)
1315 return false;
1316
1317 return g4x_raw_plane_wm_is_valid(crtc_state, PLANE_PRIMARY, level) &&
1318 g4x_raw_plane_wm_is_valid(crtc_state, PLANE_SPRITE0, level) &&
1319 g4x_raw_plane_wm_is_valid(crtc_state, PLANE_CURSOR, level);
1320}
1321
1322/* mark all levels starting from 'level' as invalid */
1323static void g4x_invalidate_wms(struct intel_crtc *crtc,
1324 struct g4x_wm_state *wm_state, int level)
1325{
1326 if (level <= G4X_WM_LEVEL_NORMAL) {
1327 enum plane_id plane_id;
1328
1329 for_each_plane_id_on_crtc(crtc, plane_id)
1330 wm_state->wm.plane[plane_id] = USHRT_MAX;
1331 }
1332
1333 if (level <= G4X_WM_LEVEL_SR) {
1334 wm_state->cxsr = false;
1335 wm_state->sr.cursor = USHRT_MAX;
1336 wm_state->sr.plane = USHRT_MAX;
1337 wm_state->sr.fbc = USHRT_MAX;
1338 }
1339
1340 if (level <= G4X_WM_LEVEL_HPLL) {
1341 wm_state->hpll_en = false;
1342 wm_state->hpll.cursor = USHRT_MAX;
1343 wm_state->hpll.plane = USHRT_MAX;
1344 wm_state->hpll.fbc = USHRT_MAX;
1345 }
1346}
1347
1348static int g4x_compute_pipe_wm(struct intel_crtc_state *crtc_state)
1349{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001350 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001351 struct intel_atomic_state *state =
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001352 to_intel_atomic_state(crtc_state->uapi.state);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001353 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal;
Ville Syrjälä0b14d962019-08-21 20:30:33 +03001354 int num_active_planes = hweight8(crtc_state->active_planes &
1355 ~BIT(PLANE_CURSOR));
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001356 const struct g4x_pipe_wm *raw;
Ville Syrjälä7b5104512017-08-23 18:22:22 +03001357 const struct intel_plane_state *old_plane_state;
1358 const struct intel_plane_state *new_plane_state;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001359 struct intel_plane *plane;
1360 enum plane_id plane_id;
1361 int i, level;
1362 unsigned int dirty = 0;
1363
Ville Syrjälä7b5104512017-08-23 18:22:22 +03001364 for_each_oldnew_intel_plane_in_state(state, plane,
1365 old_plane_state,
1366 new_plane_state, i) {
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01001367 if (new_plane_state->hw.crtc != &crtc->base &&
1368 old_plane_state->hw.crtc != &crtc->base)
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001369 continue;
1370
Ville Syrjälä7b5104512017-08-23 18:22:22 +03001371 if (g4x_raw_plane_wm_compute(crtc_state, new_plane_state))
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001372 dirty |= BIT(plane->id);
1373 }
1374
1375 if (!dirty)
1376 return 0;
1377
1378 level = G4X_WM_LEVEL_NORMAL;
1379 if (!g4x_raw_crtc_wm_is_valid(crtc_state, level))
1380 goto out;
1381
1382 raw = &crtc_state->wm.g4x.raw[level];
1383 for_each_plane_id_on_crtc(crtc, plane_id)
1384 wm_state->wm.plane[plane_id] = raw->plane[plane_id];
1385
1386 level = G4X_WM_LEVEL_SR;
1387
1388 if (!g4x_raw_crtc_wm_is_valid(crtc_state, level))
1389 goto out;
1390
1391 raw = &crtc_state->wm.g4x.raw[level];
1392 wm_state->sr.plane = raw->plane[PLANE_PRIMARY];
1393 wm_state->sr.cursor = raw->plane[PLANE_CURSOR];
1394 wm_state->sr.fbc = raw->fbc;
1395
1396 wm_state->cxsr = num_active_planes == BIT(PLANE_PRIMARY);
1397
1398 level = G4X_WM_LEVEL_HPLL;
1399
1400 if (!g4x_raw_crtc_wm_is_valid(crtc_state, level))
1401 goto out;
1402
1403 raw = &crtc_state->wm.g4x.raw[level];
1404 wm_state->hpll.plane = raw->plane[PLANE_PRIMARY];
1405 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR];
1406 wm_state->hpll.fbc = raw->fbc;
1407
1408 wm_state->hpll_en = wm_state->cxsr;
1409
1410 level++;
1411
1412 out:
1413 if (level == G4X_WM_LEVEL_NORMAL)
1414 return -EINVAL;
1415
1416 /* invalidate the higher levels */
1417 g4x_invalidate_wms(crtc, wm_state, level);
1418
1419 /*
1420 * Determine if the FBC watermark(s) can be used. IF
1421 * this isn't the case we prefer to disable the FBC
1422 ( watermark(s) rather than disable the SR/HPLL
1423 * level(s) entirely.
1424 */
1425 wm_state->fbc_en = level > G4X_WM_LEVEL_NORMAL;
1426
1427 if (level >= G4X_WM_LEVEL_SR &&
1428 wm_state->sr.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_SR))
1429 wm_state->fbc_en = false;
1430 else if (level >= G4X_WM_LEVEL_HPLL &&
1431 wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL))
1432 wm_state->fbc_en = false;
1433
1434 return 0;
1435}
1436
Matt Ropercd1d3ee2018-12-10 13:54:14 -08001437static int g4x_compute_intermediate_wm(struct intel_crtc_state *new_crtc_state)
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001438{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001439 struct intel_crtc *crtc = to_intel_crtc(new_crtc_state->uapi.crtc);
Maarten Lankhorst248c2432017-11-15 17:31:57 +01001440 struct g4x_wm_state *intermediate = &new_crtc_state->wm.g4x.intermediate;
1441 const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal;
1442 struct intel_atomic_state *intel_state =
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001443 to_intel_atomic_state(new_crtc_state->uapi.state);
Maarten Lankhorst248c2432017-11-15 17:31:57 +01001444 const struct intel_crtc_state *old_crtc_state =
1445 intel_atomic_get_old_crtc_state(intel_state, crtc);
1446 const struct g4x_wm_state *active = &old_crtc_state->wm.g4x.optimal;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001447 enum plane_id plane_id;
1448
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001449 if (!new_crtc_state->hw.active || drm_atomic_crtc_needs_modeset(&new_crtc_state->uapi)) {
Maarten Lankhorst248c2432017-11-15 17:31:57 +01001450 *intermediate = *optimal;
1451
1452 intermediate->cxsr = false;
1453 intermediate->hpll_en = false;
1454 goto out;
1455 }
1456
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001457 intermediate->cxsr = optimal->cxsr && active->cxsr &&
Maarten Lankhorst248c2432017-11-15 17:31:57 +01001458 !new_crtc_state->disable_cxsr;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001459 intermediate->hpll_en = optimal->hpll_en && active->hpll_en &&
Maarten Lankhorst248c2432017-11-15 17:31:57 +01001460 !new_crtc_state->disable_cxsr;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001461 intermediate->fbc_en = optimal->fbc_en && active->fbc_en;
1462
1463 for_each_plane_id_on_crtc(crtc, plane_id) {
1464 intermediate->wm.plane[plane_id] =
1465 max(optimal->wm.plane[plane_id],
1466 active->wm.plane[plane_id]);
1467
1468 WARN_ON(intermediate->wm.plane[plane_id] >
1469 g4x_plane_fifo_size(plane_id, G4X_WM_LEVEL_NORMAL));
1470 }
1471
1472 intermediate->sr.plane = max(optimal->sr.plane,
1473 active->sr.plane);
1474 intermediate->sr.cursor = max(optimal->sr.cursor,
1475 active->sr.cursor);
1476 intermediate->sr.fbc = max(optimal->sr.fbc,
1477 active->sr.fbc);
1478
1479 intermediate->hpll.plane = max(optimal->hpll.plane,
1480 active->hpll.plane);
1481 intermediate->hpll.cursor = max(optimal->hpll.cursor,
1482 active->hpll.cursor);
1483 intermediate->hpll.fbc = max(optimal->hpll.fbc,
1484 active->hpll.fbc);
1485
1486 WARN_ON((intermediate->sr.plane >
1487 g4x_plane_fifo_size(PLANE_PRIMARY, G4X_WM_LEVEL_SR) ||
1488 intermediate->sr.cursor >
1489 g4x_plane_fifo_size(PLANE_CURSOR, G4X_WM_LEVEL_SR)) &&
1490 intermediate->cxsr);
1491 WARN_ON((intermediate->sr.plane >
1492 g4x_plane_fifo_size(PLANE_PRIMARY, G4X_WM_LEVEL_HPLL) ||
1493 intermediate->sr.cursor >
1494 g4x_plane_fifo_size(PLANE_CURSOR, G4X_WM_LEVEL_HPLL)) &&
1495 intermediate->hpll_en);
1496
1497 WARN_ON(intermediate->sr.fbc > g4x_fbc_fifo_size(1) &&
1498 intermediate->fbc_en && intermediate->cxsr);
1499 WARN_ON(intermediate->hpll.fbc > g4x_fbc_fifo_size(2) &&
1500 intermediate->fbc_en && intermediate->hpll_en);
1501
Maarten Lankhorst248c2432017-11-15 17:31:57 +01001502out:
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001503 /*
1504 * If our intermediate WM are identical to the final WM, then we can
1505 * omit the post-vblank programming; only update if it's different.
1506 */
1507 if (memcmp(intermediate, optimal, sizeof(*intermediate)) != 0)
Maarten Lankhorst248c2432017-11-15 17:31:57 +01001508 new_crtc_state->wm.need_postvbl_update = true;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001509
1510 return 0;
1511}
1512
1513static void g4x_merge_wm(struct drm_i915_private *dev_priv,
1514 struct g4x_wm_values *wm)
1515{
1516 struct intel_crtc *crtc;
Ville Syrjäläc08e9132019-08-21 20:30:32 +03001517 int num_active_pipes = 0;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001518
1519 wm->cxsr = true;
1520 wm->hpll_en = true;
1521 wm->fbc_en = true;
1522
1523 for_each_intel_crtc(&dev_priv->drm, crtc) {
1524 const struct g4x_wm_state *wm_state = &crtc->wm.active.g4x;
1525
1526 if (!crtc->active)
1527 continue;
1528
1529 if (!wm_state->cxsr)
1530 wm->cxsr = false;
1531 if (!wm_state->hpll_en)
1532 wm->hpll_en = false;
1533 if (!wm_state->fbc_en)
1534 wm->fbc_en = false;
1535
Ville Syrjäläc08e9132019-08-21 20:30:32 +03001536 num_active_pipes++;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001537 }
1538
Ville Syrjäläc08e9132019-08-21 20:30:32 +03001539 if (num_active_pipes != 1) {
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001540 wm->cxsr = false;
1541 wm->hpll_en = false;
1542 wm->fbc_en = false;
1543 }
1544
1545 for_each_intel_crtc(&dev_priv->drm, crtc) {
1546 const struct g4x_wm_state *wm_state = &crtc->wm.active.g4x;
1547 enum pipe pipe = crtc->pipe;
1548
1549 wm->pipe[pipe] = wm_state->wm;
1550 if (crtc->active && wm->cxsr)
1551 wm->sr = wm_state->sr;
1552 if (crtc->active && wm->hpll_en)
1553 wm->hpll = wm_state->hpll;
1554 }
1555}
1556
1557static void g4x_program_watermarks(struct drm_i915_private *dev_priv)
1558{
1559 struct g4x_wm_values *old_wm = &dev_priv->wm.g4x;
1560 struct g4x_wm_values new_wm = {};
1561
1562 g4x_merge_wm(dev_priv, &new_wm);
1563
1564 if (memcmp(old_wm, &new_wm, sizeof(new_wm)) == 0)
1565 return;
1566
1567 if (is_disabling(old_wm->cxsr, new_wm.cxsr, true))
1568 _intel_set_memory_cxsr(dev_priv, false);
1569
1570 g4x_write_wm_values(dev_priv, &new_wm);
1571
1572 if (is_enabling(old_wm->cxsr, new_wm.cxsr, true))
1573 _intel_set_memory_cxsr(dev_priv, true);
1574
1575 *old_wm = new_wm;
1576}
1577
1578static void g4x_initial_watermarks(struct intel_atomic_state *state,
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02001579 struct intel_crtc *crtc)
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001580{
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02001581 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1582 const struct intel_crtc_state *crtc_state =
1583 intel_atomic_get_new_crtc_state(state, crtc);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001584
1585 mutex_lock(&dev_priv->wm.wm_mutex);
1586 crtc->wm.active.g4x = crtc_state->wm.g4x.intermediate;
1587 g4x_program_watermarks(dev_priv);
1588 mutex_unlock(&dev_priv->wm.wm_mutex);
1589}
1590
1591static void g4x_optimize_watermarks(struct intel_atomic_state *state,
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02001592 struct intel_crtc *crtc)
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001593{
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02001594 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1595 const struct intel_crtc_state *crtc_state =
1596 intel_atomic_get_new_crtc_state(state, crtc);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001597
1598 if (!crtc_state->wm.need_postvbl_update)
1599 return;
1600
1601 mutex_lock(&dev_priv->wm.wm_mutex);
Ville Syrjälä88016a92019-07-01 19:05:45 +03001602 crtc->wm.active.g4x = crtc_state->wm.g4x.optimal;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001603 g4x_program_watermarks(dev_priv);
1604 mutex_unlock(&dev_priv->wm.wm_mutex);
1605}
1606
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001607/* latency must be in 0.1us units. */
1608static unsigned int vlv_wm_method2(unsigned int pixel_rate,
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03001609 unsigned int htotal,
1610 unsigned int width,
Ville Syrjäläac484962016-01-20 21:05:26 +02001611 unsigned int cpp,
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001612 unsigned int latency)
1613{
1614 unsigned int ret;
1615
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03001616 ret = intel_wm_method2(pixel_rate, htotal,
1617 width, cpp, latency);
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001618 ret = DIV_ROUND_UP(ret, 64);
1619
1620 return ret;
1621}
1622
Ville Syrjäläbb726512016-10-31 22:37:24 +02001623static void vlv_setup_wm_latency(struct drm_i915_private *dev_priv)
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001624{
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001625 /* all latencies in usec */
1626 dev_priv->wm.pri_latency[VLV_WM_LEVEL_PM2] = 3;
1627
Ville Syrjälä58590c12015-09-08 21:05:12 +03001628 dev_priv->wm.max_level = VLV_WM_LEVEL_PM2;
1629
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001630 if (IS_CHERRYVIEW(dev_priv)) {
1631 dev_priv->wm.pri_latency[VLV_WM_LEVEL_PM5] = 12;
1632 dev_priv->wm.pri_latency[VLV_WM_LEVEL_DDR_DVFS] = 33;
Ville Syrjälä58590c12015-09-08 21:05:12 +03001633
1634 dev_priv->wm.max_level = VLV_WM_LEVEL_DDR_DVFS;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001635 }
1636}
1637
Jani Nikula5ce9a6492019-01-18 14:01:20 +02001638static u16 vlv_compute_wm_level(const struct intel_crtc_state *crtc_state,
1639 const struct intel_plane_state *plane_state,
1640 int level)
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001641{
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01001642 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane);
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001643 struct drm_i915_private *dev_priv = to_i915(plane->base.dev);
Ville Syrjäläe339d672016-11-28 19:37:17 +02001644 const struct drm_display_mode *adjusted_mode =
Maarten Lankhorst1326a922019-10-31 12:26:02 +01001645 &crtc_state->hw.adjusted_mode;
Chris Wilson1a1f1282017-11-07 14:03:38 +00001646 unsigned int clock, htotal, cpp, width, wm;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001647
1648 if (dev_priv->wm.pri_latency[level] == 0)
1649 return USHRT_MAX;
1650
Ville Syrjäläa07102f2017-03-03 17:19:27 +02001651 if (!intel_wm_plane_visible(crtc_state, plane_state))
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001652 return 0;
1653
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01001654 cpp = plane_state->hw.fb->format->cpp[0];
Ville Syrjäläe339d672016-11-28 19:37:17 +02001655 clock = adjusted_mode->crtc_clock;
1656 htotal = adjusted_mode->crtc_htotal;
1657 width = crtc_state->pipe_src_w;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001658
Ville Syrjälä709f3fc2017-03-03 17:19:26 +02001659 if (plane->id == PLANE_CURSOR) {
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001660 /*
1661 * FIXME the formula gives values that are
1662 * too big for the cursor FIFO, and hence we
1663 * would never be able to use cursors. For
1664 * now just hardcode the watermark.
1665 */
1666 wm = 63;
1667 } else {
Ville Syrjäläac484962016-01-20 21:05:26 +02001668 wm = vlv_wm_method2(clock, htotal, width, cpp,
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001669 dev_priv->wm.pri_latency[level] * 10);
1670 }
1671
Chris Wilson1a1f1282017-11-07 14:03:38 +00001672 return min_t(unsigned int, wm, USHRT_MAX);
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001673}
1674
Ville Syrjälä1a10ae62017-03-02 19:15:03 +02001675static bool vlv_need_sprite0_fifo_workaround(unsigned int active_planes)
1676{
1677 return (active_planes & (BIT(PLANE_SPRITE0) |
1678 BIT(PLANE_SPRITE1))) == BIT(PLANE_SPRITE1);
1679}
1680
Ville Syrjälä5012e602017-03-02 19:14:56 +02001681static int vlv_compute_fifo(struct intel_crtc_state *crtc_state)
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001682{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001683 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
Ville Syrjälä114d7dc2017-04-21 21:14:21 +03001684 const struct g4x_pipe_wm *raw =
Ville Syrjälä5012e602017-03-02 19:14:56 +02001685 &crtc_state->wm.vlv.raw[VLV_WM_LEVEL_PM2];
Ville Syrjälä814e7f02017-03-02 19:14:55 +02001686 struct vlv_fifo_state *fifo_state = &crtc_state->wm.vlv.fifo_state;
Ville Syrjälä5012e602017-03-02 19:14:56 +02001687 unsigned int active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR);
Ville Syrjälä0b14d962019-08-21 20:30:33 +03001688 int num_active_planes = hweight8(active_planes);
Ville Syrjälä5012e602017-03-02 19:14:56 +02001689 const int fifo_size = 511;
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001690 int fifo_extra, fifo_left = fifo_size;
Ville Syrjälä1a10ae62017-03-02 19:15:03 +02001691 int sprite0_fifo_extra = 0;
Ville Syrjälä5012e602017-03-02 19:14:56 +02001692 unsigned int total_rate;
1693 enum plane_id plane_id;
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001694
Ville Syrjälä1a10ae62017-03-02 19:15:03 +02001695 /*
1696 * When enabling sprite0 after sprite1 has already been enabled
1697 * we tend to get an underrun unless sprite0 already has some
1698 * FIFO space allcoated. Hence we always allocate at least one
1699 * cacheline for sprite0 whenever sprite1 is enabled.
1700 *
1701 * All other plane enable sequences appear immune to this problem.
1702 */
1703 if (vlv_need_sprite0_fifo_workaround(active_planes))
1704 sprite0_fifo_extra = 1;
1705
Ville Syrjälä5012e602017-03-02 19:14:56 +02001706 total_rate = raw->plane[PLANE_PRIMARY] +
1707 raw->plane[PLANE_SPRITE0] +
Ville Syrjälä1a10ae62017-03-02 19:15:03 +02001708 raw->plane[PLANE_SPRITE1] +
1709 sprite0_fifo_extra;
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001710
Ville Syrjälä5012e602017-03-02 19:14:56 +02001711 if (total_rate > fifo_size)
1712 return -EINVAL;
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001713
Ville Syrjälä5012e602017-03-02 19:14:56 +02001714 if (total_rate == 0)
1715 total_rate = 1;
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001716
Ville Syrjälä5012e602017-03-02 19:14:56 +02001717 for_each_plane_id_on_crtc(crtc, plane_id) {
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001718 unsigned int rate;
1719
Ville Syrjälä5012e602017-03-02 19:14:56 +02001720 if ((active_planes & BIT(plane_id)) == 0) {
1721 fifo_state->plane[plane_id] = 0;
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001722 continue;
1723 }
1724
Ville Syrjälä5012e602017-03-02 19:14:56 +02001725 rate = raw->plane[plane_id];
1726 fifo_state->plane[plane_id] = fifo_size * rate / total_rate;
1727 fifo_left -= fifo_state->plane[plane_id];
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001728 }
1729
Ville Syrjälä1a10ae62017-03-02 19:15:03 +02001730 fifo_state->plane[PLANE_SPRITE0] += sprite0_fifo_extra;
1731 fifo_left -= sprite0_fifo_extra;
1732
Ville Syrjälä5012e602017-03-02 19:14:56 +02001733 fifo_state->plane[PLANE_CURSOR] = 63;
1734
1735 fifo_extra = DIV_ROUND_UP(fifo_left, num_active_planes ?: 1);
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001736
1737 /* spread the remainder evenly */
Ville Syrjälä5012e602017-03-02 19:14:56 +02001738 for_each_plane_id_on_crtc(crtc, plane_id) {
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001739 int plane_extra;
1740
1741 if (fifo_left == 0)
1742 break;
1743
Ville Syrjälä5012e602017-03-02 19:14:56 +02001744 if ((active_planes & BIT(plane_id)) == 0)
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001745 continue;
1746
1747 plane_extra = min(fifo_extra, fifo_left);
Ville Syrjälä5012e602017-03-02 19:14:56 +02001748 fifo_state->plane[plane_id] += plane_extra;
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001749 fifo_left -= plane_extra;
1750 }
1751
Ville Syrjälä5012e602017-03-02 19:14:56 +02001752 WARN_ON(active_planes != 0 && fifo_left != 0);
1753
1754 /* give it all to the first plane if none are active */
1755 if (active_planes == 0) {
1756 WARN_ON(fifo_left != fifo_size);
1757 fifo_state->plane[PLANE_PRIMARY] = fifo_left;
1758 }
1759
1760 return 0;
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001761}
1762
Ville Syrjäläff32c542017-03-02 19:14:57 +02001763/* mark all levels starting from 'level' as invalid */
1764static void vlv_invalidate_wms(struct intel_crtc *crtc,
1765 struct vlv_wm_state *wm_state, int level)
1766{
1767 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
1768
Ville Syrjälä6d5019b2017-04-21 21:14:20 +03001769 for (; level < intel_wm_num_levels(dev_priv); level++) {
Ville Syrjäläff32c542017-03-02 19:14:57 +02001770 enum plane_id plane_id;
1771
1772 for_each_plane_id_on_crtc(crtc, plane_id)
1773 wm_state->wm[level].plane[plane_id] = USHRT_MAX;
1774
1775 wm_state->sr[level].cursor = USHRT_MAX;
1776 wm_state->sr[level].plane = USHRT_MAX;
1777 }
1778}
1779
Ville Syrjälä26cca0e2016-11-28 19:37:09 +02001780static u16 vlv_invert_wm_value(u16 wm, u16 fifo_size)
1781{
1782 if (wm > fifo_size)
1783 return USHRT_MAX;
1784 else
1785 return fifo_size - wm;
1786}
1787
Ville Syrjäläff32c542017-03-02 19:14:57 +02001788/*
1789 * Starting from 'level' set all higher
1790 * levels to 'value' in the "raw" watermarks.
1791 */
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001792static bool vlv_raw_plane_wm_set(struct intel_crtc_state *crtc_state,
Ville Syrjäläff32c542017-03-02 19:14:57 +02001793 int level, enum plane_id plane_id, u16 value)
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001794{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001795 struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
Ville Syrjälä6d5019b2017-04-21 21:14:20 +03001796 int num_levels = intel_wm_num_levels(dev_priv);
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001797 bool dirty = false;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001798
Ville Syrjäläff32c542017-03-02 19:14:57 +02001799 for (; level < num_levels; level++) {
Ville Syrjälä114d7dc2017-04-21 21:14:21 +03001800 struct g4x_pipe_wm *raw = &crtc_state->wm.vlv.raw[level];
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001801
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001802 dirty |= raw->plane[plane_id] != value;
Ville Syrjäläff32c542017-03-02 19:14:57 +02001803 raw->plane[plane_id] = value;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001804 }
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001805
1806 return dirty;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001807}
1808
Ville Syrjälä77d14ee2017-04-21 21:14:18 +03001809static bool vlv_raw_plane_wm_compute(struct intel_crtc_state *crtc_state,
1810 const struct intel_plane_state *plane_state)
Ville Syrjäläff32c542017-03-02 19:14:57 +02001811{
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01001812 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane);
Wambui Karugaf8d18d52020-01-07 18:13:30 +03001813 struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
Ville Syrjäläff32c542017-03-02 19:14:57 +02001814 enum plane_id plane_id = plane->id;
Ville Syrjälä6d5019b2017-04-21 21:14:20 +03001815 int num_levels = intel_wm_num_levels(to_i915(plane->base.dev));
Ville Syrjäläff32c542017-03-02 19:14:57 +02001816 int level;
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001817 bool dirty = false;
Ville Syrjäläff32c542017-03-02 19:14:57 +02001818
Ville Syrjäläa07102f2017-03-03 17:19:27 +02001819 if (!intel_wm_plane_visible(crtc_state, plane_state)) {
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001820 dirty |= vlv_raw_plane_wm_set(crtc_state, 0, plane_id, 0);
1821 goto out;
Ville Syrjäläff32c542017-03-02 19:14:57 +02001822 }
1823
1824 for (level = 0; level < num_levels; level++) {
Ville Syrjälä114d7dc2017-04-21 21:14:21 +03001825 struct g4x_pipe_wm *raw = &crtc_state->wm.vlv.raw[level];
Ville Syrjäläff32c542017-03-02 19:14:57 +02001826 int wm = vlv_compute_wm_level(crtc_state, plane_state, level);
1827 int max_wm = plane_id == PLANE_CURSOR ? 63 : 511;
1828
Ville Syrjäläff32c542017-03-02 19:14:57 +02001829 if (wm > max_wm)
1830 break;
1831
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001832 dirty |= raw->plane[plane_id] != wm;
Ville Syrjäläff32c542017-03-02 19:14:57 +02001833 raw->plane[plane_id] = wm;
1834 }
1835
1836 /* mark all higher levels as invalid */
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001837 dirty |= vlv_raw_plane_wm_set(crtc_state, level, plane_id, USHRT_MAX);
Ville Syrjäläff32c542017-03-02 19:14:57 +02001838
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001839out:
1840 if (dirty)
Wambui Karugaf8d18d52020-01-07 18:13:30 +03001841 drm_dbg_kms(&dev_priv->drm,
1842 "%s watermarks: PM2=%d, PM5=%d, DDR DVFS=%d\n",
1843 plane->base.name,
1844 crtc_state->wm.vlv.raw[VLV_WM_LEVEL_PM2].plane[plane_id],
1845 crtc_state->wm.vlv.raw[VLV_WM_LEVEL_PM5].plane[plane_id],
1846 crtc_state->wm.vlv.raw[VLV_WM_LEVEL_DDR_DVFS].plane[plane_id]);
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001847
1848 return dirty;
Ville Syrjäläff32c542017-03-02 19:14:57 +02001849}
1850
Ville Syrjälä77d14ee2017-04-21 21:14:18 +03001851static bool vlv_raw_plane_wm_is_valid(const struct intel_crtc_state *crtc_state,
1852 enum plane_id plane_id, int level)
Ville Syrjäläff32c542017-03-02 19:14:57 +02001853{
Ville Syrjälä114d7dc2017-04-21 21:14:21 +03001854 const struct g4x_pipe_wm *raw =
Ville Syrjäläff32c542017-03-02 19:14:57 +02001855 &crtc_state->wm.vlv.raw[level];
1856 const struct vlv_fifo_state *fifo_state =
1857 &crtc_state->wm.vlv.fifo_state;
1858
1859 return raw->plane[plane_id] <= fifo_state->plane[plane_id];
1860}
1861
Ville Syrjälä77d14ee2017-04-21 21:14:18 +03001862static bool vlv_raw_crtc_wm_is_valid(const struct intel_crtc_state *crtc_state, int level)
Ville Syrjäläff32c542017-03-02 19:14:57 +02001863{
Ville Syrjälä77d14ee2017-04-21 21:14:18 +03001864 return vlv_raw_plane_wm_is_valid(crtc_state, PLANE_PRIMARY, level) &&
1865 vlv_raw_plane_wm_is_valid(crtc_state, PLANE_SPRITE0, level) &&
1866 vlv_raw_plane_wm_is_valid(crtc_state, PLANE_SPRITE1, level) &&
1867 vlv_raw_plane_wm_is_valid(crtc_state, PLANE_CURSOR, level);
Ville Syrjäläff32c542017-03-02 19:14:57 +02001868}
1869
1870static int vlv_compute_pipe_wm(struct intel_crtc_state *crtc_state)
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001871{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001872 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
Ville Syrjälä7c951c02016-11-28 19:37:10 +02001873 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Ville Syrjäläff32c542017-03-02 19:14:57 +02001874 struct intel_atomic_state *state =
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001875 to_intel_atomic_state(crtc_state->uapi.state);
Ville Syrjälä855c79f2017-03-02 19:14:54 +02001876 struct vlv_wm_state *wm_state = &crtc_state->wm.vlv.optimal;
Ville Syrjäläff32c542017-03-02 19:14:57 +02001877 const struct vlv_fifo_state *fifo_state =
1878 &crtc_state->wm.vlv.fifo_state;
Ville Syrjälä0b14d962019-08-21 20:30:33 +03001879 int num_active_planes = hweight8(crtc_state->active_planes &
1880 ~BIT(PLANE_CURSOR));
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01001881 bool needs_modeset = drm_atomic_crtc_needs_modeset(&crtc_state->uapi);
Ville Syrjälä7b5104512017-08-23 18:22:22 +03001882 const struct intel_plane_state *old_plane_state;
1883 const struct intel_plane_state *new_plane_state;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001884 struct intel_plane *plane;
Ville Syrjäläff32c542017-03-02 19:14:57 +02001885 enum plane_id plane_id;
1886 int level, ret, i;
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001887 unsigned int dirty = 0;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001888
Ville Syrjälä7b5104512017-08-23 18:22:22 +03001889 for_each_oldnew_intel_plane_in_state(state, plane,
1890 old_plane_state,
1891 new_plane_state, i) {
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01001892 if (new_plane_state->hw.crtc != &crtc->base &&
1893 old_plane_state->hw.crtc != &crtc->base)
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001894 continue;
1895
Ville Syrjälä7b5104512017-08-23 18:22:22 +03001896 if (vlv_raw_plane_wm_compute(crtc_state, new_plane_state))
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001897 dirty |= BIT(plane->id);
1898 }
1899
1900 /*
1901 * DSPARB registers may have been reset due to the
1902 * power well being turned off. Make sure we restore
1903 * them to a consistent state even if no primary/sprite
1904 * planes are initially active.
1905 */
1906 if (needs_modeset)
1907 crtc_state->fifo_changed = true;
1908
1909 if (!dirty)
1910 return 0;
1911
1912 /* cursor changes don't warrant a FIFO recompute */
1913 if (dirty & ~BIT(PLANE_CURSOR)) {
1914 const struct intel_crtc_state *old_crtc_state =
Ville Syrjälä7b5104512017-08-23 18:22:22 +03001915 intel_atomic_get_old_crtc_state(state, crtc);
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001916 const struct vlv_fifo_state *old_fifo_state =
1917 &old_crtc_state->wm.vlv.fifo_state;
1918
1919 ret = vlv_compute_fifo(crtc_state);
1920 if (ret)
1921 return ret;
1922
1923 if (needs_modeset ||
1924 memcmp(old_fifo_state, fifo_state,
1925 sizeof(*fifo_state)) != 0)
1926 crtc_state->fifo_changed = true;
Ville Syrjälä5012e602017-03-02 19:14:56 +02001927 }
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001928
Ville Syrjäläff32c542017-03-02 19:14:57 +02001929 /* initially allow all levels */
Ville Syrjälä6d5019b2017-04-21 21:14:20 +03001930 wm_state->num_levels = intel_wm_num_levels(dev_priv);
Ville Syrjäläff32c542017-03-02 19:14:57 +02001931 /*
1932 * Note that enabling cxsr with no primary/sprite planes
1933 * enabled can wedge the pipe. Hence we only allow cxsr
1934 * with exactly one enabled primary/sprite plane.
1935 */
Ville Syrjälä5eeb7982017-03-02 19:15:00 +02001936 wm_state->cxsr = crtc->pipe != PIPE_C && num_active_planes == 1;
Ville Syrjäläff32c542017-03-02 19:14:57 +02001937
Ville Syrjälä5012e602017-03-02 19:14:56 +02001938 for (level = 0; level < wm_state->num_levels; level++) {
Ville Syrjälä114d7dc2017-04-21 21:14:21 +03001939 const struct g4x_pipe_wm *raw = &crtc_state->wm.vlv.raw[level];
Jani Nikula24977872019-09-11 12:26:08 +03001940 const int sr_fifo_size = INTEL_NUM_PIPES(dev_priv) * 512 - 1;
Ville Syrjälä5012e602017-03-02 19:14:56 +02001941
Ville Syrjälä77d14ee2017-04-21 21:14:18 +03001942 if (!vlv_raw_crtc_wm_is_valid(crtc_state, level))
Ville Syrjäläff32c542017-03-02 19:14:57 +02001943 break;
Ville Syrjälä5012e602017-03-02 19:14:56 +02001944
Ville Syrjäläff32c542017-03-02 19:14:57 +02001945 for_each_plane_id_on_crtc(crtc, plane_id) {
1946 wm_state->wm[level].plane[plane_id] =
1947 vlv_invert_wm_value(raw->plane[plane_id],
1948 fifo_state->plane[plane_id]);
1949 }
1950
1951 wm_state->sr[level].plane =
1952 vlv_invert_wm_value(max3(raw->plane[PLANE_PRIMARY],
Ville Syrjälä5012e602017-03-02 19:14:56 +02001953 raw->plane[PLANE_SPRITE0],
Ville Syrjäläff32c542017-03-02 19:14:57 +02001954 raw->plane[PLANE_SPRITE1]),
1955 sr_fifo_size);
1956
1957 wm_state->sr[level].cursor =
1958 vlv_invert_wm_value(raw->plane[PLANE_CURSOR],
1959 63);
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001960 }
1961
Ville Syrjäläff32c542017-03-02 19:14:57 +02001962 if (level == 0)
1963 return -EINVAL;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001964
Ville Syrjäläff32c542017-03-02 19:14:57 +02001965 /* limit to only levels we can actually handle */
1966 wm_state->num_levels = level;
1967
1968 /* invalidate the higher levels */
1969 vlv_invalidate_wms(crtc, wm_state, level);
1970
1971 return 0;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03001972}
1973
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001974#define VLV_FIFO(plane, value) \
1975 (((value) << DSPARB_ ## plane ## _SHIFT_VLV) & DSPARB_ ## plane ## _MASK_VLV)
1976
Ville Syrjäläff32c542017-03-02 19:14:57 +02001977static void vlv_atomic_update_fifo(struct intel_atomic_state *state,
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02001978 struct intel_crtc *crtc)
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001979{
Ville Syrjäläf07d43d2017-03-02 19:14:52 +02001980 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Tvrtko Ursuline33a4be2019-06-11 11:45:44 +01001981 struct intel_uncore *uncore = &dev_priv->uncore;
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02001982 const struct intel_crtc_state *crtc_state =
1983 intel_atomic_get_new_crtc_state(state, crtc);
Ville Syrjälä814e7f02017-03-02 19:14:55 +02001984 const struct vlv_fifo_state *fifo_state =
1985 &crtc_state->wm.vlv.fifo_state;
Ville Syrjäläf07d43d2017-03-02 19:14:52 +02001986 int sprite0_start, sprite1_start, fifo_size;
Kees Cook2713eb42020-02-20 16:05:17 -08001987 u32 dsparb, dsparb2, dsparb3;
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001988
Ville Syrjälä236c48e2017-03-02 19:14:58 +02001989 if (!crtc_state->fifo_changed)
1990 return;
1991
Ville Syrjäläf07d43d2017-03-02 19:14:52 +02001992 sprite0_start = fifo_state->plane[PLANE_PRIMARY];
1993 sprite1_start = fifo_state->plane[PLANE_SPRITE0] + sprite0_start;
1994 fifo_size = fifo_state->plane[PLANE_SPRITE1] + sprite1_start;
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001995
Pankaj Bharadiya48a1b8d2020-01-15 09:14:53 +05301996 drm_WARN_ON(&dev_priv->drm, fifo_state->plane[PLANE_CURSOR] != 63);
1997 drm_WARN_ON(&dev_priv->drm, fifo_size != 511);
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03001998
Ville Syrjäläc137d662017-03-02 19:15:06 +02001999 trace_vlv_fifo_size(crtc, sprite0_start, sprite1_start, fifo_size);
2000
Ville Syrjälä44e921d2017-03-09 17:44:34 +02002001 /*
2002 * uncore.lock serves a double purpose here. It allows us to
2003 * use the less expensive I915_{READ,WRITE}_FW() functions, and
2004 * it protects the DSPARB registers from getting clobbered by
2005 * parallel updates from multiple pipes.
2006 *
2007 * intel_pipe_update_start() has already disabled interrupts
2008 * for us, so a plain spin_lock() is sufficient here.
2009 */
Tvrtko Ursuline33a4be2019-06-11 11:45:44 +01002010 spin_lock(&uncore->lock);
Ville Syrjälä467a14d2016-12-05 16:13:28 +02002011
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03002012 switch (crtc->pipe) {
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03002013 case PIPE_A:
Tvrtko Ursuline33a4be2019-06-11 11:45:44 +01002014 dsparb = intel_uncore_read_fw(uncore, DSPARB);
2015 dsparb2 = intel_uncore_read_fw(uncore, DSPARB2);
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03002016
2017 dsparb &= ~(VLV_FIFO(SPRITEA, 0xff) |
2018 VLV_FIFO(SPRITEB, 0xff));
2019 dsparb |= (VLV_FIFO(SPRITEA, sprite0_start) |
2020 VLV_FIFO(SPRITEB, sprite1_start));
2021
2022 dsparb2 &= ~(VLV_FIFO(SPRITEA_HI, 0x1) |
2023 VLV_FIFO(SPRITEB_HI, 0x1));
2024 dsparb2 |= (VLV_FIFO(SPRITEA_HI, sprite0_start >> 8) |
2025 VLV_FIFO(SPRITEB_HI, sprite1_start >> 8));
2026
Tvrtko Ursuline33a4be2019-06-11 11:45:44 +01002027 intel_uncore_write_fw(uncore, DSPARB, dsparb);
2028 intel_uncore_write_fw(uncore, DSPARB2, dsparb2);
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03002029 break;
2030 case PIPE_B:
Tvrtko Ursuline33a4be2019-06-11 11:45:44 +01002031 dsparb = intel_uncore_read_fw(uncore, DSPARB);
2032 dsparb2 = intel_uncore_read_fw(uncore, DSPARB2);
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03002033
2034 dsparb &= ~(VLV_FIFO(SPRITEC, 0xff) |
2035 VLV_FIFO(SPRITED, 0xff));
2036 dsparb |= (VLV_FIFO(SPRITEC, sprite0_start) |
2037 VLV_FIFO(SPRITED, sprite1_start));
2038
2039 dsparb2 &= ~(VLV_FIFO(SPRITEC_HI, 0xff) |
2040 VLV_FIFO(SPRITED_HI, 0xff));
2041 dsparb2 |= (VLV_FIFO(SPRITEC_HI, sprite0_start >> 8) |
2042 VLV_FIFO(SPRITED_HI, sprite1_start >> 8));
2043
Tvrtko Ursuline33a4be2019-06-11 11:45:44 +01002044 intel_uncore_write_fw(uncore, DSPARB, dsparb);
2045 intel_uncore_write_fw(uncore, DSPARB2, dsparb2);
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03002046 break;
2047 case PIPE_C:
Tvrtko Ursuline33a4be2019-06-11 11:45:44 +01002048 dsparb3 = intel_uncore_read_fw(uncore, DSPARB3);
2049 dsparb2 = intel_uncore_read_fw(uncore, DSPARB2);
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03002050
2051 dsparb3 &= ~(VLV_FIFO(SPRITEE, 0xff) |
2052 VLV_FIFO(SPRITEF, 0xff));
2053 dsparb3 |= (VLV_FIFO(SPRITEE, sprite0_start) |
2054 VLV_FIFO(SPRITEF, sprite1_start));
2055
2056 dsparb2 &= ~(VLV_FIFO(SPRITEE_HI, 0xff) |
2057 VLV_FIFO(SPRITEF_HI, 0xff));
2058 dsparb2 |= (VLV_FIFO(SPRITEE_HI, sprite0_start >> 8) |
2059 VLV_FIFO(SPRITEF_HI, sprite1_start >> 8));
2060
Tvrtko Ursuline33a4be2019-06-11 11:45:44 +01002061 intel_uncore_write_fw(uncore, DSPARB3, dsparb3);
2062 intel_uncore_write_fw(uncore, DSPARB2, dsparb2);
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03002063 break;
2064 default:
2065 break;
2066 }
Ville Syrjälä467a14d2016-12-05 16:13:28 +02002067
Tvrtko Ursuline33a4be2019-06-11 11:45:44 +01002068 intel_uncore_posting_read_fw(uncore, DSPARB);
Ville Syrjälä467a14d2016-12-05 16:13:28 +02002069
Tvrtko Ursuline33a4be2019-06-11 11:45:44 +01002070 spin_unlock(&uncore->lock);
Ville Syrjälä54f1b6e2015-06-24 22:00:05 +03002071}
2072
2073#undef VLV_FIFO
2074
Matt Ropercd1d3ee2018-12-10 13:54:14 -08002075static int vlv_compute_intermediate_wm(struct intel_crtc_state *new_crtc_state)
Ville Syrjälä4841da52017-03-02 19:14:59 +02002076{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01002077 struct intel_crtc *crtc = to_intel_crtc(new_crtc_state->uapi.crtc);
Maarten Lankhorst5b9489c2017-11-15 17:31:56 +01002078 struct vlv_wm_state *intermediate = &new_crtc_state->wm.vlv.intermediate;
2079 const struct vlv_wm_state *optimal = &new_crtc_state->wm.vlv.optimal;
2080 struct intel_atomic_state *intel_state =
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01002081 to_intel_atomic_state(new_crtc_state->uapi.state);
Maarten Lankhorst5b9489c2017-11-15 17:31:56 +01002082 const struct intel_crtc_state *old_crtc_state =
2083 intel_atomic_get_old_crtc_state(intel_state, crtc);
2084 const struct vlv_wm_state *active = &old_crtc_state->wm.vlv.optimal;
Ville Syrjälä4841da52017-03-02 19:14:59 +02002085 int level;
2086
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01002087 if (!new_crtc_state->hw.active || drm_atomic_crtc_needs_modeset(&new_crtc_state->uapi)) {
Maarten Lankhorst5b9489c2017-11-15 17:31:56 +01002088 *intermediate = *optimal;
2089
2090 intermediate->cxsr = false;
2091 goto out;
2092 }
2093
Ville Syrjälä4841da52017-03-02 19:14:59 +02002094 intermediate->num_levels = min(optimal->num_levels, active->num_levels);
Ville Syrjälä5eeb7982017-03-02 19:15:00 +02002095 intermediate->cxsr = optimal->cxsr && active->cxsr &&
Maarten Lankhorst5b9489c2017-11-15 17:31:56 +01002096 !new_crtc_state->disable_cxsr;
Ville Syrjälä4841da52017-03-02 19:14:59 +02002097
2098 for (level = 0; level < intermediate->num_levels; level++) {
2099 enum plane_id plane_id;
2100
2101 for_each_plane_id_on_crtc(crtc, plane_id) {
2102 intermediate->wm[level].plane[plane_id] =
2103 min(optimal->wm[level].plane[plane_id],
2104 active->wm[level].plane[plane_id]);
2105 }
2106
2107 intermediate->sr[level].plane = min(optimal->sr[level].plane,
2108 active->sr[level].plane);
2109 intermediate->sr[level].cursor = min(optimal->sr[level].cursor,
2110 active->sr[level].cursor);
2111 }
2112
2113 vlv_invalidate_wms(crtc, intermediate, level);
2114
Maarten Lankhorst5b9489c2017-11-15 17:31:56 +01002115out:
Ville Syrjälä4841da52017-03-02 19:14:59 +02002116 /*
2117 * If our intermediate WM are identical to the final WM, then we can
2118 * omit the post-vblank programming; only update if it's different.
2119 */
Ville Syrjälä5eeb7982017-03-02 19:15:00 +02002120 if (memcmp(intermediate, optimal, sizeof(*intermediate)) != 0)
Maarten Lankhorst5b9489c2017-11-15 17:31:56 +01002121 new_crtc_state->wm.need_postvbl_update = true;
Ville Syrjälä4841da52017-03-02 19:14:59 +02002122
2123 return 0;
2124}
2125
Ville Syrjälä7c951c02016-11-28 19:37:10 +02002126static void vlv_merge_wm(struct drm_i915_private *dev_priv,
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002127 struct vlv_wm_values *wm)
2128{
2129 struct intel_crtc *crtc;
Ville Syrjäläc08e9132019-08-21 20:30:32 +03002130 int num_active_pipes = 0;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002131
Ville Syrjälä7c951c02016-11-28 19:37:10 +02002132 wm->level = dev_priv->wm.max_level;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002133 wm->cxsr = true;
2134
Ville Syrjälä7c951c02016-11-28 19:37:10 +02002135 for_each_intel_crtc(&dev_priv->drm, crtc) {
Ville Syrjälä7eb49412017-03-02 19:14:53 +02002136 const struct vlv_wm_state *wm_state = &crtc->wm.active.vlv;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002137
2138 if (!crtc->active)
2139 continue;
2140
2141 if (!wm_state->cxsr)
2142 wm->cxsr = false;
2143
Ville Syrjäläc08e9132019-08-21 20:30:32 +03002144 num_active_pipes++;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002145 wm->level = min_t(int, wm->level, wm_state->num_levels - 1);
2146 }
2147
Ville Syrjäläc08e9132019-08-21 20:30:32 +03002148 if (num_active_pipes != 1)
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002149 wm->cxsr = false;
2150
Ville Syrjäläc08e9132019-08-21 20:30:32 +03002151 if (num_active_pipes > 1)
Ville Syrjälä6f9c7842015-06-24 22:00:08 +03002152 wm->level = VLV_WM_LEVEL_PM2;
2153
Ville Syrjälä7c951c02016-11-28 19:37:10 +02002154 for_each_intel_crtc(&dev_priv->drm, crtc) {
Ville Syrjälä7eb49412017-03-02 19:14:53 +02002155 const struct vlv_wm_state *wm_state = &crtc->wm.active.vlv;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002156 enum pipe pipe = crtc->pipe;
2157
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002158 wm->pipe[pipe] = wm_state->wm[wm->level];
Ville Syrjäläff32c542017-03-02 19:14:57 +02002159 if (crtc->active && wm->cxsr)
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002160 wm->sr = wm_state->sr[wm->level];
2161
Ville Syrjälä1b313892016-11-28 19:37:08 +02002162 wm->ddl[pipe].plane[PLANE_PRIMARY] = DDL_PRECISION_HIGH | 2;
2163 wm->ddl[pipe].plane[PLANE_SPRITE0] = DDL_PRECISION_HIGH | 2;
2164 wm->ddl[pipe].plane[PLANE_SPRITE1] = DDL_PRECISION_HIGH | 2;
2165 wm->ddl[pipe].plane[PLANE_CURSOR] = DDL_PRECISION_HIGH | 2;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002166 }
2167}
2168
Ville Syrjäläff32c542017-03-02 19:14:57 +02002169static void vlv_program_watermarks(struct drm_i915_private *dev_priv)
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002170{
Ville Syrjäläfa292a42016-11-28 19:37:16 +02002171 struct vlv_wm_values *old_wm = &dev_priv->wm.vlv;
2172 struct vlv_wm_values new_wm = {};
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002173
Ville Syrjäläfa292a42016-11-28 19:37:16 +02002174 vlv_merge_wm(dev_priv, &new_wm);
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002175
Ville Syrjäläff32c542017-03-02 19:14:57 +02002176 if (memcmp(old_wm, &new_wm, sizeof(new_wm)) == 0)
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002177 return;
2178
Ville Syrjäläfa292a42016-11-28 19:37:16 +02002179 if (is_disabling(old_wm->level, new_wm.level, VLV_WM_LEVEL_DDR_DVFS))
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002180 chv_set_memory_dvfs(dev_priv, false);
2181
Ville Syrjäläfa292a42016-11-28 19:37:16 +02002182 if (is_disabling(old_wm->level, new_wm.level, VLV_WM_LEVEL_PM5))
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002183 chv_set_memory_pm5(dev_priv, false);
2184
Ville Syrjäläfa292a42016-11-28 19:37:16 +02002185 if (is_disabling(old_wm->cxsr, new_wm.cxsr, true))
Ville Syrjälä3d90e642016-11-28 19:37:11 +02002186 _intel_set_memory_cxsr(dev_priv, false);
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002187
Ville Syrjäläfa292a42016-11-28 19:37:16 +02002188 vlv_write_wm_values(dev_priv, &new_wm);
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002189
Ville Syrjäläfa292a42016-11-28 19:37:16 +02002190 if (is_enabling(old_wm->cxsr, new_wm.cxsr, true))
Ville Syrjälä3d90e642016-11-28 19:37:11 +02002191 _intel_set_memory_cxsr(dev_priv, true);
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002192
Ville Syrjäläfa292a42016-11-28 19:37:16 +02002193 if (is_enabling(old_wm->level, new_wm.level, VLV_WM_LEVEL_PM5))
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002194 chv_set_memory_pm5(dev_priv, true);
2195
Ville Syrjäläfa292a42016-11-28 19:37:16 +02002196 if (is_enabling(old_wm->level, new_wm.level, VLV_WM_LEVEL_DDR_DVFS))
Ville Syrjälä262cd2e2015-06-24 22:00:04 +03002197 chv_set_memory_dvfs(dev_priv, true);
2198
Ville Syrjäläfa292a42016-11-28 19:37:16 +02002199 *old_wm = new_wm;
Ville Syrjälä3c2777f2014-06-26 17:03:06 +03002200}
2201
Ville Syrjäläff32c542017-03-02 19:14:57 +02002202static void vlv_initial_watermarks(struct intel_atomic_state *state,
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02002203 struct intel_crtc *crtc)
Ville Syrjäläff32c542017-03-02 19:14:57 +02002204{
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02002205 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
2206 const struct intel_crtc_state *crtc_state =
2207 intel_atomic_get_new_crtc_state(state, crtc);
Ville Syrjäläff32c542017-03-02 19:14:57 +02002208
2209 mutex_lock(&dev_priv->wm.wm_mutex);
Ville Syrjälä4841da52017-03-02 19:14:59 +02002210 crtc->wm.active.vlv = crtc_state->wm.vlv.intermediate;
2211 vlv_program_watermarks(dev_priv);
2212 mutex_unlock(&dev_priv->wm.wm_mutex);
2213}
2214
2215static void vlv_optimize_watermarks(struct intel_atomic_state *state,
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02002216 struct intel_crtc *crtc)
Ville Syrjälä4841da52017-03-02 19:14:59 +02002217{
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02002218 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
2219 const struct intel_crtc_state *crtc_state =
2220 intel_atomic_get_new_crtc_state(state, crtc);
Ville Syrjälä4841da52017-03-02 19:14:59 +02002221
2222 if (!crtc_state->wm.need_postvbl_update)
2223 return;
2224
2225 mutex_lock(&dev_priv->wm.wm_mutex);
Ville Syrjälä88016a92019-07-01 19:05:45 +03002226 crtc->wm.active.vlv = crtc_state->wm.vlv.optimal;
Ville Syrjäläff32c542017-03-02 19:14:57 +02002227 vlv_program_watermarks(dev_priv);
2228 mutex_unlock(&dev_priv->wm.wm_mutex);
2229}
2230
Ville Syrjälä432081b2016-10-31 22:37:03 +02002231static void i965_update_wm(struct intel_crtc *unused_crtc)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002232{
Ville Syrjäläffc7a762016-10-31 22:37:21 +02002233 struct drm_i915_private *dev_priv = to_i915(unused_crtc->base.dev);
Ville Syrjäläefc26112016-10-31 22:37:04 +02002234 struct intel_crtc *crtc;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002235 int srwm = 1;
2236 int cursor_sr = 16;
Imre Deak98584252014-06-13 14:54:20 +03002237 bool cxsr_enabled;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002238
2239 /* Calc sr entries for one plane configs */
Ville Syrjäläffc7a762016-10-31 22:37:21 +02002240 crtc = single_enabled_crtc(dev_priv);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002241 if (crtc) {
2242 /* self-refresh has much higher latency */
2243 static const int sr_latency_ns = 12000;
Ville Syrjäläefc26112016-10-31 22:37:04 +02002244 const struct drm_display_mode *adjusted_mode =
Maarten Lankhorst1326a922019-10-31 12:26:02 +01002245 &crtc->config->hw.adjusted_mode;
Ville Syrjäläefc26112016-10-31 22:37:04 +02002246 const struct drm_framebuffer *fb =
2247 crtc->base.primary->state->fb;
Damien Lespiau241bfc32013-09-25 16:45:37 +01002248 int clock = adjusted_mode->crtc_clock;
Jesse Barnesfec8cba2013-11-27 11:10:26 -08002249 int htotal = adjusted_mode->crtc_htotal;
Ville Syrjäläefc26112016-10-31 22:37:04 +02002250 int hdisplay = crtc->config->pipe_src_w;
Ville Syrjälä353c8592016-12-14 23:30:57 +02002251 int cpp = fb->format->cpp[0];
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002252 int entries;
2253
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03002254 entries = intel_wm_method2(clock, htotal,
2255 hdisplay, cpp, sr_latency_ns / 100);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002256 entries = DIV_ROUND_UP(entries, I915_FIFO_LINE_SIZE);
2257 srwm = I965_FIFO_SIZE - entries;
2258 if (srwm < 0)
2259 srwm = 1;
2260 srwm &= 0x1ff;
Wambui Karugaf8d18d52020-01-07 18:13:30 +03002261 drm_dbg_kms(&dev_priv->drm,
2262 "self-refresh entries: %d, wm: %d\n",
2263 entries, srwm);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002264
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03002265 entries = intel_wm_method2(clock, htotal,
2266 crtc->base.cursor->state->crtc_w, 4,
2267 sr_latency_ns / 100);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002268 entries = DIV_ROUND_UP(entries,
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03002269 i965_cursor_wm_info.cacheline_size) +
2270 i965_cursor_wm_info.guard_size;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002271
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03002272 cursor_sr = i965_cursor_wm_info.fifo_size - entries;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002273 if (cursor_sr > i965_cursor_wm_info.max_wm)
2274 cursor_sr = i965_cursor_wm_info.max_wm;
2275
Wambui Karugaf8d18d52020-01-07 18:13:30 +03002276 drm_dbg_kms(&dev_priv->drm,
2277 "self-refresh watermark: display plane %d "
2278 "cursor %d\n", srwm, cursor_sr);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002279
Imre Deak98584252014-06-13 14:54:20 +03002280 cxsr_enabled = true;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002281 } else {
Imre Deak98584252014-06-13 14:54:20 +03002282 cxsr_enabled = false;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002283 /* Turn off self refresh if both pipes are enabled */
Imre Deak5209b1f2014-07-01 12:36:17 +03002284 intel_set_memory_cxsr(dev_priv, false);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002285 }
2286
Wambui Karugaf8d18d52020-01-07 18:13:30 +03002287 drm_dbg_kms(&dev_priv->drm,
2288 "Setting FIFO watermarks - A: 8, B: 8, C: 8, SR %d\n",
2289 srwm);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002290
2291 /* 965 has limitations... */
Ville Syrjäläf4998962015-03-10 17:02:21 +02002292 I915_WRITE(DSPFW1, FW_WM(srwm, SR) |
2293 FW_WM(8, CURSORB) |
2294 FW_WM(8, PLANEB) |
2295 FW_WM(8, PLANEA));
2296 I915_WRITE(DSPFW2, FW_WM(8, CURSORA) |
2297 FW_WM(8, PLANEC_OLD));
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002298 /* update cursor SR watermark */
Ville Syrjäläf4998962015-03-10 17:02:21 +02002299 I915_WRITE(DSPFW3, FW_WM(cursor_sr, CURSOR_SR));
Imre Deak98584252014-06-13 14:54:20 +03002300
2301 if (cxsr_enabled)
2302 intel_set_memory_cxsr(dev_priv, true);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002303}
2304
Ville Syrjäläf4998962015-03-10 17:02:21 +02002305#undef FW_WM
2306
Ville Syrjälä432081b2016-10-31 22:37:03 +02002307static void i9xx_update_wm(struct intel_crtc *unused_crtc)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002308{
Ville Syrjäläffc7a762016-10-31 22:37:21 +02002309 struct drm_i915_private *dev_priv = to_i915(unused_crtc->base.dev);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002310 const struct intel_watermark_params *wm_info;
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002311 u32 fwater_lo;
2312 u32 fwater_hi;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002313 int cwm, srwm = 1;
2314 int fifo_size;
2315 int planea_wm, planeb_wm;
Ville Syrjäläefc26112016-10-31 22:37:04 +02002316 struct intel_crtc *crtc, *enabled = NULL;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002317
Ville Syrjäläa9097be2016-10-31 22:37:20 +02002318 if (IS_I945GM(dev_priv))
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002319 wm_info = &i945_wm_info;
Lucas De Marchicf819ef2018-12-12 10:10:43 -08002320 else if (!IS_GEN(dev_priv, 2))
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002321 wm_info = &i915_wm_info;
2322 else
Ville Syrjälä9d539102014-08-15 01:21:53 +03002323 wm_info = &i830_a_wm_info;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002324
Ville Syrjäläbdaf8432017-11-17 21:19:11 +02002325 fifo_size = dev_priv->display.get_fifo_size(dev_priv, PLANE_A);
2326 crtc = intel_get_crtc_for_plane(dev_priv, PLANE_A);
Ville Syrjäläefc26112016-10-31 22:37:04 +02002327 if (intel_crtc_active(crtc)) {
2328 const struct drm_display_mode *adjusted_mode =
Maarten Lankhorst1326a922019-10-31 12:26:02 +01002329 &crtc->config->hw.adjusted_mode;
Ville Syrjäläefc26112016-10-31 22:37:04 +02002330 const struct drm_framebuffer *fb =
2331 crtc->base.primary->state->fb;
2332 int cpp;
2333
Lucas De Marchicf819ef2018-12-12 10:10:43 -08002334 if (IS_GEN(dev_priv, 2))
Chris Wilsonb9e0bda2012-10-22 12:32:15 +01002335 cpp = 4;
Ville Syrjäläefc26112016-10-31 22:37:04 +02002336 else
Ville Syrjälä353c8592016-12-14 23:30:57 +02002337 cpp = fb->format->cpp[0];
Chris Wilsonb9e0bda2012-10-22 12:32:15 +01002338
Damien Lespiau241bfc32013-09-25 16:45:37 +01002339 planea_wm = intel_calculate_wm(adjusted_mode->crtc_clock,
Chris Wilsonb9e0bda2012-10-22 12:32:15 +01002340 wm_info, fifo_size, cpp,
Chris Wilson5aef6002014-09-03 11:56:07 +01002341 pessimal_latency_ns);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002342 enabled = crtc;
Ville Syrjälä9d539102014-08-15 01:21:53 +03002343 } else {
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002344 planea_wm = fifo_size - wm_info->guard_size;
Ville Syrjälä9d539102014-08-15 01:21:53 +03002345 if (planea_wm > (long)wm_info->max_wm)
2346 planea_wm = wm_info->max_wm;
2347 }
2348
Lucas De Marchicf819ef2018-12-12 10:10:43 -08002349 if (IS_GEN(dev_priv, 2))
Ville Syrjälä9d539102014-08-15 01:21:53 +03002350 wm_info = &i830_bc_wm_info;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002351
Ville Syrjäläbdaf8432017-11-17 21:19:11 +02002352 fifo_size = dev_priv->display.get_fifo_size(dev_priv, PLANE_B);
2353 crtc = intel_get_crtc_for_plane(dev_priv, PLANE_B);
Ville Syrjäläefc26112016-10-31 22:37:04 +02002354 if (intel_crtc_active(crtc)) {
2355 const struct drm_display_mode *adjusted_mode =
Maarten Lankhorst1326a922019-10-31 12:26:02 +01002356 &crtc->config->hw.adjusted_mode;
Ville Syrjäläefc26112016-10-31 22:37:04 +02002357 const struct drm_framebuffer *fb =
2358 crtc->base.primary->state->fb;
2359 int cpp;
2360
Lucas De Marchicf819ef2018-12-12 10:10:43 -08002361 if (IS_GEN(dev_priv, 2))
Chris Wilsonb9e0bda2012-10-22 12:32:15 +01002362 cpp = 4;
Ville Syrjäläefc26112016-10-31 22:37:04 +02002363 else
Ville Syrjälä353c8592016-12-14 23:30:57 +02002364 cpp = fb->format->cpp[0];
Chris Wilsonb9e0bda2012-10-22 12:32:15 +01002365
Damien Lespiau241bfc32013-09-25 16:45:37 +01002366 planeb_wm = intel_calculate_wm(adjusted_mode->crtc_clock,
Chris Wilsonb9e0bda2012-10-22 12:32:15 +01002367 wm_info, fifo_size, cpp,
Chris Wilson5aef6002014-09-03 11:56:07 +01002368 pessimal_latency_ns);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002369 if (enabled == NULL)
2370 enabled = crtc;
2371 else
2372 enabled = NULL;
Ville Syrjälä9d539102014-08-15 01:21:53 +03002373 } else {
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002374 planeb_wm = fifo_size - wm_info->guard_size;
Ville Syrjälä9d539102014-08-15 01:21:53 +03002375 if (planeb_wm > (long)wm_info->max_wm)
2376 planeb_wm = wm_info->max_wm;
2377 }
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002378
Wambui Karugaf8d18d52020-01-07 18:13:30 +03002379 drm_dbg_kms(&dev_priv->drm,
2380 "FIFO watermarks - A: %d, B: %d\n", planea_wm, planeb_wm);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002381
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01002382 if (IS_I915GM(dev_priv) && enabled) {
Matt Roper2ff8fde2014-07-08 07:50:07 -07002383 struct drm_i915_gem_object *obj;
Daniel Vetter2ab1bc92014-04-07 08:54:21 +02002384
Ville Syrjäläefc26112016-10-31 22:37:04 +02002385 obj = intel_fb_obj(enabled->base.primary->state->fb);
Daniel Vetter2ab1bc92014-04-07 08:54:21 +02002386
2387 /* self-refresh seems busted with untiled */
Chris Wilson3e510a82016-08-05 10:14:23 +01002388 if (!i915_gem_object_is_tiled(obj))
Daniel Vetter2ab1bc92014-04-07 08:54:21 +02002389 enabled = NULL;
2390 }
2391
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002392 /*
2393 * Overlay gets an aggressive default since video jitter is bad.
2394 */
2395 cwm = 2;
2396
2397 /* Play safe and disable self-refresh before adjusting watermarks. */
Imre Deak5209b1f2014-07-01 12:36:17 +03002398 intel_set_memory_cxsr(dev_priv, false);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002399
2400 /* Calc sr entries for one plane configs */
Ville Syrjälä03427fc2016-10-31 22:37:18 +02002401 if (HAS_FW_BLC(dev_priv) && enabled) {
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002402 /* self-refresh has much higher latency */
2403 static const int sr_latency_ns = 6000;
Ville Syrjäläefc26112016-10-31 22:37:04 +02002404 const struct drm_display_mode *adjusted_mode =
Maarten Lankhorst1326a922019-10-31 12:26:02 +01002405 &enabled->config->hw.adjusted_mode;
Ville Syrjäläefc26112016-10-31 22:37:04 +02002406 const struct drm_framebuffer *fb =
2407 enabled->base.primary->state->fb;
Damien Lespiau241bfc32013-09-25 16:45:37 +01002408 int clock = adjusted_mode->crtc_clock;
Jesse Barnesfec8cba2013-11-27 11:10:26 -08002409 int htotal = adjusted_mode->crtc_htotal;
Ville Syrjäläefc26112016-10-31 22:37:04 +02002410 int hdisplay = enabled->config->pipe_src_w;
2411 int cpp;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002412 int entries;
2413
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01002414 if (IS_I915GM(dev_priv) || IS_I945GM(dev_priv))
Ville Syrjälä2d1b5052016-07-29 17:57:01 +03002415 cpp = 4;
Ville Syrjäläefc26112016-10-31 22:37:04 +02002416 else
Ville Syrjälä353c8592016-12-14 23:30:57 +02002417 cpp = fb->format->cpp[0];
Ville Syrjälä2d1b5052016-07-29 17:57:01 +03002418
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03002419 entries = intel_wm_method2(clock, htotal, hdisplay, cpp,
2420 sr_latency_ns / 100);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002421 entries = DIV_ROUND_UP(entries, wm_info->cacheline_size);
Wambui Karugaf8d18d52020-01-07 18:13:30 +03002422 drm_dbg_kms(&dev_priv->drm,
2423 "self-refresh entries: %d\n", entries);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002424 srwm = wm_info->fifo_size - entries;
2425 if (srwm < 0)
2426 srwm = 1;
2427
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01002428 if (IS_I945G(dev_priv) || IS_I945GM(dev_priv))
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002429 I915_WRITE(FW_BLC_SELF,
2430 FW_BLC_SELF_FIFO_MASK | (srwm & 0xff));
Ville Syrjäläacb91352016-07-29 17:57:02 +03002431 else
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002432 I915_WRITE(FW_BLC_SELF, srwm & 0x3f);
2433 }
2434
Wambui Karugaf8d18d52020-01-07 18:13:30 +03002435 drm_dbg_kms(&dev_priv->drm,
2436 "Setting FIFO watermarks - A: %d, B: %d, C: %d, SR %d\n",
2437 planea_wm, planeb_wm, cwm, srwm);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002438
2439 fwater_lo = ((planeb_wm & 0x3f) << 16) | (planea_wm & 0x3f);
2440 fwater_hi = (cwm & 0x1f);
2441
2442 /* Set request length to 8 cachelines per fetch */
2443 fwater_lo = fwater_lo | (1 << 24) | (1 << 8);
2444 fwater_hi = fwater_hi | (1 << 8);
2445
2446 I915_WRITE(FW_BLC, fwater_lo);
2447 I915_WRITE(FW_BLC2, fwater_hi);
2448
Imre Deak5209b1f2014-07-01 12:36:17 +03002449 if (enabled)
2450 intel_set_memory_cxsr(dev_priv, true);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002451}
2452
Ville Syrjälä432081b2016-10-31 22:37:03 +02002453static void i845_update_wm(struct intel_crtc *unused_crtc)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002454{
Ville Syrjäläffc7a762016-10-31 22:37:21 +02002455 struct drm_i915_private *dev_priv = to_i915(unused_crtc->base.dev);
Ville Syrjäläefc26112016-10-31 22:37:04 +02002456 struct intel_crtc *crtc;
Damien Lespiau241bfc32013-09-25 16:45:37 +01002457 const struct drm_display_mode *adjusted_mode;
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002458 u32 fwater_lo;
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002459 int planea_wm;
2460
Ville Syrjäläffc7a762016-10-31 22:37:21 +02002461 crtc = single_enabled_crtc(dev_priv);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002462 if (crtc == NULL)
2463 return;
2464
Maarten Lankhorst1326a922019-10-31 12:26:02 +01002465 adjusted_mode = &crtc->config->hw.adjusted_mode;
Damien Lespiau241bfc32013-09-25 16:45:37 +01002466 planea_wm = intel_calculate_wm(adjusted_mode->crtc_clock,
Daniel Vetterfeb56b92013-12-14 20:38:30 -02002467 &i845_wm_info,
Ville Syrjäläbdaf8432017-11-17 21:19:11 +02002468 dev_priv->display.get_fifo_size(dev_priv, PLANE_A),
Chris Wilson5aef6002014-09-03 11:56:07 +01002469 4, pessimal_latency_ns);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002470 fwater_lo = I915_READ(FW_BLC) & ~0xfff;
2471 fwater_lo |= (3<<8) | planea_wm;
2472
Wambui Karugaf8d18d52020-01-07 18:13:30 +03002473 drm_dbg_kms(&dev_priv->drm,
2474 "Setting FIFO watermarks - A: %d\n", planea_wm);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03002475
2476 I915_WRITE(FW_BLC, fwater_lo);
2477}
2478
Ville Syrjälä37126462013-08-01 16:18:55 +03002479/* latency must be in 0.1us units. */
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03002480static unsigned int ilk_wm_method1(unsigned int pixel_rate,
2481 unsigned int cpp,
2482 unsigned int latency)
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002483{
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03002484 unsigned int ret;
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002485
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03002486 ret = intel_wm_method1(pixel_rate, cpp, latency);
2487 ret = DIV_ROUND_UP(ret, 64) + 2;
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002488
2489 return ret;
2490}
2491
Ville Syrjälä37126462013-08-01 16:18:55 +03002492/* latency must be in 0.1us units. */
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03002493static unsigned int ilk_wm_method2(unsigned int pixel_rate,
2494 unsigned int htotal,
2495 unsigned int width,
2496 unsigned int cpp,
2497 unsigned int latency)
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002498{
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03002499 unsigned int ret;
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002500
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03002501 ret = intel_wm_method2(pixel_rate, htotal,
2502 width, cpp, latency);
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002503 ret = DIV_ROUND_UP(ret, 64) + 2;
Ville Syrjäläbaf69ca2017-04-21 21:14:27 +03002504
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002505 return ret;
2506}
2507
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002508static u32 ilk_wm_fbc(u32 pri_val, u32 horiz_pixels, u8 cpp)
Paulo Zanonicca32e92013-05-31 11:45:06 -03002509{
Matt Roper15126882015-12-03 11:37:40 -08002510 /*
2511 * Neither of these should be possible since this function shouldn't be
2512 * called if the CRTC is off or the plane is invisible. But let's be
2513 * extra paranoid to avoid a potential divide-by-zero if we screw up
2514 * elsewhere in the driver.
2515 */
Ville Syrjäläac484962016-01-20 21:05:26 +02002516 if (WARN_ON(!cpp))
Matt Roper15126882015-12-03 11:37:40 -08002517 return 0;
2518 if (WARN_ON(!horiz_pixels))
2519 return 0;
2520
Ville Syrjäläac484962016-01-20 21:05:26 +02002521 return DIV_ROUND_UP(pri_val * 64, horiz_pixels * cpp) + 2;
Paulo Zanonicca32e92013-05-31 11:45:06 -03002522}
2523
Imre Deak820c1982013-12-17 14:46:36 +02002524struct ilk_wm_maximums {
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002525 u16 pri;
2526 u16 spr;
2527 u16 cur;
2528 u16 fbc;
Paulo Zanonicca32e92013-05-31 11:45:06 -03002529};
2530
Ville Syrjälä37126462013-08-01 16:18:55 +03002531/*
2532 * For both WM_PIPE and WM_LP.
2533 * mem_value must be in 0.1us units.
2534 */
Maarten Lankhorstec193642019-06-28 10:55:17 +02002535static u32 ilk_compute_pri_wm(const struct intel_crtc_state *crtc_state,
2536 const struct intel_plane_state *plane_state,
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002537 u32 mem_value, bool is_lp)
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002538{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002539 u32 method1, method2;
Ville Syrjälä83054942016-11-18 21:53:00 +02002540 int cpp;
Paulo Zanonicca32e92013-05-31 11:45:06 -03002541
Ville Syrjälä03981c62018-11-14 19:34:40 +02002542 if (mem_value == 0)
2543 return U32_MAX;
2544
Maarten Lankhorstec193642019-06-28 10:55:17 +02002545 if (!intel_wm_plane_visible(crtc_state, plane_state))
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002546 return 0;
2547
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01002548 cpp = plane_state->hw.fb->format->cpp[0];
Ville Syrjälä83054942016-11-18 21:53:00 +02002549
Maarten Lankhorstec193642019-06-28 10:55:17 +02002550 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value);
Paulo Zanonicca32e92013-05-31 11:45:06 -03002551
2552 if (!is_lp)
2553 return method1;
2554
Maarten Lankhorstec193642019-06-28 10:55:17 +02002555 method2 = ilk_wm_method2(crtc_state->pixel_rate,
Maarten Lankhorst1326a922019-10-31 12:26:02 +01002556 crtc_state->hw.adjusted_mode.crtc_htotal,
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01002557 drm_rect_width(&plane_state->uapi.dst),
Ville Syrjäläac484962016-01-20 21:05:26 +02002558 cpp, mem_value);
Paulo Zanonicca32e92013-05-31 11:45:06 -03002559
2560 return min(method1, method2);
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002561}
2562
Ville Syrjälä37126462013-08-01 16:18:55 +03002563/*
2564 * For both WM_PIPE and WM_LP.
2565 * mem_value must be in 0.1us units.
2566 */
Maarten Lankhorstec193642019-06-28 10:55:17 +02002567static u32 ilk_compute_spr_wm(const struct intel_crtc_state *crtc_state,
2568 const struct intel_plane_state *plane_state,
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002569 u32 mem_value)
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002570{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002571 u32 method1, method2;
Ville Syrjälä83054942016-11-18 21:53:00 +02002572 int cpp;
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002573
Ville Syrjälä03981c62018-11-14 19:34:40 +02002574 if (mem_value == 0)
2575 return U32_MAX;
2576
Maarten Lankhorstec193642019-06-28 10:55:17 +02002577 if (!intel_wm_plane_visible(crtc_state, plane_state))
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002578 return 0;
2579
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01002580 cpp = plane_state->hw.fb->format->cpp[0];
Ville Syrjälä83054942016-11-18 21:53:00 +02002581
Maarten Lankhorstec193642019-06-28 10:55:17 +02002582 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value);
2583 method2 = ilk_wm_method2(crtc_state->pixel_rate,
Maarten Lankhorst1326a922019-10-31 12:26:02 +01002584 crtc_state->hw.adjusted_mode.crtc_htotal,
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01002585 drm_rect_width(&plane_state->uapi.dst),
Ville Syrjäläac484962016-01-20 21:05:26 +02002586 cpp, mem_value);
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002587 return min(method1, method2);
2588}
2589
Ville Syrjälä37126462013-08-01 16:18:55 +03002590/*
2591 * For both WM_PIPE and WM_LP.
2592 * mem_value must be in 0.1us units.
2593 */
Maarten Lankhorstec193642019-06-28 10:55:17 +02002594static u32 ilk_compute_cur_wm(const struct intel_crtc_state *crtc_state,
2595 const struct intel_plane_state *plane_state,
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002596 u32 mem_value)
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002597{
Ville Syrjäläa5509ab2017-02-17 17:01:59 +02002598 int cpp;
Matt Roper43d59ed2015-09-24 15:53:07 -07002599
Ville Syrjälä03981c62018-11-14 19:34:40 +02002600 if (mem_value == 0)
2601 return U32_MAX;
2602
Maarten Lankhorstec193642019-06-28 10:55:17 +02002603 if (!intel_wm_plane_visible(crtc_state, plane_state))
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002604 return 0;
2605
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01002606 cpp = plane_state->hw.fb->format->cpp[0];
Ville Syrjäläa5509ab2017-02-17 17:01:59 +02002607
Maarten Lankhorstec193642019-06-28 10:55:17 +02002608 return ilk_wm_method2(crtc_state->pixel_rate,
Maarten Lankhorst1326a922019-10-31 12:26:02 +01002609 crtc_state->hw.adjusted_mode.crtc_htotal,
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01002610 drm_rect_width(&plane_state->uapi.dst),
Maarten Lankhorst3a612762019-10-04 13:34:54 +02002611 cpp, mem_value);
Paulo Zanoni801bcff2013-05-31 10:08:35 -03002612}
2613
Paulo Zanonicca32e92013-05-31 11:45:06 -03002614/* Only for WM_LP. */
Maarten Lankhorstec193642019-06-28 10:55:17 +02002615static u32 ilk_compute_fbc_wm(const struct intel_crtc_state *crtc_state,
2616 const struct intel_plane_state *plane_state,
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002617 u32 pri_val)
Paulo Zanonicca32e92013-05-31 11:45:06 -03002618{
Ville Syrjälä83054942016-11-18 21:53:00 +02002619 int cpp;
Matt Roper43d59ed2015-09-24 15:53:07 -07002620
Maarten Lankhorstec193642019-06-28 10:55:17 +02002621 if (!intel_wm_plane_visible(crtc_state, plane_state))
Paulo Zanonicca32e92013-05-31 11:45:06 -03002622 return 0;
2623
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01002624 cpp = plane_state->hw.fb->format->cpp[0];
Ville Syrjälä83054942016-11-18 21:53:00 +02002625
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01002626 return ilk_wm_fbc(pri_val, drm_rect_width(&plane_state->uapi.dst),
2627 cpp);
Paulo Zanonicca32e92013-05-31 11:45:06 -03002628}
2629
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002630static unsigned int
2631ilk_display_fifo_size(const struct drm_i915_private *dev_priv)
Ville Syrjälä158ae642013-08-07 13:28:19 +03002632{
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002633 if (INTEL_GEN(dev_priv) >= 8)
Ville Syrjälä416f4722013-11-02 21:07:46 -07002634 return 3072;
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002635 else if (INTEL_GEN(dev_priv) >= 7)
Ville Syrjälä158ae642013-08-07 13:28:19 +03002636 return 768;
2637 else
2638 return 512;
2639}
2640
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002641static unsigned int
2642ilk_plane_wm_reg_max(const struct drm_i915_private *dev_priv,
2643 int level, bool is_sprite)
Ville Syrjälä4e975082014-03-07 18:32:11 +02002644{
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002645 if (INTEL_GEN(dev_priv) >= 8)
Ville Syrjälä4e975082014-03-07 18:32:11 +02002646 /* BDW primary/sprite plane watermarks */
2647 return level == 0 ? 255 : 2047;
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002648 else if (INTEL_GEN(dev_priv) >= 7)
Ville Syrjälä4e975082014-03-07 18:32:11 +02002649 /* IVB/HSW primary/sprite plane watermarks */
2650 return level == 0 ? 127 : 1023;
2651 else if (!is_sprite)
2652 /* ILK/SNB primary plane watermarks */
2653 return level == 0 ? 127 : 511;
2654 else
2655 /* ILK/SNB sprite plane watermarks */
2656 return level == 0 ? 63 : 255;
2657}
2658
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002659static unsigned int
2660ilk_cursor_wm_reg_max(const struct drm_i915_private *dev_priv, int level)
Ville Syrjälä4e975082014-03-07 18:32:11 +02002661{
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002662 if (INTEL_GEN(dev_priv) >= 7)
Ville Syrjälä4e975082014-03-07 18:32:11 +02002663 return level == 0 ? 63 : 255;
2664 else
2665 return level == 0 ? 31 : 63;
2666}
2667
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002668static unsigned int ilk_fbc_wm_reg_max(const struct drm_i915_private *dev_priv)
Ville Syrjälä4e975082014-03-07 18:32:11 +02002669{
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002670 if (INTEL_GEN(dev_priv) >= 8)
Ville Syrjälä4e975082014-03-07 18:32:11 +02002671 return 31;
2672 else
2673 return 15;
2674}
2675
Ville Syrjälä158ae642013-08-07 13:28:19 +03002676/* Calculate the maximum primary/sprite plane watermark */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08002677static unsigned int ilk_plane_wm_max(const struct drm_i915_private *dev_priv,
Ville Syrjälä158ae642013-08-07 13:28:19 +03002678 int level,
Ville Syrjälä240264f2013-08-07 13:29:12 +03002679 const struct intel_wm_config *config,
Ville Syrjälä158ae642013-08-07 13:28:19 +03002680 enum intel_ddb_partitioning ddb_partitioning,
2681 bool is_sprite)
2682{
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002683 unsigned int fifo_size = ilk_display_fifo_size(dev_priv);
Ville Syrjälä158ae642013-08-07 13:28:19 +03002684
2685 /* if sprites aren't enabled, sprites get nothing */
Ville Syrjälä240264f2013-08-07 13:29:12 +03002686 if (is_sprite && !config->sprites_enabled)
Ville Syrjälä158ae642013-08-07 13:28:19 +03002687 return 0;
2688
2689 /* HSW allows LP1+ watermarks even with multiple pipes */
Ville Syrjälä240264f2013-08-07 13:29:12 +03002690 if (level == 0 || config->num_pipes_active > 1) {
Jani Nikula24977872019-09-11 12:26:08 +03002691 fifo_size /= INTEL_NUM_PIPES(dev_priv);
Ville Syrjälä158ae642013-08-07 13:28:19 +03002692
2693 /*
2694 * For some reason the non self refresh
2695 * FIFO size is only half of the self
2696 * refresh FIFO size on ILK/SNB.
2697 */
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002698 if (INTEL_GEN(dev_priv) <= 6)
Ville Syrjälä158ae642013-08-07 13:28:19 +03002699 fifo_size /= 2;
2700 }
2701
Ville Syrjälä240264f2013-08-07 13:29:12 +03002702 if (config->sprites_enabled) {
Ville Syrjälä158ae642013-08-07 13:28:19 +03002703 /* level 0 is always calculated with 1:1 split */
2704 if (level > 0 && ddb_partitioning == INTEL_DDB_PART_5_6) {
2705 if (is_sprite)
2706 fifo_size *= 5;
2707 fifo_size /= 6;
2708 } else {
2709 fifo_size /= 2;
2710 }
2711 }
2712
2713 /* clamp to max that the registers can hold */
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002714 return min(fifo_size, ilk_plane_wm_reg_max(dev_priv, level, is_sprite));
Ville Syrjälä158ae642013-08-07 13:28:19 +03002715}
2716
2717/* Calculate the maximum cursor plane watermark */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08002718static unsigned int ilk_cursor_wm_max(const struct drm_i915_private *dev_priv,
Ville Syrjälä240264f2013-08-07 13:29:12 +03002719 int level,
2720 const struct intel_wm_config *config)
Ville Syrjälä158ae642013-08-07 13:28:19 +03002721{
2722 /* HSW LP1+ watermarks w/ multiple pipes */
Ville Syrjälä240264f2013-08-07 13:29:12 +03002723 if (level > 0 && config->num_pipes_active > 1)
Ville Syrjälä158ae642013-08-07 13:28:19 +03002724 return 64;
2725
2726 /* otherwise just report max that registers can hold */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08002727 return ilk_cursor_wm_reg_max(dev_priv, level);
Ville Syrjälä158ae642013-08-07 13:28:19 +03002728}
2729
Matt Ropercd1d3ee2018-12-10 13:54:14 -08002730static void ilk_compute_wm_maximums(const struct drm_i915_private *dev_priv,
Ville Syrjälä34982fe2013-10-09 19:18:09 +03002731 int level,
2732 const struct intel_wm_config *config,
2733 enum intel_ddb_partitioning ddb_partitioning,
Imre Deak820c1982013-12-17 14:46:36 +02002734 struct ilk_wm_maximums *max)
Ville Syrjälä158ae642013-08-07 13:28:19 +03002735{
Matt Ropercd1d3ee2018-12-10 13:54:14 -08002736 max->pri = ilk_plane_wm_max(dev_priv, level, config, ddb_partitioning, false);
2737 max->spr = ilk_plane_wm_max(dev_priv, level, config, ddb_partitioning, true);
2738 max->cur = ilk_cursor_wm_max(dev_priv, level, config);
2739 max->fbc = ilk_fbc_wm_reg_max(dev_priv);
Ville Syrjälä158ae642013-08-07 13:28:19 +03002740}
2741
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002742static void ilk_compute_wm_reg_maximums(const struct drm_i915_private *dev_priv,
Ville Syrjäläa3cb4042014-04-28 15:44:56 +03002743 int level,
2744 struct ilk_wm_maximums *max)
2745{
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00002746 max->pri = ilk_plane_wm_reg_max(dev_priv, level, false);
2747 max->spr = ilk_plane_wm_reg_max(dev_priv, level, true);
2748 max->cur = ilk_cursor_wm_reg_max(dev_priv, level);
2749 max->fbc = ilk_fbc_wm_reg_max(dev_priv);
Ville Syrjäläa3cb4042014-04-28 15:44:56 +03002750}
2751
Ville Syrjäläd9395652013-10-09 19:18:10 +03002752static bool ilk_validate_wm_level(int level,
Imre Deak820c1982013-12-17 14:46:36 +02002753 const struct ilk_wm_maximums *max,
Ville Syrjäläd9395652013-10-09 19:18:10 +03002754 struct intel_wm_level *result)
Ville Syrjäläa9786a12013-08-07 13:24:47 +03002755{
2756 bool ret;
2757
2758 /* already determined to be invalid? */
2759 if (!result->enable)
2760 return false;
2761
2762 result->enable = result->pri_val <= max->pri &&
2763 result->spr_val <= max->spr &&
2764 result->cur_val <= max->cur;
2765
2766 ret = result->enable;
2767
2768 /*
2769 * HACK until we can pre-compute everything,
2770 * and thus fail gracefully if LP0 watermarks
2771 * are exceeded...
2772 */
2773 if (level == 0 && !result->enable) {
2774 if (result->pri_val > max->pri)
2775 DRM_DEBUG_KMS("Primary WM%d too large %u (max %u)\n",
2776 level, result->pri_val, max->pri);
2777 if (result->spr_val > max->spr)
2778 DRM_DEBUG_KMS("Sprite WM%d too large %u (max %u)\n",
2779 level, result->spr_val, max->spr);
2780 if (result->cur_val > max->cur)
2781 DRM_DEBUG_KMS("Cursor WM%d too large %u (max %u)\n",
2782 level, result->cur_val, max->cur);
2783
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002784 result->pri_val = min_t(u32, result->pri_val, max->pri);
2785 result->spr_val = min_t(u32, result->spr_val, max->spr);
2786 result->cur_val = min_t(u32, result->cur_val, max->cur);
Ville Syrjäläa9786a12013-08-07 13:24:47 +03002787 result->enable = true;
2788 }
2789
Ville Syrjäläa9786a12013-08-07 13:24:47 +03002790 return ret;
2791}
2792
Damien Lespiaud34ff9c2014-01-06 19:17:23 +00002793static void ilk_compute_wm_level(const struct drm_i915_private *dev_priv,
Ville Syrjälä2a67054b2020-02-25 19:11:06 +02002794 const struct intel_crtc *crtc,
Ville Syrjälä6f5ddd12013-08-06 22:24:02 +03002795 int level,
Maarten Lankhorstec193642019-06-28 10:55:17 +02002796 struct intel_crtc_state *crtc_state,
Maarten Lankhorst28283f42017-10-19 17:13:40 +02002797 const struct intel_plane_state *pristate,
2798 const struct intel_plane_state *sprstate,
2799 const struct intel_plane_state *curstate,
Ville Syrjälä1fd527c2013-08-06 22:24:05 +03002800 struct intel_wm_level *result)
Ville Syrjälä6f5ddd12013-08-06 22:24:02 +03002801{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002802 u16 pri_latency = dev_priv->wm.pri_latency[level];
2803 u16 spr_latency = dev_priv->wm.spr_latency[level];
2804 u16 cur_latency = dev_priv->wm.cur_latency[level];
Ville Syrjälä6f5ddd12013-08-06 22:24:02 +03002805
2806 /* WM1+ latency values stored in 0.5us units */
2807 if (level > 0) {
2808 pri_latency *= 5;
2809 spr_latency *= 5;
2810 cur_latency *= 5;
2811 }
2812
Maarten Lankhorste3bddde2016-03-01 11:07:22 +01002813 if (pristate) {
Maarten Lankhorstec193642019-06-28 10:55:17 +02002814 result->pri_val = ilk_compute_pri_wm(crtc_state, pristate,
Maarten Lankhorste3bddde2016-03-01 11:07:22 +01002815 pri_latency, level);
Maarten Lankhorstec193642019-06-28 10:55:17 +02002816 result->fbc_val = ilk_compute_fbc_wm(crtc_state, pristate, result->pri_val);
Maarten Lankhorste3bddde2016-03-01 11:07:22 +01002817 }
2818
2819 if (sprstate)
Maarten Lankhorstec193642019-06-28 10:55:17 +02002820 result->spr_val = ilk_compute_spr_wm(crtc_state, sprstate, spr_latency);
Maarten Lankhorste3bddde2016-03-01 11:07:22 +01002821
2822 if (curstate)
Maarten Lankhorstec193642019-06-28 10:55:17 +02002823 result->cur_val = ilk_compute_cur_wm(crtc_state, curstate, cur_latency);
Maarten Lankhorste3bddde2016-03-01 11:07:22 +01002824
Ville Syrjälä6f5ddd12013-08-06 22:24:02 +03002825 result->enable = true;
2826}
2827
Ville Syrjäläbb726512016-10-31 22:37:24 +02002828static void intel_read_wm_latency(struct drm_i915_private *dev_priv,
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002829 u16 wm[8])
Ville Syrjälä12b134d2013-07-05 11:57:21 +03002830{
Tvrtko Ursulin1cea02d2019-06-10 13:06:07 +01002831 struct intel_uncore *uncore = &dev_priv->uncore;
2832
Paulo Zanoni50682ee2017-08-09 13:52:43 -07002833 if (INTEL_GEN(dev_priv) >= 9) {
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002834 u32 val;
Vandana Kannan4f947382014-11-04 17:06:47 +00002835 int ret, i;
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002836 int level, max_level = ilk_wm_max_level(dev_priv);
Pradeep Bhat2af30a52014-11-04 17:06:38 +00002837
2838 /* read the first set of memory latencies[0:3] */
2839 val = 0; /* data0 to be programmed to 0 for first set */
Pradeep Bhat2af30a52014-11-04 17:06:38 +00002840 ret = sandybridge_pcode_read(dev_priv,
2841 GEN9_PCODE_READ_MEM_LATENCY,
Ville Syrjäläd284d512019-05-21 19:40:24 +03002842 &val, NULL);
Pradeep Bhat2af30a52014-11-04 17:06:38 +00002843
2844 if (ret) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03002845 drm_err(&dev_priv->drm,
2846 "SKL Mailbox read error = %d\n", ret);
Pradeep Bhat2af30a52014-11-04 17:06:38 +00002847 return;
2848 }
2849
2850 wm[0] = val & GEN9_MEM_LATENCY_LEVEL_MASK;
2851 wm[1] = (val >> GEN9_MEM_LATENCY_LEVEL_1_5_SHIFT) &
2852 GEN9_MEM_LATENCY_LEVEL_MASK;
2853 wm[2] = (val >> GEN9_MEM_LATENCY_LEVEL_2_6_SHIFT) &
2854 GEN9_MEM_LATENCY_LEVEL_MASK;
2855 wm[3] = (val >> GEN9_MEM_LATENCY_LEVEL_3_7_SHIFT) &
2856 GEN9_MEM_LATENCY_LEVEL_MASK;
2857
2858 /* read the second set of memory latencies[4:7] */
2859 val = 1; /* data0 to be programmed to 1 for second set */
Pradeep Bhat2af30a52014-11-04 17:06:38 +00002860 ret = sandybridge_pcode_read(dev_priv,
2861 GEN9_PCODE_READ_MEM_LATENCY,
Ville Syrjäläd284d512019-05-21 19:40:24 +03002862 &val, NULL);
Pradeep Bhat2af30a52014-11-04 17:06:38 +00002863 if (ret) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03002864 drm_err(&dev_priv->drm,
2865 "SKL Mailbox read error = %d\n", ret);
Pradeep Bhat2af30a52014-11-04 17:06:38 +00002866 return;
2867 }
2868
2869 wm[4] = val & GEN9_MEM_LATENCY_LEVEL_MASK;
2870 wm[5] = (val >> GEN9_MEM_LATENCY_LEVEL_1_5_SHIFT) &
2871 GEN9_MEM_LATENCY_LEVEL_MASK;
2872 wm[6] = (val >> GEN9_MEM_LATENCY_LEVEL_2_6_SHIFT) &
2873 GEN9_MEM_LATENCY_LEVEL_MASK;
2874 wm[7] = (val >> GEN9_MEM_LATENCY_LEVEL_3_7_SHIFT) &
2875 GEN9_MEM_LATENCY_LEVEL_MASK;
2876
Vandana Kannan367294b2014-11-04 17:06:46 +00002877 /*
Paulo Zanoni0727e402016-09-22 18:00:30 -03002878 * If a level n (n > 1) has a 0us latency, all levels m (m >= n)
2879 * need to be disabled. We make sure to sanitize the values out
2880 * of the punit to satisfy this requirement.
2881 */
2882 for (level = 1; level <= max_level; level++) {
2883 if (wm[level] == 0) {
2884 for (i = level + 1; i <= max_level; i++)
2885 wm[i] = 0;
2886 break;
2887 }
2888 }
2889
2890 /*
Paulo Zanoni50682ee2017-08-09 13:52:43 -07002891 * WaWmMemoryReadLatency:skl+,glk
Damien Lespiau6f972352015-02-09 19:33:07 +00002892 *
Vandana Kannan367294b2014-11-04 17:06:46 +00002893 * punit doesn't take into account the read latency so we need
Paulo Zanoni0727e402016-09-22 18:00:30 -03002894 * to add 2us to the various latency levels we retrieve from the
2895 * punit when level 0 response data us 0us.
Vandana Kannan367294b2014-11-04 17:06:46 +00002896 */
Paulo Zanoni0727e402016-09-22 18:00:30 -03002897 if (wm[0] == 0) {
2898 wm[0] += 2;
2899 for (level = 1; level <= max_level; level++) {
2900 if (wm[level] == 0)
2901 break;
Vandana Kannan367294b2014-11-04 17:06:46 +00002902 wm[level] += 2;
Vandana Kannan4f947382014-11-04 17:06:47 +00002903 }
Paulo Zanoni0727e402016-09-22 18:00:30 -03002904 }
2905
Mahesh Kumar86b59282018-08-31 16:39:42 +05302906 /*
2907 * WA Level-0 adjustment for 16GB DIMMs: SKL+
2908 * If we could not get dimm info enable this WA to prevent from
2909 * any underrun. If not able to get Dimm info assume 16GB dimm
2910 * to avoid any underrun.
2911 */
Ville Syrjälä5d6f36b2018-10-23 21:21:02 +03002912 if (dev_priv->dram_info.is_16gb_dimm)
Mahesh Kumar86b59282018-08-31 16:39:42 +05302913 wm[0] += 1;
2914
Tvrtko Ursulin86527442016-10-13 11:03:00 +01002915 } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
Tvrtko Ursulin1cea02d2019-06-10 13:06:07 +01002916 u64 sskpd = intel_uncore_read64(uncore, MCH_SSKPD);
Ville Syrjälä12b134d2013-07-05 11:57:21 +03002917
2918 wm[0] = (sskpd >> 56) & 0xFF;
2919 if (wm[0] == 0)
2920 wm[0] = sskpd & 0xF;
Ville Syrjäläe5d50192013-07-05 11:57:22 +03002921 wm[1] = (sskpd >> 4) & 0xFF;
2922 wm[2] = (sskpd >> 12) & 0xFF;
2923 wm[3] = (sskpd >> 20) & 0x1FF;
2924 wm[4] = (sskpd >> 32) & 0x1FF;
Ville Syrjäläbb726512016-10-31 22:37:24 +02002925 } else if (INTEL_GEN(dev_priv) >= 6) {
Tvrtko Ursulin1cea02d2019-06-10 13:06:07 +01002926 u32 sskpd = intel_uncore_read(uncore, MCH_SSKPD);
Ville Syrjälä63cf9a12013-07-05 11:57:23 +03002927
2928 wm[0] = (sskpd >> SSKPD_WM0_SHIFT) & SSKPD_WM_MASK;
2929 wm[1] = (sskpd >> SSKPD_WM1_SHIFT) & SSKPD_WM_MASK;
2930 wm[2] = (sskpd >> SSKPD_WM2_SHIFT) & SSKPD_WM_MASK;
2931 wm[3] = (sskpd >> SSKPD_WM3_SHIFT) & SSKPD_WM_MASK;
Ville Syrjäläbb726512016-10-31 22:37:24 +02002932 } else if (INTEL_GEN(dev_priv) >= 5) {
Tvrtko Ursulin1cea02d2019-06-10 13:06:07 +01002933 u32 mltr = intel_uncore_read(uncore, MLTR_ILK);
Ville Syrjälä3a88d0a2013-08-01 16:18:49 +03002934
2935 /* ILK primary LP0 latency is 700 ns */
2936 wm[0] = 7;
2937 wm[1] = (mltr >> MLTR_WM1_SHIFT) & ILK_SRLT_MASK;
2938 wm[2] = (mltr >> MLTR_WM2_SHIFT) & ILK_SRLT_MASK;
Paulo Zanoni50682ee2017-08-09 13:52:43 -07002939 } else {
2940 MISSING_CASE(INTEL_DEVID(dev_priv));
Ville Syrjälä12b134d2013-07-05 11:57:21 +03002941 }
2942}
2943
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002944static void intel_fixup_spr_wm_latency(struct drm_i915_private *dev_priv,
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002945 u16 wm[5])
Ville Syrjälä53615a52013-08-01 16:18:50 +03002946{
2947 /* ILK sprite LP0 latency is 1300 ns */
Lucas De Marchicf819ef2018-12-12 10:10:43 -08002948 if (IS_GEN(dev_priv, 5))
Ville Syrjälä53615a52013-08-01 16:18:50 +03002949 wm[0] = 13;
2950}
2951
Tvrtko Ursulinfd6b8f42016-10-14 10:13:06 +01002952static void intel_fixup_cur_wm_latency(struct drm_i915_private *dev_priv,
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002953 u16 wm[5])
Ville Syrjälä53615a52013-08-01 16:18:50 +03002954{
2955 /* ILK cursor LP0 latency is 1300 ns */
Lucas De Marchicf819ef2018-12-12 10:10:43 -08002956 if (IS_GEN(dev_priv, 5))
Ville Syrjälä53615a52013-08-01 16:18:50 +03002957 wm[0] = 13;
Ville Syrjälä53615a52013-08-01 16:18:50 +03002958}
2959
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002960int ilk_wm_max_level(const struct drm_i915_private *dev_priv)
Ville Syrjäläad0d6dc2013-08-30 14:30:25 +03002961{
2962 /* how many WM levels are we expecting */
Tvrtko Ursulin86527442016-10-13 11:03:00 +01002963 if (INTEL_GEN(dev_priv) >= 9)
Pradeep Bhat2af30a52014-11-04 17:06:38 +00002964 return 7;
Tvrtko Ursulin86527442016-10-13 11:03:00 +01002965 else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
Ville Syrjäläad0d6dc2013-08-30 14:30:25 +03002966 return 4;
Tvrtko Ursulin86527442016-10-13 11:03:00 +01002967 else if (INTEL_GEN(dev_priv) >= 6)
Ville Syrjäläad0d6dc2013-08-30 14:30:25 +03002968 return 3;
2969 else
2970 return 2;
2971}
Daniel Vetter7526ed72014-09-29 15:07:19 +02002972
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002973static void intel_print_wm_latency(struct drm_i915_private *dev_priv,
Ville Syrjälä26ec9712013-08-01 16:18:52 +03002974 const char *name,
Jani Nikula5ce9a6492019-01-18 14:01:20 +02002975 const u16 wm[8])
Ville Syrjälä26ec9712013-08-01 16:18:52 +03002976{
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01002977 int level, max_level = ilk_wm_max_level(dev_priv);
Ville Syrjälä26ec9712013-08-01 16:18:52 +03002978
2979 for (level = 0; level <= max_level; level++) {
2980 unsigned int latency = wm[level];
2981
2982 if (latency == 0) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03002983 drm_dbg_kms(&dev_priv->drm,
2984 "%s WM%d latency not provided\n",
2985 name, level);
Ville Syrjälä26ec9712013-08-01 16:18:52 +03002986 continue;
2987 }
2988
Pradeep Bhat2af30a52014-11-04 17:06:38 +00002989 /*
2990 * - latencies are in us on gen9.
2991 * - before then, WM1+ latency values are in 0.5us units
2992 */
Paulo Zanonidfc267a2017-08-09 13:52:46 -07002993 if (INTEL_GEN(dev_priv) >= 9)
Pradeep Bhat2af30a52014-11-04 17:06:38 +00002994 latency *= 10;
2995 else if (level > 0)
Ville Syrjälä26ec9712013-08-01 16:18:52 +03002996 latency *= 5;
2997
Wambui Karugaf8d18d52020-01-07 18:13:30 +03002998 drm_dbg_kms(&dev_priv->drm,
2999 "%s WM%d latency %u (%u.%u usec)\n", name, level,
3000 wm[level], latency / 10, latency % 10);
Ville Syrjälä26ec9712013-08-01 16:18:52 +03003001 }
3002}
3003
Ville Syrjäläe95a2f72014-05-08 15:09:19 +03003004static bool ilk_increase_wm_latency(struct drm_i915_private *dev_priv,
Jani Nikula5ce9a6492019-01-18 14:01:20 +02003005 u16 wm[5], u16 min)
Ville Syrjäläe95a2f72014-05-08 15:09:19 +03003006{
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003007 int level, max_level = ilk_wm_max_level(dev_priv);
Ville Syrjäläe95a2f72014-05-08 15:09:19 +03003008
3009 if (wm[0] >= min)
3010 return false;
3011
3012 wm[0] = max(wm[0], min);
3013 for (level = 1; level <= max_level; level++)
Jani Nikula5ce9a6492019-01-18 14:01:20 +02003014 wm[level] = max_t(u16, wm[level], DIV_ROUND_UP(min, 5));
Ville Syrjäläe95a2f72014-05-08 15:09:19 +03003015
3016 return true;
3017}
3018
Ville Syrjäläbb726512016-10-31 22:37:24 +02003019static void snb_wm_latency_quirk(struct drm_i915_private *dev_priv)
Ville Syrjäläe95a2f72014-05-08 15:09:19 +03003020{
Ville Syrjäläe95a2f72014-05-08 15:09:19 +03003021 bool changed;
3022
3023 /*
3024 * The BIOS provided WM memory latency values are often
3025 * inadequate for high resolution displays. Adjust them.
3026 */
3027 changed = ilk_increase_wm_latency(dev_priv, dev_priv->wm.pri_latency, 12) |
3028 ilk_increase_wm_latency(dev_priv, dev_priv->wm.spr_latency, 12) |
3029 ilk_increase_wm_latency(dev_priv, dev_priv->wm.cur_latency, 12);
3030
3031 if (!changed)
3032 return;
3033
Wambui Karugaf8d18d52020-01-07 18:13:30 +03003034 drm_dbg_kms(&dev_priv->drm,
3035 "WM latency values increased to avoid potential underruns\n");
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003036 intel_print_wm_latency(dev_priv, "Primary", dev_priv->wm.pri_latency);
3037 intel_print_wm_latency(dev_priv, "Sprite", dev_priv->wm.spr_latency);
3038 intel_print_wm_latency(dev_priv, "Cursor", dev_priv->wm.cur_latency);
Ville Syrjäläe95a2f72014-05-08 15:09:19 +03003039}
3040
Ville Syrjälä03981c62018-11-14 19:34:40 +02003041static void snb_wm_lp3_irq_quirk(struct drm_i915_private *dev_priv)
3042{
3043 /*
3044 * On some SNB machines (Thinkpad X220 Tablet at least)
3045 * LP3 usage can cause vblank interrupts to be lost.
3046 * The DEIIR bit will go high but it looks like the CPU
3047 * never gets interrupted.
3048 *
3049 * It's not clear whether other interrupt source could
3050 * be affected or if this is somehow limited to vblank
3051 * interrupts only. To play it safe we disable LP3
3052 * watermarks entirely.
3053 */
3054 if (dev_priv->wm.pri_latency[3] == 0 &&
3055 dev_priv->wm.spr_latency[3] == 0 &&
3056 dev_priv->wm.cur_latency[3] == 0)
3057 return;
3058
3059 dev_priv->wm.pri_latency[3] = 0;
3060 dev_priv->wm.spr_latency[3] = 0;
3061 dev_priv->wm.cur_latency[3] = 0;
3062
Wambui Karugaf8d18d52020-01-07 18:13:30 +03003063 drm_dbg_kms(&dev_priv->drm,
3064 "LP3 watermarks disabled due to potential for lost interrupts\n");
Ville Syrjälä03981c62018-11-14 19:34:40 +02003065 intel_print_wm_latency(dev_priv, "Primary", dev_priv->wm.pri_latency);
3066 intel_print_wm_latency(dev_priv, "Sprite", dev_priv->wm.spr_latency);
3067 intel_print_wm_latency(dev_priv, "Cursor", dev_priv->wm.cur_latency);
3068}
3069
Ville Syrjäläbb726512016-10-31 22:37:24 +02003070static void ilk_setup_wm_latency(struct drm_i915_private *dev_priv)
Ville Syrjälä53615a52013-08-01 16:18:50 +03003071{
Ville Syrjäläbb726512016-10-31 22:37:24 +02003072 intel_read_wm_latency(dev_priv, dev_priv->wm.pri_latency);
Ville Syrjälä53615a52013-08-01 16:18:50 +03003073
3074 memcpy(dev_priv->wm.spr_latency, dev_priv->wm.pri_latency,
3075 sizeof(dev_priv->wm.pri_latency));
3076 memcpy(dev_priv->wm.cur_latency, dev_priv->wm.pri_latency,
3077 sizeof(dev_priv->wm.pri_latency));
3078
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003079 intel_fixup_spr_wm_latency(dev_priv, dev_priv->wm.spr_latency);
Tvrtko Ursulinfd6b8f42016-10-14 10:13:06 +01003080 intel_fixup_cur_wm_latency(dev_priv, dev_priv->wm.cur_latency);
Ville Syrjälä26ec9712013-08-01 16:18:52 +03003081
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003082 intel_print_wm_latency(dev_priv, "Primary", dev_priv->wm.pri_latency);
3083 intel_print_wm_latency(dev_priv, "Sprite", dev_priv->wm.spr_latency);
3084 intel_print_wm_latency(dev_priv, "Cursor", dev_priv->wm.cur_latency);
Ville Syrjäläe95a2f72014-05-08 15:09:19 +03003085
Lucas De Marchicf819ef2018-12-12 10:10:43 -08003086 if (IS_GEN(dev_priv, 6)) {
Ville Syrjäläbb726512016-10-31 22:37:24 +02003087 snb_wm_latency_quirk(dev_priv);
Ville Syrjälä03981c62018-11-14 19:34:40 +02003088 snb_wm_lp3_irq_quirk(dev_priv);
3089 }
Ville Syrjälä53615a52013-08-01 16:18:50 +03003090}
3091
Ville Syrjäläbb726512016-10-31 22:37:24 +02003092static void skl_setup_wm_latency(struct drm_i915_private *dev_priv)
Pradeep Bhat2af30a52014-11-04 17:06:38 +00003093{
Ville Syrjäläbb726512016-10-31 22:37:24 +02003094 intel_read_wm_latency(dev_priv, dev_priv->wm.skl_latency);
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003095 intel_print_wm_latency(dev_priv, "Gen9 Plane", dev_priv->wm.skl_latency);
Pradeep Bhat2af30a52014-11-04 17:06:38 +00003096}
3097
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003098static bool ilk_validate_pipe_wm(const struct drm_i915_private *dev_priv,
Matt Ropered4a6a72016-02-23 17:20:13 -08003099 struct intel_pipe_wm *pipe_wm)
3100{
3101 /* LP0 watermark maximums depend on this pipe alone */
3102 const struct intel_wm_config config = {
3103 .num_pipes_active = 1,
3104 .sprites_enabled = pipe_wm->sprites_enabled,
3105 .sprites_scaled = pipe_wm->sprites_scaled,
3106 };
3107 struct ilk_wm_maximums max;
3108
3109 /* LP0 watermarks always use 1/2 DDB partitioning */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003110 ilk_compute_wm_maximums(dev_priv, 0, &config, INTEL_DDB_PART_1_2, &max);
Matt Ropered4a6a72016-02-23 17:20:13 -08003111
3112 /* At least LP0 must be valid */
3113 if (!ilk_validate_wm_level(0, &max, &pipe_wm->wm[0])) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03003114 drm_dbg_kms(&dev_priv->drm, "LP0 watermark invalid\n");
Matt Ropered4a6a72016-02-23 17:20:13 -08003115 return false;
3116 }
3117
3118 return true;
3119}
3120
Matt Roper261a27d2015-10-08 15:28:25 -07003121/* Compute new watermarks for the pipe */
Maarten Lankhorstec193642019-06-28 10:55:17 +02003122static int ilk_compute_pipe_wm(struct intel_crtc_state *crtc_state)
Matt Roper261a27d2015-10-08 15:28:25 -07003123{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01003124 struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
Ville Syrjälä2a67054b2020-02-25 19:11:06 +02003125 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
Matt Roper86c8bbb2015-09-24 15:53:16 -07003126 struct intel_pipe_wm *pipe_wm;
Maarten Lankhorstaf9fbfa2019-10-04 13:34:53 +02003127 struct intel_plane *plane;
3128 const struct intel_plane_state *plane_state;
Maarten Lankhorst28283f42017-10-19 17:13:40 +02003129 const struct intel_plane_state *pristate = NULL;
3130 const struct intel_plane_state *sprstate = NULL;
3131 const struct intel_plane_state *curstate = NULL;
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003132 int level, max_level = ilk_wm_max_level(dev_priv), usable_level;
Imre Deak820c1982013-12-17 14:46:36 +02003133 struct ilk_wm_maximums max;
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003134
Maarten Lankhorstec193642019-06-28 10:55:17 +02003135 pipe_wm = &crtc_state->wm.ilk.optimal;
Matt Roper86c8bbb2015-09-24 15:53:16 -07003136
Maarten Lankhorstaf9fbfa2019-10-04 13:34:53 +02003137 intel_atomic_crtc_state_for_each_plane_state(plane, plane_state, crtc_state) {
3138 if (plane->base.type == DRM_PLANE_TYPE_PRIMARY)
3139 pristate = plane_state;
3140 else if (plane->base.type == DRM_PLANE_TYPE_OVERLAY)
3141 sprstate = plane_state;
3142 else if (plane->base.type == DRM_PLANE_TYPE_CURSOR)
3143 curstate = plane_state;
Matt Roper43d59ed2015-09-24 15:53:07 -07003144 }
3145
Maarten Lankhorst1326a922019-10-31 12:26:02 +01003146 pipe_wm->pipe_enabled = crtc_state->hw.active;
Maarten Lankhorste3bddde2016-03-01 11:07:22 +01003147 if (sprstate) {
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01003148 pipe_wm->sprites_enabled = sprstate->uapi.visible;
3149 pipe_wm->sprites_scaled = sprstate->uapi.visible &&
3150 (drm_rect_width(&sprstate->uapi.dst) != drm_rect_width(&sprstate->uapi.src) >> 16 ||
3151 drm_rect_height(&sprstate->uapi.dst) != drm_rect_height(&sprstate->uapi.src) >> 16);
Maarten Lankhorste3bddde2016-03-01 11:07:22 +01003152 }
3153
Maarten Lankhorstd81f04c2016-03-02 12:38:06 +01003154 usable_level = max_level;
3155
Ville Syrjälä7b39a0b2013-12-05 15:51:30 +02003156 /* ILK/SNB: LP2+ watermarks only w/o sprites */
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00003157 if (INTEL_GEN(dev_priv) <= 6 && pipe_wm->sprites_enabled)
Maarten Lankhorstd81f04c2016-03-02 12:38:06 +01003158 usable_level = 1;
Ville Syrjälä7b39a0b2013-12-05 15:51:30 +02003159
3160 /* ILK/SNB/IVB: LP1+ watermarks only w/o scaling */
Matt Ropered4a6a72016-02-23 17:20:13 -08003161 if (pipe_wm->sprites_scaled)
Maarten Lankhorstd81f04c2016-03-02 12:38:06 +01003162 usable_level = 0;
Ville Syrjälä7b39a0b2013-12-05 15:51:30 +02003163
Maarten Lankhorst71f0a622016-03-08 10:57:16 +01003164 memset(&pipe_wm->wm, 0, sizeof(pipe_wm->wm));
Ville Syrjälä2a67054b2020-02-25 19:11:06 +02003165 ilk_compute_wm_level(dev_priv, crtc, 0, crtc_state,
Maarten Lankhorst28283f42017-10-19 17:13:40 +02003166 pristate, sprstate, curstate, &pipe_wm->wm[0]);
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003167
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003168 if (!ilk_validate_pipe_wm(dev_priv, pipe_wm))
Maarten Lankhorst1a426d62016-03-02 12:36:03 +01003169 return -EINVAL;
Ville Syrjäläa3cb4042014-04-28 15:44:56 +03003170
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00003171 ilk_compute_wm_reg_maximums(dev_priv, 1, &max);
Ville Syrjäläa3cb4042014-04-28 15:44:56 +03003172
Maarten Lankhorst28283f42017-10-19 17:13:40 +02003173 for (level = 1; level <= usable_level; level++) {
3174 struct intel_wm_level *wm = &pipe_wm->wm[level];
Ville Syrjäläa3cb4042014-04-28 15:44:56 +03003175
Ville Syrjälä2a67054b2020-02-25 19:11:06 +02003176 ilk_compute_wm_level(dev_priv, crtc, level, crtc_state,
Maarten Lankhorstd81f04c2016-03-02 12:38:06 +01003177 pristate, sprstate, curstate, wm);
Ville Syrjäläa3cb4042014-04-28 15:44:56 +03003178
3179 /*
3180 * Disable any watermark level that exceeds the
3181 * register maximums since such watermarks are
3182 * always invalid.
3183 */
Maarten Lankhorst28283f42017-10-19 17:13:40 +02003184 if (!ilk_validate_wm_level(level, &max, wm)) {
3185 memset(wm, 0, sizeof(*wm));
3186 break;
3187 }
Ville Syrjäläa3cb4042014-04-28 15:44:56 +03003188 }
3189
Matt Roper86c8bbb2015-09-24 15:53:16 -07003190 return 0;
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003191}
3192
3193/*
Matt Ropered4a6a72016-02-23 17:20:13 -08003194 * Build a set of 'intermediate' watermark values that satisfy both the old
3195 * state and the new state. These can be programmed to the hardware
3196 * immediately.
3197 */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003198static int ilk_compute_intermediate_wm(struct intel_crtc_state *newstate)
Matt Ropered4a6a72016-02-23 17:20:13 -08003199{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01003200 struct intel_crtc *intel_crtc = to_intel_crtc(newstate->uapi.crtc);
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003201 struct drm_i915_private *dev_priv = to_i915(intel_crtc->base.dev);
Matt Ropere8f1f022016-05-12 07:05:55 -07003202 struct intel_pipe_wm *a = &newstate->wm.ilk.intermediate;
Maarten Lankhorstb6b178a2017-10-19 17:13:41 +02003203 struct intel_atomic_state *intel_state =
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01003204 to_intel_atomic_state(newstate->uapi.state);
Maarten Lankhorstb6b178a2017-10-19 17:13:41 +02003205 const struct intel_crtc_state *oldstate =
3206 intel_atomic_get_old_crtc_state(intel_state, intel_crtc);
3207 const struct intel_pipe_wm *b = &oldstate->wm.ilk.optimal;
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003208 int level, max_level = ilk_wm_max_level(dev_priv);
Matt Ropered4a6a72016-02-23 17:20:13 -08003209
3210 /*
3211 * Start with the final, target watermarks, then combine with the
3212 * currently active watermarks to get values that are safe both before
3213 * and after the vblank.
3214 */
Matt Ropere8f1f022016-05-12 07:05:55 -07003215 *a = newstate->wm.ilk.optimal;
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01003216 if (!newstate->hw.active || drm_atomic_crtc_needs_modeset(&newstate->uapi) ||
Ville Syrjäläf255c622018-11-08 17:10:13 +02003217 intel_state->skip_intermediate_wm)
Maarten Lankhorstb6b178a2017-10-19 17:13:41 +02003218 return 0;
3219
Matt Ropered4a6a72016-02-23 17:20:13 -08003220 a->pipe_enabled |= b->pipe_enabled;
3221 a->sprites_enabled |= b->sprites_enabled;
3222 a->sprites_scaled |= b->sprites_scaled;
3223
3224 for (level = 0; level <= max_level; level++) {
3225 struct intel_wm_level *a_wm = &a->wm[level];
3226 const struct intel_wm_level *b_wm = &b->wm[level];
3227
3228 a_wm->enable &= b_wm->enable;
3229 a_wm->pri_val = max(a_wm->pri_val, b_wm->pri_val);
3230 a_wm->spr_val = max(a_wm->spr_val, b_wm->spr_val);
3231 a_wm->cur_val = max(a_wm->cur_val, b_wm->cur_val);
3232 a_wm->fbc_val = max(a_wm->fbc_val, b_wm->fbc_val);
3233 }
3234
3235 /*
3236 * We need to make sure that these merged watermark values are
3237 * actually a valid configuration themselves. If they're not,
3238 * there's no safe way to transition from the old state to
3239 * the new state, so we need to fail the atomic transaction.
3240 */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003241 if (!ilk_validate_pipe_wm(dev_priv, a))
Matt Ropered4a6a72016-02-23 17:20:13 -08003242 return -EINVAL;
3243
3244 /*
3245 * If our intermediate WM are identical to the final WM, then we can
3246 * omit the post-vblank programming; only update if it's different.
3247 */
Ville Syrjälä5eeb7982017-03-02 19:15:00 +02003248 if (memcmp(a, &newstate->wm.ilk.optimal, sizeof(*a)) != 0)
3249 newstate->wm.need_postvbl_update = true;
Matt Ropered4a6a72016-02-23 17:20:13 -08003250
3251 return 0;
3252}
3253
3254/*
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003255 * Merge the watermarks from all active pipes for a specific level.
3256 */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003257static void ilk_merge_wm_level(struct drm_i915_private *dev_priv,
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003258 int level,
3259 struct intel_wm_level *ret_wm)
3260{
3261 const struct intel_crtc *intel_crtc;
3262
Ville Syrjäläd52fea52014-04-28 15:44:57 +03003263 ret_wm->enable = true;
3264
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003265 for_each_intel_crtc(&dev_priv->drm, intel_crtc) {
Matt Ropered4a6a72016-02-23 17:20:13 -08003266 const struct intel_pipe_wm *active = &intel_crtc->wm.active.ilk;
Ville Syrjäläfe392ef2014-03-07 18:32:10 +02003267 const struct intel_wm_level *wm = &active->wm[level];
3268
3269 if (!active->pipe_enabled)
3270 continue;
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003271
Ville Syrjäläd52fea52014-04-28 15:44:57 +03003272 /*
3273 * The watermark values may have been used in the past,
3274 * so we must maintain them in the registers for some
3275 * time even if the level is now disabled.
3276 */
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003277 if (!wm->enable)
Ville Syrjäläd52fea52014-04-28 15:44:57 +03003278 ret_wm->enable = false;
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003279
3280 ret_wm->pri_val = max(ret_wm->pri_val, wm->pri_val);
3281 ret_wm->spr_val = max(ret_wm->spr_val, wm->spr_val);
3282 ret_wm->cur_val = max(ret_wm->cur_val, wm->cur_val);
3283 ret_wm->fbc_val = max(ret_wm->fbc_val, wm->fbc_val);
3284 }
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003285}
3286
3287/*
3288 * Merge all low power watermarks for all active pipes.
3289 */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003290static void ilk_wm_merge(struct drm_i915_private *dev_priv,
Ville Syrjälä0ba22e22013-12-05 15:51:34 +02003291 const struct intel_wm_config *config,
Imre Deak820c1982013-12-17 14:46:36 +02003292 const struct ilk_wm_maximums *max,
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003293 struct intel_pipe_wm *merged)
3294{
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003295 int level, max_level = ilk_wm_max_level(dev_priv);
Ville Syrjäläd52fea52014-04-28 15:44:57 +03003296 int last_enabled_level = max_level;
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003297
Ville Syrjälä0ba22e22013-12-05 15:51:34 +02003298 /* ILK/SNB/IVB: LP1+ watermarks only w/ single pipe */
Tvrtko Ursulinfd6b8f42016-10-14 10:13:06 +01003299 if ((INTEL_GEN(dev_priv) <= 6 || IS_IVYBRIDGE(dev_priv)) &&
Ville Syrjälä0ba22e22013-12-05 15:51:34 +02003300 config->num_pipes_active > 1)
Ville Syrjälä1204d5b2016-04-01 21:53:18 +03003301 last_enabled_level = 0;
Ville Syrjälä0ba22e22013-12-05 15:51:34 +02003302
Ville Syrjälä6c8b6c22013-12-05 15:51:35 +02003303 /* ILK: FBC WM must be disabled always */
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00003304 merged->fbc_wm_enabled = INTEL_GEN(dev_priv) >= 6;
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003305
3306 /* merge each WM1+ level */
3307 for (level = 1; level <= max_level; level++) {
3308 struct intel_wm_level *wm = &merged->wm[level];
3309
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003310 ilk_merge_wm_level(dev_priv, level, wm);
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003311
Ville Syrjäläd52fea52014-04-28 15:44:57 +03003312 if (level > last_enabled_level)
3313 wm->enable = false;
3314 else if (!ilk_validate_wm_level(level, max, wm))
3315 /* make sure all following levels get disabled */
3316 last_enabled_level = level - 1;
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003317
3318 /*
3319 * The spec says it is preferred to disable
3320 * FBC WMs instead of disabling a WM level.
3321 */
3322 if (wm->fbc_val > max->fbc) {
Ville Syrjäläd52fea52014-04-28 15:44:57 +03003323 if (wm->enable)
3324 merged->fbc_wm_enabled = false;
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003325 wm->fbc_val = 0;
3326 }
3327 }
Ville Syrjälä6c8b6c22013-12-05 15:51:35 +02003328
3329 /* ILK: LP2+ must be disabled when FBC WM is disabled but FBC enabled */
3330 /*
3331 * FIXME this is racy. FBC might get enabled later.
3332 * What we should check here is whether FBC can be
3333 * enabled sometime later.
3334 */
Lucas De Marchicf819ef2018-12-12 10:10:43 -08003335 if (IS_GEN(dev_priv, 5) && !merged->fbc_wm_enabled &&
Paulo Zanoni0e631ad2015-10-14 17:45:36 -03003336 intel_fbc_is_active(dev_priv)) {
Ville Syrjälä6c8b6c22013-12-05 15:51:35 +02003337 for (level = 2; level <= max_level; level++) {
3338 struct intel_wm_level *wm = &merged->wm[level];
3339
3340 wm->enable = false;
3341 }
3342 }
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003343}
3344
Ville Syrjäläb380ca32013-10-09 19:18:01 +03003345static int ilk_wm_lp_to_level(int wm_lp, const struct intel_pipe_wm *pipe_wm)
3346{
3347 /* LP1,LP2,LP3 levels are either 1,2,3 or 1,3,4 */
3348 return wm_lp + (wm_lp >= 2 && pipe_wm->wm[4].enable);
3349}
3350
Ville Syrjäläa68d68e2013-12-05 15:51:29 +02003351/* The value we need to program into the WM_LPx latency field */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003352static unsigned int ilk_wm_lp_latency(struct drm_i915_private *dev_priv,
3353 int level)
Ville Syrjäläa68d68e2013-12-05 15:51:29 +02003354{
Tvrtko Ursulin86527442016-10-13 11:03:00 +01003355 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
Ville Syrjäläa68d68e2013-12-05 15:51:29 +02003356 return 2 * level;
3357 else
3358 return dev_priv->wm.pri_latency[level];
3359}
3360
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003361static void ilk_compute_wm_results(struct drm_i915_private *dev_priv,
Ville Syrjälä0362c782013-10-09 19:17:57 +03003362 const struct intel_pipe_wm *merged,
Ville Syrjälä609cede2013-10-09 19:18:03 +03003363 enum intel_ddb_partitioning partitioning,
Imre Deak820c1982013-12-17 14:46:36 +02003364 struct ilk_wm_values *results)
Paulo Zanoni1011d8c2013-05-09 16:55:50 -03003365{
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003366 struct intel_crtc *intel_crtc;
3367 int level, wm_lp;
Paulo Zanonicca32e92013-05-31 11:45:06 -03003368
Ville Syrjälä0362c782013-10-09 19:17:57 +03003369 results->enable_fbc_wm = merged->fbc_wm_enabled;
Ville Syrjälä609cede2013-10-09 19:18:03 +03003370 results->partitioning = partitioning;
Paulo Zanonicca32e92013-05-31 11:45:06 -03003371
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003372 /* LP1+ register values */
Paulo Zanonicca32e92013-05-31 11:45:06 -03003373 for (wm_lp = 1; wm_lp <= 3; wm_lp++) {
Ville Syrjälä1fd527c2013-08-06 22:24:05 +03003374 const struct intel_wm_level *r;
Paulo Zanonicca32e92013-05-31 11:45:06 -03003375
Ville Syrjäläb380ca32013-10-09 19:18:01 +03003376 level = ilk_wm_lp_to_level(wm_lp, merged);
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003377
Ville Syrjälä0362c782013-10-09 19:17:57 +03003378 r = &merged->wm[level];
Paulo Zanonicca32e92013-05-31 11:45:06 -03003379
Ville Syrjäläd52fea52014-04-28 15:44:57 +03003380 /*
3381 * Maintain the watermark values even if the level is
3382 * disabled. Doing otherwise could cause underruns.
3383 */
3384 results->wm_lp[wm_lp - 1] =
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003385 (ilk_wm_lp_latency(dev_priv, level) << WM1_LP_LATENCY_SHIFT) |
Ville Syrjälä416f4722013-11-02 21:07:46 -07003386 (r->pri_val << WM1_LP_SR_SHIFT) |
3387 r->cur_val;
3388
Ville Syrjäläd52fea52014-04-28 15:44:57 +03003389 if (r->enable)
3390 results->wm_lp[wm_lp - 1] |= WM1_LP_SR_EN;
3391
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00003392 if (INTEL_GEN(dev_priv) >= 8)
Ville Syrjälä416f4722013-11-02 21:07:46 -07003393 results->wm_lp[wm_lp - 1] |=
3394 r->fbc_val << WM1_LP_FBC_SHIFT_BDW;
3395 else
3396 results->wm_lp[wm_lp - 1] |=
3397 r->fbc_val << WM1_LP_FBC_SHIFT;
3398
Ville Syrjäläd52fea52014-04-28 15:44:57 +03003399 /*
3400 * Always set WM1S_LP_EN when spr_val != 0, even if the
3401 * level is disabled. Doing otherwise could cause underruns.
3402 */
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00003403 if (INTEL_GEN(dev_priv) <= 6 && r->spr_val) {
Pankaj Bharadiya48a1b8d2020-01-15 09:14:53 +05303404 drm_WARN_ON(&dev_priv->drm, wm_lp != 1);
Ville Syrjälä6cef2b8a2013-12-05 15:51:32 +02003405 results->wm_lp_spr[wm_lp - 1] = WM1S_LP_EN | r->spr_val;
3406 } else
3407 results->wm_lp_spr[wm_lp - 1] = r->spr_val;
Paulo Zanonicca32e92013-05-31 11:45:06 -03003408 }
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003409
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003410 /* LP0 register values */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003411 for_each_intel_crtc(&dev_priv->drm, intel_crtc) {
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003412 enum pipe pipe = intel_crtc->pipe;
Ville Syrjälä0560b0c2020-01-20 19:47:11 +02003413 const struct intel_pipe_wm *pipe_wm = &intel_crtc->wm.active.ilk;
3414 const struct intel_wm_level *r = &pipe_wm->wm[0];
Paulo Zanoni1011d8c2013-05-09 16:55:50 -03003415
Pankaj Bharadiya48a1b8d2020-01-15 09:14:53 +05303416 if (drm_WARN_ON(&dev_priv->drm, !r->enable))
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003417 continue;
Ville Syrjälä0b2ae6d2013-10-09 19:17:55 +03003418
3419 results->wm_pipe[pipe] =
3420 (r->pri_val << WM0_PIPE_PLANE_SHIFT) |
3421 (r->spr_val << WM0_PIPE_SPRITE_SHIFT) |
3422 r->cur_val;
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003423 }
3424}
3425
Paulo Zanoni861f3382013-05-31 10:19:21 -03003426/* Find the result with the highest level enabled. Check for enable_fbc_wm in
3427 * case both are at the same level. Prefer r1 in case they're the same. */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003428static struct intel_pipe_wm *
3429ilk_find_best_result(struct drm_i915_private *dev_priv,
3430 struct intel_pipe_wm *r1,
3431 struct intel_pipe_wm *r2)
Paulo Zanoni861f3382013-05-31 10:19:21 -03003432{
Matt Ropercd1d3ee2018-12-10 13:54:14 -08003433 int level, max_level = ilk_wm_max_level(dev_priv);
Ville Syrjälä198a1e92013-10-09 19:17:58 +03003434 int level1 = 0, level2 = 0;
Paulo Zanoni861f3382013-05-31 10:19:21 -03003435
Ville Syrjälä198a1e92013-10-09 19:17:58 +03003436 for (level = 1; level <= max_level; level++) {
3437 if (r1->wm[level].enable)
3438 level1 = level;
3439 if (r2->wm[level].enable)
3440 level2 = level;
Paulo Zanoni861f3382013-05-31 10:19:21 -03003441 }
3442
Ville Syrjälä198a1e92013-10-09 19:17:58 +03003443 if (level1 == level2) {
3444 if (r2->fbc_wm_enabled && !r1->fbc_wm_enabled)
Paulo Zanoni861f3382013-05-31 10:19:21 -03003445 return r2;
3446 else
3447 return r1;
Ville Syrjälä198a1e92013-10-09 19:17:58 +03003448 } else if (level1 > level2) {
Paulo Zanoni861f3382013-05-31 10:19:21 -03003449 return r1;
3450 } else {
3451 return r2;
3452 }
3453}
3454
Ville Syrjälä49a687c2013-10-11 19:39:52 +03003455/* dirty bits used to track which watermarks need changes */
3456#define WM_DIRTY_PIPE(pipe) (1 << (pipe))
Ville Syrjälä49a687c2013-10-11 19:39:52 +03003457#define WM_DIRTY_LP(wm_lp) (1 << (15 + (wm_lp)))
3458#define WM_DIRTY_LP_ALL (WM_DIRTY_LP(1) | WM_DIRTY_LP(2) | WM_DIRTY_LP(3))
3459#define WM_DIRTY_FBC (1 << 24)
3460#define WM_DIRTY_DDB (1 << 25)
3461
Damien Lespiau055e3932014-08-18 13:49:10 +01003462static unsigned int ilk_compute_wm_dirty(struct drm_i915_private *dev_priv,
Imre Deak820c1982013-12-17 14:46:36 +02003463 const struct ilk_wm_values *old,
3464 const struct ilk_wm_values *new)
Ville Syrjälä49a687c2013-10-11 19:39:52 +03003465{
3466 unsigned int dirty = 0;
3467 enum pipe pipe;
3468 int wm_lp;
3469
Damien Lespiau055e3932014-08-18 13:49:10 +01003470 for_each_pipe(dev_priv, pipe) {
Ville Syrjälä49a687c2013-10-11 19:39:52 +03003471 if (old->wm_pipe[pipe] != new->wm_pipe[pipe]) {
3472 dirty |= WM_DIRTY_PIPE(pipe);
3473 /* Must disable LP1+ watermarks too */
3474 dirty |= WM_DIRTY_LP_ALL;
3475 }
3476 }
3477
3478 if (old->enable_fbc_wm != new->enable_fbc_wm) {
3479 dirty |= WM_DIRTY_FBC;
3480 /* Must disable LP1+ watermarks too */
3481 dirty |= WM_DIRTY_LP_ALL;
3482 }
3483
3484 if (old->partitioning != new->partitioning) {
3485 dirty |= WM_DIRTY_DDB;
3486 /* Must disable LP1+ watermarks too */
3487 dirty |= WM_DIRTY_LP_ALL;
3488 }
3489
3490 /* LP1+ watermarks already deemed dirty, no need to continue */
3491 if (dirty & WM_DIRTY_LP_ALL)
3492 return dirty;
3493
3494 /* Find the lowest numbered LP1+ watermark in need of an update... */
3495 for (wm_lp = 1; wm_lp <= 3; wm_lp++) {
3496 if (old->wm_lp[wm_lp - 1] != new->wm_lp[wm_lp - 1] ||
3497 old->wm_lp_spr[wm_lp - 1] != new->wm_lp_spr[wm_lp - 1])
3498 break;
3499 }
3500
3501 /* ...and mark it and all higher numbered LP1+ watermarks as dirty */
3502 for (; wm_lp <= 3; wm_lp++)
3503 dirty |= WM_DIRTY_LP(wm_lp);
3504
3505 return dirty;
3506}
3507
Ville Syrjälä8553c182013-12-05 15:51:39 +02003508static bool _ilk_disable_lp_wm(struct drm_i915_private *dev_priv,
3509 unsigned int dirty)
3510{
Imre Deak820c1982013-12-17 14:46:36 +02003511 struct ilk_wm_values *previous = &dev_priv->wm.hw;
Ville Syrjälä8553c182013-12-05 15:51:39 +02003512 bool changed = false;
3513
3514 if (dirty & WM_DIRTY_LP(3) && previous->wm_lp[2] & WM1_LP_SR_EN) {
3515 previous->wm_lp[2] &= ~WM1_LP_SR_EN;
3516 I915_WRITE(WM3_LP_ILK, previous->wm_lp[2]);
3517 changed = true;
3518 }
3519 if (dirty & WM_DIRTY_LP(2) && previous->wm_lp[1] & WM1_LP_SR_EN) {
3520 previous->wm_lp[1] &= ~WM1_LP_SR_EN;
3521 I915_WRITE(WM2_LP_ILK, previous->wm_lp[1]);
3522 changed = true;
3523 }
3524 if (dirty & WM_DIRTY_LP(1) && previous->wm_lp[0] & WM1_LP_SR_EN) {
3525 previous->wm_lp[0] &= ~WM1_LP_SR_EN;
3526 I915_WRITE(WM1_LP_ILK, previous->wm_lp[0]);
3527 changed = true;
3528 }
3529
3530 /*
3531 * Don't touch WM1S_LP_EN here.
3532 * Doing so could cause underruns.
3533 */
3534
3535 return changed;
3536}
3537
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003538/*
3539 * The spec says we shouldn't write when we don't need, because every write
3540 * causes WMs to be re-evaluated, expending some power.
3541 */
Imre Deak820c1982013-12-17 14:46:36 +02003542static void ilk_write_wm_values(struct drm_i915_private *dev_priv,
3543 struct ilk_wm_values *results)
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003544{
Imre Deak820c1982013-12-17 14:46:36 +02003545 struct ilk_wm_values *previous = &dev_priv->wm.hw;
Ville Syrjälä49a687c2013-10-11 19:39:52 +03003546 unsigned int dirty;
Jani Nikula5ce9a6492019-01-18 14:01:20 +02003547 u32 val;
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003548
Damien Lespiau055e3932014-08-18 13:49:10 +01003549 dirty = ilk_compute_wm_dirty(dev_priv, previous, results);
Ville Syrjälä49a687c2013-10-11 19:39:52 +03003550 if (!dirty)
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003551 return;
3552
Ville Syrjälä8553c182013-12-05 15:51:39 +02003553 _ilk_disable_lp_wm(dev_priv, dirty);
Ville Syrjälä6cef2b8a2013-12-05 15:51:32 +02003554
Ville Syrjälä49a687c2013-10-11 19:39:52 +03003555 if (dirty & WM_DIRTY_PIPE(PIPE_A))
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003556 I915_WRITE(WM0_PIPEA_ILK, results->wm_pipe[0]);
Ville Syrjälä49a687c2013-10-11 19:39:52 +03003557 if (dirty & WM_DIRTY_PIPE(PIPE_B))
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003558 I915_WRITE(WM0_PIPEB_ILK, results->wm_pipe[1]);
Ville Syrjälä49a687c2013-10-11 19:39:52 +03003559 if (dirty & WM_DIRTY_PIPE(PIPE_C))
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003560 I915_WRITE(WM0_PIPEC_IVB, results->wm_pipe[2]);
3561
Ville Syrjälä49a687c2013-10-11 19:39:52 +03003562 if (dirty & WM_DIRTY_DDB) {
Tvrtko Ursulin86527442016-10-13 11:03:00 +01003563 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
Ville Syrjäläac9545f2013-12-05 15:51:28 +02003564 val = I915_READ(WM_MISC);
3565 if (results->partitioning == INTEL_DDB_PART_1_2)
3566 val &= ~WM_MISC_DATA_PARTITION_5_6;
3567 else
3568 val |= WM_MISC_DATA_PARTITION_5_6;
3569 I915_WRITE(WM_MISC, val);
3570 } else {
3571 val = I915_READ(DISP_ARB_CTL2);
3572 if (results->partitioning == INTEL_DDB_PART_1_2)
3573 val &= ~DISP_DATA_PARTITION_5_6;
3574 else
3575 val |= DISP_DATA_PARTITION_5_6;
3576 I915_WRITE(DISP_ARB_CTL2, val);
3577 }
Paulo Zanoni1011d8c2013-05-09 16:55:50 -03003578 }
3579
Ville Syrjälä49a687c2013-10-11 19:39:52 +03003580 if (dirty & WM_DIRTY_FBC) {
Paulo Zanonicca32e92013-05-31 11:45:06 -03003581 val = I915_READ(DISP_ARB_CTL);
3582 if (results->enable_fbc_wm)
3583 val &= ~DISP_FBC_WM_DIS;
3584 else
3585 val |= DISP_FBC_WM_DIS;
3586 I915_WRITE(DISP_ARB_CTL, val);
3587 }
3588
Imre Deak954911e2013-12-17 14:46:34 +02003589 if (dirty & WM_DIRTY_LP(1) &&
3590 previous->wm_lp_spr[0] != results->wm_lp_spr[0])
3591 I915_WRITE(WM1S_LP_ILK, results->wm_lp_spr[0]);
3592
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00003593 if (INTEL_GEN(dev_priv) >= 7) {
Ville Syrjälä6cef2b8a2013-12-05 15:51:32 +02003594 if (dirty & WM_DIRTY_LP(2) && previous->wm_lp_spr[1] != results->wm_lp_spr[1])
3595 I915_WRITE(WM2S_LP_IVB, results->wm_lp_spr[1]);
3596 if (dirty & WM_DIRTY_LP(3) && previous->wm_lp_spr[2] != results->wm_lp_spr[2])
3597 I915_WRITE(WM3S_LP_IVB, results->wm_lp_spr[2]);
3598 }
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003599
Ville Syrjäläfacd619b2013-12-05 15:51:33 +02003600 if (dirty & WM_DIRTY_LP(1) && previous->wm_lp[0] != results->wm_lp[0])
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003601 I915_WRITE(WM1_LP_ILK, results->wm_lp[0]);
Ville Syrjäläfacd619b2013-12-05 15:51:33 +02003602 if (dirty & WM_DIRTY_LP(2) && previous->wm_lp[1] != results->wm_lp[1])
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003603 I915_WRITE(WM2_LP_ILK, results->wm_lp[1]);
Ville Syrjäläfacd619b2013-12-05 15:51:33 +02003604 if (dirty & WM_DIRTY_LP(3) && previous->wm_lp[2] != results->wm_lp[2])
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003605 I915_WRITE(WM3_LP_ILK, results->wm_lp[2]);
Ville Syrjälä609cede2013-10-09 19:18:03 +03003606
3607 dev_priv->wm.hw = *results;
Paulo Zanoni801bcff2013-05-31 10:08:35 -03003608}
3609
Ville Syrjälä60aca572019-11-27 21:05:51 +02003610bool ilk_disable_lp_wm(struct drm_i915_private *dev_priv)
Ville Syrjälä8553c182013-12-05 15:51:39 +02003611{
Ville Syrjälä8553c182013-12-05 15:51:39 +02003612 return _ilk_disable_lp_wm(dev_priv, WM_DIRTY_LP_ALL);
3613}
3614
Stanislav Lisovskiy0f0f9ae2020-02-03 01:06:29 +02003615u8 intel_enabled_dbuf_slices_mask(struct drm_i915_private *dev_priv)
Mahesh Kumar74bd8002018-04-26 19:55:15 +05303616{
Stanislav Lisovskiy0f0f9ae2020-02-03 01:06:29 +02003617 int i;
3618 int max_slices = INTEL_INFO(dev_priv)->num_supported_dbuf_slices;
3619 u8 enabled_slices_mask = 0;
Mahesh Kumar74bd8002018-04-26 19:55:15 +05303620
Stanislav Lisovskiy0f0f9ae2020-02-03 01:06:29 +02003621 for (i = 0; i < max_slices; i++) {
3622 if (I915_READ(DBUF_CTL_S(i)) & DBUF_POWER_STATE)
3623 enabled_slices_mask |= BIT(i);
3624 }
Mahesh Kumar74bd8002018-04-26 19:55:15 +05303625
Stanislav Lisovskiy0f0f9ae2020-02-03 01:06:29 +02003626 return enabled_slices_mask;
Mahesh Kumar74bd8002018-04-26 19:55:15 +05303627}
3628
Matt Roper024c9042015-09-24 15:53:11 -07003629/*
Paulo Zanoniee3d5322016-10-11 15:25:38 -03003630 * FIXME: We still don't have the proper code detect if we need to apply the WA,
3631 * so assume we'll always need it in order to avoid underruns.
3632 */
Ville Syrjälä60e983f2018-12-21 19:14:33 +02003633static bool skl_needs_memory_bw_wa(struct drm_i915_private *dev_priv)
Paulo Zanoniee3d5322016-10-11 15:25:38 -03003634{
Ville Syrjälä60e983f2018-12-21 19:14:33 +02003635 return IS_GEN9_BC(dev_priv) || IS_BROXTON(dev_priv);
Paulo Zanoniee3d5322016-10-11 15:25:38 -03003636}
3637
Paulo Zanoni56feca92016-09-22 18:00:28 -03003638static bool
3639intel_has_sagv(struct drm_i915_private *dev_priv)
3640{
Lucas De Marchi8ffa4392019-09-04 14:34:18 -07003641 /* HACK! */
3642 if (IS_GEN(dev_priv, 12))
3643 return false;
3644
Rodrigo Vivi1ca2b062018-10-26 13:03:17 -07003645 return (IS_GEN9_BC(dev_priv) || INTEL_GEN(dev_priv) >= 10) &&
3646 dev_priv->sagv_status != I915_SAGV_NOT_CONTROLLED;
Paulo Zanoni56feca92016-09-22 18:00:28 -03003647}
3648
James Ausmusb068a862019-10-09 10:23:14 -07003649static void
3650skl_setup_sagv_block_time(struct drm_i915_private *dev_priv)
3651{
James Ausmusda80f042019-10-09 10:23:15 -07003652 if (INTEL_GEN(dev_priv) >= 12) {
3653 u32 val = 0;
3654 int ret;
3655
3656 ret = sandybridge_pcode_read(dev_priv,
3657 GEN12_PCODE_READ_SAGV_BLOCK_TIME_US,
3658 &val, NULL);
3659 if (!ret) {
3660 dev_priv->sagv_block_time_us = val;
3661 return;
3662 }
3663
Wambui Karugaf8d18d52020-01-07 18:13:30 +03003664 drm_dbg(&dev_priv->drm, "Couldn't read SAGV block time!\n");
James Ausmusda80f042019-10-09 10:23:15 -07003665 } else if (IS_GEN(dev_priv, 11)) {
James Ausmusb068a862019-10-09 10:23:14 -07003666 dev_priv->sagv_block_time_us = 10;
3667 return;
3668 } else if (IS_GEN(dev_priv, 10)) {
3669 dev_priv->sagv_block_time_us = 20;
3670 return;
3671 } else if (IS_GEN(dev_priv, 9)) {
3672 dev_priv->sagv_block_time_us = 30;
3673 return;
3674 } else {
3675 MISSING_CASE(INTEL_GEN(dev_priv));
3676 }
3677
3678 /* Default to an unusable block time */
3679 dev_priv->sagv_block_time_us = -1;
3680}
3681
Lyude656d1b82016-08-17 15:55:54 -04003682/*
3683 * SAGV dynamically adjusts the system agent voltage and clock frequencies
3684 * depending on power and performance requirements. The display engine access
3685 * to system memory is blocked during the adjustment time. Because of the
3686 * blocking time, having this enabled can cause full system hangs and/or pipe
3687 * underruns if we don't meet all of the following requirements:
3688 *
3689 * - <= 1 pipe enabled
3690 * - All planes can enable watermarks for latencies >= SAGV engine block time
3691 * - We're not using an interlaced display configuration
3692 */
3693int
Paulo Zanoni16dcdc42016-09-22 18:00:27 -03003694intel_enable_sagv(struct drm_i915_private *dev_priv)
Lyude656d1b82016-08-17 15:55:54 -04003695{
3696 int ret;
3697
Paulo Zanoni56feca92016-09-22 18:00:28 -03003698 if (!intel_has_sagv(dev_priv))
3699 return 0;
3700
3701 if (dev_priv->sagv_status == I915_SAGV_ENABLED)
Lyude656d1b82016-08-17 15:55:54 -04003702 return 0;
3703
Wambui Karugaf8d18d52020-01-07 18:13:30 +03003704 drm_dbg_kms(&dev_priv->drm, "Enabling SAGV\n");
Lyude656d1b82016-08-17 15:55:54 -04003705 ret = sandybridge_pcode_write(dev_priv, GEN9_PCODE_SAGV_CONTROL,
3706 GEN9_SAGV_ENABLE);
3707
Ville Syrjäläff61a972018-12-21 19:14:34 +02003708 /* We don't need to wait for SAGV when enabling */
Lyude656d1b82016-08-17 15:55:54 -04003709
3710 /*
3711 * Some skl systems, pre-release machines in particular,
Ville Syrjäläff61a972018-12-21 19:14:34 +02003712 * don't actually have SAGV.
Lyude656d1b82016-08-17 15:55:54 -04003713 */
Paulo Zanoni6e3100e2016-09-22 18:00:29 -03003714 if (IS_SKYLAKE(dev_priv) && ret == -ENXIO) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03003715 drm_dbg(&dev_priv->drm, "No SAGV found on system, ignoring\n");
Paulo Zanoni16dcdc42016-09-22 18:00:27 -03003716 dev_priv->sagv_status = I915_SAGV_NOT_CONTROLLED;
Lyude656d1b82016-08-17 15:55:54 -04003717 return 0;
3718 } else if (ret < 0) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03003719 drm_err(&dev_priv->drm, "Failed to enable SAGV\n");
Lyude656d1b82016-08-17 15:55:54 -04003720 return ret;
3721 }
3722
Paulo Zanoni16dcdc42016-09-22 18:00:27 -03003723 dev_priv->sagv_status = I915_SAGV_ENABLED;
Lyude656d1b82016-08-17 15:55:54 -04003724 return 0;
3725}
3726
Lyude656d1b82016-08-17 15:55:54 -04003727int
Paulo Zanoni16dcdc42016-09-22 18:00:27 -03003728intel_disable_sagv(struct drm_i915_private *dev_priv)
Lyude656d1b82016-08-17 15:55:54 -04003729{
Imre Deakb3b8e992016-12-05 18:27:38 +02003730 int ret;
Lyude656d1b82016-08-17 15:55:54 -04003731
Paulo Zanoni56feca92016-09-22 18:00:28 -03003732 if (!intel_has_sagv(dev_priv))
3733 return 0;
3734
3735 if (dev_priv->sagv_status == I915_SAGV_DISABLED)
Lyude656d1b82016-08-17 15:55:54 -04003736 return 0;
3737
Wambui Karugaf8d18d52020-01-07 18:13:30 +03003738 drm_dbg_kms(&dev_priv->drm, "Disabling SAGV\n");
Lyude656d1b82016-08-17 15:55:54 -04003739 /* bspec says to keep retrying for at least 1 ms */
Imre Deakb3b8e992016-12-05 18:27:38 +02003740 ret = skl_pcode_request(dev_priv, GEN9_PCODE_SAGV_CONTROL,
3741 GEN9_SAGV_DISABLE,
3742 GEN9_SAGV_IS_DISABLED, GEN9_SAGV_IS_DISABLED,
3743 1);
Lyude656d1b82016-08-17 15:55:54 -04003744 /*
3745 * Some skl systems, pre-release machines in particular,
Ville Syrjäläff61a972018-12-21 19:14:34 +02003746 * don't actually have SAGV.
Lyude656d1b82016-08-17 15:55:54 -04003747 */
Imre Deakb3b8e992016-12-05 18:27:38 +02003748 if (IS_SKYLAKE(dev_priv) && ret == -ENXIO) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03003749 drm_dbg(&dev_priv->drm, "No SAGV found on system, ignoring\n");
Paulo Zanoni16dcdc42016-09-22 18:00:27 -03003750 dev_priv->sagv_status = I915_SAGV_NOT_CONTROLLED;
Lyude656d1b82016-08-17 15:55:54 -04003751 return 0;
Imre Deakb3b8e992016-12-05 18:27:38 +02003752 } else if (ret < 0) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03003753 drm_err(&dev_priv->drm, "Failed to disable SAGV (%d)\n", ret);
Imre Deakb3b8e992016-12-05 18:27:38 +02003754 return ret;
Lyude656d1b82016-08-17 15:55:54 -04003755 }
3756
Paulo Zanoni16dcdc42016-09-22 18:00:27 -03003757 dev_priv->sagv_status = I915_SAGV_DISABLED;
Lyude656d1b82016-08-17 15:55:54 -04003758 return 0;
3759}
3760
Stanislav Lisovskiy680e1af2020-04-15 17:39:04 +03003761void intel_sagv_pre_plane_update(struct intel_atomic_state *state)
3762{
3763 struct drm_i915_private *dev_priv = to_i915(state->base.dev);
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003764 const struct intel_bw_state *new_bw_state;
Stanislav Lisovskiy680e1af2020-04-15 17:39:04 +03003765
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003766 /*
3767 * Just return if we can't control SAGV or don't have it.
3768 * This is different from situation when we have SAGV but just can't
3769 * afford it due to DBuf limitation - in case if SAGV is completely
3770 * disabled in a BIOS, we are not even allowed to send a PCode request,
3771 * as it will throw an error. So have to check it here.
3772 */
3773 if (!intel_has_sagv(dev_priv))
3774 return;
3775
3776 new_bw_state = intel_atomic_get_new_bw_state(state);
3777 if (!new_bw_state)
3778 return;
3779
Stanislav Lisovskiyd8d5afe2020-05-13 12:38:13 +03003780 if (!intel_can_enable_sagv(dev_priv, new_bw_state))
Stanislav Lisovskiy680e1af2020-04-15 17:39:04 +03003781 intel_disable_sagv(dev_priv);
3782}
3783
3784void intel_sagv_post_plane_update(struct intel_atomic_state *state)
3785{
3786 struct drm_i915_private *dev_priv = to_i915(state->base.dev);
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003787 const struct intel_bw_state *new_bw_state;
Stanislav Lisovskiy680e1af2020-04-15 17:39:04 +03003788
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003789 /*
3790 * Just return if we can't control SAGV or don't have it.
3791 * This is different from situation when we have SAGV but just can't
3792 * afford it due to DBuf limitation - in case if SAGV is completely
3793 * disabled in a BIOS, we are not even allowed to send a PCode request,
3794 * as it will throw an error. So have to check it here.
3795 */
3796 if (!intel_has_sagv(dev_priv))
3797 return;
3798
3799 new_bw_state = intel_atomic_get_new_bw_state(state);
3800 if (!new_bw_state)
3801 return;
3802
Stanislav Lisovskiyd8d5afe2020-05-13 12:38:13 +03003803 if (intel_can_enable_sagv(dev_priv, new_bw_state))
Stanislav Lisovskiy680e1af2020-04-15 17:39:04 +03003804 intel_enable_sagv(dev_priv);
3805}
3806
Stanislav Lisovskiy1d0a6c82020-05-13 12:38:12 +03003807static bool skl_crtc_can_enable_sagv(const struct intel_crtc_state *crtc_state)
Lyude656d1b82016-08-17 15:55:54 -04003808{
Stanislav Lisovskiya389c492020-04-15 17:57:40 +03003809 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003810 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Paulo Zanoniee3d5322016-10-11 15:25:38 -03003811 struct intel_plane *plane;
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003812 const struct intel_plane_state *plane_state;
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02003813 int level, latency;
Lyude656d1b82016-08-17 15:55:54 -04003814
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003815 if (!intel_has_sagv(dev_priv))
3816 return false;
3817
Stanislav Lisovskiya389c492020-04-15 17:57:40 +03003818 if (!crtc_state->hw.active)
Lyude656d1b82016-08-17 15:55:54 -04003819 return true;
Lucas De Marchida172232019-04-04 16:04:26 -07003820
Maarten Lankhorst1326a922019-10-31 12:26:02 +01003821 if (crtc_state->hw.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE)
Lyude656d1b82016-08-17 15:55:54 -04003822 return false;
3823
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003824 intel_atomic_crtc_state_for_each_plane_state(plane, plane_state, crtc_state) {
Stanislav Lisovskiya389c492020-04-15 17:57:40 +03003825 const struct skl_plane_wm *wm =
Maarten Lankhorstec193642019-06-28 10:55:17 +02003826 &crtc_state->wm.skl.optimal.planes[plane->id];
Paulo Zanoniee3d5322016-10-11 15:25:38 -03003827
Lyude656d1b82016-08-17 15:55:54 -04003828 /* Skip this plane if it's not enabled */
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02003829 if (!wm->wm[0].plane_en)
Lyude656d1b82016-08-17 15:55:54 -04003830 continue;
3831
3832 /* Find the highest enabled wm level for this plane */
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01003833 for (level = ilk_wm_max_level(dev_priv);
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02003834 !wm->wm[level].plane_en; --level)
Lyude656d1b82016-08-17 15:55:54 -04003835 { }
3836
Paulo Zanoniee3d5322016-10-11 15:25:38 -03003837 latency = dev_priv->wm.skl_latency[level];
3838
Ville Syrjälä60e983f2018-12-21 19:14:33 +02003839 if (skl_needs_memory_bw_wa(dev_priv) &&
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003840 plane_state->uapi.fb->modifier ==
Paulo Zanoniee3d5322016-10-11 15:25:38 -03003841 I915_FORMAT_MOD_X_TILED)
3842 latency += 15;
3843
Lyude656d1b82016-08-17 15:55:54 -04003844 /*
Paulo Zanonifdd11c22017-08-09 13:52:45 -07003845 * If any of the planes on this pipe don't enable wm levels that
3846 * incur memory latencies higher than sagv_block_time_us we
Ville Syrjäläff61a972018-12-21 19:14:34 +02003847 * can't enable SAGV.
Lyude656d1b82016-08-17 15:55:54 -04003848 */
James Ausmusb068a862019-10-09 10:23:14 -07003849 if (latency < dev_priv->sagv_block_time_us)
Lyude656d1b82016-08-17 15:55:54 -04003850 return false;
3851 }
3852
3853 return true;
3854}
3855
Stanislav Lisovskiy1d0a6c82020-05-13 12:38:12 +03003856static bool intel_crtc_can_enable_sagv(const struct intel_crtc_state *crtc_state)
3857{
3858 return skl_crtc_can_enable_sagv(crtc_state);
3859}
3860
Stanislav Lisovskiyd8d5afe2020-05-13 12:38:13 +03003861bool intel_can_enable_sagv(struct drm_i915_private *dev_priv,
3862 const struct intel_bw_state *bw_state)
Stanislav Lisovskiya389c492020-04-15 17:57:40 +03003863{
Stanislav Lisovskiyd8d5afe2020-05-13 12:38:13 +03003864 if (INTEL_GEN(dev_priv) < 11 &&
3865 bw_state->active_pipes && !is_power_of_2(bw_state->active_pipes))
Stanislav Lisovskiyecab0f32020-04-30 22:56:34 +03003866 return false;
3867
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003868 return bw_state->pipe_sagv_reject == 0;
3869}
3870
3871static int intel_compute_sagv_mask(struct intel_atomic_state *state)
3872{
Stanislav Lisovskiyd8d5afe2020-05-13 12:38:13 +03003873 struct drm_i915_private *dev_priv = to_i915(state->base.dev);
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003874 int ret;
Stanislav Lisovskiya389c492020-04-15 17:57:40 +03003875 struct intel_crtc *crtc;
Stanislav Lisovskiy1d0a6c82020-05-13 12:38:12 +03003876 const struct intel_crtc_state *new_crtc_state;
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003877 struct intel_bw_state *new_bw_state = NULL;
3878 const struct intel_bw_state *old_bw_state = NULL;
3879 int i;
Stanislav Lisovskiya389c492020-04-15 17:57:40 +03003880
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003881 for_each_new_intel_crtc_in_state(state, crtc,
3882 new_crtc_state, i) {
3883 new_bw_state = intel_atomic_get_bw_state(state);
3884 if (IS_ERR(new_bw_state))
3885 return PTR_ERR(new_bw_state);
Stanislav Lisovskiya389c492020-04-15 17:57:40 +03003886
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003887 old_bw_state = intel_atomic_get_old_bw_state(state);
Stanislav Lisovskiya389c492020-04-15 17:57:40 +03003888
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003889 if (intel_crtc_can_enable_sagv(new_crtc_state))
3890 new_bw_state->pipe_sagv_reject &= ~BIT(crtc->pipe);
3891 else
3892 new_bw_state->pipe_sagv_reject |= BIT(crtc->pipe);
3893 }
Stanislav Lisovskiya389c492020-04-15 17:57:40 +03003894
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003895 if (!new_bw_state)
3896 return 0;
Stanislav Lisovskiya389c492020-04-15 17:57:40 +03003897
Stanislav Lisovskiyecab0f32020-04-30 22:56:34 +03003898 new_bw_state->active_pipes =
3899 intel_calc_active_pipes(state, old_bw_state->active_pipes);
Stanislav Lisovskiy1d0a6c82020-05-13 12:38:12 +03003900
Stanislav Lisovskiyecab0f32020-04-30 22:56:34 +03003901 if (new_bw_state->active_pipes != old_bw_state->active_pipes) {
3902 ret = intel_atomic_lock_global_state(&new_bw_state->base);
3903 if (ret)
3904 return ret;
3905 }
3906
Stanislav Lisovskiyd8d5afe2020-05-13 12:38:13 +03003907 if (intel_can_enable_sagv(dev_priv, new_bw_state) !=
3908 intel_can_enable_sagv(dev_priv, old_bw_state)) {
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03003909 ret = intel_atomic_serialize_global_state(&new_bw_state->base);
3910 if (ret)
3911 return ret;
3912 } else if (new_bw_state->pipe_sagv_reject != old_bw_state->pipe_sagv_reject) {
3913 ret = intel_atomic_lock_global_state(&new_bw_state->base);
3914 if (ret)
3915 return ret;
3916 }
3917
3918 return 0;
Stanislav Lisovskiya389c492020-04-15 17:57:40 +03003919}
3920
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02003921/*
3922 * Calculate initial DBuf slice offset, based on slice size
3923 * and mask(i.e if slice size is 1024 and second slice is enabled
3924 * offset would be 1024)
3925 */
3926static unsigned int
3927icl_get_first_dbuf_slice_offset(u32 dbuf_slice_mask,
3928 u32 slice_size,
3929 u32 ddb_size)
Mahesh Kumaraa9664f2018-04-26 19:55:16 +05303930{
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02003931 unsigned int offset = 0;
3932
3933 if (!dbuf_slice_mask)
3934 return 0;
3935
3936 offset = (ffs(dbuf_slice_mask) - 1) * slice_size;
3937
3938 WARN_ON(offset >= ddb_size);
3939 return offset;
3940}
3941
3942static u16 intel_get_ddb_size(struct drm_i915_private *dev_priv)
3943{
Mahesh Kumaraa9664f2018-04-26 19:55:16 +05303944 u16 ddb_size = INTEL_INFO(dev_priv)->ddb_size;
3945
Pankaj Bharadiya48a1b8d2020-01-15 09:14:53 +05303946 drm_WARN_ON(&dev_priv->drm, ddb_size == 0);
Mahesh Kumaraa9664f2018-04-26 19:55:16 +05303947
3948 if (INTEL_GEN(dev_priv) < 11)
3949 return ddb_size - 4; /* 4 blocks for bypass path allocation */
3950
Mahesh Kumaraa9664f2018-04-26 19:55:16 +05303951 return ddb_size;
3952}
3953
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02003954static u8 skl_compute_dbuf_slices(const struct intel_crtc_state *crtc_state,
Ville Syrjälä05e81552020-02-25 19:11:09 +02003955 u8 active_pipes);
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02003956
Damien Lespiaub9cec072014-11-04 17:06:43 +00003957static void
Maarten Lankhorstb048a002018-10-18 13:51:30 +02003958skl_ddb_get_pipe_allocation_limits(struct drm_i915_private *dev_priv,
Maarten Lankhorstec193642019-06-28 10:55:17 +02003959 const struct intel_crtc_state *crtc_state,
Maarten Lankhorst24719e92018-10-22 12:20:00 +02003960 const u64 total_data_rate,
Matt Roperc107acf2016-05-12 07:06:01 -07003961 struct skl_ddb_entry *alloc, /* out */
3962 int *num_active /* out */)
Damien Lespiaub9cec072014-11-04 17:06:43 +00003963{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01003964 struct drm_atomic_state *state = crtc_state->uapi.state;
Matt Roperc107acf2016-05-12 07:06:01 -07003965 struct intel_atomic_state *intel_state = to_intel_atomic_state(state);
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01003966 struct drm_crtc *for_crtc = crtc_state->uapi.crtc;
Maarten Lankhorstec193642019-06-28 10:55:17 +02003967 const struct intel_crtc *crtc;
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02003968 u32 pipe_width = 0, total_width_in_range = 0, width_before_pipe_in_range = 0;
Mahesh Kumarcf1f6972018-08-01 20:41:13 +05303969 enum pipe for_pipe = to_intel_crtc(for_crtc)->pipe;
3970 u16 ddb_size;
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02003971 u32 ddb_range_size;
Mahesh Kumarcf1f6972018-08-01 20:41:13 +05303972 u32 i;
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02003973 u32 dbuf_slice_mask;
3974 u32 active_pipes;
3975 u32 offset;
3976 u32 slice_size;
3977 u32 total_slice_mask;
3978 u32 start, end;
Matt Roperc107acf2016-05-12 07:06:01 -07003979
Pankaj Bharadiya48a1b8d2020-01-15 09:14:53 +05303980 if (drm_WARN_ON(&dev_priv->drm, !state) || !crtc_state->hw.active) {
Damien Lespiaub9cec072014-11-04 17:06:43 +00003981 alloc->start = 0;
3982 alloc->end = 0;
Ville Syrjälä0b14d962019-08-21 20:30:33 +03003983 *num_active = hweight8(dev_priv->active_pipes);
Damien Lespiaub9cec072014-11-04 17:06:43 +00003984 return;
3985 }
3986
Matt Ropera6d3460e2016-05-12 07:06:04 -07003987 if (intel_state->active_pipe_changes)
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02003988 active_pipes = intel_state->active_pipes;
Matt Ropera6d3460e2016-05-12 07:06:04 -07003989 else
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02003990 active_pipes = dev_priv->active_pipes;
Matt Ropera6d3460e2016-05-12 07:06:04 -07003991
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02003992 *num_active = hweight8(active_pipes);
3993
3994 ddb_size = intel_get_ddb_size(dev_priv);
3995
3996 slice_size = ddb_size / INTEL_INFO(dev_priv)->num_supported_dbuf_slices;
Damien Lespiaub9cec072014-11-04 17:06:43 +00003997
Matt Roperc107acf2016-05-12 07:06:01 -07003998 /*
Mahesh Kumarcf1f6972018-08-01 20:41:13 +05303999 * If the state doesn't change the active CRTC's or there is no
4000 * modeset request, then there's no need to recalculate;
4001 * the existing pipe allocation limits should remain unchanged.
4002 * Note that we're safe from racing commits since any racing commit
4003 * that changes the active CRTC list or do modeset would need to
4004 * grab _all_ crtc locks, including the one we currently hold.
Matt Roperc107acf2016-05-12 07:06:01 -07004005 */
Mahesh Kumarcf1f6972018-08-01 20:41:13 +05304006 if (!intel_state->active_pipe_changes && !intel_state->modeset) {
Maarten Lankhorst512b5522016-11-08 13:55:34 +01004007 /*
4008 * alloc may be cleared by clear_intel_crtc_state,
4009 * copy from old state to be sure
4010 */
4011 *alloc = to_intel_crtc_state(for_crtc->state)->wm.skl.ddb;
Matt Ropera6d3460e2016-05-12 07:06:04 -07004012 return;
Damien Lespiaub9cec072014-11-04 17:06:43 +00004013 }
Matt Ropera6d3460e2016-05-12 07:06:04 -07004014
Mahesh Kumarcf1f6972018-08-01 20:41:13 +05304015 /*
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004016 * Get allowed DBuf slices for correspondent pipe and platform.
4017 */
4018 dbuf_slice_mask = skl_compute_dbuf_slices(crtc_state, active_pipes);
4019
4020 DRM_DEBUG_KMS("DBuf slice mask %x pipe %c active pipes %x\n",
4021 dbuf_slice_mask,
4022 pipe_name(for_pipe), active_pipes);
4023
4024 /*
4025 * Figure out at which DBuf slice we start, i.e if we start at Dbuf S2
4026 * and slice size is 1024, the offset would be 1024
4027 */
4028 offset = icl_get_first_dbuf_slice_offset(dbuf_slice_mask,
4029 slice_size, ddb_size);
4030
4031 /*
4032 * Figure out total size of allowed DBuf slices, which is basically
4033 * a number of allowed slices for that pipe multiplied by slice size.
4034 * Inside of this
4035 * range ddb entries are still allocated in proportion to display width.
4036 */
4037 ddb_range_size = hweight8(dbuf_slice_mask) * slice_size;
4038
4039 /*
Mahesh Kumarcf1f6972018-08-01 20:41:13 +05304040 * Watermark/ddb requirement highly depends upon width of the
4041 * framebuffer, So instead of allocating DDB equally among pipes
4042 * distribute DDB based on resolution/width of the display.
4043 */
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004044 total_slice_mask = dbuf_slice_mask;
Maarten Lankhorstec193642019-06-28 10:55:17 +02004045 for_each_new_intel_crtc_in_state(intel_state, crtc, crtc_state, i) {
4046 const struct drm_display_mode *adjusted_mode =
Maarten Lankhorst1326a922019-10-31 12:26:02 +01004047 &crtc_state->hw.adjusted_mode;
Maarten Lankhorstec193642019-06-28 10:55:17 +02004048 enum pipe pipe = crtc->pipe;
Mahesh Kumarcf1f6972018-08-01 20:41:13 +05304049 int hdisplay, vdisplay;
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004050 u32 pipe_dbuf_slice_mask;
Mahesh Kumarcf1f6972018-08-01 20:41:13 +05304051
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004052 if (!crtc_state->hw.active)
4053 continue;
4054
4055 pipe_dbuf_slice_mask = skl_compute_dbuf_slices(crtc_state,
4056 active_pipes);
4057
4058 /*
4059 * According to BSpec pipe can share one dbuf slice with another
4060 * pipes or pipe can use multiple dbufs, in both cases we
4061 * account for other pipes only if they have exactly same mask.
4062 * However we need to account how many slices we should enable
4063 * in total.
4064 */
4065 total_slice_mask |= pipe_dbuf_slice_mask;
4066
4067 /*
4068 * Do not account pipes using other slice sets
4069 * luckily as of current BSpec slice sets do not partially
4070 * intersect(pipes share either same one slice or same slice set
4071 * i.e no partial intersection), so it is enough to check for
4072 * equality for now.
4073 */
4074 if (dbuf_slice_mask != pipe_dbuf_slice_mask)
Mahesh Kumarcf1f6972018-08-01 20:41:13 +05304075 continue;
4076
Mahesh Kumarcf1f6972018-08-01 20:41:13 +05304077 drm_mode_get_hv_timing(adjusted_mode, &hdisplay, &vdisplay);
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004078
4079 total_width_in_range += hdisplay;
Mahesh Kumarcf1f6972018-08-01 20:41:13 +05304080
4081 if (pipe < for_pipe)
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004082 width_before_pipe_in_range += hdisplay;
Mahesh Kumarcf1f6972018-08-01 20:41:13 +05304083 else if (pipe == for_pipe)
4084 pipe_width = hdisplay;
4085 }
4086
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004087 /*
4088 * FIXME: For now we always enable slice S1 as per
4089 * the Bspec display initialization sequence.
4090 */
4091 intel_state->enabled_dbuf_slices_mask = total_slice_mask | BIT(DBUF_S1);
4092
4093 start = ddb_range_size * width_before_pipe_in_range / total_width_in_range;
4094 end = ddb_range_size *
4095 (width_before_pipe_in_range + pipe_width) / total_width_in_range;
4096
4097 alloc->start = offset + start;
4098 alloc->end = offset + end;
4099
4100 DRM_DEBUG_KMS("Pipe %d ddb %d-%d\n", for_pipe,
4101 alloc->start, alloc->end);
4102 DRM_DEBUG_KMS("Enabled ddb slices mask %x num supported %d\n",
4103 intel_state->enabled_dbuf_slices_mask,
4104 INTEL_INFO(dev_priv)->num_supported_dbuf_slices);
Damien Lespiaub9cec072014-11-04 17:06:43 +00004105}
4106
Ville Syrjälädf331de2019-03-19 18:03:11 +02004107static int skl_compute_wm_params(const struct intel_crtc_state *crtc_state,
4108 int width, const struct drm_format_info *format,
4109 u64 modifier, unsigned int rotation,
4110 u32 plane_pixel_rate, struct skl_wm_params *wp,
4111 int color_plane);
Maarten Lankhorstec193642019-06-28 10:55:17 +02004112static void skl_compute_plane_wm(const struct intel_crtc_state *crtc_state,
Ville Syrjälädf331de2019-03-19 18:03:11 +02004113 int level,
Stanislav Lisovskiy7b994752020-04-09 18:47:18 +03004114 unsigned int latency,
Ville Syrjälädf331de2019-03-19 18:03:11 +02004115 const struct skl_wm_params *wp,
4116 const struct skl_wm_level *result_prev,
4117 struct skl_wm_level *result /* out */);
Damien Lespiaub9cec072014-11-04 17:06:43 +00004118
Ville Syrjälädf331de2019-03-19 18:03:11 +02004119static unsigned int
4120skl_cursor_allocation(const struct intel_crtc_state *crtc_state,
4121 int num_active)
4122{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01004123 struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
Ville Syrjälädf331de2019-03-19 18:03:11 +02004124 int level, max_level = ilk_wm_max_level(dev_priv);
4125 struct skl_wm_level wm = {};
4126 int ret, min_ddb_alloc = 0;
4127 struct skl_wm_params wp;
4128
4129 ret = skl_compute_wm_params(crtc_state, 256,
4130 drm_format_info(DRM_FORMAT_ARGB8888),
4131 DRM_FORMAT_MOD_LINEAR,
4132 DRM_MODE_ROTATE_0,
4133 crtc_state->pixel_rate, &wp, 0);
Pankaj Bharadiya48a1b8d2020-01-15 09:14:53 +05304134 drm_WARN_ON(&dev_priv->drm, ret);
Ville Syrjälädf331de2019-03-19 18:03:11 +02004135
4136 for (level = 0; level <= max_level; level++) {
Stanislav Lisovskiy7b994752020-04-09 18:47:18 +03004137 unsigned int latency = dev_priv->wm.skl_latency[level];
4138
4139 skl_compute_plane_wm(crtc_state, level, latency, &wp, &wm, &wm);
Ville Syrjälädf331de2019-03-19 18:03:11 +02004140 if (wm.min_ddb_alloc == U16_MAX)
4141 break;
4142
4143 min_ddb_alloc = wm.min_ddb_alloc;
4144 }
4145
4146 return max(num_active == 1 ? 32 : 8, min_ddb_alloc);
Damien Lespiaub9cec072014-11-04 17:06:43 +00004147}
4148
Mahesh Kumar37cde112018-04-26 19:55:17 +05304149static void skl_ddb_entry_init_from_hw(struct drm_i915_private *dev_priv,
4150 struct skl_ddb_entry *entry, u32 reg)
Damien Lespiaua269c582014-11-04 17:06:49 +00004151{
Mahesh Kumar37cde112018-04-26 19:55:17 +05304152
Ville Syrjäläd7e449a2019-02-05 22:50:56 +02004153 entry->start = reg & DDB_ENTRY_MASK;
4154 entry->end = (reg >> DDB_ENTRY_END_SHIFT) & DDB_ENTRY_MASK;
Mahesh Kumar37cde112018-04-26 19:55:17 +05304155
Damien Lespiau16160e32014-11-04 17:06:53 +00004156 if (entry->end)
4157 entry->end += 1;
Damien Lespiaua269c582014-11-04 17:06:49 +00004158}
4159
Mahesh Kumarddf34312018-04-09 09:11:03 +05304160static void
4161skl_ddb_get_hw_plane_state(struct drm_i915_private *dev_priv,
4162 const enum pipe pipe,
4163 const enum plane_id plane_id,
Ville Syrjäläff43bc32018-11-27 18:59:00 +02004164 struct skl_ddb_entry *ddb_y,
4165 struct skl_ddb_entry *ddb_uv)
Mahesh Kumarddf34312018-04-09 09:11:03 +05304166{
Ville Syrjäläff43bc32018-11-27 18:59:00 +02004167 u32 val, val2;
4168 u32 fourcc = 0;
Mahesh Kumarddf34312018-04-09 09:11:03 +05304169
4170 /* Cursor doesn't support NV12/planar, so no extra calculation needed */
4171 if (plane_id == PLANE_CURSOR) {
4172 val = I915_READ(CUR_BUF_CFG(pipe));
Ville Syrjäläff43bc32018-11-27 18:59:00 +02004173 skl_ddb_entry_init_from_hw(dev_priv, ddb_y, val);
Mahesh Kumarddf34312018-04-09 09:11:03 +05304174 return;
4175 }
4176
4177 val = I915_READ(PLANE_CTL(pipe, plane_id));
4178
4179 /* No DDB allocated for disabled planes */
Ville Syrjäläff43bc32018-11-27 18:59:00 +02004180 if (val & PLANE_CTL_ENABLE)
4181 fourcc = skl_format_to_fourcc(val & PLANE_CTL_FORMAT_MASK,
4182 val & PLANE_CTL_ORDER_RGBX,
4183 val & PLANE_CTL_ALPHA_MASK);
Mahesh Kumarddf34312018-04-09 09:11:03 +05304184
Ville Syrjäläff43bc32018-11-27 18:59:00 +02004185 if (INTEL_GEN(dev_priv) >= 11) {
4186 val = I915_READ(PLANE_BUF_CFG(pipe, plane_id));
4187 skl_ddb_entry_init_from_hw(dev_priv, ddb_y, val);
4188 } else {
4189 val = I915_READ(PLANE_BUF_CFG(pipe, plane_id));
Paulo Zanoni12a6c932018-07-31 17:46:14 -07004190 val2 = I915_READ(PLANE_NV12_BUF_CFG(pipe, plane_id));
Mahesh Kumarddf34312018-04-09 09:11:03 +05304191
Ville Syrjäläd1d23d72019-09-13 22:31:54 +03004192 if (fourcc &&
4193 drm_format_info_is_yuv_semiplanar(drm_format_info(fourcc)))
Ville Syrjäläff43bc32018-11-27 18:59:00 +02004194 swap(val, val2);
4195
4196 skl_ddb_entry_init_from_hw(dev_priv, ddb_y, val);
4197 skl_ddb_entry_init_from_hw(dev_priv, ddb_uv, val2);
Mahesh Kumarddf34312018-04-09 09:11:03 +05304198 }
4199}
4200
Ville Syrjäläff43bc32018-11-27 18:59:00 +02004201void skl_pipe_ddb_get_hw_state(struct intel_crtc *crtc,
4202 struct skl_ddb_entry *ddb_y,
4203 struct skl_ddb_entry *ddb_uv)
4204{
4205 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
4206 enum intel_display_power_domain power_domain;
4207 enum pipe pipe = crtc->pipe;
Chris Wilson0e6e0be2019-01-14 14:21:24 +00004208 intel_wakeref_t wakeref;
Ville Syrjäläff43bc32018-11-27 18:59:00 +02004209 enum plane_id plane_id;
4210
4211 power_domain = POWER_DOMAIN_PIPE(pipe);
Chris Wilson0e6e0be2019-01-14 14:21:24 +00004212 wakeref = intel_display_power_get_if_enabled(dev_priv, power_domain);
4213 if (!wakeref)
Ville Syrjäläff43bc32018-11-27 18:59:00 +02004214 return;
4215
4216 for_each_plane_id_on_crtc(crtc, plane_id)
4217 skl_ddb_get_hw_plane_state(dev_priv, pipe,
4218 plane_id,
4219 &ddb_y[plane_id],
4220 &ddb_uv[plane_id]);
4221
Chris Wilson0e6e0be2019-01-14 14:21:24 +00004222 intel_display_power_put(dev_priv, power_domain, wakeref);
Ville Syrjäläff43bc32018-11-27 18:59:00 +02004223}
4224
Stanislav Lisovskiy072fcc32020-02-03 01:06:25 +02004225void skl_ddb_get_hw_state(struct drm_i915_private *dev_priv)
Damien Lespiaua269c582014-11-04 17:06:49 +00004226{
Stanislav Lisovskiy0f0f9ae2020-02-03 01:06:29 +02004227 dev_priv->enabled_dbuf_slices_mask =
4228 intel_enabled_dbuf_slices_mask(dev_priv);
Damien Lespiaua269c582014-11-04 17:06:49 +00004229}
4230
Kumar, Mahesh9c2f7a92016-05-16 15:52:00 -07004231/*
4232 * Determines the downscale amount of a plane for the purposes of watermark calculations.
4233 * The bspec defines downscale amount as:
4234 *
4235 * """
4236 * Horizontal down scale amount = maximum[1, Horizontal source size /
4237 * Horizontal destination size]
4238 * Vertical down scale amount = maximum[1, Vertical source size /
4239 * Vertical destination size]
4240 * Total down scale amount = Horizontal down scale amount *
4241 * Vertical down scale amount
4242 * """
4243 *
4244 * Return value is provided in 16.16 fixed point form to retain fractional part.
4245 * Caller should take care of dividing & rounding off the value.
4246 */
Kumar, Mahesh7084b502017-05-17 17:28:23 +05304247static uint_fixed_16_16_t
Maarten Lankhorstec193642019-06-28 10:55:17 +02004248skl_plane_downscale_amount(const struct intel_crtc_state *crtc_state,
4249 const struct intel_plane_state *plane_state)
Kumar, Mahesh9c2f7a92016-05-16 15:52:00 -07004250{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02004251 u32 src_w, src_h, dst_w, dst_h;
Kumar, Mahesh7084b502017-05-17 17:28:23 +05304252 uint_fixed_16_16_t fp_w_ratio, fp_h_ratio;
4253 uint_fixed_16_16_t downscale_h, downscale_w;
Kumar, Mahesh9c2f7a92016-05-16 15:52:00 -07004254
Maarten Lankhorstec193642019-06-28 10:55:17 +02004255 if (WARN_ON(!intel_wm_plane_visible(crtc_state, plane_state)))
Kumar, Mahesheac2cb82017-07-05 20:01:46 +05304256 return u32_to_fixed16(0);
Kumar, Mahesh9c2f7a92016-05-16 15:52:00 -07004257
Maarten Lankhorst3a612762019-10-04 13:34:54 +02004258 /*
4259 * Src coordinates are already rotated by 270 degrees for
4260 * the 90/270 degree plane rotation cases (to match the
4261 * GTT mapping), hence no need to account for rotation here.
4262 *
4263 * n.b., src is 16.16 fixed point, dst is whole integer.
4264 */
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01004265 src_w = drm_rect_width(&plane_state->uapi.src) >> 16;
4266 src_h = drm_rect_height(&plane_state->uapi.src) >> 16;
4267 dst_w = drm_rect_width(&plane_state->uapi.dst);
4268 dst_h = drm_rect_height(&plane_state->uapi.dst);
Ville Syrjälä93aa2a12017-03-14 17:10:50 +02004269
Kumar, Mahesheac2cb82017-07-05 20:01:46 +05304270 fp_w_ratio = div_fixed16(src_w, dst_w);
4271 fp_h_ratio = div_fixed16(src_h, dst_h);
4272 downscale_w = max_fixed16(fp_w_ratio, u32_to_fixed16(1));
4273 downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1));
Kumar, Mahesh9c2f7a92016-05-16 15:52:00 -07004274
Kumar, Mahesh7084b502017-05-17 17:28:23 +05304275 return mul_fixed16(downscale_w, downscale_h);
Kumar, Mahesh9c2f7a92016-05-16 15:52:00 -07004276}
4277
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004278struct dbuf_slice_conf_entry {
4279 u8 active_pipes;
4280 u8 dbuf_mask[I915_MAX_PIPES];
4281};
4282
4283/*
4284 * Table taken from Bspec 12716
4285 * Pipes do have some preferred DBuf slice affinity,
4286 * plus there are some hardcoded requirements on how
4287 * those should be distributed for multipipe scenarios.
4288 * For more DBuf slices algorithm can get even more messy
4289 * and less readable, so decided to use a table almost
4290 * as is from BSpec itself - that way it is at least easier
4291 * to compare, change and check.
4292 */
Jani Nikulaf8226d02020-02-19 17:45:42 +02004293static const struct dbuf_slice_conf_entry icl_allowed_dbufs[] =
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004294/* Autogenerated with igt/tools/intel_dbuf_map tool: */
4295{
4296 {
4297 .active_pipes = BIT(PIPE_A),
4298 .dbuf_mask = {
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004299 [PIPE_A] = BIT(DBUF_S1),
4300 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004301 },
4302 {
4303 .active_pipes = BIT(PIPE_B),
4304 .dbuf_mask = {
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004305 [PIPE_B] = BIT(DBUF_S1),
4306 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004307 },
4308 {
4309 .active_pipes = BIT(PIPE_A) | BIT(PIPE_B),
4310 .dbuf_mask = {
4311 [PIPE_A] = BIT(DBUF_S1),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004312 [PIPE_B] = BIT(DBUF_S2),
4313 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004314 },
4315 {
4316 .active_pipes = BIT(PIPE_C),
4317 .dbuf_mask = {
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004318 [PIPE_C] = BIT(DBUF_S2),
4319 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004320 },
4321 {
4322 .active_pipes = BIT(PIPE_A) | BIT(PIPE_C),
4323 .dbuf_mask = {
4324 [PIPE_A] = BIT(DBUF_S1),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004325 [PIPE_C] = BIT(DBUF_S2),
4326 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004327 },
4328 {
4329 .active_pipes = BIT(PIPE_B) | BIT(PIPE_C),
4330 .dbuf_mask = {
4331 [PIPE_B] = BIT(DBUF_S1),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004332 [PIPE_C] = BIT(DBUF_S2),
4333 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004334 },
4335 {
4336 .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
4337 .dbuf_mask = {
4338 [PIPE_A] = BIT(DBUF_S1),
4339 [PIPE_B] = BIT(DBUF_S1),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004340 [PIPE_C] = BIT(DBUF_S2),
4341 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004342 },
Ville Syrjälä05e81552020-02-25 19:11:09 +02004343 {}
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004344};
4345
4346/*
4347 * Table taken from Bspec 49255
4348 * Pipes do have some preferred DBuf slice affinity,
4349 * plus there are some hardcoded requirements on how
4350 * those should be distributed for multipipe scenarios.
4351 * For more DBuf slices algorithm can get even more messy
4352 * and less readable, so decided to use a table almost
4353 * as is from BSpec itself - that way it is at least easier
4354 * to compare, change and check.
4355 */
Jani Nikulaf8226d02020-02-19 17:45:42 +02004356static const struct dbuf_slice_conf_entry tgl_allowed_dbufs[] =
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004357/* Autogenerated with igt/tools/intel_dbuf_map tool: */
4358{
4359 {
4360 .active_pipes = BIT(PIPE_A),
4361 .dbuf_mask = {
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004362 [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2),
4363 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004364 },
4365 {
4366 .active_pipes = BIT(PIPE_B),
4367 .dbuf_mask = {
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004368 [PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2),
4369 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004370 },
4371 {
4372 .active_pipes = BIT(PIPE_A) | BIT(PIPE_B),
4373 .dbuf_mask = {
4374 [PIPE_A] = BIT(DBUF_S2),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004375 [PIPE_B] = BIT(DBUF_S1),
4376 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004377 },
4378 {
4379 .active_pipes = BIT(PIPE_C),
4380 .dbuf_mask = {
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004381 [PIPE_C] = BIT(DBUF_S2) | BIT(DBUF_S1),
4382 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004383 },
4384 {
4385 .active_pipes = BIT(PIPE_A) | BIT(PIPE_C),
4386 .dbuf_mask = {
4387 [PIPE_A] = BIT(DBUF_S1),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004388 [PIPE_C] = BIT(DBUF_S2),
4389 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004390 },
4391 {
4392 .active_pipes = BIT(PIPE_B) | BIT(PIPE_C),
4393 .dbuf_mask = {
4394 [PIPE_B] = BIT(DBUF_S1),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004395 [PIPE_C] = BIT(DBUF_S2),
4396 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004397 },
4398 {
4399 .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C),
4400 .dbuf_mask = {
4401 [PIPE_A] = BIT(DBUF_S1),
4402 [PIPE_B] = BIT(DBUF_S1),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004403 [PIPE_C] = BIT(DBUF_S2),
4404 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004405 },
4406 {
4407 .active_pipes = BIT(PIPE_D),
4408 .dbuf_mask = {
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004409 [PIPE_D] = BIT(DBUF_S2) | BIT(DBUF_S1),
4410 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004411 },
4412 {
4413 .active_pipes = BIT(PIPE_A) | BIT(PIPE_D),
4414 .dbuf_mask = {
4415 [PIPE_A] = BIT(DBUF_S1),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004416 [PIPE_D] = BIT(DBUF_S2),
4417 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004418 },
4419 {
4420 .active_pipes = BIT(PIPE_B) | BIT(PIPE_D),
4421 .dbuf_mask = {
4422 [PIPE_B] = BIT(DBUF_S1),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004423 [PIPE_D] = BIT(DBUF_S2),
4424 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004425 },
4426 {
4427 .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_D),
4428 .dbuf_mask = {
4429 [PIPE_A] = BIT(DBUF_S1),
4430 [PIPE_B] = BIT(DBUF_S1),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004431 [PIPE_D] = BIT(DBUF_S2),
4432 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004433 },
4434 {
4435 .active_pipes = BIT(PIPE_C) | BIT(PIPE_D),
4436 .dbuf_mask = {
4437 [PIPE_C] = BIT(DBUF_S1),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004438 [PIPE_D] = BIT(DBUF_S2),
4439 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004440 },
4441 {
4442 .active_pipes = BIT(PIPE_A) | BIT(PIPE_C) | BIT(PIPE_D),
4443 .dbuf_mask = {
4444 [PIPE_A] = BIT(DBUF_S1),
4445 [PIPE_C] = BIT(DBUF_S2),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004446 [PIPE_D] = BIT(DBUF_S2),
4447 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004448 },
4449 {
4450 .active_pipes = BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D),
4451 .dbuf_mask = {
4452 [PIPE_B] = BIT(DBUF_S1),
4453 [PIPE_C] = BIT(DBUF_S2),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004454 [PIPE_D] = BIT(DBUF_S2),
4455 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004456 },
4457 {
4458 .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D),
4459 .dbuf_mask = {
4460 [PIPE_A] = BIT(DBUF_S1),
4461 [PIPE_B] = BIT(DBUF_S1),
4462 [PIPE_C] = BIT(DBUF_S2),
Ville Syrjälä06812bd2020-02-25 19:11:08 +02004463 [PIPE_D] = BIT(DBUF_S2),
4464 },
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004465 },
Ville Syrjälä05e81552020-02-25 19:11:09 +02004466 {}
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004467};
4468
Ville Syrjälä05e81552020-02-25 19:11:09 +02004469static u8 compute_dbuf_slices(enum pipe pipe, u8 active_pipes,
4470 const struct dbuf_slice_conf_entry *dbuf_slices)
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004471{
4472 int i;
4473
Ville Syrjälä05e81552020-02-25 19:11:09 +02004474 for (i = 0; i < dbuf_slices[i].active_pipes; i++) {
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004475 if (dbuf_slices[i].active_pipes == active_pipes)
4476 return dbuf_slices[i].dbuf_mask[pipe];
4477 }
4478 return 0;
4479}
4480
4481/*
4482 * This function finds an entry with same enabled pipe configuration and
4483 * returns correspondent DBuf slice mask as stated in BSpec for particular
4484 * platform.
4485 */
Ville Syrjälä05e81552020-02-25 19:11:09 +02004486static u8 icl_compute_dbuf_slices(enum pipe pipe, u8 active_pipes)
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004487{
4488 /*
4489 * FIXME: For ICL this is still a bit unclear as prev BSpec revision
4490 * required calculating "pipe ratio" in order to determine
4491 * if one or two slices can be used for single pipe configurations
4492 * as additional constraint to the existing table.
4493 * However based on recent info, it should be not "pipe ratio"
4494 * but rather ratio between pixel_rate and cdclk with additional
4495 * constants, so for now we are using only table until this is
4496 * clarified. Also this is the reason why crtc_state param is
4497 * still here - we will need it once those additional constraints
4498 * pop up.
4499 */
Ville Syrjälä05e81552020-02-25 19:11:09 +02004500 return compute_dbuf_slices(pipe, active_pipes, icl_allowed_dbufs);
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004501}
4502
Ville Syrjälä05e81552020-02-25 19:11:09 +02004503static u8 tgl_compute_dbuf_slices(enum pipe pipe, u8 active_pipes)
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004504{
Ville Syrjälä05e81552020-02-25 19:11:09 +02004505 return compute_dbuf_slices(pipe, active_pipes, tgl_allowed_dbufs);
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004506}
4507
4508static u8 skl_compute_dbuf_slices(const struct intel_crtc_state *crtc_state,
Ville Syrjälä05e81552020-02-25 19:11:09 +02004509 u8 active_pipes)
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004510{
4511 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
4512 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
4513 enum pipe pipe = crtc->pipe;
4514
4515 if (IS_GEN(dev_priv, 12))
Ville Syrjälä05e81552020-02-25 19:11:09 +02004516 return tgl_compute_dbuf_slices(pipe, active_pipes);
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004517 else if (IS_GEN(dev_priv, 11))
Ville Syrjälä05e81552020-02-25 19:11:09 +02004518 return icl_compute_dbuf_slices(pipe, active_pipes);
Stanislav Lisovskiyff2cd862020-02-03 01:06:30 +02004519 /*
4520 * For anything else just return one slice yet.
4521 * Should be extended for other platforms.
4522 */
4523 return BIT(DBUF_S1);
4524}
4525
Maarten Lankhorst24719e92018-10-22 12:20:00 +02004526static u64
Maarten Lankhorstec193642019-06-28 10:55:17 +02004527skl_plane_relative_data_rate(const struct intel_crtc_state *crtc_state,
4528 const struct intel_plane_state *plane_state,
Ville Syrjäläd1d23d72019-09-13 22:31:54 +03004529 int color_plane)
Damien Lespiaub9cec072014-11-04 17:06:43 +00004530{
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01004531 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane);
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01004532 const struct drm_framebuffer *fb = plane_state->hw.fb;
Jani Nikula5ce9a6492019-01-18 14:01:20 +02004533 u32 data_rate;
4534 u32 width = 0, height = 0;
Kumar, Mahesh7084b502017-05-17 17:28:23 +05304535 uint_fixed_16_16_t down_scale_amount;
Maarten Lankhorst24719e92018-10-22 12:20:00 +02004536 u64 rate;
Matt Ropera1de91e2016-05-12 07:05:57 -07004537
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01004538 if (!plane_state->uapi.visible)
Matt Ropera1de91e2016-05-12 07:05:57 -07004539 return 0;
Ville Syrjälä83054942016-11-18 21:53:00 +02004540
Ville Syrjäläd1d23d72019-09-13 22:31:54 +03004541 if (plane->id == PLANE_CURSOR)
Matt Ropera1de91e2016-05-12 07:05:57 -07004542 return 0;
Ville Syrjäläd1d23d72019-09-13 22:31:54 +03004543
4544 if (color_plane == 1 &&
Imre Deak4941f352019-12-21 14:05:43 +02004545 !intel_format_info_is_yuv_semiplanar(fb->format, fb->modifier))
Matt Ropera1de91e2016-05-12 07:05:57 -07004546 return 0;
Kumar, Mahesha280f7d2016-04-06 08:26:39 -07004547
Ville Syrjäläfce5adf2017-03-31 21:00:55 +03004548 /*
4549 * Src coordinates are already rotated by 270 degrees for
4550 * the 90/270 degree plane rotation cases (to match the
4551 * GTT mapping), hence no need to account for rotation here.
4552 */
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01004553 width = drm_rect_width(&plane_state->uapi.src) >> 16;
4554 height = drm_rect_height(&plane_state->uapi.src) >> 16;
Kumar, Mahesha280f7d2016-04-06 08:26:39 -07004555
Mahesh Kumarb879d582018-04-09 09:11:01 +05304556 /* UV plane does 1/2 pixel sub-sampling */
Ville Syrjäläd1d23d72019-09-13 22:31:54 +03004557 if (color_plane == 1) {
Mahesh Kumarb879d582018-04-09 09:11:01 +05304558 width /= 2;
4559 height /= 2;
Chandra Konduru2cd601c2015-04-27 15:47:37 -07004560 }
4561
Maarten Lankhorst24719e92018-10-22 12:20:00 +02004562 data_rate = width * height;
Mahesh Kumarb879d582018-04-09 09:11:01 +05304563
Maarten Lankhorstec193642019-06-28 10:55:17 +02004564 down_scale_amount = skl_plane_downscale_amount(crtc_state, plane_state);
Kumar, Mahesh8d19d7d2016-05-19 15:03:01 -07004565
Maarten Lankhorst24719e92018-10-22 12:20:00 +02004566 rate = mul_round_up_u32_fixed16(data_rate, down_scale_amount);
4567
Ville Syrjäläd1d23d72019-09-13 22:31:54 +03004568 rate *= fb->format->cpp[color_plane];
Maarten Lankhorst24719e92018-10-22 12:20:00 +02004569 return rate;
Damien Lespiaub9cec072014-11-04 17:06:43 +00004570}
4571
Maarten Lankhorst24719e92018-10-22 12:20:00 +02004572static u64
Maarten Lankhorstec193642019-06-28 10:55:17 +02004573skl_get_total_relative_data_rate(struct intel_crtc_state *crtc_state,
Maarten Lankhorst24719e92018-10-22 12:20:00 +02004574 u64 *plane_data_rate,
4575 u64 *uv_plane_data_rate)
Damien Lespiaub9cec072014-11-04 17:06:43 +00004576{
Maarten Lankhorstaf9fbfa2019-10-04 13:34:53 +02004577 struct intel_plane *plane;
4578 const struct intel_plane_state *plane_state;
Maarten Lankhorst24719e92018-10-22 12:20:00 +02004579 u64 total_data_rate = 0;
Matt Ropera6d3460e2016-05-12 07:06:04 -07004580
Matt Ropera1de91e2016-05-12 07:05:57 -07004581 /* Calculate and cache data rate for each plane */
Maarten Lankhorstaf9fbfa2019-10-04 13:34:53 +02004582 intel_atomic_crtc_state_for_each_plane_state(plane, plane_state, crtc_state) {
4583 enum plane_id plane_id = plane->id;
Maarten Lankhorst24719e92018-10-22 12:20:00 +02004584 u64 rate;
Matt Roper024c9042015-09-24 15:53:11 -07004585
Mahesh Kumarb879d582018-04-09 09:11:01 +05304586 /* packed/y */
Maarten Lankhorstec193642019-06-28 10:55:17 +02004587 rate = skl_plane_relative_data_rate(crtc_state, plane_state, 0);
Ville Syrjäläd5cdfdf52016-11-22 18:01:58 +02004588 plane_data_rate[plane_id] = rate;
Maarten Lankhorst1e6ee542016-10-26 15:41:32 +02004589 total_data_rate += rate;
Matt Roper9c74d822016-05-12 07:05:58 -07004590
Mahesh Kumarb879d582018-04-09 09:11:01 +05304591 /* uv-plane */
Maarten Lankhorstec193642019-06-28 10:55:17 +02004592 rate = skl_plane_relative_data_rate(crtc_state, plane_state, 1);
Mahesh Kumarb879d582018-04-09 09:11:01 +05304593 uv_plane_data_rate[plane_id] = rate;
Maarten Lankhorst1e6ee542016-10-26 15:41:32 +02004594 total_data_rate += rate;
Damien Lespiaub9cec072014-11-04 17:06:43 +00004595 }
4596
4597 return total_data_rate;
4598}
4599
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004600static u64
Maarten Lankhorstec193642019-06-28 10:55:17 +02004601icl_get_total_relative_data_rate(struct intel_crtc_state *crtc_state,
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004602 u64 *plane_data_rate)
4603{
Maarten Lankhorstaf9fbfa2019-10-04 13:34:53 +02004604 struct intel_plane *plane;
4605 const struct intel_plane_state *plane_state;
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004606 u64 total_data_rate = 0;
4607
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004608 /* Calculate and cache data rate for each plane */
Maarten Lankhorstaf9fbfa2019-10-04 13:34:53 +02004609 intel_atomic_crtc_state_for_each_plane_state(plane, plane_state, crtc_state) {
4610 enum plane_id plane_id = plane->id;
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004611 u64 rate;
4612
Maarten Lankhorstc47b7dd2019-09-20 13:42:20 +02004613 if (!plane_state->planar_linked_plane) {
Maarten Lankhorstec193642019-06-28 10:55:17 +02004614 rate = skl_plane_relative_data_rate(crtc_state, plane_state, 0);
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004615 plane_data_rate[plane_id] = rate;
4616 total_data_rate += rate;
4617 } else {
4618 enum plane_id y_plane_id;
4619
4620 /*
4621 * The slave plane might not iterate in
Maarten Lankhorstaf9fbfa2019-10-04 13:34:53 +02004622 * intel_atomic_crtc_state_for_each_plane_state(),
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004623 * and needs the master plane state which may be
4624 * NULL if we try get_new_plane_state(), so we
4625 * always calculate from the master.
4626 */
Maarten Lankhorstc47b7dd2019-09-20 13:42:20 +02004627 if (plane_state->planar_slave)
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004628 continue;
4629
4630 /* Y plane rate is calculated on the slave */
Maarten Lankhorstec193642019-06-28 10:55:17 +02004631 rate = skl_plane_relative_data_rate(crtc_state, plane_state, 0);
Maarten Lankhorstc47b7dd2019-09-20 13:42:20 +02004632 y_plane_id = plane_state->planar_linked_plane->id;
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004633 plane_data_rate[y_plane_id] = rate;
4634 total_data_rate += rate;
4635
Maarten Lankhorstec193642019-06-28 10:55:17 +02004636 rate = skl_plane_relative_data_rate(crtc_state, plane_state, 1);
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004637 plane_data_rate[plane_id] = rate;
4638 total_data_rate += rate;
4639 }
4640 }
4641
4642 return total_data_rate;
4643}
4644
Stanislav Lisovskiyd9162342020-05-13 12:38:11 +03004645static const struct skl_wm_level *
4646skl_plane_wm_level(const struct intel_crtc_state *crtc_state,
4647 enum plane_id plane_id,
4648 int level)
4649{
4650 const struct skl_plane_wm *wm =
4651 &crtc_state->wm.skl.optimal.planes[plane_id];
4652
4653 return &wm->wm[level];
4654}
4655
Matt Roperc107acf2016-05-12 07:06:01 -07004656static int
Stanislav Lisovskiy072fcc32020-02-03 01:06:25 +02004657skl_allocate_pipe_ddb(struct intel_crtc_state *crtc_state)
Damien Lespiaub9cec072014-11-04 17:06:43 +00004658{
Ville Syrjälä2a67054b2020-02-25 19:11:06 +02004659 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
4660 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Maarten Lankhorstec193642019-06-28 10:55:17 +02004661 struct skl_ddb_entry *alloc = &crtc_state->wm.skl.ddb;
Jani Nikula5ce9a6492019-01-18 14:01:20 +02004662 u16 alloc_size, start = 0;
4663 u16 total[I915_MAX_PLANES] = {};
4664 u16 uv_total[I915_MAX_PLANES] = {};
Maarten Lankhorst24719e92018-10-22 12:20:00 +02004665 u64 total_data_rate;
Ville Syrjäläd5cdfdf52016-11-22 18:01:58 +02004666 enum plane_id plane_id;
Matt Roperc107acf2016-05-12 07:06:01 -07004667 int num_active;
Maarten Lankhorst24719e92018-10-22 12:20:00 +02004668 u64 plane_data_rate[I915_MAX_PLANES] = {};
4669 u64 uv_plane_data_rate[I915_MAX_PLANES] = {};
Ville Syrjälä0aded172019-02-05 17:50:53 +02004670 u32 blocks;
Matt Roperd8e87492018-12-11 09:31:07 -08004671 int level;
Damien Lespiaub9cec072014-11-04 17:06:43 +00004672
Paulo Zanoni5a920b82016-10-04 14:37:32 -03004673 /* Clear the partitioning for disabled planes. */
Maarten Lankhorstec193642019-06-28 10:55:17 +02004674 memset(crtc_state->wm.skl.plane_ddb_y, 0, sizeof(crtc_state->wm.skl.plane_ddb_y));
4675 memset(crtc_state->wm.skl.plane_ddb_uv, 0, sizeof(crtc_state->wm.skl.plane_ddb_uv));
Paulo Zanoni5a920b82016-10-04 14:37:32 -03004676
Maarten Lankhorst1326a922019-10-31 12:26:02 +01004677 if (!crtc_state->hw.active) {
Lyudece0ba282016-09-15 10:46:35 -04004678 alloc->start = alloc->end = 0;
Matt Roperc107acf2016-05-12 07:06:01 -07004679 return 0;
4680 }
4681
Lucas De Marchi323b0a82019-04-04 16:04:25 -07004682 if (INTEL_GEN(dev_priv) >= 11)
4683 total_data_rate =
Maarten Lankhorstec193642019-06-28 10:55:17 +02004684 icl_get_total_relative_data_rate(crtc_state,
Lucas De Marchi323b0a82019-04-04 16:04:25 -07004685 plane_data_rate);
4686 else
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004687 total_data_rate =
Maarten Lankhorstec193642019-06-28 10:55:17 +02004688 skl_get_total_relative_data_rate(crtc_state,
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004689 plane_data_rate,
4690 uv_plane_data_rate);
Lucas De Marchi323b0a82019-04-04 16:04:25 -07004691
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004692
Maarten Lankhorstec193642019-06-28 10:55:17 +02004693 skl_ddb_get_pipe_allocation_limits(dev_priv, crtc_state, total_data_rate,
Stanislav Lisovskiy072fcc32020-02-03 01:06:25 +02004694 alloc, &num_active);
Damien Lespiau34bb56a2014-11-04 17:07:01 +00004695 alloc_size = skl_ddb_entry_size(alloc);
Kumar, Mahesh336031e2017-05-17 17:28:25 +05304696 if (alloc_size == 0)
Matt Roperc107acf2016-05-12 07:06:01 -07004697 return 0;
Damien Lespiaub9cec072014-11-04 17:06:43 +00004698
Matt Roperd8e87492018-12-11 09:31:07 -08004699 /* Allocate fixed number of blocks for cursor. */
Maarten Lankhorstec193642019-06-28 10:55:17 +02004700 total[PLANE_CURSOR] = skl_cursor_allocation(crtc_state, num_active);
Matt Roperd8e87492018-12-11 09:31:07 -08004701 alloc_size -= total[PLANE_CURSOR];
Maarten Lankhorstec193642019-06-28 10:55:17 +02004702 crtc_state->wm.skl.plane_ddb_y[PLANE_CURSOR].start =
Matt Roperd8e87492018-12-11 09:31:07 -08004703 alloc->end - total[PLANE_CURSOR];
Maarten Lankhorstec193642019-06-28 10:55:17 +02004704 crtc_state->wm.skl.plane_ddb_y[PLANE_CURSOR].end = alloc->end;
Maarten Lankhorst49845a72016-10-26 15:41:34 +02004705
Matt Ropera1de91e2016-05-12 07:05:57 -07004706 if (total_data_rate == 0)
Matt Roperc107acf2016-05-12 07:06:01 -07004707 return 0;
Damien Lespiaub9cec072014-11-04 17:06:43 +00004708
Matt Roperd8e87492018-12-11 09:31:07 -08004709 /*
4710 * Find the highest watermark level for which we can satisfy the block
4711 * requirement of active planes.
4712 */
4713 for (level = ilk_wm_max_level(dev_priv); level >= 0; level--) {
Matt Roper25db2ea2018-12-12 11:17:20 -08004714 blocks = 0;
Ville Syrjälä2a67054b2020-02-25 19:11:06 +02004715 for_each_plane_id_on_crtc(crtc, plane_id) {
Ville Syrjälä5e6037c2019-03-12 22:58:42 +02004716 const struct skl_plane_wm *wm =
Maarten Lankhorstec193642019-06-28 10:55:17 +02004717 &crtc_state->wm.skl.optimal.planes[plane_id];
Ville Syrjälä10a7e072019-03-12 22:58:40 +02004718
4719 if (plane_id == PLANE_CURSOR) {
Vandita Kulkarni4ba48702019-12-16 13:36:19 +05304720 if (wm->wm[level].min_ddb_alloc > total[PLANE_CURSOR]) {
Pankaj Bharadiya48a1b8d2020-01-15 09:14:53 +05304721 drm_WARN_ON(&dev_priv->drm,
4722 wm->wm[level].min_ddb_alloc != U16_MAX);
Ville Syrjälä10a7e072019-03-12 22:58:40 +02004723 blocks = U32_MAX;
4724 break;
4725 }
4726 continue;
4727 }
4728
Ville Syrjälä961d95e2018-12-21 19:14:32 +02004729 blocks += wm->wm[level].min_ddb_alloc;
4730 blocks += wm->uv_wm[level].min_ddb_alloc;
Matt Roperd8e87492018-12-11 09:31:07 -08004731 }
4732
Ville Syrjälä3cf963c2019-03-12 22:58:36 +02004733 if (blocks <= alloc_size) {
Matt Roperd8e87492018-12-11 09:31:07 -08004734 alloc_size -= blocks;
4735 break;
4736 }
4737 }
4738
4739 if (level < 0) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03004740 drm_dbg_kms(&dev_priv->drm,
4741 "Requested display configuration exceeds system DDB limitations");
4742 drm_dbg_kms(&dev_priv->drm, "minimum required %d/%d\n",
4743 blocks, alloc_size);
Matt Roperd8e87492018-12-11 09:31:07 -08004744 return -EINVAL;
4745 }
4746
4747 /*
4748 * Grant each plane the blocks it requires at the highest achievable
4749 * watermark level, plus an extra share of the leftover blocks
4750 * proportional to its relative data rate.
4751 */
Ville Syrjälä2a67054b2020-02-25 19:11:06 +02004752 for_each_plane_id_on_crtc(crtc, plane_id) {
Ville Syrjälä5e6037c2019-03-12 22:58:42 +02004753 const struct skl_plane_wm *wm =
Maarten Lankhorstec193642019-06-28 10:55:17 +02004754 &crtc_state->wm.skl.optimal.planes[plane_id];
Matt Roperd8e87492018-12-11 09:31:07 -08004755 u64 rate;
4756 u16 extra;
Damien Lespiaub9cec072014-11-04 17:06:43 +00004757
Ville Syrjäläd5cdfdf52016-11-22 18:01:58 +02004758 if (plane_id == PLANE_CURSOR)
Maarten Lankhorst49845a72016-10-26 15:41:34 +02004759 continue;
4760
Damien Lespiaub9cec072014-11-04 17:06:43 +00004761 /*
Matt Roperd8e87492018-12-11 09:31:07 -08004762 * We've accounted for all active planes; remaining planes are
4763 * all disabled.
Damien Lespiaub9cec072014-11-04 17:06:43 +00004764 */
Matt Roperd8e87492018-12-11 09:31:07 -08004765 if (total_data_rate == 0)
4766 break;
Damien Lespiaub9cec072014-11-04 17:06:43 +00004767
Matt Roperd8e87492018-12-11 09:31:07 -08004768 rate = plane_data_rate[plane_id];
4769 extra = min_t(u16, alloc_size,
4770 DIV64_U64_ROUND_UP(alloc_size * rate,
4771 total_data_rate));
Ville Syrjälä961d95e2018-12-21 19:14:32 +02004772 total[plane_id] = wm->wm[level].min_ddb_alloc + extra;
Matt Roperd8e87492018-12-11 09:31:07 -08004773 alloc_size -= extra;
4774 total_data_rate -= rate;
Rodrigo Vivi9a30a262017-06-13 10:52:30 -07004775
Matt Roperd8e87492018-12-11 09:31:07 -08004776 if (total_data_rate == 0)
4777 break;
Chandra Konduru2cd601c2015-04-27 15:47:37 -07004778
Matt Roperd8e87492018-12-11 09:31:07 -08004779 rate = uv_plane_data_rate[plane_id];
4780 extra = min_t(u16, alloc_size,
4781 DIV64_U64_ROUND_UP(alloc_size * rate,
4782 total_data_rate));
Ville Syrjälä961d95e2018-12-21 19:14:32 +02004783 uv_total[plane_id] = wm->uv_wm[level].min_ddb_alloc + extra;
Matt Roperd8e87492018-12-11 09:31:07 -08004784 alloc_size -= extra;
4785 total_data_rate -= rate;
4786 }
Pankaj Bharadiya48a1b8d2020-01-15 09:14:53 +05304787 drm_WARN_ON(&dev_priv->drm, alloc_size != 0 || total_data_rate != 0);
Matt Roperd8e87492018-12-11 09:31:07 -08004788
4789 /* Set the actual DDB start/end points for each plane */
4790 start = alloc->start;
Ville Syrjälä2a67054b2020-02-25 19:11:06 +02004791 for_each_plane_id_on_crtc(crtc, plane_id) {
Ville Syrjälä5e6037c2019-03-12 22:58:42 +02004792 struct skl_ddb_entry *plane_alloc =
Maarten Lankhorstec193642019-06-28 10:55:17 +02004793 &crtc_state->wm.skl.plane_ddb_y[plane_id];
Ville Syrjälä5e6037c2019-03-12 22:58:42 +02004794 struct skl_ddb_entry *uv_plane_alloc =
Maarten Lankhorstec193642019-06-28 10:55:17 +02004795 &crtc_state->wm.skl.plane_ddb_uv[plane_id];
Matt Roperd8e87492018-12-11 09:31:07 -08004796
4797 if (plane_id == PLANE_CURSOR)
4798 continue;
4799
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004800 /* Gen11+ uses a separate plane for UV watermarks */
Pankaj Bharadiya48a1b8d2020-01-15 09:14:53 +05304801 drm_WARN_ON(&dev_priv->drm,
4802 INTEL_GEN(dev_priv) >= 11 && uv_total[plane_id]);
Maarten Lankhorstb048a002018-10-18 13:51:30 +02004803
Matt Roperd8e87492018-12-11 09:31:07 -08004804 /* Leave disabled planes at (0,0) */
4805 if (total[plane_id]) {
4806 plane_alloc->start = start;
4807 start += total[plane_id];
4808 plane_alloc->end = start;
Matt Roperc107acf2016-05-12 07:06:01 -07004809 }
Rodrigo Vivi9a30a262017-06-13 10:52:30 -07004810
Matt Roperd8e87492018-12-11 09:31:07 -08004811 if (uv_total[plane_id]) {
4812 uv_plane_alloc->start = start;
4813 start += uv_total[plane_id];
4814 uv_plane_alloc->end = start;
4815 }
4816 }
4817
4818 /*
4819 * When we calculated watermark values we didn't know how high
4820 * of a level we'd actually be able to hit, so we just marked
4821 * all levels as "enabled." Go back now and disable the ones
4822 * that aren't actually possible.
4823 */
4824 for (level++; level <= ilk_wm_max_level(dev_priv); level++) {
Ville Syrjälä2a67054b2020-02-25 19:11:06 +02004825 for_each_plane_id_on_crtc(crtc, plane_id) {
Ville Syrjälä5e6037c2019-03-12 22:58:42 +02004826 struct skl_plane_wm *wm =
Maarten Lankhorstec193642019-06-28 10:55:17 +02004827 &crtc_state->wm.skl.optimal.planes[plane_id];
Ville Syrjäläa301cb02019-03-12 22:58:41 +02004828
4829 /*
4830 * We only disable the watermarks for each plane if
4831 * they exceed the ddb allocation of said plane. This
4832 * is done so that we don't end up touching cursor
4833 * watermarks needlessly when some other plane reduces
4834 * our max possible watermark level.
4835 *
4836 * Bspec has this to say about the PLANE_WM enable bit:
4837 * "All the watermarks at this level for all enabled
4838 * planes must be enabled before the level will be used."
4839 * So this is actually safe to do.
4840 */
4841 if (wm->wm[level].min_ddb_alloc > total[plane_id] ||
4842 wm->uv_wm[level].min_ddb_alloc > uv_total[plane_id])
4843 memset(&wm->wm[level], 0, sizeof(wm->wm[level]));
Ville Syrjälä290248c2019-02-13 18:54:24 +02004844
Ville Syrjäläc384afe2019-02-28 19:36:39 +02004845 /*
Bob Paauwe39564ae2019-04-12 11:09:20 -07004846 * Wa_1408961008:icl, ehl
Ville Syrjäläc384afe2019-02-28 19:36:39 +02004847 * Underruns with WM1+ disabled
4848 */
Bob Paauwe39564ae2019-04-12 11:09:20 -07004849 if (IS_GEN(dev_priv, 11) &&
Ville Syrjälä290248c2019-02-13 18:54:24 +02004850 level == 1 && wm->wm[0].plane_en) {
4851 wm->wm[level].plane_res_b = wm->wm[0].plane_res_b;
Ville Syrjäläc384afe2019-02-28 19:36:39 +02004852 wm->wm[level].plane_res_l = wm->wm[0].plane_res_l;
4853 wm->wm[level].ignore_lines = wm->wm[0].ignore_lines;
Ville Syrjälä290248c2019-02-13 18:54:24 +02004854 }
Matt Roperd8e87492018-12-11 09:31:07 -08004855 }
4856 }
4857
4858 /*
4859 * Go back and disable the transition watermark if it turns out we
4860 * don't have enough DDB blocks for it.
4861 */
Ville Syrjälä2a67054b2020-02-25 19:11:06 +02004862 for_each_plane_id_on_crtc(crtc, plane_id) {
Ville Syrjälä5e6037c2019-03-12 22:58:42 +02004863 struct skl_plane_wm *wm =
Maarten Lankhorstec193642019-06-28 10:55:17 +02004864 &crtc_state->wm.skl.optimal.planes[plane_id];
Ville Syrjälä5e6037c2019-03-12 22:58:42 +02004865
Ville Syrjäläb19c9bc2018-12-21 19:14:31 +02004866 if (wm->trans_wm.plane_res_b >= total[plane_id])
Matt Roperd8e87492018-12-11 09:31:07 -08004867 memset(&wm->trans_wm, 0, sizeof(wm->trans_wm));
Damien Lespiaub9cec072014-11-04 17:06:43 +00004868 }
4869
Matt Roperc107acf2016-05-12 07:06:01 -07004870 return 0;
Damien Lespiaub9cec072014-11-04 17:06:43 +00004871}
4872
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00004873/*
4874 * The max latency should be 257 (max the punit can code is 255 and we add 2us
Ville Syrjäläac484962016-01-20 21:05:26 +02004875 * for the read latency) and cpp should always be <= 8, so that
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00004876 * should allow pixel_rate up to ~2 GHz which seems sufficient since max
4877 * 2xcdclk is 1350 MHz and the pixel rate should never exceed that.
4878*/
Paulo Zanoni6c64dd32017-08-11 16:38:25 -07004879static uint_fixed_16_16_t
Jani Nikula5ce9a6492019-01-18 14:01:20 +02004880skl_wm_method1(const struct drm_i915_private *dev_priv, u32 pixel_rate,
4881 u8 cpp, u32 latency, u32 dbuf_block_size)
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00004882{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02004883 u32 wm_intermediate_val;
Mahesh Kumarb95320b2016-12-01 21:19:37 +05304884 uint_fixed_16_16_t ret;
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00004885
4886 if (latency == 0)
Mahesh Kumarb95320b2016-12-01 21:19:37 +05304887 return FP_16_16_MAX;
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00004888
Mahesh Kumarb95320b2016-12-01 21:19:37 +05304889 wm_intermediate_val = latency * pixel_rate * cpp;
Mahesh Kumardf8ee192018-01-30 11:49:11 -02004890 ret = div_fixed16(wm_intermediate_val, 1000 * dbuf_block_size);
Paulo Zanoni6c64dd32017-08-11 16:38:25 -07004891
Ville Syrjälä260a6c1b2020-04-30 15:58:21 +03004892 if (INTEL_GEN(dev_priv) >= 10 || IS_GEMINILAKE(dev_priv))
Paulo Zanoni6c64dd32017-08-11 16:38:25 -07004893 ret = add_fixed16_u32(ret, 1);
4894
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00004895 return ret;
4896}
4897
Jani Nikula5ce9a6492019-01-18 14:01:20 +02004898static uint_fixed_16_16_t
4899skl_wm_method2(u32 pixel_rate, u32 pipe_htotal, u32 latency,
4900 uint_fixed_16_16_t plane_blocks_per_line)
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00004901{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02004902 u32 wm_intermediate_val;
Mahesh Kumarb95320b2016-12-01 21:19:37 +05304903 uint_fixed_16_16_t ret;
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00004904
4905 if (latency == 0)
Mahesh Kumarb95320b2016-12-01 21:19:37 +05304906 return FP_16_16_MAX;
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00004907
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00004908 wm_intermediate_val = latency * pixel_rate;
Mahesh Kumarb95320b2016-12-01 21:19:37 +05304909 wm_intermediate_val = DIV_ROUND_UP(wm_intermediate_val,
4910 pipe_htotal * 1000);
Kumar, Mahesheac2cb82017-07-05 20:01:46 +05304911 ret = mul_u32_fixed16(wm_intermediate_val, plane_blocks_per_line);
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00004912 return ret;
4913}
4914
Kumar, Maheshd555cb52017-05-17 17:28:29 +05304915static uint_fixed_16_16_t
Maarten Lankhorstec193642019-06-28 10:55:17 +02004916intel_get_linetime_us(const struct intel_crtc_state *crtc_state)
Kumar, Maheshd555cb52017-05-17 17:28:29 +05304917{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02004918 u32 pixel_rate;
4919 u32 crtc_htotal;
Kumar, Maheshd555cb52017-05-17 17:28:29 +05304920 uint_fixed_16_16_t linetime_us;
4921
Maarten Lankhorst1326a922019-10-31 12:26:02 +01004922 if (!crtc_state->hw.active)
Kumar, Mahesheac2cb82017-07-05 20:01:46 +05304923 return u32_to_fixed16(0);
Kumar, Maheshd555cb52017-05-17 17:28:29 +05304924
Maarten Lankhorstec193642019-06-28 10:55:17 +02004925 pixel_rate = crtc_state->pixel_rate;
Kumar, Maheshd555cb52017-05-17 17:28:29 +05304926
4927 if (WARN_ON(pixel_rate == 0))
Kumar, Mahesheac2cb82017-07-05 20:01:46 +05304928 return u32_to_fixed16(0);
Kumar, Maheshd555cb52017-05-17 17:28:29 +05304929
Maarten Lankhorst1326a922019-10-31 12:26:02 +01004930 crtc_htotal = crtc_state->hw.adjusted_mode.crtc_htotal;
Kumar, Mahesheac2cb82017-07-05 20:01:46 +05304931 linetime_us = div_fixed16(crtc_htotal * 1000, pixel_rate);
Kumar, Maheshd555cb52017-05-17 17:28:29 +05304932
4933 return linetime_us;
4934}
4935
Jani Nikula5ce9a6492019-01-18 14:01:20 +02004936static u32
Maarten Lankhorstec193642019-06-28 10:55:17 +02004937skl_adjusted_plane_pixel_rate(const struct intel_crtc_state *crtc_state,
4938 const struct intel_plane_state *plane_state)
Kumar, Mahesh9c2f7a92016-05-16 15:52:00 -07004939{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02004940 u64 adjusted_pixel_rate;
Kumar, Mahesh7084b502017-05-17 17:28:23 +05304941 uint_fixed_16_16_t downscale_amount;
Kumar, Mahesh9c2f7a92016-05-16 15:52:00 -07004942
4943 /* Shouldn't reach here on disabled planes... */
Maarten Lankhorstec193642019-06-28 10:55:17 +02004944 if (WARN_ON(!intel_wm_plane_visible(crtc_state, plane_state)))
Kumar, Mahesh9c2f7a92016-05-16 15:52:00 -07004945 return 0;
4946
4947 /*
4948 * Adjusted plane pixel rate is just the pipe's adjusted pixel rate
4949 * with additional adjustments for plane-specific scaling.
4950 */
Maarten Lankhorstec193642019-06-28 10:55:17 +02004951 adjusted_pixel_rate = crtc_state->pixel_rate;
4952 downscale_amount = skl_plane_downscale_amount(crtc_state, plane_state);
Kumar, Mahesh9c2f7a92016-05-16 15:52:00 -07004953
Kumar, Mahesh7084b502017-05-17 17:28:23 +05304954 return mul_round_up_u32_fixed16(adjusted_pixel_rate,
4955 downscale_amount);
Kumar, Mahesh9c2f7a92016-05-16 15:52:00 -07004956}
4957
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05304958static int
Ville Syrjäläc92558a2019-03-12 22:58:38 +02004959skl_compute_wm_params(const struct intel_crtc_state *crtc_state,
4960 int width, const struct drm_format_info *format,
4961 u64 modifier, unsigned int rotation,
4962 u32 plane_pixel_rate, struct skl_wm_params *wp,
4963 int color_plane)
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05304964{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01004965 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc);
Ville Syrjäläc92558a2019-03-12 22:58:38 +02004966 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Jani Nikula5ce9a6492019-01-18 14:01:20 +02004967 u32 interm_pbpl;
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05304968
Juha-Pekka Heikkiladf7d4152019-03-04 17:26:31 +05304969 /* only planar format has two planes */
Imre Deak4941f352019-12-21 14:05:43 +02004970 if (color_plane == 1 &&
4971 !intel_format_info_is_yuv_semiplanar(format, modifier)) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03004972 drm_dbg_kms(&dev_priv->drm,
4973 "Non planar format have single plane\n");
Mahesh Kumar942aa2d2018-04-09 09:11:04 +05304974 return -EINVAL;
4975 }
4976
Ville Syrjäläc92558a2019-03-12 22:58:38 +02004977 wp->y_tiled = modifier == I915_FORMAT_MOD_Y_TILED ||
4978 modifier == I915_FORMAT_MOD_Yf_TILED ||
4979 modifier == I915_FORMAT_MOD_Y_TILED_CCS ||
4980 modifier == I915_FORMAT_MOD_Yf_TILED_CCS;
4981 wp->x_tiled = modifier == I915_FORMAT_MOD_X_TILED;
4982 wp->rc_surface = modifier == I915_FORMAT_MOD_Y_TILED_CCS ||
4983 modifier == I915_FORMAT_MOD_Yf_TILED_CCS;
Imre Deak4941f352019-12-21 14:05:43 +02004984 wp->is_planar = intel_format_info_is_yuv_semiplanar(format, modifier);
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05304985
Ville Syrjäläc92558a2019-03-12 22:58:38 +02004986 wp->width = width;
Ville Syrjälä45bee432018-11-14 23:07:28 +02004987 if (color_plane == 1 && wp->is_planar)
Mahesh Kumar942aa2d2018-04-09 09:11:04 +05304988 wp->width /= 2;
4989
Ville Syrjäläc92558a2019-03-12 22:58:38 +02004990 wp->cpp = format->cpp[color_plane];
4991 wp->plane_pixel_rate = plane_pixel_rate;
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05304992
Mahesh Kumardf8ee192018-01-30 11:49:11 -02004993 if (INTEL_GEN(dev_priv) >= 11 &&
Ville Syrjäläc92558a2019-03-12 22:58:38 +02004994 modifier == I915_FORMAT_MOD_Yf_TILED && wp->cpp == 1)
Mahesh Kumardf8ee192018-01-30 11:49:11 -02004995 wp->dbuf_block_size = 256;
4996 else
4997 wp->dbuf_block_size = 512;
4998
Ville Syrjäläc92558a2019-03-12 22:58:38 +02004999 if (drm_rotation_90_or_270(rotation)) {
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305000 switch (wp->cpp) {
5001 case 1:
5002 wp->y_min_scanlines = 16;
5003 break;
5004 case 2:
5005 wp->y_min_scanlines = 8;
5006 break;
5007 case 4:
5008 wp->y_min_scanlines = 4;
5009 break;
5010 default:
5011 MISSING_CASE(wp->cpp);
5012 return -EINVAL;
5013 }
5014 } else {
5015 wp->y_min_scanlines = 4;
5016 }
5017
Ville Syrjälä60e983f2018-12-21 19:14:33 +02005018 if (skl_needs_memory_bw_wa(dev_priv))
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305019 wp->y_min_scanlines *= 2;
5020
5021 wp->plane_bytes_per_line = wp->width * wp->cpp;
5022 if (wp->y_tiled) {
5023 interm_pbpl = DIV_ROUND_UP(wp->plane_bytes_per_line *
Mahesh Kumardf8ee192018-01-30 11:49:11 -02005024 wp->y_min_scanlines,
5025 wp->dbuf_block_size);
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305026
Ville Syrjälä260a6c1b2020-04-30 15:58:21 +03005027 if (INTEL_GEN(dev_priv) >= 10 || IS_GEMINILAKE(dev_priv))
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305028 interm_pbpl++;
5029
5030 wp->plane_blocks_per_line = div_fixed16(interm_pbpl,
5031 wp->y_min_scanlines);
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305032 } else {
Mahesh Kumardf8ee192018-01-30 11:49:11 -02005033 interm_pbpl = DIV_ROUND_UP(wp->plane_bytes_per_line,
Ville Syrjälä260a6c1b2020-04-30 15:58:21 +03005034 wp->dbuf_block_size);
5035
5036 if (!wp->x_tiled ||
5037 INTEL_GEN(dev_priv) >= 10 || IS_GEMINILAKE(dev_priv))
5038 interm_pbpl++;
5039
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305040 wp->plane_blocks_per_line = u32_to_fixed16(interm_pbpl);
5041 }
5042
5043 wp->y_tile_minimum = mul_u32_fixed16(wp->y_min_scanlines,
5044 wp->plane_blocks_per_line);
Ville Syrjäläc92558a2019-03-12 22:58:38 +02005045
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305046 wp->linetime_us = fixed16_to_u32_round_up(
Ville Syrjäläc92558a2019-03-12 22:58:38 +02005047 intel_get_linetime_us(crtc_state));
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305048
5049 return 0;
5050}
5051
Ville Syrjäläc92558a2019-03-12 22:58:38 +02005052static int
5053skl_compute_plane_wm_params(const struct intel_crtc_state *crtc_state,
5054 const struct intel_plane_state *plane_state,
5055 struct skl_wm_params *wp, int color_plane)
5056{
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01005057 const struct drm_framebuffer *fb = plane_state->hw.fb;
Ville Syrjäläc92558a2019-03-12 22:58:38 +02005058 int width;
5059
Maarten Lankhorst3a612762019-10-04 13:34:54 +02005060 /*
5061 * Src coordinates are already rotated by 270 degrees for
5062 * the 90/270 degree plane rotation cases (to match the
5063 * GTT mapping), hence no need to account for rotation here.
5064 */
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01005065 width = drm_rect_width(&plane_state->uapi.src) >> 16;
Ville Syrjäläc92558a2019-03-12 22:58:38 +02005066
5067 return skl_compute_wm_params(crtc_state, width,
5068 fb->format, fb->modifier,
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01005069 plane_state->hw.rotation,
Ville Syrjäläc92558a2019-03-12 22:58:38 +02005070 skl_adjusted_plane_pixel_rate(crtc_state, plane_state),
5071 wp, color_plane);
5072}
5073
Ville Syrjäläb52c2732018-12-21 19:14:28 +02005074static bool skl_wm_has_lines(struct drm_i915_private *dev_priv, int level)
5075{
5076 if (INTEL_GEN(dev_priv) >= 10 || IS_GEMINILAKE(dev_priv))
5077 return true;
5078
5079 /* The number of lines are ignored for the level 0 watermark. */
5080 return level > 0;
5081}
5082
Maarten Lankhorstec193642019-06-28 10:55:17 +02005083static void skl_compute_plane_wm(const struct intel_crtc_state *crtc_state,
Matt Roperd8e87492018-12-11 09:31:07 -08005084 int level,
Stanislav Lisovskiy7b994752020-04-09 18:47:18 +03005085 unsigned int latency,
Matt Roperd8e87492018-12-11 09:31:07 -08005086 const struct skl_wm_params *wp,
5087 const struct skl_wm_level *result_prev,
5088 struct skl_wm_level *result /* out */)
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00005089{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01005090 struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
Mahesh Kumarb95320b2016-12-01 21:19:37 +05305091 uint_fixed_16_16_t method1, method2;
Mahesh Kumarb95320b2016-12-01 21:19:37 +05305092 uint_fixed_16_16_t selected_result;
Ville Syrjälä961d95e2018-12-21 19:14:32 +02005093 u32 res_blocks, res_lines, min_ddb_alloc = 0;
Ville Syrjäläce110ec2018-11-14 23:07:21 +02005094
Ville Syrjälä0aded172019-02-05 17:50:53 +02005095 if (latency == 0) {
5096 /* reject it */
5097 result->min_ddb_alloc = U16_MAX;
Ville Syrjälä692927f2018-12-21 19:14:29 +02005098 return;
Ville Syrjälä0aded172019-02-05 17:50:53 +02005099 }
Ville Syrjälä692927f2018-12-21 19:14:29 +02005100
Ville Syrjälä25312ef2019-05-03 20:38:05 +03005101 /*
5102 * WaIncreaseLatencyIPCEnabled: kbl,cfl
5103 * Display WA #1141: kbl,cfl
5104 */
Sultan Alsawaf690d22da2020-04-30 14:46:54 -07005105 if ((IS_KABYLAKE(dev_priv) || IS_COFFEELAKE(dev_priv)) &&
Rodrigo Vivi82525c12017-06-08 08:50:00 -07005106 dev_priv->ipc_enabled)
Mahesh Kumar4b7b2332016-12-01 21:19:35 +05305107 latency += 4;
5108
Ville Syrjälä60e983f2018-12-21 19:14:33 +02005109 if (skl_needs_memory_bw_wa(dev_priv) && wp->x_tiled)
Paulo Zanoniee3d5322016-10-11 15:25:38 -03005110 latency += 15;
5111
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305112 method1 = skl_wm_method1(dev_priv, wp->plane_pixel_rate,
Mahesh Kumardf8ee192018-01-30 11:49:11 -02005113 wp->cpp, latency, wp->dbuf_block_size);
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305114 method2 = skl_wm_method2(wp->plane_pixel_rate,
Maarten Lankhorst1326a922019-10-31 12:26:02 +01005115 crtc_state->hw.adjusted_mode.crtc_htotal,
Paulo Zanoni1186fa82016-09-22 18:00:31 -03005116 latency,
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305117 wp->plane_blocks_per_line);
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00005118
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305119 if (wp->y_tiled) {
5120 selected_result = max_fixed16(method2, wp->y_tile_minimum);
Tvrtko Ursulin0fda6562015-02-27 15:12:35 +00005121 } else {
Maarten Lankhorst1326a922019-10-31 12:26:02 +01005122 if ((wp->cpp * crtc_state->hw.adjusted_mode.crtc_htotal /
Mahesh Kumardf8ee192018-01-30 11:49:11 -02005123 wp->dbuf_block_size < 1) &&
Paulo Zanoni077b5822018-10-04 16:15:57 -07005124 (wp->plane_bytes_per_line / wp->dbuf_block_size < 1)) {
Paulo Zanonif1db3ea2016-09-22 18:00:34 -03005125 selected_result = method2;
Paulo Zanoni077b5822018-10-04 16:15:57 -07005126 } else if (latency >= wp->linetime_us) {
Lucas De Marchicf819ef2018-12-12 10:10:43 -08005127 if (IS_GEN(dev_priv, 9) &&
Paulo Zanoni077b5822018-10-04 16:15:57 -07005128 !IS_GEMINILAKE(dev_priv))
5129 selected_result = min_fixed16(method1, method2);
5130 else
5131 selected_result = method2;
5132 } else {
Tvrtko Ursulin0fda6562015-02-27 15:12:35 +00005133 selected_result = method1;
Paulo Zanoni077b5822018-10-04 16:15:57 -07005134 }
Tvrtko Ursulin0fda6562015-02-27 15:12:35 +00005135 }
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00005136
Kumar, Mahesheac2cb82017-07-05 20:01:46 +05305137 res_blocks = fixed16_to_u32_round_up(selected_result) + 1;
Kumar, Maheshd273ecc2017-05-17 17:28:22 +05305138 res_lines = div_round_up_fixed16(selected_result,
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305139 wp->plane_blocks_per_line);
Damien Lespiaue6d66172014-11-04 17:06:55 +00005140
Paulo Zanonia5b79d32018-11-13 17:24:32 -08005141 if (IS_GEN9_BC(dev_priv) || IS_BROXTON(dev_priv)) {
5142 /* Display WA #1125: skl,bxt,kbl */
5143 if (level == 0 && wp->rc_surface)
5144 res_blocks +=
5145 fixed16_to_u32_round_up(wp->y_tile_minimum);
Ville Syrjälä2e2adb02017-08-01 09:58:13 -07005146
Paulo Zanonia5b79d32018-11-13 17:24:32 -08005147 /* Display WA #1126: skl,bxt,kbl */
5148 if (level >= 1 && level <= 7) {
5149 if (wp->y_tiled) {
5150 res_blocks +=
5151 fixed16_to_u32_round_up(wp->y_tile_minimum);
5152 res_lines += wp->y_min_scanlines;
5153 } else {
5154 res_blocks++;
5155 }
5156
5157 /*
5158 * Make sure result blocks for higher latency levels are
5159 * atleast as high as level below the current level.
5160 * Assumption in DDB algorithm optimization for special
5161 * cases. Also covers Display WA #1125 for RC.
5162 */
5163 if (result_prev->plane_res_b > res_blocks)
5164 res_blocks = result_prev->plane_res_b;
Paulo Zanoni75676ed2016-09-22 18:00:33 -03005165 }
Tvrtko Ursulin0fda6562015-02-27 15:12:35 +00005166 }
Tvrtko Ursulind4c2aa62015-02-27 11:15:22 +00005167
Ville Syrjälä961d95e2018-12-21 19:14:32 +02005168 if (INTEL_GEN(dev_priv) >= 11) {
5169 if (wp->y_tiled) {
5170 int extra_lines;
5171
5172 if (res_lines % wp->y_min_scanlines == 0)
5173 extra_lines = wp->y_min_scanlines;
5174 else
5175 extra_lines = wp->y_min_scanlines * 2 -
5176 res_lines % wp->y_min_scanlines;
5177
5178 min_ddb_alloc = mul_round_up_u32_fixed16(res_lines + extra_lines,
5179 wp->plane_blocks_per_line);
5180 } else {
5181 min_ddb_alloc = res_blocks +
5182 DIV_ROUND_UP(res_blocks, 10);
5183 }
5184 }
5185
Ville Syrjäläb52c2732018-12-21 19:14:28 +02005186 if (!skl_wm_has_lines(dev_priv, level))
5187 res_lines = 0;
5188
Ville Syrjälä0aded172019-02-05 17:50:53 +02005189 if (res_lines > 31) {
5190 /* reject it */
5191 result->min_ddb_alloc = U16_MAX;
Matt Roperd8e87492018-12-11 09:31:07 -08005192 return;
Ville Syrjälä0aded172019-02-05 17:50:53 +02005193 }
Matt Roperd8e87492018-12-11 09:31:07 -08005194
5195 /*
5196 * If res_lines is valid, assume we can use this watermark level
5197 * for now. We'll come back and disable it after we calculate the
5198 * DDB allocation if it turns out we don't actually have enough
5199 * blocks to satisfy it.
5200 */
Mahesh Kumar62027b72018-04-09 09:11:05 +05305201 result->plane_res_b = res_blocks;
5202 result->plane_res_l = res_lines;
Ville Syrjälä961d95e2018-12-21 19:14:32 +02005203 /* Bspec says: value >= plane ddb allocation -> invalid, hence the +1 here */
5204 result->min_ddb_alloc = max(min_ddb_alloc, res_blocks) + 1;
Mahesh Kumar62027b72018-04-09 09:11:05 +05305205 result->plane_en = true;
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00005206}
5207
Matt Roperd8e87492018-12-11 09:31:07 -08005208static void
Maarten Lankhorstec193642019-06-28 10:55:17 +02005209skl_compute_wm_levels(const struct intel_crtc_state *crtc_state,
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305210 const struct skl_wm_params *wm_params,
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005211 struct skl_wm_level *levels)
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00005212{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01005213 struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
Kumar, Maheshd2f5e362017-05-17 17:28:28 +05305214 int level, max_level = ilk_wm_max_level(dev_priv);
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005215 struct skl_wm_level *result_prev = &levels[0];
Lyudea62163e2016-10-04 14:28:20 -04005216
Kumar, Maheshd2f5e362017-05-17 17:28:28 +05305217 for (level = 0; level <= max_level; level++) {
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005218 struct skl_wm_level *result = &levels[level];
Stanislav Lisovskiy7b994752020-04-09 18:47:18 +03005219 unsigned int latency = dev_priv->wm.skl_latency[level];
Kumar, Maheshd2f5e362017-05-17 17:28:28 +05305220
Stanislav Lisovskiy7b994752020-04-09 18:47:18 +03005221 skl_compute_plane_wm(crtc_state, level, latency,
5222 wm_params, result_prev, result);
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005223
5224 result_prev = result;
Kumar, Maheshd2f5e362017-05-17 17:28:28 +05305225 }
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00005226}
5227
Maarten Lankhorstec193642019-06-28 10:55:17 +02005228static void skl_compute_transition_wm(const struct intel_crtc_state *crtc_state,
Ville Syrjälä6a3c910b2018-11-14 23:07:23 +02005229 const struct skl_wm_params *wp,
Matt Roperd8e87492018-12-11 09:31:07 -08005230 struct skl_plane_wm *wm)
Damien Lespiau407b50f2014-11-04 17:06:57 +00005231{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01005232 struct drm_device *dev = crtc_state->uapi.crtc->dev;
Kumar, Maheshca476672017-08-17 19:15:24 +05305233 const struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläc834d032020-02-28 22:35:52 +02005234 u16 trans_min, trans_amount, trans_y_tile_min;
Jani Nikula5ce9a6492019-01-18 14:01:20 +02005235 u16 wm0_sel_res_b, trans_offset_b, res_blocks;
Damien Lespiau9414f562014-11-04 17:06:58 +00005236
Kumar, Maheshca476672017-08-17 19:15:24 +05305237 /* Transition WM don't make any sense if ipc is disabled */
5238 if (!dev_priv->ipc_enabled)
Ville Syrjälä14a43062018-11-14 23:07:22 +02005239 return;
Kumar, Maheshca476672017-08-17 19:15:24 +05305240
Ville Syrjäläa7f1e8e2020-02-28 22:35:51 +02005241 /*
5242 * WaDisableTWM:skl,kbl,cfl,bxt
5243 * Transition WM are not recommended by HW team for GEN9
5244 */
5245 if (IS_GEN9_BC(dev_priv) || IS_BROXTON(dev_priv))
5246 return;
5247
Paulo Zanoni91961a82018-10-04 16:15:56 -07005248 if (INTEL_GEN(dev_priv) >= 11)
Kumar, Maheshca476672017-08-17 19:15:24 +05305249 trans_min = 4;
Ville Syrjäläc834d032020-02-28 22:35:52 +02005250 else
5251 trans_min = 14;
5252
5253 /* Display WA #1140: glk,cnl */
5254 if (IS_CANNONLAKE(dev_priv) || IS_GEMINILAKE(dev_priv))
5255 trans_amount = 0;
5256 else
5257 trans_amount = 10; /* This is configurable amount */
Kumar, Maheshca476672017-08-17 19:15:24 +05305258
5259 trans_offset_b = trans_min + trans_amount;
5260
Paulo Zanonicbacc792018-10-04 16:15:58 -07005261 /*
5262 * The spec asks for Selected Result Blocks for wm0 (the real value),
5263 * not Result Blocks (the integer value). Pay attention to the capital
5264 * letters. The value wm_l0->plane_res_b is actually Result Blocks, but
5265 * since Result Blocks is the ceiling of Selected Result Blocks plus 1,
5266 * and since we later will have to get the ceiling of the sum in the
5267 * transition watermarks calculation, we can just pretend Selected
5268 * Result Blocks is Result Blocks minus 1 and it should work for the
5269 * current platforms.
5270 */
Ville Syrjälä6a3c910b2018-11-14 23:07:23 +02005271 wm0_sel_res_b = wm->wm[0].plane_res_b - 1;
Paulo Zanonicbacc792018-10-04 16:15:58 -07005272
Kumar, Maheshca476672017-08-17 19:15:24 +05305273 if (wp->y_tiled) {
Jani Nikula5ce9a6492019-01-18 14:01:20 +02005274 trans_y_tile_min =
5275 (u16)mul_round_up_u32_fixed16(2, wp->y_tile_minimum);
Paulo Zanonicbacc792018-10-04 16:15:58 -07005276 res_blocks = max(wm0_sel_res_b, trans_y_tile_min) +
Kumar, Maheshca476672017-08-17 19:15:24 +05305277 trans_offset_b;
5278 } else {
Paulo Zanonicbacc792018-10-04 16:15:58 -07005279 res_blocks = wm0_sel_res_b + trans_offset_b;
Kumar, Maheshca476672017-08-17 19:15:24 +05305280 }
5281
Matt Roperd8e87492018-12-11 09:31:07 -08005282 /*
5283 * Just assume we can enable the transition watermark. After
5284 * computing the DDB we'll come back and disable it if that
5285 * assumption turns out to be false.
5286 */
5287 wm->trans_wm.plane_res_b = res_blocks + 1;
5288 wm->trans_wm.plane_en = true;
Damien Lespiau407b50f2014-11-04 17:06:57 +00005289}
5290
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005291static int skl_build_plane_wm_single(struct intel_crtc_state *crtc_state,
Ville Syrjälä83158472018-11-27 18:57:26 +02005292 const struct intel_plane_state *plane_state,
5293 enum plane_id plane_id, int color_plane)
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005294{
Ville Syrjälä83158472018-11-27 18:57:26 +02005295 struct skl_plane_wm *wm = &crtc_state->wm.skl.optimal.planes[plane_id];
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005296 struct skl_wm_params wm_params;
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005297 int ret;
5298
Ville Syrjälä51de9c62018-11-14 23:07:25 +02005299 ret = skl_compute_plane_wm_params(crtc_state, plane_state,
Ville Syrjälä83158472018-11-27 18:57:26 +02005300 &wm_params, color_plane);
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005301 if (ret)
5302 return ret;
5303
Ville Syrjälä67155a62019-03-12 22:58:37 +02005304 skl_compute_wm_levels(crtc_state, &wm_params, wm->wm);
Matt Roperd8e87492018-12-11 09:31:07 -08005305 skl_compute_transition_wm(crtc_state, &wm_params, wm);
Ville Syrjälä83158472018-11-27 18:57:26 +02005306
5307 return 0;
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005308}
5309
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005310static int skl_build_plane_wm_uv(struct intel_crtc_state *crtc_state,
Ville Syrjälä83158472018-11-27 18:57:26 +02005311 const struct intel_plane_state *plane_state,
5312 enum plane_id plane_id)
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005313{
Ville Syrjälä83158472018-11-27 18:57:26 +02005314 struct skl_plane_wm *wm = &crtc_state->wm.skl.optimal.planes[plane_id];
5315 struct skl_wm_params wm_params;
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005316 int ret;
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005317
Ville Syrjälä83158472018-11-27 18:57:26 +02005318 wm->is_planar = true;
5319
5320 /* uv plane watermarks must also be validated for NV12/Planar */
Ville Syrjälä51de9c62018-11-14 23:07:25 +02005321 ret = skl_compute_plane_wm_params(crtc_state, plane_state,
Ville Syrjälä83158472018-11-27 18:57:26 +02005322 &wm_params, 1);
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005323 if (ret)
5324 return ret;
5325
Ville Syrjälä67155a62019-03-12 22:58:37 +02005326 skl_compute_wm_levels(crtc_state, &wm_params, wm->uv_wm);
Ville Syrjälä83158472018-11-27 18:57:26 +02005327
5328 return 0;
5329}
5330
Ville Syrjälä96cb7cd2019-03-12 22:58:43 +02005331static int skl_build_plane_wm(struct intel_crtc_state *crtc_state,
Ville Syrjälä83158472018-11-27 18:57:26 +02005332 const struct intel_plane_state *plane_state)
5333{
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01005334 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane);
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01005335 const struct drm_framebuffer *fb = plane_state->hw.fb;
Ville Syrjälä83158472018-11-27 18:57:26 +02005336 enum plane_id plane_id = plane->id;
5337 int ret;
5338
5339 if (!intel_wm_plane_visible(crtc_state, plane_state))
5340 return 0;
5341
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005342 ret = skl_build_plane_wm_single(crtc_state, plane_state,
Ville Syrjälä83158472018-11-27 18:57:26 +02005343 plane_id, 0);
5344 if (ret)
5345 return ret;
5346
5347 if (fb->format->is_yuv && fb->format->num_planes > 1) {
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005348 ret = skl_build_plane_wm_uv(crtc_state, plane_state,
Ville Syrjälä83158472018-11-27 18:57:26 +02005349 plane_id);
5350 if (ret)
5351 return ret;
5352 }
5353
5354 return 0;
5355}
5356
Ville Syrjälä96cb7cd2019-03-12 22:58:43 +02005357static int icl_build_plane_wm(struct intel_crtc_state *crtc_state,
Ville Syrjälä83158472018-11-27 18:57:26 +02005358 const struct intel_plane_state *plane_state)
5359{
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01005360 enum plane_id plane_id = to_intel_plane(plane_state->uapi.plane)->id;
Ville Syrjälä83158472018-11-27 18:57:26 +02005361 int ret;
5362
5363 /* Watermarks calculated in master */
Maarten Lankhorstc47b7dd2019-09-20 13:42:20 +02005364 if (plane_state->planar_slave)
Ville Syrjälä83158472018-11-27 18:57:26 +02005365 return 0;
5366
Maarten Lankhorstc47b7dd2019-09-20 13:42:20 +02005367 if (plane_state->planar_linked_plane) {
Maarten Lankhorst7b3cb172019-10-31 12:26:07 +01005368 const struct drm_framebuffer *fb = plane_state->hw.fb;
Maarten Lankhorstc47b7dd2019-09-20 13:42:20 +02005369 enum plane_id y_plane_id = plane_state->planar_linked_plane->id;
Ville Syrjälä83158472018-11-27 18:57:26 +02005370
5371 WARN_ON(!intel_wm_plane_visible(crtc_state, plane_state));
5372 WARN_ON(!fb->format->is_yuv ||
5373 fb->format->num_planes == 1);
5374
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005375 ret = skl_build_plane_wm_single(crtc_state, plane_state,
Ville Syrjälä83158472018-11-27 18:57:26 +02005376 y_plane_id, 0);
5377 if (ret)
5378 return ret;
5379
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005380 ret = skl_build_plane_wm_single(crtc_state, plane_state,
Ville Syrjälä83158472018-11-27 18:57:26 +02005381 plane_id, 1);
5382 if (ret)
5383 return ret;
5384 } else if (intel_wm_plane_visible(crtc_state, plane_state)) {
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005385 ret = skl_build_plane_wm_single(crtc_state, plane_state,
Ville Syrjälä83158472018-11-27 18:57:26 +02005386 plane_id, 0);
5387 if (ret)
5388 return ret;
5389 }
5390
5391 return 0;
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005392}
5393
Maarten Lankhorstec193642019-06-28 10:55:17 +02005394static int skl_build_pipe_wm(struct intel_crtc_state *crtc_state)
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00005395{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01005396 struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev);
Maarten Lankhorstec193642019-06-28 10:55:17 +02005397 struct skl_pipe_wm *pipe_wm = &crtc_state->wm.skl.optimal;
Maarten Lankhorstaf9fbfa2019-10-04 13:34:53 +02005398 struct intel_plane *plane;
5399 const struct intel_plane_state *plane_state;
Matt Roper55994c22016-05-12 07:06:08 -07005400 int ret;
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00005401
Lyudea62163e2016-10-04 14:28:20 -04005402 /*
5403 * We'll only calculate watermarks for planes that are actually
5404 * enabled, so make sure all other planes are set as disabled.
5405 */
5406 memset(pipe_wm->planes, 0, sizeof(pipe_wm->planes));
5407
Maarten Lankhorstaf9fbfa2019-10-04 13:34:53 +02005408 intel_atomic_crtc_state_for_each_plane_state(plane, plane_state,
5409 crtc_state) {
Kumar, Mahesheb2fdcd2017-05-17 17:28:27 +05305410
Ville Syrjälä83158472018-11-27 18:57:26 +02005411 if (INTEL_GEN(dev_priv) >= 11)
Maarten Lankhorstec193642019-06-28 10:55:17 +02005412 ret = icl_build_plane_wm(crtc_state, plane_state);
Maarten Lankhorstb048a002018-10-18 13:51:30 +02005413 else
Maarten Lankhorstec193642019-06-28 10:55:17 +02005414 ret = skl_build_plane_wm(crtc_state, plane_state);
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05305415 if (ret)
5416 return ret;
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00005417 }
Mahesh Kumar942aa2d2018-04-09 09:11:04 +05305418
Matt Roper55994c22016-05-12 07:06:08 -07005419 return 0;
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00005420}
5421
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02005422static void skl_ddb_entry_write(struct drm_i915_private *dev_priv,
5423 i915_reg_t reg,
Damien Lespiau16160e32014-11-04 17:06:53 +00005424 const struct skl_ddb_entry *entry)
5425{
5426 if (entry->end)
Jani Nikula9b6320a2020-01-23 16:00:04 +02005427 intel_de_write_fw(dev_priv, reg,
5428 (entry->end - 1) << 16 | entry->start);
Damien Lespiau16160e32014-11-04 17:06:53 +00005429 else
Jani Nikula9b6320a2020-01-23 16:00:04 +02005430 intel_de_write_fw(dev_priv, reg, 0);
Damien Lespiau16160e32014-11-04 17:06:53 +00005431}
5432
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02005433static void skl_write_wm_level(struct drm_i915_private *dev_priv,
5434 i915_reg_t reg,
5435 const struct skl_wm_level *level)
5436{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02005437 u32 val = 0;
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02005438
Ville Syrjälä2ed8e1f2019-02-13 18:54:23 +02005439 if (level->plane_en)
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02005440 val |= PLANE_WM_EN;
Ville Syrjälä2ed8e1f2019-02-13 18:54:23 +02005441 if (level->ignore_lines)
5442 val |= PLANE_WM_IGNORE_LINES;
5443 val |= level->plane_res_b;
5444 val |= level->plane_res_l << PLANE_WM_LINES_SHIFT;
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02005445
Jani Nikula9b6320a2020-01-23 16:00:04 +02005446 intel_de_write_fw(dev_priv, reg, val);
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02005447}
5448
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005449void skl_write_plane_wm(struct intel_plane *plane,
5450 const struct intel_crtc_state *crtc_state)
Lyude62e0fb82016-08-22 12:50:08 -04005451{
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005452 struct drm_i915_private *dev_priv = to_i915(plane->base.dev);
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01005453 int level, max_level = ilk_wm_max_level(dev_priv);
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005454 enum plane_id plane_id = plane->id;
5455 enum pipe pipe = plane->pipe;
5456 const struct skl_plane_wm *wm =
5457 &crtc_state->wm.skl.optimal.planes[plane_id];
5458 const struct skl_ddb_entry *ddb_y =
5459 &crtc_state->wm.skl.plane_ddb_y[plane_id];
5460 const struct skl_ddb_entry *ddb_uv =
5461 &crtc_state->wm.skl.plane_ddb_uv[plane_id];
Lyude62e0fb82016-08-22 12:50:08 -04005462
5463 for (level = 0; level <= max_level; level++) {
Stanislav Lisovskiyd9162342020-05-13 12:38:11 +03005464 const struct skl_wm_level *wm_level;
5465
5466 wm_level = skl_plane_wm_level(crtc_state, plane_id, level);
5467
Ville Syrjäläd5cdfdf52016-11-22 18:01:58 +02005468 skl_write_wm_level(dev_priv, PLANE_WM(pipe, plane_id, level),
Stanislav Lisovskiyd9162342020-05-13 12:38:11 +03005469 wm_level);
Lyude62e0fb82016-08-22 12:50:08 -04005470 }
Ville Syrjäläd5cdfdf52016-11-22 18:01:58 +02005471 skl_write_wm_level(dev_priv, PLANE_WM_TRANS(pipe, plane_id),
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02005472 &wm->trans_wm);
Lyude27082492016-08-24 07:48:10 +02005473
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005474 if (INTEL_GEN(dev_priv) >= 11) {
Mahesh Kumar234059d2018-01-30 11:49:13 -02005475 skl_ddb_entry_write(dev_priv,
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005476 PLANE_BUF_CFG(pipe, plane_id), ddb_y);
5477 return;
Mahesh Kumarb879d582018-04-09 09:11:01 +05305478 }
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005479
5480 if (wm->is_planar)
5481 swap(ddb_y, ddb_uv);
5482
5483 skl_ddb_entry_write(dev_priv,
5484 PLANE_BUF_CFG(pipe, plane_id), ddb_y);
5485 skl_ddb_entry_write(dev_priv,
5486 PLANE_NV12_BUF_CFG(pipe, plane_id), ddb_uv);
Lyude62e0fb82016-08-22 12:50:08 -04005487}
5488
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005489void skl_write_cursor_wm(struct intel_plane *plane,
5490 const struct intel_crtc_state *crtc_state)
Lyude62e0fb82016-08-22 12:50:08 -04005491{
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005492 struct drm_i915_private *dev_priv = to_i915(plane->base.dev);
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01005493 int level, max_level = ilk_wm_max_level(dev_priv);
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005494 enum plane_id plane_id = plane->id;
5495 enum pipe pipe = plane->pipe;
5496 const struct skl_plane_wm *wm =
5497 &crtc_state->wm.skl.optimal.planes[plane_id];
5498 const struct skl_ddb_entry *ddb =
5499 &crtc_state->wm.skl.plane_ddb_y[plane_id];
Lyude62e0fb82016-08-22 12:50:08 -04005500
5501 for (level = 0; level <= max_level; level++) {
Stanislav Lisovskiyd9162342020-05-13 12:38:11 +03005502 const struct skl_wm_level *wm_level;
5503
5504 wm_level = skl_plane_wm_level(crtc_state, plane_id, level);
5505
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02005506 skl_write_wm_level(dev_priv, CUR_WM(pipe, level),
Stanislav Lisovskiyd9162342020-05-13 12:38:11 +03005507 wm_level);
Lyude62e0fb82016-08-22 12:50:08 -04005508 }
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02005509 skl_write_wm_level(dev_priv, CUR_WM_TRANS(pipe), &wm->trans_wm);
Lyude27082492016-08-24 07:48:10 +02005510
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005511 skl_ddb_entry_write(dev_priv, CUR_BUF_CFG(pipe), ddb);
Lyude62e0fb82016-08-22 12:50:08 -04005512}
5513
cpaul@redhat.com45ece232016-10-14 17:31:56 -04005514bool skl_wm_level_equals(const struct skl_wm_level *l1,
5515 const struct skl_wm_level *l2)
5516{
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005517 return l1->plane_en == l2->plane_en &&
Ville Syrjälä2ed8e1f2019-02-13 18:54:23 +02005518 l1->ignore_lines == l2->ignore_lines &&
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005519 l1->plane_res_l == l2->plane_res_l &&
5520 l1->plane_res_b == l2->plane_res_b;
5521}
cpaul@redhat.com45ece232016-10-14 17:31:56 -04005522
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005523static bool skl_plane_wm_equals(struct drm_i915_private *dev_priv,
5524 const struct skl_plane_wm *wm1,
5525 const struct skl_plane_wm *wm2)
5526{
5527 int level, max_level = ilk_wm_max_level(dev_priv);
cpaul@redhat.com45ece232016-10-14 17:31:56 -04005528
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005529 for (level = 0; level <= max_level; level++) {
Ville Syrjäläe7f54e62020-02-28 22:35:49 +02005530 /*
5531 * We don't check uv_wm as the hardware doesn't actually
5532 * use it. It only gets used for calculating the required
5533 * ddb allocation.
5534 */
5535 if (!skl_wm_level_equals(&wm1->wm[level], &wm2->wm[level]))
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005536 return false;
5537 }
5538
5539 return skl_wm_level_equals(&wm1->trans_wm, &wm2->trans_wm);
cpaul@redhat.com45ece232016-10-14 17:31:56 -04005540}
5541
Jani Nikula81b55ef2020-04-20 17:04:38 +03005542static bool skl_ddb_entries_overlap(const struct skl_ddb_entry *a,
5543 const struct skl_ddb_entry *b)
Damien Lespiau0e8fb7b2014-11-04 17:07:02 +00005544{
Lyude27082492016-08-24 07:48:10 +02005545 return a->start < b->end && b->start < a->end;
Damien Lespiau0e8fb7b2014-11-04 17:07:02 +00005546}
5547
Ville Syrjälä53cc68802018-11-01 17:05:59 +02005548bool skl_ddb_allocation_overlaps(const struct skl_ddb_entry *ddb,
Jani Nikula696173b2019-04-05 14:00:15 +03005549 const struct skl_ddb_entry *entries,
Ville Syrjälä53cc68802018-11-01 17:05:59 +02005550 int num_entries, int ignore_idx)
Damien Lespiau0e8fb7b2014-11-04 17:07:02 +00005551{
Ville Syrjälä53cc68802018-11-01 17:05:59 +02005552 int i;
Damien Lespiau0e8fb7b2014-11-04 17:07:02 +00005553
Ville Syrjälä53cc68802018-11-01 17:05:59 +02005554 for (i = 0; i < num_entries; i++) {
5555 if (i != ignore_idx &&
5556 skl_ddb_entries_overlap(ddb, &entries[i]))
Lyude27082492016-08-24 07:48:10 +02005557 return true;
Mika Kahola2b685042017-10-10 13:17:03 +03005558 }
Damien Lespiau0e8fb7b2014-11-04 17:07:02 +00005559
Lyude27082492016-08-24 07:48:10 +02005560 return false;
Damien Lespiau0e8fb7b2014-11-04 17:07:02 +00005561}
5562
Jani Nikulabb7791b2016-10-04 12:29:17 +03005563static int
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005564skl_ddb_add_affected_planes(const struct intel_crtc_state *old_crtc_state,
5565 struct intel_crtc_state *new_crtc_state)
Rodrigo Vivi9a30a262017-06-13 10:52:30 -07005566{
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01005567 struct intel_atomic_state *state = to_intel_atomic_state(new_crtc_state->uapi.state);
5568 struct intel_crtc *crtc = to_intel_crtc(new_crtc_state->uapi.crtc);
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005569 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
5570 struct intel_plane *plane;
Rodrigo Vivi9a30a262017-06-13 10:52:30 -07005571
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005572 for_each_intel_plane_on_crtc(&dev_priv->drm, crtc, plane) {
5573 struct intel_plane_state *plane_state;
5574 enum plane_id plane_id = plane->id;
Rodrigo Vivi9a30a262017-06-13 10:52:30 -07005575
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005576 if (skl_ddb_entry_equal(&old_crtc_state->wm.skl.plane_ddb_y[plane_id],
5577 &new_crtc_state->wm.skl.plane_ddb_y[plane_id]) &&
5578 skl_ddb_entry_equal(&old_crtc_state->wm.skl.plane_ddb_uv[plane_id],
5579 &new_crtc_state->wm.skl.plane_ddb_uv[plane_id]))
Rodrigo Vivi9a30a262017-06-13 10:52:30 -07005580 continue;
5581
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005582 plane_state = intel_atomic_get_plane_state(state, plane);
Rodrigo Vivi9a30a262017-06-13 10:52:30 -07005583 if (IS_ERR(plane_state))
5584 return PTR_ERR(plane_state);
Maarten Lankhorst1ab554b2018-10-22 15:51:52 +02005585
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005586 new_crtc_state->update_planes |= BIT(plane_id);
Rodrigo Vivi9a30a262017-06-13 10:52:30 -07005587 }
5588
5589 return 0;
5590}
5591
5592static int
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005593skl_compute_ddb(struct intel_atomic_state *state)
Matt Roper98d39492016-05-12 07:06:03 -07005594{
Stanislav Lisovskiy072fcc32020-02-03 01:06:25 +02005595 struct drm_i915_private *dev_priv = to_i915(state->base.dev);
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005596 struct intel_crtc_state *old_crtc_state;
5597 struct intel_crtc_state *new_crtc_state;
Mahesh Kumare1f96a62018-04-09 09:11:08 +05305598 struct intel_crtc *crtc;
Mahesh Kumare1f96a62018-04-09 09:11:08 +05305599 int ret, i;
Matt Roper98d39492016-05-12 07:06:03 -07005600
Stanislav Lisovskiy0f0f9ae2020-02-03 01:06:29 +02005601 state->enabled_dbuf_slices_mask = dev_priv->enabled_dbuf_slices_mask;
Paulo Zanoni5a920b82016-10-04 14:37:32 -03005602
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005603 for_each_oldnew_intel_crtc_in_state(state, crtc, old_crtc_state,
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005604 new_crtc_state, i) {
Stanislav Lisovskiy072fcc32020-02-03 01:06:25 +02005605 ret = skl_allocate_pipe_ddb(new_crtc_state);
Rodrigo Vivi9a30a262017-06-13 10:52:30 -07005606 if (ret)
5607 return ret;
5608
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005609 ret = skl_ddb_add_affected_planes(old_crtc_state,
5610 new_crtc_state);
Rodrigo Vivi9a30a262017-06-13 10:52:30 -07005611 if (ret)
5612 return ret;
Matt Roper98d39492016-05-12 07:06:03 -07005613 }
5614
5615 return 0;
5616}
5617
Ville Syrjäläab98e942019-02-08 22:05:27 +02005618static char enast(bool enable)
5619{
5620 return enable ? '*' : ' ';
5621}
5622
Matt Roper2722efb2016-08-17 15:55:55 -04005623static void
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005624skl_print_wm_changes(struct intel_atomic_state *state)
cpaul@redhat.com413fc532016-10-14 17:31:54 -04005625{
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005626 struct drm_i915_private *dev_priv = to_i915(state->base.dev);
5627 const struct intel_crtc_state *old_crtc_state;
5628 const struct intel_crtc_state *new_crtc_state;
5629 struct intel_plane *plane;
5630 struct intel_crtc *crtc;
Maarten Lankhorst75704982016-11-01 12:04:10 +01005631 int i;
cpaul@redhat.com413fc532016-10-14 17:31:54 -04005632
Jani Nikulabdbf43d2019-10-28 12:38:15 +02005633 if (!drm_debug_enabled(DRM_UT_KMS))
Ville Syrjäläab98e942019-02-08 22:05:27 +02005634 return;
5635
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005636 for_each_oldnew_intel_crtc_in_state(state, crtc, old_crtc_state,
5637 new_crtc_state, i) {
Ville Syrjäläab98e942019-02-08 22:05:27 +02005638 const struct skl_pipe_wm *old_pipe_wm, *new_pipe_wm;
5639
5640 old_pipe_wm = &old_crtc_state->wm.skl.optimal;
5641 new_pipe_wm = &new_crtc_state->wm.skl.optimal;
5642
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005643 for_each_intel_plane_on_crtc(&dev_priv->drm, crtc, plane) {
5644 enum plane_id plane_id = plane->id;
cpaul@redhat.com413fc532016-10-14 17:31:54 -04005645 const struct skl_ddb_entry *old, *new;
5646
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005647 old = &old_crtc_state->wm.skl.plane_ddb_y[plane_id];
5648 new = &new_crtc_state->wm.skl.plane_ddb_y[plane_id];
cpaul@redhat.com413fc532016-10-14 17:31:54 -04005649
cpaul@redhat.com413fc532016-10-14 17:31:54 -04005650 if (skl_ddb_entry_equal(old, new))
5651 continue;
5652
Wambui Karugaf8d18d52020-01-07 18:13:30 +03005653 drm_dbg_kms(&dev_priv->drm,
5654 "[PLANE:%d:%s] ddb (%4d - %4d) -> (%4d - %4d), size %4d -> %4d\n",
5655 plane->base.base.id, plane->base.name,
5656 old->start, old->end, new->start, new->end,
5657 skl_ddb_entry_size(old), skl_ddb_entry_size(new));
Ville Syrjäläab98e942019-02-08 22:05:27 +02005658 }
5659
5660 for_each_intel_plane_on_crtc(&dev_priv->drm, crtc, plane) {
5661 enum plane_id plane_id = plane->id;
5662 const struct skl_plane_wm *old_wm, *new_wm;
5663
5664 old_wm = &old_pipe_wm->planes[plane_id];
5665 new_wm = &new_pipe_wm->planes[plane_id];
5666
5667 if (skl_plane_wm_equals(dev_priv, old_wm, new_wm))
5668 continue;
5669
Wambui Karugaf8d18d52020-01-07 18:13:30 +03005670 drm_dbg_kms(&dev_priv->drm,
5671 "[PLANE:%d:%s] level %cwm0,%cwm1,%cwm2,%cwm3,%cwm4,%cwm5,%cwm6,%cwm7,%ctwm"
5672 " -> %cwm0,%cwm1,%cwm2,%cwm3,%cwm4,%cwm5,%cwm6,%cwm7,%ctwm\n",
5673 plane->base.base.id, plane->base.name,
5674 enast(old_wm->wm[0].plane_en), enast(old_wm->wm[1].plane_en),
5675 enast(old_wm->wm[2].plane_en), enast(old_wm->wm[3].plane_en),
5676 enast(old_wm->wm[4].plane_en), enast(old_wm->wm[5].plane_en),
5677 enast(old_wm->wm[6].plane_en), enast(old_wm->wm[7].plane_en),
5678 enast(old_wm->trans_wm.plane_en),
5679 enast(new_wm->wm[0].plane_en), enast(new_wm->wm[1].plane_en),
5680 enast(new_wm->wm[2].plane_en), enast(new_wm->wm[3].plane_en),
5681 enast(new_wm->wm[4].plane_en), enast(new_wm->wm[5].plane_en),
5682 enast(new_wm->wm[6].plane_en), enast(new_wm->wm[7].plane_en),
5683 enast(new_wm->trans_wm.plane_en));
Ville Syrjäläab98e942019-02-08 22:05:27 +02005684
Wambui Karugaf8d18d52020-01-07 18:13:30 +03005685 drm_dbg_kms(&dev_priv->drm,
5686 "[PLANE:%d:%s] lines %c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d"
Ville Syrjälä2ed8e1f2019-02-13 18:54:23 +02005687 " -> %c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d\n",
Wambui Karugaf8d18d52020-01-07 18:13:30 +03005688 plane->base.base.id, plane->base.name,
5689 enast(old_wm->wm[0].ignore_lines), old_wm->wm[0].plane_res_l,
5690 enast(old_wm->wm[1].ignore_lines), old_wm->wm[1].plane_res_l,
5691 enast(old_wm->wm[2].ignore_lines), old_wm->wm[2].plane_res_l,
5692 enast(old_wm->wm[3].ignore_lines), old_wm->wm[3].plane_res_l,
5693 enast(old_wm->wm[4].ignore_lines), old_wm->wm[4].plane_res_l,
5694 enast(old_wm->wm[5].ignore_lines), old_wm->wm[5].plane_res_l,
5695 enast(old_wm->wm[6].ignore_lines), old_wm->wm[6].plane_res_l,
5696 enast(old_wm->wm[7].ignore_lines), old_wm->wm[7].plane_res_l,
5697 enast(old_wm->trans_wm.ignore_lines), old_wm->trans_wm.plane_res_l,
Ville Syrjälä2ed8e1f2019-02-13 18:54:23 +02005698
Wambui Karugaf8d18d52020-01-07 18:13:30 +03005699 enast(new_wm->wm[0].ignore_lines), new_wm->wm[0].plane_res_l,
5700 enast(new_wm->wm[1].ignore_lines), new_wm->wm[1].plane_res_l,
5701 enast(new_wm->wm[2].ignore_lines), new_wm->wm[2].plane_res_l,
5702 enast(new_wm->wm[3].ignore_lines), new_wm->wm[3].plane_res_l,
5703 enast(new_wm->wm[4].ignore_lines), new_wm->wm[4].plane_res_l,
5704 enast(new_wm->wm[5].ignore_lines), new_wm->wm[5].plane_res_l,
5705 enast(new_wm->wm[6].ignore_lines), new_wm->wm[6].plane_res_l,
5706 enast(new_wm->wm[7].ignore_lines), new_wm->wm[7].plane_res_l,
5707 enast(new_wm->trans_wm.ignore_lines), new_wm->trans_wm.plane_res_l);
Ville Syrjäläab98e942019-02-08 22:05:27 +02005708
Wambui Karugaf8d18d52020-01-07 18:13:30 +03005709 drm_dbg_kms(&dev_priv->drm,
5710 "[PLANE:%d:%s] blocks %4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d"
5711 " -> %4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d\n",
5712 plane->base.base.id, plane->base.name,
5713 old_wm->wm[0].plane_res_b, old_wm->wm[1].plane_res_b,
5714 old_wm->wm[2].plane_res_b, old_wm->wm[3].plane_res_b,
5715 old_wm->wm[4].plane_res_b, old_wm->wm[5].plane_res_b,
5716 old_wm->wm[6].plane_res_b, old_wm->wm[7].plane_res_b,
5717 old_wm->trans_wm.plane_res_b,
5718 new_wm->wm[0].plane_res_b, new_wm->wm[1].plane_res_b,
5719 new_wm->wm[2].plane_res_b, new_wm->wm[3].plane_res_b,
5720 new_wm->wm[4].plane_res_b, new_wm->wm[5].plane_res_b,
5721 new_wm->wm[6].plane_res_b, new_wm->wm[7].plane_res_b,
5722 new_wm->trans_wm.plane_res_b);
Ville Syrjäläab98e942019-02-08 22:05:27 +02005723
Wambui Karugaf8d18d52020-01-07 18:13:30 +03005724 drm_dbg_kms(&dev_priv->drm,
5725 "[PLANE:%d:%s] min_ddb %4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d"
5726 " -> %4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d\n",
5727 plane->base.base.id, plane->base.name,
5728 old_wm->wm[0].min_ddb_alloc, old_wm->wm[1].min_ddb_alloc,
5729 old_wm->wm[2].min_ddb_alloc, old_wm->wm[3].min_ddb_alloc,
5730 old_wm->wm[4].min_ddb_alloc, old_wm->wm[5].min_ddb_alloc,
5731 old_wm->wm[6].min_ddb_alloc, old_wm->wm[7].min_ddb_alloc,
5732 old_wm->trans_wm.min_ddb_alloc,
5733 new_wm->wm[0].min_ddb_alloc, new_wm->wm[1].min_ddb_alloc,
5734 new_wm->wm[2].min_ddb_alloc, new_wm->wm[3].min_ddb_alloc,
5735 new_wm->wm[4].min_ddb_alloc, new_wm->wm[5].min_ddb_alloc,
5736 new_wm->wm[6].min_ddb_alloc, new_wm->wm[7].min_ddb_alloc,
5737 new_wm->trans_wm.min_ddb_alloc);
cpaul@redhat.com413fc532016-10-14 17:31:54 -04005738 }
5739 }
5740}
5741
Ville Syrjälä49e0ed32019-10-11 23:09:43 +03005742static int intel_add_all_pipes(struct intel_atomic_state *state)
5743{
5744 struct drm_i915_private *dev_priv = to_i915(state->base.dev);
5745 struct intel_crtc *crtc;
5746
5747 for_each_intel_crtc(&dev_priv->drm, crtc) {
5748 struct intel_crtc_state *crtc_state;
5749
5750 crtc_state = intel_atomic_get_crtc_state(&state->base, crtc);
5751 if (IS_ERR(crtc_state))
5752 return PTR_ERR(crtc_state);
5753 }
5754
5755 return 0;
5756}
5757
Matt Roper98d39492016-05-12 07:06:03 -07005758static int
Ville Syrjäläd7a14582019-10-11 23:09:42 +03005759skl_ddb_add_affected_pipes(struct intel_atomic_state *state)
Matt Roper98d39492016-05-12 07:06:03 -07005760{
Ville Syrjälä49e0ed32019-10-11 23:09:43 +03005761 struct drm_i915_private *dev_priv = to_i915(state->base.dev);
Ville Syrjäläd7a14582019-10-11 23:09:42 +03005762 int ret;
Matt Roper98d39492016-05-12 07:06:03 -07005763
Mahesh Kumare1f96a62018-04-09 09:11:08 +05305764 /*
5765 * If this is our first atomic update following hardware readout,
5766 * we can't trust the DDB that the BIOS programmed for us. Let's
5767 * pretend that all pipes switched active status so that we'll
5768 * ensure a full DDB recompute.
5769 */
5770 if (dev_priv->wm.distrust_bios_wm) {
Ville Syrjälä49e0ed32019-10-11 23:09:43 +03005771 ret = drm_modeset_lock(&dev_priv->drm.mode_config.connection_mutex,
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005772 state->base.acquire_ctx);
Mahesh Kumare1f96a62018-04-09 09:11:08 +05305773 if (ret)
5774 return ret;
5775
Ville Syrjälä8d9875b2019-10-11 23:09:45 +03005776 state->active_pipe_changes = INTEL_INFO(dev_priv)->pipe_mask;
Mahesh Kumare1f96a62018-04-09 09:11:08 +05305777
5778 /*
Ville Syrjäläd06a79d2019-08-21 20:30:29 +03005779 * We usually only initialize state->active_pipes if we
Mahesh Kumare1f96a62018-04-09 09:11:08 +05305780 * we're doing a modeset; make sure this field is always
5781 * initialized during the sanitization process that happens
5782 * on the first commit too.
5783 */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005784 if (!state->modeset)
Ville Syrjäläd06a79d2019-08-21 20:30:29 +03005785 state->active_pipes = dev_priv->active_pipes;
Mahesh Kumare1f96a62018-04-09 09:11:08 +05305786 }
5787
5788 /*
5789 * If the modeset changes which CRTC's are active, we need to
5790 * recompute the DDB allocation for *all* active pipes, even
5791 * those that weren't otherwise being modified in any way by this
5792 * atomic commit. Due to the shrinking of the per-pipe allocations
5793 * when new active CRTC's are added, it's possible for a pipe that
5794 * we were already using and aren't changing at all here to suddenly
5795 * become invalid if its DDB needs exceeds its new allocation.
5796 *
5797 * Note that if we wind up doing a full DDB recompute, we can't let
5798 * any other display updates race with this transaction, so we need
5799 * to grab the lock on *all* CRTC's.
5800 */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005801 if (state->active_pipe_changes || state->modeset) {
Ville Syrjälä49e0ed32019-10-11 23:09:43 +03005802 ret = intel_add_all_pipes(state);
5803 if (ret)
5804 return ret;
Mahesh Kumare1f96a62018-04-09 09:11:08 +05305805 }
5806
5807 return 0;
5808}
5809
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005810/*
5811 * To make sure the cursor watermark registers are always consistent
5812 * with our computed state the following scenario needs special
5813 * treatment:
5814 *
5815 * 1. enable cursor
5816 * 2. move cursor entirely offscreen
5817 * 3. disable cursor
5818 *
5819 * Step 2. does call .disable_plane() but does not zero the watermarks
5820 * (since we consider an offscreen cursor still active for the purposes
5821 * of watermarks). Step 3. would not normally call .disable_plane()
5822 * because the actual plane visibility isn't changing, and we don't
5823 * deallocate the cursor ddb until the pipe gets disabled. So we must
5824 * force step 3. to call .disable_plane() to update the watermark
5825 * registers properly.
5826 *
5827 * Other planes do not suffer from this issues as their watermarks are
5828 * calculated based on the actual plane visibility. The only time this
5829 * can trigger for the other planes is during the initial readout as the
5830 * default value of the watermarks registers is not zero.
5831 */
5832static int skl_wm_add_affected_planes(struct intel_atomic_state *state,
5833 struct intel_crtc *crtc)
5834{
5835 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
5836 const struct intel_crtc_state *old_crtc_state =
5837 intel_atomic_get_old_crtc_state(state, crtc);
5838 struct intel_crtc_state *new_crtc_state =
5839 intel_atomic_get_new_crtc_state(state, crtc);
5840 struct intel_plane *plane;
5841
5842 for_each_intel_plane_on_crtc(&dev_priv->drm, crtc, plane) {
5843 struct intel_plane_state *plane_state;
5844 enum plane_id plane_id = plane->id;
5845
5846 /*
5847 * Force a full wm update for every plane on modeset.
5848 * Required because the reset value of the wm registers
5849 * is non-zero, whereas we want all disabled planes to
5850 * have zero watermarks. So if we turn off the relevant
5851 * power well the hardware state will go out of sync
5852 * with the software state.
5853 */
Maarten Lankhorst2225f3c2019-10-31 12:26:03 +01005854 if (!drm_atomic_crtc_needs_modeset(&new_crtc_state->uapi) &&
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005855 skl_plane_wm_equals(dev_priv,
5856 &old_crtc_state->wm.skl.optimal.planes[plane_id],
5857 &new_crtc_state->wm.skl.optimal.planes[plane_id]))
5858 continue;
5859
5860 plane_state = intel_atomic_get_plane_state(state, plane);
5861 if (IS_ERR(plane_state))
5862 return PTR_ERR(plane_state);
5863
5864 new_crtc_state->update_planes |= BIT(plane_id);
5865 }
5866
5867 return 0;
5868}
5869
Mahesh Kumare1f96a62018-04-09 09:11:08 +05305870static int
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005871skl_compute_wm(struct intel_atomic_state *state)
Mahesh Kumare1f96a62018-04-09 09:11:08 +05305872{
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005873 struct intel_crtc *crtc;
Ville Syrjälä8cac9fd2019-03-12 22:58:44 +02005874 struct intel_crtc_state *new_crtc_state;
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005875 struct intel_crtc_state *old_crtc_state;
Mahesh Kumare1f96a62018-04-09 09:11:08 +05305876 int ret, i;
5877
Ville Syrjäläd7a14582019-10-11 23:09:42 +03005878 ret = skl_ddb_add_affected_pipes(state);
5879 if (ret)
Mahesh Kumare1f96a62018-04-09 09:11:08 +05305880 return ret;
5881
Matt Roper734fa012016-05-12 15:11:40 -07005882 /*
5883 * Calculate WM's for all pipes that are part of this transaction.
Matt Roperd8e87492018-12-11 09:31:07 -08005884 * Note that skl_ddb_add_affected_pipes may have added more CRTC's that
Ville Syrjäläf119a5e2020-01-20 19:47:13 +02005885 * weren't otherwise being modified if pipe allocations had to change.
Matt Roper734fa012016-05-12 15:11:40 -07005886 */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005887 for_each_oldnew_intel_crtc_in_state(state, crtc, old_crtc_state,
Ville Syrjälä8cac9fd2019-03-12 22:58:44 +02005888 new_crtc_state, i) {
5889 ret = skl_build_pipe_wm(new_crtc_state);
Ville Syrjäläff43bc32018-11-27 18:59:00 +02005890 if (ret)
5891 return ret;
Matt Roper734fa012016-05-12 15:11:40 -07005892 }
5893
Matt Roperd8e87492018-12-11 09:31:07 -08005894 ret = skl_compute_ddb(state);
5895 if (ret)
5896 return ret;
5897
Stanislav Lisovskiyecab0f32020-04-30 22:56:34 +03005898 ret = intel_compute_sagv_mask(state);
5899 if (ret)
5900 return ret;
Stanislav Lisovskiy97288892020-04-30 22:17:57 +03005901
Ville Syrjälä23baedd2020-02-28 22:35:50 +02005902 /*
5903 * skl_compute_ddb() will have adjusted the final watermarks
5904 * based on how much ddb is available. Now we can actually
5905 * check if the final watermarks changed.
5906 */
5907 for_each_oldnew_intel_crtc_in_state(state, crtc, old_crtc_state,
5908 new_crtc_state, i) {
5909 ret = skl_wm_add_affected_planes(state, crtc);
5910 if (ret)
5911 return ret;
5912 }
5913
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005914 skl_print_wm_changes(state);
cpaul@redhat.com413fc532016-10-14 17:31:54 -04005915
Matt Roper98d39492016-05-12 07:06:03 -07005916 return 0;
5917}
5918
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005919static void ilk_compute_wm_config(struct drm_i915_private *dev_priv,
Ville Syrjäläd8905652016-01-14 14:53:35 +02005920 struct intel_wm_config *config)
5921{
5922 struct intel_crtc *crtc;
5923
5924 /* Compute the currently _active_ config */
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005925 for_each_intel_crtc(&dev_priv->drm, crtc) {
Ville Syrjäläd8905652016-01-14 14:53:35 +02005926 const struct intel_pipe_wm *wm = &crtc->wm.active.ilk;
5927
5928 if (!wm->pipe_enabled)
5929 continue;
5930
5931 config->sprites_enabled |= wm->sprites_enabled;
5932 config->sprites_scaled |= wm->sprites_scaled;
5933 config->num_pipes_active++;
5934 }
5935}
5936
Matt Ropered4a6a72016-02-23 17:20:13 -08005937static void ilk_program_watermarks(struct drm_i915_private *dev_priv)
Paulo Zanoni801bcff2013-05-31 10:08:35 -03005938{
Ville Syrjäläb9d5c832015-09-24 15:53:14 -07005939 struct intel_pipe_wm lp_wm_1_2 = {}, lp_wm_5_6 = {}, *best_lp_wm;
Imre Deak820c1982013-12-17 14:46:36 +02005940 struct ilk_wm_maximums max;
Ville Syrjäläd8905652016-01-14 14:53:35 +02005941 struct intel_wm_config config = {};
Imre Deak820c1982013-12-17 14:46:36 +02005942 struct ilk_wm_values results = {};
Ville Syrjälä77c122b2013-08-06 22:24:04 +03005943 enum intel_ddb_partitioning partitioning;
Matt Roper261a27d2015-10-08 15:28:25 -07005944
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005945 ilk_compute_wm_config(dev_priv, &config);
Ville Syrjäläd8905652016-01-14 14:53:35 +02005946
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005947 ilk_compute_wm_maximums(dev_priv, 1, &config, INTEL_DDB_PART_1_2, &max);
5948 ilk_wm_merge(dev_priv, &config, &max, &lp_wm_1_2);
Ville Syrjälä0362c782013-10-09 19:17:57 +03005949
Ville Syrjäläa485bfb2013-10-09 19:17:59 +03005950 /* 5/6 split only in single pipe config on IVB+ */
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00005951 if (INTEL_GEN(dev_priv) >= 7 &&
Ville Syrjäläd8905652016-01-14 14:53:35 +02005952 config.num_pipes_active == 1 && config.sprites_enabled) {
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005953 ilk_compute_wm_maximums(dev_priv, 1, &config, INTEL_DDB_PART_5_6, &max);
5954 ilk_wm_merge(dev_priv, &config, &max, &lp_wm_5_6);
Ville Syrjäläa485bfb2013-10-09 19:17:59 +03005955
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005956 best_lp_wm = ilk_find_best_result(dev_priv, &lp_wm_1_2, &lp_wm_5_6);
Paulo Zanoni861f3382013-05-31 10:19:21 -03005957 } else {
Ville Syrjälä198a1e92013-10-09 19:17:58 +03005958 best_lp_wm = &lp_wm_1_2;
Paulo Zanoni861f3382013-05-31 10:19:21 -03005959 }
5960
Ville Syrjälä198a1e92013-10-09 19:17:58 +03005961 partitioning = (best_lp_wm == &lp_wm_1_2) ?
Ville Syrjälä77c122b2013-08-06 22:24:04 +03005962 INTEL_DDB_PART_1_2 : INTEL_DDB_PART_5_6;
Paulo Zanoni861f3382013-05-31 10:19:21 -03005963
Matt Ropercd1d3ee2018-12-10 13:54:14 -08005964 ilk_compute_wm_results(dev_priv, best_lp_wm, partitioning, &results);
Ville Syrjälä609cede2013-10-09 19:18:03 +03005965
Imre Deak820c1982013-12-17 14:46:36 +02005966 ilk_write_wm_values(dev_priv, &results);
Paulo Zanoni1011d8c2013-05-09 16:55:50 -03005967}
5968
Maarten Lankhorstccf010f2016-11-08 13:55:32 +01005969static void ilk_initial_watermarks(struct intel_atomic_state *state,
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02005970 struct intel_crtc *crtc)
Ville Syrjäläb9d5c832015-09-24 15:53:14 -07005971{
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02005972 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
5973 const struct intel_crtc_state *crtc_state =
5974 intel_atomic_get_new_crtc_state(state, crtc);
Ville Syrjäläb9d5c832015-09-24 15:53:14 -07005975
Matt Ropered4a6a72016-02-23 17:20:13 -08005976 mutex_lock(&dev_priv->wm.wm_mutex);
Ville Syrjälä88016a92019-07-01 19:05:45 +03005977 crtc->wm.active.ilk = crtc_state->wm.ilk.intermediate;
Matt Ropered4a6a72016-02-23 17:20:13 -08005978 ilk_program_watermarks(dev_priv);
5979 mutex_unlock(&dev_priv->wm.wm_mutex);
5980}
Ville Syrjäläb9d5c832015-09-24 15:53:14 -07005981
Maarten Lankhorstccf010f2016-11-08 13:55:32 +01005982static void ilk_optimize_watermarks(struct intel_atomic_state *state,
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02005983 struct intel_crtc *crtc)
Matt Ropered4a6a72016-02-23 17:20:13 -08005984{
Ville Syrjälä7a8fdb1f2019-11-18 18:44:26 +02005985 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
5986 const struct intel_crtc_state *crtc_state =
5987 intel_atomic_get_new_crtc_state(state, crtc);
Ville Syrjälä88016a92019-07-01 19:05:45 +03005988
5989 if (!crtc_state->wm.need_postvbl_update)
5990 return;
Matt Ropered4a6a72016-02-23 17:20:13 -08005991
5992 mutex_lock(&dev_priv->wm.wm_mutex);
Ville Syrjälä88016a92019-07-01 19:05:45 +03005993 crtc->wm.active.ilk = crtc_state->wm.ilk.optimal;
5994 ilk_program_watermarks(dev_priv);
Matt Ropered4a6a72016-02-23 17:20:13 -08005995 mutex_unlock(&dev_priv->wm.wm_mutex);
Ville Syrjäläb9d5c832015-09-24 15:53:14 -07005996}
5997
Jani Nikula81b55ef2020-04-20 17:04:38 +03005998static void skl_wm_level_from_reg_val(u32 val, struct skl_wm_level *level)
Pradeep Bhat30789992014-11-04 17:06:45 +00005999{
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02006000 level->plane_en = val & PLANE_WM_EN;
Ville Syrjälä2ed8e1f2019-02-13 18:54:23 +02006001 level->ignore_lines = val & PLANE_WM_IGNORE_LINES;
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02006002 level->plane_res_b = val & PLANE_WM_BLOCKS_MASK;
6003 level->plane_res_l = (val >> PLANE_WM_LINES_SHIFT) &
6004 PLANE_WM_LINES_MASK;
Pradeep Bhat30789992014-11-04 17:06:45 +00006005}
6006
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006007void skl_pipe_wm_get_hw_state(struct intel_crtc *crtc,
cpaul@redhat.combf9d99a2016-10-14 17:31:55 -04006008 struct skl_pipe_wm *out)
Pradeep Bhat30789992014-11-04 17:06:45 +00006009{
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006010 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
6011 enum pipe pipe = crtc->pipe;
Ville Syrjäläd5cdfdf52016-11-22 18:01:58 +02006012 int level, max_level;
6013 enum plane_id plane_id;
Jani Nikula5ce9a6492019-01-18 14:01:20 +02006014 u32 val;
Pradeep Bhat30789992014-11-04 17:06:45 +00006015
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01006016 max_level = ilk_wm_max_level(dev_priv);
Pradeep Bhat30789992014-11-04 17:06:45 +00006017
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006018 for_each_plane_id_on_crtc(crtc, plane_id) {
Ville Syrjäläd5cdfdf52016-11-22 18:01:58 +02006019 struct skl_plane_wm *wm = &out->planes[plane_id];
Pradeep Bhat30789992014-11-04 17:06:45 +00006020
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02006021 for (level = 0; level <= max_level; level++) {
Ville Syrjäläd5cdfdf52016-11-22 18:01:58 +02006022 if (plane_id != PLANE_CURSOR)
6023 val = I915_READ(PLANE_WM(pipe, plane_id, level));
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02006024 else
6025 val = I915_READ(CUR_WM(pipe, level));
6026
6027 skl_wm_level_from_reg_val(val, &wm->wm[level]);
6028 }
6029
Ville Syrjäläd5cdfdf52016-11-22 18:01:58 +02006030 if (plane_id != PLANE_CURSOR)
6031 val = I915_READ(PLANE_WM_TRANS(pipe, plane_id));
cpaul@redhat.comd8c0faf2016-10-18 16:09:49 -02006032 else
6033 val = I915_READ(CUR_WM_TRANS(pipe));
6034
6035 skl_wm_level_from_reg_val(val, &wm->trans_wm);
6036 }
Pradeep Bhat30789992014-11-04 17:06:45 +00006037
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006038 if (!crtc->active)
Pradeep Bhat30789992014-11-04 17:06:45 +00006039 return;
Pradeep Bhat30789992014-11-04 17:06:45 +00006040}
6041
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006042void skl_wm_get_hw_state(struct drm_i915_private *dev_priv)
Pradeep Bhat30789992014-11-04 17:06:45 +00006043{
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006044 struct intel_crtc *crtc;
Maarten Lankhorstec193642019-06-28 10:55:17 +02006045 struct intel_crtc_state *crtc_state;
Pradeep Bhat30789992014-11-04 17:06:45 +00006046
Stanislav Lisovskiy072fcc32020-02-03 01:06:25 +02006047 skl_ddb_get_hw_state(dev_priv);
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006048 for_each_intel_crtc(&dev_priv->drm, crtc) {
Maarten Lankhorstec193642019-06-28 10:55:17 +02006049 crtc_state = to_intel_crtc_state(crtc->base.state);
cpaul@redhat.combf9d99a2016-10-14 17:31:55 -04006050
Maarten Lankhorstec193642019-06-28 10:55:17 +02006051 skl_pipe_wm_get_hw_state(crtc, &crtc_state->wm.skl.optimal);
cpaul@redhat.combf9d99a2016-10-14 17:31:55 -04006052 }
Matt Ropera1de91e2016-05-12 07:05:57 -07006053
Ville Syrjäläd06a79d2019-08-21 20:30:29 +03006054 if (dev_priv->active_pipes) {
Matt Roper279e99d2016-05-12 07:06:02 -07006055 /* Fully recompute DDB on first atomic commit */
6056 dev_priv->wm.distrust_bios_wm = true;
Matt Roper279e99d2016-05-12 07:06:02 -07006057 }
Pradeep Bhat30789992014-11-04 17:06:45 +00006058}
6059
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006060static void ilk_pipe_wm_get_hw_state(struct intel_crtc *crtc)
Ville Syrjälä243e6a42013-10-14 14:55:24 +03006061{
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006062 struct drm_device *dev = crtc->base.dev;
Chris Wilsonfac5e232016-07-04 11:34:36 +01006063 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak820c1982013-12-17 14:46:36 +02006064 struct ilk_wm_values *hw = &dev_priv->wm.hw;
Maarten Lankhorstec193642019-06-28 10:55:17 +02006065 struct intel_crtc_state *crtc_state = to_intel_crtc_state(crtc->base.state);
6066 struct intel_pipe_wm *active = &crtc_state->wm.ilk.optimal;
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006067 enum pipe pipe = crtc->pipe;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +02006068 static const i915_reg_t wm0_pipe_reg[] = {
Ville Syrjälä243e6a42013-10-14 14:55:24 +03006069 [PIPE_A] = WM0_PIPEA_ILK,
6070 [PIPE_B] = WM0_PIPEB_ILK,
6071 [PIPE_C] = WM0_PIPEC_IVB,
6072 };
6073
6074 hw->wm_pipe[pipe] = I915_READ(wm0_pipe_reg[pipe]);
Ville Syrjälä243e6a42013-10-14 14:55:24 +03006075
Ville Syrjälä15606532016-05-13 17:55:17 +03006076 memset(active, 0, sizeof(*active));
6077
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006078 active->pipe_enabled = crtc->active;
Ville Syrjälä2a44b762014-03-07 18:32:09 +02006079
6080 if (active->pipe_enabled) {
Ville Syrjälä243e6a42013-10-14 14:55:24 +03006081 u32 tmp = hw->wm_pipe[pipe];
6082
6083 /*
6084 * For active pipes LP0 watermark is marked as
6085 * enabled, and LP1+ watermaks as disabled since
6086 * we can't really reverse compute them in case
6087 * multiple pipes are active.
6088 */
6089 active->wm[0].enable = true;
6090 active->wm[0].pri_val = (tmp & WM0_PIPE_PLANE_MASK) >> WM0_PIPE_PLANE_SHIFT;
6091 active->wm[0].spr_val = (tmp & WM0_PIPE_SPRITE_MASK) >> WM0_PIPE_SPRITE_SHIFT;
6092 active->wm[0].cur_val = tmp & WM0_PIPE_CURSOR_MASK;
Ville Syrjälä243e6a42013-10-14 14:55:24 +03006093 } else {
Tvrtko Ursulin5db94012016-10-13 11:03:10 +01006094 int level, max_level = ilk_wm_max_level(dev_priv);
Ville Syrjälä243e6a42013-10-14 14:55:24 +03006095
6096 /*
6097 * For inactive pipes, all watermark levels
6098 * should be marked as enabled but zeroed,
6099 * which is what we'd compute them to.
6100 */
6101 for (level = 0; level <= max_level; level++)
6102 active->wm[level].enable = true;
6103 }
Matt Roper4e0963c2015-09-24 15:53:15 -07006104
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006105 crtc->wm.active.ilk = *active;
Ville Syrjälä243e6a42013-10-14 14:55:24 +03006106}
6107
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006108#define _FW_WM(value, plane) \
6109 (((value) & DSPFW_ ## plane ## _MASK) >> DSPFW_ ## plane ## _SHIFT)
6110#define _FW_WM_VLV(value, plane) \
6111 (((value) & DSPFW_ ## plane ## _MASK_VLV) >> DSPFW_ ## plane ## _SHIFT)
6112
Ville Syrjälä04548cb2017-04-21 21:14:29 +03006113static void g4x_read_wm_values(struct drm_i915_private *dev_priv,
6114 struct g4x_wm_values *wm)
6115{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02006116 u32 tmp;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03006117
6118 tmp = I915_READ(DSPFW1);
6119 wm->sr.plane = _FW_WM(tmp, SR);
6120 wm->pipe[PIPE_B].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORB);
6121 wm->pipe[PIPE_B].plane[PLANE_PRIMARY] = _FW_WM(tmp, PLANEB);
6122 wm->pipe[PIPE_A].plane[PLANE_PRIMARY] = _FW_WM(tmp, PLANEA);
6123
6124 tmp = I915_READ(DSPFW2);
6125 wm->fbc_en = tmp & DSPFW_FBC_SR_EN;
6126 wm->sr.fbc = _FW_WM(tmp, FBC_SR);
6127 wm->hpll.fbc = _FW_WM(tmp, FBC_HPLL_SR);
6128 wm->pipe[PIPE_B].plane[PLANE_SPRITE0] = _FW_WM(tmp, SPRITEB);
6129 wm->pipe[PIPE_A].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORA);
6130 wm->pipe[PIPE_A].plane[PLANE_SPRITE0] = _FW_WM(tmp, SPRITEA);
6131
6132 tmp = I915_READ(DSPFW3);
6133 wm->hpll_en = tmp & DSPFW_HPLL_SR_EN;
6134 wm->sr.cursor = _FW_WM(tmp, CURSOR_SR);
6135 wm->hpll.cursor = _FW_WM(tmp, HPLL_CURSOR);
6136 wm->hpll.plane = _FW_WM(tmp, HPLL_SR);
6137}
6138
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006139static void vlv_read_wm_values(struct drm_i915_private *dev_priv,
6140 struct vlv_wm_values *wm)
6141{
6142 enum pipe pipe;
Jani Nikula5ce9a6492019-01-18 14:01:20 +02006143 u32 tmp;
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006144
6145 for_each_pipe(dev_priv, pipe) {
6146 tmp = I915_READ(VLV_DDL(pipe));
6147
Ville Syrjälä1b313892016-11-28 19:37:08 +02006148 wm->ddl[pipe].plane[PLANE_PRIMARY] =
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006149 (tmp >> DDL_PLANE_SHIFT) & (DDL_PRECISION_HIGH | DRAIN_LATENCY_MASK);
Ville Syrjälä1b313892016-11-28 19:37:08 +02006150 wm->ddl[pipe].plane[PLANE_CURSOR] =
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006151 (tmp >> DDL_CURSOR_SHIFT) & (DDL_PRECISION_HIGH | DRAIN_LATENCY_MASK);
Ville Syrjälä1b313892016-11-28 19:37:08 +02006152 wm->ddl[pipe].plane[PLANE_SPRITE0] =
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006153 (tmp >> DDL_SPRITE_SHIFT(0)) & (DDL_PRECISION_HIGH | DRAIN_LATENCY_MASK);
Ville Syrjälä1b313892016-11-28 19:37:08 +02006154 wm->ddl[pipe].plane[PLANE_SPRITE1] =
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006155 (tmp >> DDL_SPRITE_SHIFT(1)) & (DDL_PRECISION_HIGH | DRAIN_LATENCY_MASK);
6156 }
6157
6158 tmp = I915_READ(DSPFW1);
6159 wm->sr.plane = _FW_WM(tmp, SR);
Ville Syrjälä1b313892016-11-28 19:37:08 +02006160 wm->pipe[PIPE_B].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORB);
6161 wm->pipe[PIPE_B].plane[PLANE_PRIMARY] = _FW_WM_VLV(tmp, PLANEB);
6162 wm->pipe[PIPE_A].plane[PLANE_PRIMARY] = _FW_WM_VLV(tmp, PLANEA);
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006163
6164 tmp = I915_READ(DSPFW2);
Ville Syrjälä1b313892016-11-28 19:37:08 +02006165 wm->pipe[PIPE_A].plane[PLANE_SPRITE1] = _FW_WM_VLV(tmp, SPRITEB);
6166 wm->pipe[PIPE_A].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORA);
6167 wm->pipe[PIPE_A].plane[PLANE_SPRITE0] = _FW_WM_VLV(tmp, SPRITEA);
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006168
6169 tmp = I915_READ(DSPFW3);
6170 wm->sr.cursor = _FW_WM(tmp, CURSOR_SR);
6171
6172 if (IS_CHERRYVIEW(dev_priv)) {
6173 tmp = I915_READ(DSPFW7_CHV);
Ville Syrjälä1b313892016-11-28 19:37:08 +02006174 wm->pipe[PIPE_B].plane[PLANE_SPRITE1] = _FW_WM_VLV(tmp, SPRITED);
6175 wm->pipe[PIPE_B].plane[PLANE_SPRITE0] = _FW_WM_VLV(tmp, SPRITEC);
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006176
6177 tmp = I915_READ(DSPFW8_CHV);
Ville Syrjälä1b313892016-11-28 19:37:08 +02006178 wm->pipe[PIPE_C].plane[PLANE_SPRITE1] = _FW_WM_VLV(tmp, SPRITEF);
6179 wm->pipe[PIPE_C].plane[PLANE_SPRITE0] = _FW_WM_VLV(tmp, SPRITEE);
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006180
6181 tmp = I915_READ(DSPFW9_CHV);
Ville Syrjälä1b313892016-11-28 19:37:08 +02006182 wm->pipe[PIPE_C].plane[PLANE_PRIMARY] = _FW_WM_VLV(tmp, PLANEC);
6183 wm->pipe[PIPE_C].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORC);
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006184
6185 tmp = I915_READ(DSPHOWM);
6186 wm->sr.plane |= _FW_WM(tmp, SR_HI) << 9;
Ville Syrjälä1b313892016-11-28 19:37:08 +02006187 wm->pipe[PIPE_C].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITEF_HI) << 8;
6188 wm->pipe[PIPE_C].plane[PLANE_SPRITE0] |= _FW_WM(tmp, SPRITEE_HI) << 8;
6189 wm->pipe[PIPE_C].plane[PLANE_PRIMARY] |= _FW_WM(tmp, PLANEC_HI) << 8;
6190 wm->pipe[PIPE_B].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITED_HI) << 8;
6191 wm->pipe[PIPE_B].plane[PLANE_SPRITE0] |= _FW_WM(tmp, SPRITEC_HI) << 8;
6192 wm->pipe[PIPE_B].plane[PLANE_PRIMARY] |= _FW_WM(tmp, PLANEB_HI) << 8;
6193 wm->pipe[PIPE_A].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITEB_HI) << 8;
6194 wm->pipe[PIPE_A].plane[PLANE_SPRITE0] |= _FW_WM(tmp, SPRITEA_HI) << 8;
6195 wm->pipe[PIPE_A].plane[PLANE_PRIMARY] |= _FW_WM(tmp, PLANEA_HI) << 8;
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006196 } else {
6197 tmp = I915_READ(DSPFW7);
Ville Syrjälä1b313892016-11-28 19:37:08 +02006198 wm->pipe[PIPE_B].plane[PLANE_SPRITE1] = _FW_WM_VLV(tmp, SPRITED);
6199 wm->pipe[PIPE_B].plane[PLANE_SPRITE0] = _FW_WM_VLV(tmp, SPRITEC);
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006200
6201 tmp = I915_READ(DSPHOWM);
6202 wm->sr.plane |= _FW_WM(tmp, SR_HI) << 9;
Ville Syrjälä1b313892016-11-28 19:37:08 +02006203 wm->pipe[PIPE_B].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITED_HI) << 8;
6204 wm->pipe[PIPE_B].plane[PLANE_SPRITE0] |= _FW_WM(tmp, SPRITEC_HI) << 8;
6205 wm->pipe[PIPE_B].plane[PLANE_PRIMARY] |= _FW_WM(tmp, PLANEB_HI) << 8;
6206 wm->pipe[PIPE_A].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITEB_HI) << 8;
6207 wm->pipe[PIPE_A].plane[PLANE_SPRITE0] |= _FW_WM(tmp, SPRITEA_HI) << 8;
6208 wm->pipe[PIPE_A].plane[PLANE_PRIMARY] |= _FW_WM(tmp, PLANEA_HI) << 8;
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006209 }
6210}
6211
6212#undef _FW_WM
6213#undef _FW_WM_VLV
6214
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006215void g4x_wm_get_hw_state(struct drm_i915_private *dev_priv)
Ville Syrjälä04548cb2017-04-21 21:14:29 +03006216{
Ville Syrjälä04548cb2017-04-21 21:14:29 +03006217 struct g4x_wm_values *wm = &dev_priv->wm.g4x;
6218 struct intel_crtc *crtc;
6219
6220 g4x_read_wm_values(dev_priv, wm);
6221
6222 wm->cxsr = I915_READ(FW_BLC_SELF) & FW_BLC_SELF_EN;
6223
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006224 for_each_intel_crtc(&dev_priv->drm, crtc) {
Ville Syrjälä04548cb2017-04-21 21:14:29 +03006225 struct intel_crtc_state *crtc_state =
6226 to_intel_crtc_state(crtc->base.state);
6227 struct g4x_wm_state *active = &crtc->wm.active.g4x;
6228 struct g4x_pipe_wm *raw;
6229 enum pipe pipe = crtc->pipe;
6230 enum plane_id plane_id;
6231 int level, max_level;
6232
6233 active->cxsr = wm->cxsr;
6234 active->hpll_en = wm->hpll_en;
6235 active->fbc_en = wm->fbc_en;
6236
6237 active->sr = wm->sr;
6238 active->hpll = wm->hpll;
6239
6240 for_each_plane_id_on_crtc(crtc, plane_id) {
6241 active->wm.plane[plane_id] =
6242 wm->pipe[pipe].plane[plane_id];
6243 }
6244
6245 if (wm->cxsr && wm->hpll_en)
6246 max_level = G4X_WM_LEVEL_HPLL;
6247 else if (wm->cxsr)
6248 max_level = G4X_WM_LEVEL_SR;
6249 else
6250 max_level = G4X_WM_LEVEL_NORMAL;
6251
6252 level = G4X_WM_LEVEL_NORMAL;
6253 raw = &crtc_state->wm.g4x.raw[level];
6254 for_each_plane_id_on_crtc(crtc, plane_id)
6255 raw->plane[plane_id] = active->wm.plane[plane_id];
6256
6257 if (++level > max_level)
6258 goto out;
6259
6260 raw = &crtc_state->wm.g4x.raw[level];
6261 raw->plane[PLANE_PRIMARY] = active->sr.plane;
6262 raw->plane[PLANE_CURSOR] = active->sr.cursor;
6263 raw->plane[PLANE_SPRITE0] = 0;
6264 raw->fbc = active->sr.fbc;
6265
6266 if (++level > max_level)
6267 goto out;
6268
6269 raw = &crtc_state->wm.g4x.raw[level];
6270 raw->plane[PLANE_PRIMARY] = active->hpll.plane;
6271 raw->plane[PLANE_CURSOR] = active->hpll.cursor;
6272 raw->plane[PLANE_SPRITE0] = 0;
6273 raw->fbc = active->hpll.fbc;
6274
6275 out:
6276 for_each_plane_id_on_crtc(crtc, plane_id)
6277 g4x_raw_plane_wm_set(crtc_state, level,
6278 plane_id, USHRT_MAX);
6279 g4x_raw_fbc_wm_set(crtc_state, level, USHRT_MAX);
6280
6281 crtc_state->wm.g4x.optimal = *active;
6282 crtc_state->wm.g4x.intermediate = *active;
6283
Wambui Karugaf8d18d52020-01-07 18:13:30 +03006284 drm_dbg_kms(&dev_priv->drm,
6285 "Initial watermarks: pipe %c, plane=%d, cursor=%d, sprite=%d\n",
6286 pipe_name(pipe),
6287 wm->pipe[pipe].plane[PLANE_PRIMARY],
6288 wm->pipe[pipe].plane[PLANE_CURSOR],
6289 wm->pipe[pipe].plane[PLANE_SPRITE0]);
Ville Syrjälä04548cb2017-04-21 21:14:29 +03006290 }
6291
Wambui Karugaf8d18d52020-01-07 18:13:30 +03006292 drm_dbg_kms(&dev_priv->drm,
6293 "Initial SR watermarks: plane=%d, cursor=%d fbc=%d\n",
6294 wm->sr.plane, wm->sr.cursor, wm->sr.fbc);
6295 drm_dbg_kms(&dev_priv->drm,
6296 "Initial HPLL watermarks: plane=%d, SR cursor=%d fbc=%d\n",
6297 wm->hpll.plane, wm->hpll.cursor, wm->hpll.fbc);
6298 drm_dbg_kms(&dev_priv->drm, "Initial SR=%s HPLL=%s FBC=%s\n",
6299 yesno(wm->cxsr), yesno(wm->hpll_en), yesno(wm->fbc_en));
Ville Syrjälä04548cb2017-04-21 21:14:29 +03006300}
6301
6302void g4x_wm_sanitize(struct drm_i915_private *dev_priv)
6303{
6304 struct intel_plane *plane;
6305 struct intel_crtc *crtc;
6306
6307 mutex_lock(&dev_priv->wm.wm_mutex);
6308
6309 for_each_intel_plane(&dev_priv->drm, plane) {
6310 struct intel_crtc *crtc =
6311 intel_get_crtc_for_pipe(dev_priv, plane->pipe);
6312 struct intel_crtc_state *crtc_state =
6313 to_intel_crtc_state(crtc->base.state);
6314 struct intel_plane_state *plane_state =
6315 to_intel_plane_state(plane->base.state);
6316 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal;
6317 enum plane_id plane_id = plane->id;
6318 int level;
6319
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01006320 if (plane_state->uapi.visible)
Ville Syrjälä04548cb2017-04-21 21:14:29 +03006321 continue;
6322
6323 for (level = 0; level < 3; level++) {
6324 struct g4x_pipe_wm *raw =
6325 &crtc_state->wm.g4x.raw[level];
6326
6327 raw->plane[plane_id] = 0;
6328 wm_state->wm.plane[plane_id] = 0;
6329 }
6330
6331 if (plane_id == PLANE_PRIMARY) {
6332 for (level = 0; level < 3; level++) {
6333 struct g4x_pipe_wm *raw =
6334 &crtc_state->wm.g4x.raw[level];
6335 raw->fbc = 0;
6336 }
6337
6338 wm_state->sr.fbc = 0;
6339 wm_state->hpll.fbc = 0;
6340 wm_state->fbc_en = false;
6341 }
6342 }
6343
6344 for_each_intel_crtc(&dev_priv->drm, crtc) {
6345 struct intel_crtc_state *crtc_state =
6346 to_intel_crtc_state(crtc->base.state);
6347
6348 crtc_state->wm.g4x.intermediate =
6349 crtc_state->wm.g4x.optimal;
6350 crtc->wm.active.g4x = crtc_state->wm.g4x.optimal;
6351 }
6352
6353 g4x_program_watermarks(dev_priv);
6354
6355 mutex_unlock(&dev_priv->wm.wm_mutex);
6356}
6357
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006358void vlv_wm_get_hw_state(struct drm_i915_private *dev_priv)
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006359{
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006360 struct vlv_wm_values *wm = &dev_priv->wm.vlv;
Ville Syrjäläf07d43d2017-03-02 19:14:52 +02006361 struct intel_crtc *crtc;
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006362 u32 val;
6363
6364 vlv_read_wm_values(dev_priv, wm);
6365
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006366 wm->cxsr = I915_READ(FW_BLC_SELF_VLV) & FW_CSPWRDWNEN;
6367 wm->level = VLV_WM_LEVEL_PM2;
6368
6369 if (IS_CHERRYVIEW(dev_priv)) {
Chris Wilson337fa6e2019-04-26 09:17:20 +01006370 vlv_punit_get(dev_priv);
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006371
Ville Syrjäläc11b8132018-11-29 19:55:03 +02006372 val = vlv_punit_read(dev_priv, PUNIT_REG_DSPSSPM);
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006373 if (val & DSP_MAXFIFO_PM5_ENABLE)
6374 wm->level = VLV_WM_LEVEL_PM5;
6375
Ville Syrjälä58590c12015-09-08 21:05:12 +03006376 /*
6377 * If DDR DVFS is disabled in the BIOS, Punit
6378 * will never ack the request. So if that happens
6379 * assume we don't have to enable/disable DDR DVFS
6380 * dynamically. To test that just set the REQ_ACK
6381 * bit to poke the Punit, but don't change the
6382 * HIGH/LOW bits so that we don't actually change
6383 * the current state.
6384 */
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006385 val = vlv_punit_read(dev_priv, PUNIT_REG_DDR_SETUP2);
Ville Syrjälä58590c12015-09-08 21:05:12 +03006386 val |= FORCE_DDR_FREQ_REQ_ACK;
6387 vlv_punit_write(dev_priv, PUNIT_REG_DDR_SETUP2, val);
6388
6389 if (wait_for((vlv_punit_read(dev_priv, PUNIT_REG_DDR_SETUP2) &
6390 FORCE_DDR_FREQ_REQ_ACK) == 0, 3)) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03006391 drm_dbg_kms(&dev_priv->drm,
6392 "Punit not acking DDR DVFS request, "
6393 "assuming DDR DVFS is disabled\n");
Ville Syrjälä58590c12015-09-08 21:05:12 +03006394 dev_priv->wm.max_level = VLV_WM_LEVEL_PM5;
6395 } else {
6396 val = vlv_punit_read(dev_priv, PUNIT_REG_DDR_SETUP2);
6397 if ((val & FORCE_DDR_HIGH_FREQ) == 0)
6398 wm->level = VLV_WM_LEVEL_DDR_DVFS;
6399 }
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006400
Chris Wilson337fa6e2019-04-26 09:17:20 +01006401 vlv_punit_put(dev_priv);
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006402 }
6403
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006404 for_each_intel_crtc(&dev_priv->drm, crtc) {
Ville Syrjäläff32c542017-03-02 19:14:57 +02006405 struct intel_crtc_state *crtc_state =
6406 to_intel_crtc_state(crtc->base.state);
6407 struct vlv_wm_state *active = &crtc->wm.active.vlv;
6408 const struct vlv_fifo_state *fifo_state =
6409 &crtc_state->wm.vlv.fifo_state;
6410 enum pipe pipe = crtc->pipe;
6411 enum plane_id plane_id;
6412 int level;
6413
6414 vlv_get_fifo_size(crtc_state);
6415
6416 active->num_levels = wm->level + 1;
6417 active->cxsr = wm->cxsr;
6418
Ville Syrjäläff32c542017-03-02 19:14:57 +02006419 for (level = 0; level < active->num_levels; level++) {
Ville Syrjälä114d7dc2017-04-21 21:14:21 +03006420 struct g4x_pipe_wm *raw =
Ville Syrjäläff32c542017-03-02 19:14:57 +02006421 &crtc_state->wm.vlv.raw[level];
6422
6423 active->sr[level].plane = wm->sr.plane;
6424 active->sr[level].cursor = wm->sr.cursor;
6425
6426 for_each_plane_id_on_crtc(crtc, plane_id) {
6427 active->wm[level].plane[plane_id] =
6428 wm->pipe[pipe].plane[plane_id];
6429
6430 raw->plane[plane_id] =
6431 vlv_invert_wm_value(active->wm[level].plane[plane_id],
6432 fifo_state->plane[plane_id]);
6433 }
6434 }
6435
6436 for_each_plane_id_on_crtc(crtc, plane_id)
6437 vlv_raw_plane_wm_set(crtc_state, level,
6438 plane_id, USHRT_MAX);
6439 vlv_invalidate_wms(crtc, active, level);
6440
6441 crtc_state->wm.vlv.optimal = *active;
Ville Syrjälä4841da52017-03-02 19:14:59 +02006442 crtc_state->wm.vlv.intermediate = *active;
Ville Syrjäläff32c542017-03-02 19:14:57 +02006443
Wambui Karugaf8d18d52020-01-07 18:13:30 +03006444 drm_dbg_kms(&dev_priv->drm,
6445 "Initial watermarks: pipe %c, plane=%d, cursor=%d, sprite0=%d, sprite1=%d\n",
6446 pipe_name(pipe),
6447 wm->pipe[pipe].plane[PLANE_PRIMARY],
6448 wm->pipe[pipe].plane[PLANE_CURSOR],
6449 wm->pipe[pipe].plane[PLANE_SPRITE0],
6450 wm->pipe[pipe].plane[PLANE_SPRITE1]);
Ville Syrjäläff32c542017-03-02 19:14:57 +02006451 }
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006452
Wambui Karugaf8d18d52020-01-07 18:13:30 +03006453 drm_dbg_kms(&dev_priv->drm,
6454 "Initial watermarks: SR plane=%d, SR cursor=%d level=%d cxsr=%d\n",
6455 wm->sr.plane, wm->sr.cursor, wm->level, wm->cxsr);
Ville Syrjälä6eb1a682015-06-24 22:00:03 +03006456}
6457
Ville Syrjälä602ae832017-03-02 19:15:02 +02006458void vlv_wm_sanitize(struct drm_i915_private *dev_priv)
6459{
6460 struct intel_plane *plane;
6461 struct intel_crtc *crtc;
6462
6463 mutex_lock(&dev_priv->wm.wm_mutex);
6464
6465 for_each_intel_plane(&dev_priv->drm, plane) {
6466 struct intel_crtc *crtc =
6467 intel_get_crtc_for_pipe(dev_priv, plane->pipe);
6468 struct intel_crtc_state *crtc_state =
6469 to_intel_crtc_state(crtc->base.state);
6470 struct intel_plane_state *plane_state =
6471 to_intel_plane_state(plane->base.state);
6472 struct vlv_wm_state *wm_state = &crtc_state->wm.vlv.optimal;
6473 const struct vlv_fifo_state *fifo_state =
6474 &crtc_state->wm.vlv.fifo_state;
6475 enum plane_id plane_id = plane->id;
6476 int level;
6477
Maarten Lankhorstf90a85e2019-10-31 12:26:08 +01006478 if (plane_state->uapi.visible)
Ville Syrjälä602ae832017-03-02 19:15:02 +02006479 continue;
6480
6481 for (level = 0; level < wm_state->num_levels; level++) {
Ville Syrjälä114d7dc2017-04-21 21:14:21 +03006482 struct g4x_pipe_wm *raw =
Ville Syrjälä602ae832017-03-02 19:15:02 +02006483 &crtc_state->wm.vlv.raw[level];
6484
6485 raw->plane[plane_id] = 0;
6486
6487 wm_state->wm[level].plane[plane_id] =
6488 vlv_invert_wm_value(raw->plane[plane_id],
6489 fifo_state->plane[plane_id]);
6490 }
6491 }
6492
6493 for_each_intel_crtc(&dev_priv->drm, crtc) {
6494 struct intel_crtc_state *crtc_state =
6495 to_intel_crtc_state(crtc->base.state);
6496
6497 crtc_state->wm.vlv.intermediate =
6498 crtc_state->wm.vlv.optimal;
6499 crtc->wm.active.vlv = crtc_state->wm.vlv.optimal;
6500 }
6501
6502 vlv_program_watermarks(dev_priv);
6503
6504 mutex_unlock(&dev_priv->wm.wm_mutex);
6505}
6506
Ville Syrjäläf72b84c2017-11-08 15:35:55 +02006507/*
6508 * FIXME should probably kill this and improve
6509 * the real watermark readout/sanitation instead
6510 */
6511static void ilk_init_lp_watermarks(struct drm_i915_private *dev_priv)
6512{
6513 I915_WRITE(WM3_LP_ILK, I915_READ(WM3_LP_ILK) & ~WM1_LP_SR_EN);
6514 I915_WRITE(WM2_LP_ILK, I915_READ(WM2_LP_ILK) & ~WM1_LP_SR_EN);
6515 I915_WRITE(WM1_LP_ILK, I915_READ(WM1_LP_ILK) & ~WM1_LP_SR_EN);
6516
6517 /*
6518 * Don't touch WM1S_LP_EN here.
6519 * Doing so could cause underruns.
6520 */
6521}
6522
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006523void ilk_wm_get_hw_state(struct drm_i915_private *dev_priv)
Ville Syrjälä243e6a42013-10-14 14:55:24 +03006524{
Imre Deak820c1982013-12-17 14:46:36 +02006525 struct ilk_wm_values *hw = &dev_priv->wm.hw;
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006526 struct intel_crtc *crtc;
Ville Syrjälä243e6a42013-10-14 14:55:24 +03006527
Ville Syrjäläf72b84c2017-11-08 15:35:55 +02006528 ilk_init_lp_watermarks(dev_priv);
6529
Matt Ropercd1d3ee2018-12-10 13:54:14 -08006530 for_each_intel_crtc(&dev_priv->drm, crtc)
Ville Syrjälä243e6a42013-10-14 14:55:24 +03006531 ilk_pipe_wm_get_hw_state(crtc);
6532
6533 hw->wm_lp[0] = I915_READ(WM1_LP_ILK);
6534 hw->wm_lp[1] = I915_READ(WM2_LP_ILK);
6535 hw->wm_lp[2] = I915_READ(WM3_LP_ILK);
6536
6537 hw->wm_lp_spr[0] = I915_READ(WM1S_LP_ILK);
Tvrtko Ursulin175fded2016-11-16 08:55:42 +00006538 if (INTEL_GEN(dev_priv) >= 7) {
Ville Syrjäläcfa76982014-03-07 18:32:08 +02006539 hw->wm_lp_spr[1] = I915_READ(WM2S_LP_IVB);
6540 hw->wm_lp_spr[2] = I915_READ(WM3S_LP_IVB);
6541 }
Ville Syrjälä243e6a42013-10-14 14:55:24 +03006542
Tvrtko Ursulin86527442016-10-13 11:03:00 +01006543 if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
Ville Syrjäläac9545f2013-12-05 15:51:28 +02006544 hw->partitioning = (I915_READ(WM_MISC) & WM_MISC_DATA_PARTITION_5_6) ?
6545 INTEL_DDB_PART_5_6 : INTEL_DDB_PART_1_2;
Tvrtko Ursulinfd6b8f42016-10-14 10:13:06 +01006546 else if (IS_IVYBRIDGE(dev_priv))
Ville Syrjäläac9545f2013-12-05 15:51:28 +02006547 hw->partitioning = (I915_READ(DISP_ARB_CTL2) & DISP_DATA_PARTITION_5_6) ?
6548 INTEL_DDB_PART_5_6 : INTEL_DDB_PART_1_2;
Ville Syrjälä243e6a42013-10-14 14:55:24 +03006549
6550 hw->enable_fbc_wm =
6551 !(I915_READ(DISP_ARB_CTL) & DISP_FBC_WM_DIS);
6552}
6553
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03006554/**
6555 * intel_update_watermarks - update FIFO watermark values based on current modes
Chris Wilson31383412018-02-14 14:03:03 +00006556 * @crtc: the #intel_crtc on which to compute the WM
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03006557 *
6558 * Calculate watermark values for the various WM regs based on current mode
6559 * and plane configuration.
6560 *
6561 * There are several cases to deal with here:
6562 * - normal (i.e. non-self-refresh)
6563 * - self-refresh (SR) mode
6564 * - lines are large relative to FIFO size (buffer can hold up to 2)
6565 * - lines are small relative to FIFO size (buffer can hold more than 2
6566 * lines), so need to account for TLB latency
6567 *
6568 * The normal calculation is:
6569 * watermark = dotclock * bytes per pixel * latency
6570 * where latency is platform & configuration dependent (we assume pessimal
6571 * values here).
6572 *
6573 * The SR calculation is:
6574 * watermark = (trunc(latency/line time)+1) * surface width *
6575 * bytes per pixel
6576 * where
6577 * line time = htotal / dotclock
6578 * surface width = hdisplay for normal plane and 64 for cursor
6579 * and latency is assumed to be high, as above.
6580 *
6581 * The final value programmed to the register should always be rounded up,
6582 * and include an extra 2 entries to account for clock crossings.
6583 *
6584 * We don't use the sprite, so we can ignore that. And on Crestline we have
6585 * to set the non-SR watermarks to 8.
6586 */
Ville Syrjälä432081b2016-10-31 22:37:03 +02006587void intel_update_watermarks(struct intel_crtc *crtc)
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03006588{
Ville Syrjälä432081b2016-10-31 22:37:03 +02006589 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03006590
6591 if (dev_priv->display.update_wm)
Ville Syrjälä46ba6142013-09-10 11:40:40 +03006592 dev_priv->display.update_wm(crtc);
Eugeni Dodonovb445e3b2012-04-16 22:20:35 -03006593}
6594
Kumar, Mahesh2503a0f2017-08-17 19:15:28 +05306595void intel_enable_ipc(struct drm_i915_private *dev_priv)
6596{
6597 u32 val;
6598
José Roberto de Souzafd847b82018-09-18 13:47:11 -07006599 if (!HAS_IPC(dev_priv))
6600 return;
6601
Kumar, Mahesh2503a0f2017-08-17 19:15:28 +05306602 val = I915_READ(DISP_ARB_CTL2);
6603
6604 if (dev_priv->ipc_enabled)
6605 val |= DISP_IPC_ENABLE;
6606 else
6607 val &= ~DISP_IPC_ENABLE;
6608
6609 I915_WRITE(DISP_ARB_CTL2, val);
6610}
6611
Ville Syrjäläc91a45f2019-05-03 20:38:07 +03006612static bool intel_can_enable_ipc(struct drm_i915_private *dev_priv)
6613{
6614 /* Display WA #0477 WaDisableIPC: skl */
6615 if (IS_SKYLAKE(dev_priv))
6616 return false;
6617
6618 /* Display WA #1141: SKL:all KBL:all CFL */
6619 if (IS_KABYLAKE(dev_priv) || IS_COFFEELAKE(dev_priv))
6620 return dev_priv->dram_info.symmetric_memory;
6621
6622 return true;
6623}
6624
Kumar, Mahesh2503a0f2017-08-17 19:15:28 +05306625void intel_init_ipc(struct drm_i915_private *dev_priv)
6626{
Kumar, Mahesh2503a0f2017-08-17 19:15:28 +05306627 if (!HAS_IPC(dev_priv))
6628 return;
6629
Ville Syrjäläc91a45f2019-05-03 20:38:07 +03006630 dev_priv->ipc_enabled = intel_can_enable_ipc(dev_priv);
José Roberto de Souzac9b818d2018-09-18 13:47:13 -07006631
Kumar, Mahesh2503a0f2017-08-17 19:15:28 +05306632 intel_enable_ipc(dev_priv);
6633}
6634
Ville Syrjälä46f16e62016-10-31 22:37:22 +02006635static void ibx_init_clock_gating(struct drm_i915_private *dev_priv)
Daniel Vetter3107bd42012-10-31 22:52:31 +01006636{
Daniel Vetter3107bd42012-10-31 22:52:31 +01006637 /*
6638 * On Ibex Peak and Cougar Point, we need to disable clock
6639 * gating for the panel power sequencer or it will fail to
6640 * start up when no ports are active.
6641 */
6642 I915_WRITE(SOUTH_DSPCLK_GATE_D, PCH_DPLSUNIT_CLOCK_GATE_DISABLE);
6643}
6644
Ville Syrjälä46f16e62016-10-31 22:37:22 +02006645static void g4x_disable_trickle_feed(struct drm_i915_private *dev_priv)
Ville Syrjälä0e088b82013-06-07 10:47:04 +03006646{
Ville Syrjäläb12ce1d2015-05-26 20:27:23 +03006647 enum pipe pipe;
Ville Syrjälä0e088b82013-06-07 10:47:04 +03006648
Damien Lespiau055e3932014-08-18 13:49:10 +01006649 for_each_pipe(dev_priv, pipe) {
Ville Syrjälä0e088b82013-06-07 10:47:04 +03006650 I915_WRITE(DSPCNTR(pipe),
6651 I915_READ(DSPCNTR(pipe)) |
6652 DISPPLANE_TRICKLE_FEED_DISABLE);
Ville Syrjäläb12ce1d2015-05-26 20:27:23 +03006653
6654 I915_WRITE(DSPSURF(pipe), I915_READ(DSPSURF(pipe)));
6655 POSTING_READ(DSPSURF(pipe));
Ville Syrjälä0e088b82013-06-07 10:47:04 +03006656 }
6657}
6658
Rodrigo Vivi91200c02017-08-28 22:20:26 -07006659static void ilk_init_clock_gating(struct drm_i915_private *dev_priv)
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006660{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02006661 u32 dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE;
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006662
Damien Lespiauf1e8fa52013-06-07 17:41:09 +01006663 /*
6664 * Required for FBC
6665 * WaFbcDisableDpfcClockGating:ilk
6666 */
Damien Lespiau4d47e4f2012-10-19 17:55:42 +01006667 dspclk_gate |= ILK_DPFCRUNIT_CLOCK_GATE_DISABLE |
6668 ILK_DPFCUNIT_CLOCK_GATE_DISABLE |
6669 ILK_DPFDUNIT_CLOCK_GATE_ENABLE;
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006670
6671 I915_WRITE(PCH_3DCGDIS0,
6672 MARIUNIT_CLOCK_GATE_DISABLE |
6673 SVSMUNIT_CLOCK_GATE_DISABLE);
6674 I915_WRITE(PCH_3DCGDIS1,
6675 VFMUNIT_CLOCK_GATE_DISABLE);
6676
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006677 /*
6678 * According to the spec the following bits should be set in
6679 * order to enable memory self-refresh
6680 * The bit 22/21 of 0x42004
6681 * The bit 5 of 0x42020
6682 * The bit 15 of 0x45000
6683 */
6684 I915_WRITE(ILK_DISPLAY_CHICKEN2,
6685 (I915_READ(ILK_DISPLAY_CHICKEN2) |
6686 ILK_DPARB_GATE | ILK_VSDPFD_FULL));
Damien Lespiau4d47e4f2012-10-19 17:55:42 +01006687 dspclk_gate |= ILK_DPARBUNIT_CLOCK_GATE_ENABLE;
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006688 I915_WRITE(DISP_ARB_CTL,
6689 (I915_READ(DISP_ARB_CTL) |
6690 DISP_FBC_WM_DIS));
Ville Syrjälä017636c2013-12-05 15:51:37 +02006691
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006692 /*
6693 * Based on the document from hardware guys the following bits
6694 * should be set unconditionally in order to enable FBC.
6695 * The bit 22 of 0x42000
6696 * The bit 22 of 0x42004
6697 * The bit 7,8,9 of 0x42020.
6698 */
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01006699 if (IS_IRONLAKE_M(dev_priv)) {
Damien Lespiau4bb35332013-06-14 15:23:24 +01006700 /* WaFbcAsynchFlipDisableFbcQueue:ilk */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006701 I915_WRITE(ILK_DISPLAY_CHICKEN1,
6702 I915_READ(ILK_DISPLAY_CHICKEN1) |
6703 ILK_FBCQ_DIS);
6704 I915_WRITE(ILK_DISPLAY_CHICKEN2,
6705 I915_READ(ILK_DISPLAY_CHICKEN2) |
6706 ILK_DPARB_GATE);
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006707 }
6708
Damien Lespiau4d47e4f2012-10-19 17:55:42 +01006709 I915_WRITE(ILK_DSPCLK_GATE_D, dspclk_gate);
6710
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006711 I915_WRITE(ILK_DISPLAY_CHICKEN2,
6712 I915_READ(ILK_DISPLAY_CHICKEN2) |
6713 ILK_ELPIN_409_SELECT);
6714 I915_WRITE(_3D_CHICKEN2,
6715 _3D_CHICKEN2_WM_READ_PIPELINED << 16 |
6716 _3D_CHICKEN2_WM_READ_PIPELINED);
Daniel Vetter4358a372012-10-18 11:49:51 +02006717
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01006718 /* WaDisableRenderCachePipelinedFlush:ilk */
Daniel Vetter4358a372012-10-18 11:49:51 +02006719 I915_WRITE(CACHE_MODE_0,
6720 _MASKED_BIT_ENABLE(CM0_PIPELINED_RENDER_FLUSH_DISABLE));
Daniel Vetter3107bd42012-10-31 22:52:31 +01006721
Akash Goel4e046322014-04-04 17:14:38 +05306722 /* WaDisable_RenderCache_OperationalFlush:ilk */
6723 I915_WRITE(CACHE_MODE_0, _MASKED_BIT_DISABLE(RC_OP_FLUSH_ENABLE));
6724
Ville Syrjälä46f16e62016-10-31 22:37:22 +02006725 g4x_disable_trickle_feed(dev_priv);
Ville Syrjäläbdad2b22013-06-07 10:47:03 +03006726
Ville Syrjälä46f16e62016-10-31 22:37:22 +02006727 ibx_init_clock_gating(dev_priv);
Daniel Vetter3107bd42012-10-31 22:52:31 +01006728}
6729
Ville Syrjälä46f16e62016-10-31 22:37:22 +02006730static void cpt_init_clock_gating(struct drm_i915_private *dev_priv)
Daniel Vetter3107bd42012-10-31 22:52:31 +01006731{
Ville Syrjäläd048a262019-08-21 20:30:31 +03006732 enum pipe pipe;
Jani Nikula5ce9a6492019-01-18 14:01:20 +02006733 u32 val;
Daniel Vetter3107bd42012-10-31 22:52:31 +01006734
6735 /*
6736 * On Ibex Peak and Cougar Point, we need to disable clock
6737 * gating for the panel power sequencer or it will fail to
6738 * start up when no ports are active.
6739 */
Jesse Barnescd664072013-10-02 10:34:19 -07006740 I915_WRITE(SOUTH_DSPCLK_GATE_D, PCH_DPLSUNIT_CLOCK_GATE_DISABLE |
6741 PCH_DPLUNIT_CLOCK_GATE_DISABLE |
6742 PCH_CPUNIT_CLOCK_GATE_DISABLE);
Daniel Vetter3107bd42012-10-31 22:52:31 +01006743 I915_WRITE(SOUTH_CHICKEN2, I915_READ(SOUTH_CHICKEN2) |
6744 DPLS_EDP_PPS_FIX_DIS);
Takashi Iwai335c07b2012-12-11 11:46:29 +01006745 /* The below fixes the weird display corruption, a few pixels shifted
6746 * downward, on (only) LVDS of some HP laptops with IVY.
6747 */
Damien Lespiau055e3932014-08-18 13:49:10 +01006748 for_each_pipe(dev_priv, pipe) {
Paulo Zanonidc4bd2d2013-04-08 15:48:08 -03006749 val = I915_READ(TRANS_CHICKEN2(pipe));
6750 val |= TRANS_CHICKEN2_TIMING_OVERRIDE;
6751 val &= ~TRANS_CHICKEN2_FDI_POLARITY_REVERSED;
Rodrigo Vivi41aa3442013-05-09 20:03:18 -03006752 if (dev_priv->vbt.fdi_rx_polarity_inverted)
Paulo Zanoni3f704fa2013-04-08 15:48:07 -03006753 val |= TRANS_CHICKEN2_FDI_POLARITY_REVERSED;
Paulo Zanonidc4bd2d2013-04-08 15:48:08 -03006754 val &= ~TRANS_CHICKEN2_DISABLE_DEEP_COLOR_COUNTER;
6755 val &= ~TRANS_CHICKEN2_DISABLE_DEEP_COLOR_MODESWITCH;
Paulo Zanoni3f704fa2013-04-08 15:48:07 -03006756 I915_WRITE(TRANS_CHICKEN2(pipe), val);
6757 }
Daniel Vetter3107bd42012-10-31 22:52:31 +01006758 /* WADP0ClockGatingDisable */
Damien Lespiau055e3932014-08-18 13:49:10 +01006759 for_each_pipe(dev_priv, pipe) {
Daniel Vetter3107bd42012-10-31 22:52:31 +01006760 I915_WRITE(TRANS_CHICKEN1(pipe),
6761 TRANS_CHICKEN1_DP0UNIT_GC_DISABLE);
6762 }
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006763}
6764
Ville Syrjälä46f16e62016-10-31 22:37:22 +02006765static void gen6_check_mch_setup(struct drm_i915_private *dev_priv)
Daniel Vetter1d7aaa02013-02-09 21:03:42 +01006766{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02006767 u32 tmp;
Daniel Vetter1d7aaa02013-02-09 21:03:42 +01006768
6769 tmp = I915_READ(MCH_SSKPD);
Daniel Vetterdf662a22014-08-04 11:17:25 +02006770 if ((tmp & MCH_SSKPD_WM0_MASK) != MCH_SSKPD_WM0_VAL)
Wambui Karugaf8d18d52020-01-07 18:13:30 +03006771 drm_dbg_kms(&dev_priv->drm,
6772 "Wrong MCH_SSKPD value: 0x%08x This can cause underruns.\n",
6773 tmp);
Daniel Vetter1d7aaa02013-02-09 21:03:42 +01006774}
6775
Ville Syrjälä46f16e62016-10-31 22:37:22 +02006776static void gen6_init_clock_gating(struct drm_i915_private *dev_priv)
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006777{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02006778 u32 dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE;
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006779
Damien Lespiau231e54f2012-10-19 17:55:41 +01006780 I915_WRITE(ILK_DSPCLK_GATE_D, dspclk_gate);
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006781
6782 I915_WRITE(ILK_DISPLAY_CHICKEN2,
6783 I915_READ(ILK_DISPLAY_CHICKEN2) |
6784 ILK_ELPIN_409_SELECT);
6785
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01006786 /* WaDisableHiZPlanesWhenMSAAEnabled:snb */
Daniel Vetter42839082012-12-14 23:38:28 +01006787 I915_WRITE(_3D_CHICKEN,
6788 _MASKED_BIT_ENABLE(_3D_CHICKEN_HIZ_PLANE_DISABLE_MSAA_4X_SNB));
6789
Akash Goel4e046322014-04-04 17:14:38 +05306790 /* WaDisable_RenderCache_OperationalFlush:snb */
6791 I915_WRITE(CACHE_MODE_0, _MASKED_BIT_DISABLE(RC_OP_FLUSH_ENABLE));
6792
Ville Syrjälä8d85d272014-02-04 21:59:15 +02006793 /*
6794 * BSpec recoomends 8x4 when MSAA is used,
6795 * however in practice 16x4 seems fastest.
Ville Syrjäläc5c98a52014-02-05 12:43:47 +02006796 *
6797 * Note that PS/WM thread counts depend on the WIZ hashing
6798 * disable bit, which we don't touch here, but it's good
6799 * to keep in mind (see 3DSTATE_PS and 3DSTATE_WM).
Ville Syrjälä8d85d272014-02-04 21:59:15 +02006800 */
6801 I915_WRITE(GEN6_GT_MODE,
Damien Lespiau98533252014-12-08 17:33:51 +00006802 _MASKED_FIELD(GEN6_WIZ_HASHING_MASK, GEN6_WIZ_HASHING_16x4));
Ville Syrjälä8d85d272014-02-04 21:59:15 +02006803
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006804 I915_WRITE(CACHE_MODE_0,
Daniel Vetter50743292012-04-26 22:02:54 +02006805 _MASKED_BIT_DISABLE(CM0_STC_EVICT_DISABLE_LRA_SNB));
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006806
6807 I915_WRITE(GEN6_UCGCTL1,
6808 I915_READ(GEN6_UCGCTL1) |
6809 GEN6_BLBUNIT_CLOCK_GATE_DISABLE |
6810 GEN6_CSUNIT_CLOCK_GATE_DISABLE);
6811
6812 /* According to the BSpec vol1g, bit 12 (RCPBUNIT) clock
6813 * gating disable must be set. Failure to set it results in
6814 * flickering pixels due to Z write ordering failures after
6815 * some amount of runtime in the Mesa "fire" demo, and Unigine
6816 * Sanctuary and Tropics, and apparently anything else with
6817 * alpha test or pixel discard.
6818 *
6819 * According to the spec, bit 11 (RCCUNIT) must also be set,
6820 * but we didn't debug actual testcases to find it out.
Jesse Barnes0f846f82012-06-14 11:04:47 -07006821 *
Ville Syrjäläef593182014-01-22 21:32:47 +02006822 * WaDisableRCCUnitClockGating:snb
6823 * WaDisableRCPBUnitClockGating:snb
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006824 */
6825 I915_WRITE(GEN6_UCGCTL2,
6826 GEN6_RCPBUNIT_CLOCK_GATE_DISABLE |
6827 GEN6_RCCUNIT_CLOCK_GATE_DISABLE);
6828
Ville Syrjälä5eb146d2014-02-04 21:59:16 +02006829 /* WaStripsFansDisableFastClipPerformanceFix:snb */
Ville Syrjälä743b57d2014-02-04 21:59:17 +02006830 I915_WRITE(_3D_CHICKEN3,
6831 _MASKED_BIT_ENABLE(_3D_CHICKEN3_SF_DISABLE_FASTCLIP_CULL));
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006832
6833 /*
Ville Syrjäläe927ecd2014-02-04 21:59:18 +02006834 * Bspec says:
6835 * "This bit must be set if 3DSTATE_CLIP clip mode is set to normal and
6836 * 3DSTATE_SF number of SF output attributes is more than 16."
6837 */
6838 I915_WRITE(_3D_CHICKEN3,
6839 _MASKED_BIT_ENABLE(_3D_CHICKEN3_SF_DISABLE_PIPELINED_ATTR_FETCH));
6840
6841 /*
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006842 * According to the spec the following bits should be
6843 * set in order to enable memory self-refresh and fbc:
6844 * The bit21 and bit22 of 0x42000
6845 * The bit21 and bit22 of 0x42004
6846 * The bit5 and bit7 of 0x42020
6847 * The bit14 of 0x70180
6848 * The bit14 of 0x71180
Damien Lespiau4bb35332013-06-14 15:23:24 +01006849 *
6850 * WaFbcAsynchFlipDisableFbcQueue:snb
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006851 */
6852 I915_WRITE(ILK_DISPLAY_CHICKEN1,
6853 I915_READ(ILK_DISPLAY_CHICKEN1) |
6854 ILK_FBCQ_DIS | ILK_PABSTRETCH_DIS);
6855 I915_WRITE(ILK_DISPLAY_CHICKEN2,
6856 I915_READ(ILK_DISPLAY_CHICKEN2) |
6857 ILK_DPARB_GATE | ILK_VSDPFD_FULL);
Damien Lespiau231e54f2012-10-19 17:55:41 +01006858 I915_WRITE(ILK_DSPCLK_GATE_D,
6859 I915_READ(ILK_DSPCLK_GATE_D) |
6860 ILK_DPARBUNIT_CLOCK_GATE_ENABLE |
6861 ILK_DPFDUNIT_CLOCK_GATE_ENABLE);
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006862
Ville Syrjälä46f16e62016-10-31 22:37:22 +02006863 g4x_disable_trickle_feed(dev_priv);
Ben Widawskyf8f2ac92012-10-03 19:34:24 -07006864
Ville Syrjälä46f16e62016-10-31 22:37:22 +02006865 cpt_init_clock_gating(dev_priv);
Daniel Vetter1d7aaa02013-02-09 21:03:42 +01006866
Ville Syrjälä46f16e62016-10-31 22:37:22 +02006867 gen6_check_mch_setup(dev_priv);
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006868}
6869
6870static void gen7_setup_fixed_func_scheduler(struct drm_i915_private *dev_priv)
6871{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02006872 u32 reg = I915_READ(GEN7_FF_THREAD_MODE);
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006873
Ville Syrjälä3aad9052014-01-22 21:32:59 +02006874 /*
Ville Syrjälä46680e02014-01-22 21:33:01 +02006875 * WaVSThreadDispatchOverride:ivb,vlv
Ville Syrjälä3aad9052014-01-22 21:32:59 +02006876 *
6877 * This actually overrides the dispatch
6878 * mode for all thread types.
6879 */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03006880 reg &= ~GEN7_FF_SCHED_MASK;
6881 reg |= GEN7_FF_TS_SCHED_HW;
6882 reg |= GEN7_FF_VS_SCHED_HW;
6883 reg |= GEN7_FF_DS_SCHED_HW;
6884
6885 I915_WRITE(GEN7_FF_THREAD_MODE, reg);
6886}
6887
Ville Syrjälä46f16e62016-10-31 22:37:22 +02006888static void lpt_init_clock_gating(struct drm_i915_private *dev_priv)
Paulo Zanoni17a303e2012-11-20 15:12:07 -02006889{
Paulo Zanoni17a303e2012-11-20 15:12:07 -02006890 /*
6891 * TODO: this bit should only be enabled when really needed, then
6892 * disabled when not needed anymore in order to save power.
6893 */
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01006894 if (HAS_PCH_LPT_LP(dev_priv))
Paulo Zanoni17a303e2012-11-20 15:12:07 -02006895 I915_WRITE(SOUTH_DSPCLK_GATE_D,
6896 I915_READ(SOUTH_DSPCLK_GATE_D) |
6897 PCH_LP_PARTITION_LEVEL_DISABLE);
Paulo Zanoni0a790cd2013-04-17 18:15:49 -03006898
6899 /* WADPOClockGatingDisable:hsw */
Ville Syrjälä36c0d0c2015-09-18 20:03:31 +03006900 I915_WRITE(TRANS_CHICKEN1(PIPE_A),
6901 I915_READ(TRANS_CHICKEN1(PIPE_A)) |
Paulo Zanoni0a790cd2013-04-17 18:15:49 -03006902 TRANS_CHICKEN1_DP0UNIT_GC_DISABLE);
Paulo Zanoni17a303e2012-11-20 15:12:07 -02006903}
6904
Ville Syrjälä712bf362016-10-31 22:37:23 +02006905static void lpt_suspend_hw(struct drm_i915_private *dev_priv)
Imre Deak7d708ee2013-04-17 14:04:50 +03006906{
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01006907 if (HAS_PCH_LPT_LP(dev_priv)) {
Jani Nikula5ce9a6492019-01-18 14:01:20 +02006908 u32 val = I915_READ(SOUTH_DSPCLK_GATE_D);
Imre Deak7d708ee2013-04-17 14:04:50 +03006909
6910 val &= ~PCH_LP_PARTITION_LEVEL_DISABLE;
6911 I915_WRITE(SOUTH_DSPCLK_GATE_D, val);
6912 }
6913}
6914
Imre Deak450174f2016-05-03 15:54:21 +03006915static void gen8_set_l3sqc_credits(struct drm_i915_private *dev_priv,
6916 int general_prio_credits,
6917 int high_prio_credits)
6918{
6919 u32 misccpctl;
Oscar Mateo930a7842017-10-17 13:25:45 -07006920 u32 val;
Imre Deak450174f2016-05-03 15:54:21 +03006921
6922 /* WaTempDisableDOPClkGating:bdw */
6923 misccpctl = I915_READ(GEN7_MISCCPCTL);
6924 I915_WRITE(GEN7_MISCCPCTL, misccpctl & ~GEN7_DOP_CLOCK_GATE_ENABLE);
6925
Oscar Mateo930a7842017-10-17 13:25:45 -07006926 val = I915_READ(GEN8_L3SQCREG1);
6927 val &= ~L3_PRIO_CREDITS_MASK;
6928 val |= L3_GENERAL_PRIO_CREDITS(general_prio_credits);
6929 val |= L3_HIGH_PRIO_CREDITS(high_prio_credits);
6930 I915_WRITE(GEN8_L3SQCREG1, val);
Imre Deak450174f2016-05-03 15:54:21 +03006931
6932 /*
6933 * Wait at least 100 clocks before re-enabling clock gating.
6934 * See the definition of L3SQCREG1 in BSpec.
6935 */
6936 POSTING_READ(GEN8_L3SQCREG1);
6937 udelay(1);
6938 I915_WRITE(GEN7_MISCCPCTL, misccpctl);
6939}
6940
Oscar Mateod65dc3e2018-05-08 14:29:24 -07006941static void icl_init_clock_gating(struct drm_i915_private *dev_priv)
6942{
6943 /* This is not an Wa. Enable to reduce Sampler power */
6944 I915_WRITE(GEN10_DFR_RATIO_EN_AND_CHICKEN,
6945 I915_READ(GEN10_DFR_RATIO_EN_AND_CHICKEN) & ~DFR_DISABLE);
Radhakrishna Sripada622b3f62018-10-30 01:45:01 -07006946
Matt Atwood6f4194c2020-01-13 23:11:28 -05006947 /*Wa_14010594013:icl, ehl */
6948 intel_uncore_rmw(&dev_priv->uncore, GEN8_CHICKEN_DCPR_1,
6949 0, CNL_DELAY_PMRSP);
Oscar Mateod65dc3e2018-05-08 14:29:24 -07006950}
6951
Michel Thierry5d869232019-08-23 01:20:34 -07006952static void tgl_init_clock_gating(struct drm_i915_private *dev_priv)
6953{
6954 u32 vd_pg_enable = 0;
6955 unsigned int i;
6956
6957 /* This is not a WA. Enable VD HCP & MFX_ENC powergate */
6958 for (i = 0; i < I915_MAX_VCS; i++) {
6959 if (HAS_ENGINE(dev_priv, _VCS(i)))
6960 vd_pg_enable |= VDN_HCP_POWERGATE_ENABLE(i) |
6961 VDN_MFX_POWERGATE_ENABLE(i);
6962 }
6963
6964 I915_WRITE(POWERGATE_ENABLE,
6965 I915_READ(POWERGATE_ENABLE) | vd_pg_enable);
Radhakrishna Sripadaf78d5da2020-01-09 14:37:27 -08006966
6967 /* Wa_1409825376:tgl (pre-prod)*/
6968 if (IS_TGL_REVID(dev_priv, TGL_REVID_A0, TGL_REVID_A0))
6969 I915_WRITE(GEN9_CLKGATE_DIS_3, I915_READ(GEN9_CLKGATE_DIS_3) |
6970 TGL_VRH_GATING_DIS);
Matt Atwoodf9d77422020-04-15 15:35:35 -04006971
6972 /* Wa_14011059788:tgl */
6973 intel_uncore_rmw(&dev_priv->uncore, GEN10_DFR_RATIO_EN_AND_CHICKEN,
6974 0, DFR_DISABLE);
Michel Thierry5d869232019-08-23 01:20:34 -07006975}
6976
Rodrigo Vivi0a46ddd2017-08-30 21:52:23 -07006977static void cnp_init_clock_gating(struct drm_i915_private *dev_priv)
6978{
6979 if (!HAS_PCH_CNP(dev_priv))
6980 return;
6981
Rodrigo Vivi470e7c62018-03-05 17:28:12 -08006982 /* Display WA #1181 WaSouthDisplayDisablePWMCGEGating: cnp */
Rodrigo Vivi4cc6feb2017-09-08 16:45:33 -07006983 I915_WRITE(SOUTH_DSPCLK_GATE_D, I915_READ(SOUTH_DSPCLK_GATE_D) |
6984 CNP_PWM_CGE_GATING_DISABLE);
Rodrigo Vivi0a46ddd2017-08-30 21:52:23 -07006985}
6986
Rodrigo Vivi91200c02017-08-28 22:20:26 -07006987static void cnl_init_clock_gating(struct drm_i915_private *dev_priv)
Rodrigo Vivi90007bc2017-08-15 16:16:48 -07006988{
Rodrigo Vivi8f067832017-09-05 12:30:13 -07006989 u32 val;
Rodrigo Vivi0a46ddd2017-08-30 21:52:23 -07006990 cnp_init_clock_gating(dev_priv);
6991
Rodrigo Vivi1a25db62017-08-15 16:16:51 -07006992 /* This is not an Wa. Enable for better image quality */
6993 I915_WRITE(_3D_CHICKEN3,
6994 _MASKED_BIT_ENABLE(_3D_CHICKEN3_AA_LINE_QUALITY_FIX_ENABLE));
6995
Rodrigo Vivi90007bc2017-08-15 16:16:48 -07006996 /* WaEnableChickenDCPR:cnl */
6997 I915_WRITE(GEN8_CHICKEN_DCPR_1,
6998 I915_READ(GEN8_CHICKEN_DCPR_1) | MASK_WAKEMEM);
6999
7000 /* WaFbcWakeMemOn:cnl */
7001 I915_WRITE(DISP_ARB_CTL, I915_READ(DISP_ARB_CTL) |
7002 DISP_FBC_MEMORY_WAKE);
7003
Chris Wilson34991bd2017-11-11 10:03:36 +00007004 val = I915_READ(SLICE_UNIT_LEVEL_CLKGATE);
7005 /* ReadHitWriteOnlyDisable:cnl */
7006 val |= RCCUNIT_CLKGATE_DIS;
Chris Wilson34991bd2017-11-11 10:03:36 +00007007 I915_WRITE(SLICE_UNIT_LEVEL_CLKGATE, val);
Rafael Antognolli01ab0f92017-12-15 16:11:16 -08007008
Rodrigo Vivia4713c52018-03-07 14:09:12 -08007009 /* Wa_2201832410:cnl */
7010 val = I915_READ(SUBSLICE_UNIT_LEVEL_CLKGATE);
7011 val |= GWUNIT_CLKGATE_DIS;
7012 I915_WRITE(SUBSLICE_UNIT_LEVEL_CLKGATE, val);
7013
Rafael Antognolli01ab0f92017-12-15 16:11:16 -08007014 /* WaDisableVFclkgate:cnl */
Rodrigo Vivi14941b62018-03-05 17:20:00 -08007015 /* WaVFUnitClockGatingDisable:cnl */
Rafael Antognolli01ab0f92017-12-15 16:11:16 -08007016 val = I915_READ(UNSLICE_UNIT_LEVEL_CLKGATE);
7017 val |= VFUNIT_CLKGATE_DIS;
7018 I915_WRITE(UNSLICE_UNIT_LEVEL_CLKGATE, val);
Rodrigo Vivi90007bc2017-08-15 16:16:48 -07007019}
7020
Rodrigo Vivi0a46ddd2017-08-30 21:52:23 -07007021static void cfl_init_clock_gating(struct drm_i915_private *dev_priv)
7022{
7023 cnp_init_clock_gating(dev_priv);
7024 gen9_init_clock_gating(dev_priv);
7025
7026 /* WaFbcNukeOnHostModify:cfl */
7027 I915_WRITE(ILK_DPFC_CHICKEN, I915_READ(ILK_DPFC_CHICKEN) |
7028 ILK_DPFC_NUKE_ON_ANY_MODIFICATION);
7029}
7030
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007031static void kbl_init_clock_gating(struct drm_i915_private *dev_priv)
Mika Kuoppala9498dba2016-06-07 17:19:01 +03007032{
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007033 gen9_init_clock_gating(dev_priv);
Mika Kuoppala9498dba2016-06-07 17:19:01 +03007034
7035 /* WaDisableSDEUnitClockGating:kbl */
7036 if (IS_KBL_REVID(dev_priv, 0, KBL_REVID_B0))
7037 I915_WRITE(GEN8_UCGCTL6, I915_READ(GEN8_UCGCTL6) |
7038 GEN8_SDEUNIT_CLOCK_GATE_DISABLE);
Mika Kuoppala8aeb7f62016-06-07 17:19:05 +03007039
7040 /* WaDisableGamClockGating:kbl */
7041 if (IS_KBL_REVID(dev_priv, 0, KBL_REVID_B0))
7042 I915_WRITE(GEN6_UCGCTL1, I915_READ(GEN6_UCGCTL1) |
7043 GEN6_GAMUNIT_CLOCK_GATE_DISABLE);
Mika Kuoppala031cd8c2016-06-07 17:19:18 +03007044
Rodrigo Vivi0a46ddd2017-08-30 21:52:23 -07007045 /* WaFbcNukeOnHostModify:kbl */
Mika Kuoppala031cd8c2016-06-07 17:19:18 +03007046 I915_WRITE(ILK_DPFC_CHICKEN, I915_READ(ILK_DPFC_CHICKEN) |
7047 ILK_DPFC_NUKE_ON_ANY_MODIFICATION);
Mika Kuoppala9498dba2016-06-07 17:19:01 +03007048}
7049
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007050static void skl_init_clock_gating(struct drm_i915_private *dev_priv)
Daniel Vetterdc00b6a2016-05-19 09:14:20 +02007051{
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007052 gen9_init_clock_gating(dev_priv);
Mika Kuoppala44fff992016-06-07 17:19:09 +03007053
7054 /* WAC6entrylatency:skl */
7055 I915_WRITE(FBC_LLC_READ_CTRL, I915_READ(FBC_LLC_READ_CTRL) |
7056 FBC_LLC_FULLY_OPEN);
Mika Kuoppala031cd8c2016-06-07 17:19:18 +03007057
7058 /* WaFbcNukeOnHostModify:skl */
7059 I915_WRITE(ILK_DPFC_CHICKEN, I915_READ(ILK_DPFC_CHICKEN) |
7060 ILK_DPFC_NUKE_ON_ANY_MODIFICATION);
Daniel Vetterdc00b6a2016-05-19 09:14:20 +02007061}
7062
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007063static void bdw_init_clock_gating(struct drm_i915_private *dev_priv)
Ben Widawsky1020a5c2013-11-02 21:07:06 -07007064{
Damien Lespiau07d27e22014-03-03 17:31:46 +00007065 enum pipe pipe;
Ben Widawsky1020a5c2013-11-02 21:07:06 -07007066
Ben Widawskyab57fff2013-12-12 15:28:04 -08007067 /* WaSwitchSolVfFArbitrationPriority:bdw */
Ben Widawsky50ed5fb2013-11-02 21:07:40 -07007068 I915_WRITE(GAM_ECOCHK, I915_READ(GAM_ECOCHK) | HSW_ECOCHK_ARB_PRIO_SOL);
Ben Widawskyfe4ab3c2013-11-02 21:07:54 -07007069
Ben Widawskyab57fff2013-12-12 15:28:04 -08007070 /* WaPsrDPAMaskVBlankInSRD:bdw */
Ben Widawskyfe4ab3c2013-11-02 21:07:54 -07007071 I915_WRITE(CHICKEN_PAR1_1,
7072 I915_READ(CHICKEN_PAR1_1) | DPA_MASK_VBLANK_SRD);
7073
Ben Widawskyab57fff2013-12-12 15:28:04 -08007074 /* WaPsrDPRSUnmaskVBlankInSRD:bdw */
Damien Lespiau055e3932014-08-18 13:49:10 +01007075 for_each_pipe(dev_priv, pipe) {
Damien Lespiau07d27e22014-03-03 17:31:46 +00007076 I915_WRITE(CHICKEN_PIPESL_1(pipe),
Ville Syrjäläc7c65622014-03-05 13:05:45 +02007077 I915_READ(CHICKEN_PIPESL_1(pipe)) |
Ville Syrjälä8f670bb2014-03-05 13:05:47 +02007078 BDW_DPRS_MASK_VBLANK_SRD);
Ben Widawskyfe4ab3c2013-11-02 21:07:54 -07007079 }
Ben Widawsky63801f22013-12-12 17:26:03 -08007080
Ben Widawskyab57fff2013-12-12 15:28:04 -08007081 /* WaVSRefCountFullforceMissDisable:bdw */
7082 /* WaDSRefCountFullforceMissDisable:bdw */
7083 I915_WRITE(GEN7_FF_THREAD_MODE,
7084 I915_READ(GEN7_FF_THREAD_MODE) &
7085 ~(GEN8_FF_DS_REF_CNT_FFME | GEN7_FF_VS_REF_CNT_FFME));
Ville Syrjälä36075a42014-02-04 21:59:21 +02007086
Ville Syrjälä295e8bb2014-02-27 21:59:01 +02007087 I915_WRITE(GEN6_RC_SLEEP_PSMI_CONTROL,
7088 _MASKED_BIT_ENABLE(GEN8_RC_SEMA_IDLE_MSG_DISABLE));
Ville Syrjälä4f1ca9e2014-02-27 21:59:02 +02007089
7090 /* WaDisableSDEUnitClockGating:bdw */
7091 I915_WRITE(GEN8_UCGCTL6, I915_READ(GEN8_UCGCTL6) |
7092 GEN8_SDEUNIT_CLOCK_GATE_DISABLE);
Damien Lespiau5d708682014-03-26 18:41:51 +00007093
Imre Deak450174f2016-05-03 15:54:21 +03007094 /* WaProgramL3SqcReg1Default:bdw */
7095 gen8_set_l3sqc_credits(dev_priv, 30, 2);
Ville Syrjälä4d487cf2015-05-19 20:32:56 +03007096
Mika Kuoppala17e0adf2016-06-07 17:19:02 +03007097 /* WaKVMNotificationOnConfigChange:bdw */
7098 I915_WRITE(CHICKEN_PAR2_1, I915_READ(CHICKEN_PAR2_1)
7099 | KVM_CONFIG_CHANGE_NOTIFICATION_SELECT);
7100
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007101 lpt_init_clock_gating(dev_priv);
Robert Bragg9cc19732017-02-12 13:32:52 +00007102
7103 /* WaDisableDopClockGating:bdw
7104 *
7105 * Also see the CHICKEN2 write in bdw_init_workarounds() to disable DOP
7106 * clock gating.
7107 */
7108 I915_WRITE(GEN6_UCGCTL1,
7109 I915_READ(GEN6_UCGCTL1) | GEN6_EU_TCUNIT_CLOCK_GATE_DISABLE);
Ben Widawsky1020a5c2013-11-02 21:07:06 -07007110}
7111
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007112static void hsw_init_clock_gating(struct drm_i915_private *dev_priv)
Eugeni Dodonovcad2a2d2012-07-02 11:51:09 -03007113{
Francisco Jerezf3fc4882013-10-02 15:53:16 -07007114 /* L3 caching of data atomics doesn't work -- disable it. */
7115 I915_WRITE(HSW_SCRATCH1, HSW_SCRATCH1_L3_DATA_ATOMICS_DISABLE);
7116 I915_WRITE(HSW_ROW_CHICKEN3,
7117 _MASKED_BIT_ENABLE(HSW_ROW_CHICKEN3_L3_GLOBAL_ATOMICS_DISABLE));
7118
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007119 /* This is required by WaCatErrorRejectionIssue:hsw */
Eugeni Dodonovcad2a2d2012-07-02 11:51:09 -03007120 I915_WRITE(GEN7_SQ_CHICKEN_MBCUNIT_CONFIG,
7121 I915_READ(GEN7_SQ_CHICKEN_MBCUNIT_CONFIG) |
7122 GEN7_SQ_CHICKEN_MBCUNIT_SQINTMOB);
7123
Ville Syrjäläe36ea7f2014-01-22 21:33:00 +02007124 /* WaVSRefCountFullforceMissDisable:hsw */
7125 I915_WRITE(GEN7_FF_THREAD_MODE,
7126 I915_READ(GEN7_FF_THREAD_MODE) & ~GEN7_FF_VS_REF_CNT_FFME);
Eugeni Dodonovcad2a2d2012-07-02 11:51:09 -03007127
Akash Goel4e046322014-04-04 17:14:38 +05307128 /* WaDisable_RenderCache_OperationalFlush:hsw */
7129 I915_WRITE(CACHE_MODE_0_GEN7, _MASKED_BIT_DISABLE(RC_OP_FLUSH_ENABLE));
7130
Chia-I Wufe27c602014-01-28 13:29:33 +08007131 /* enable HiZ Raw Stall Optimization */
7132 I915_WRITE(CACHE_MODE_0_GEN7,
7133 _MASKED_BIT_DISABLE(HIZ_RAW_STALL_OPT_DISABLE));
7134
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007135 /* WaDisable4x2SubspanOptimization:hsw */
Eugeni Dodonovcad2a2d2012-07-02 11:51:09 -03007136 I915_WRITE(CACHE_MODE_1,
7137 _MASKED_BIT_ENABLE(PIXEL_SUBSPAN_COLLECT_OPT_DISABLE));
Eugeni Dodonov1544d9d2012-07-02 11:51:10 -03007138
Ville Syrjäläa12c4962014-02-04 21:59:20 +02007139 /*
7140 * BSpec recommends 8x4 when MSAA is used,
7141 * however in practice 16x4 seems fastest.
Ville Syrjäläc5c98a52014-02-05 12:43:47 +02007142 *
7143 * Note that PS/WM thread counts depend on the WIZ hashing
7144 * disable bit, which we don't touch here, but it's good
7145 * to keep in mind (see 3DSTATE_PS and 3DSTATE_WM).
Ville Syrjäläa12c4962014-02-04 21:59:20 +02007146 */
7147 I915_WRITE(GEN7_GT_MODE,
Damien Lespiau98533252014-12-08 17:33:51 +00007148 _MASKED_FIELD(GEN6_WIZ_HASHING_MASK, GEN6_WIZ_HASHING_16x4));
Ville Syrjäläa12c4962014-02-04 21:59:20 +02007149
Kenneth Graunke94411592014-12-31 16:23:00 -08007150 /* WaSampleCChickenBitEnable:hsw */
7151 I915_WRITE(HALF_SLICE_CHICKEN3,
7152 _MASKED_BIT_ENABLE(HSW_SAMPLE_C_PERFORMANCE));
7153
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007154 /* WaSwitchSolVfFArbitrationPriority:hsw */
Ben Widawskye3dff582013-03-20 14:49:14 -07007155 I915_WRITE(GAM_ECOCHK, I915_READ(GAM_ECOCHK) | HSW_ECOCHK_ARB_PRIO_SOL);
7156
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007157 lpt_init_clock_gating(dev_priv);
Eugeni Dodonovcad2a2d2012-07-02 11:51:09 -03007158}
7159
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007160static void ivb_init_clock_gating(struct drm_i915_private *dev_priv)
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007161{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02007162 u32 snpcr;
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007163
Damien Lespiau231e54f2012-10-19 17:55:41 +01007164 I915_WRITE(ILK_DSPCLK_GATE_D, ILK_VRHUNIT_CLOCK_GATE_DISABLE);
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007165
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007166 /* WaDisableEarlyCull:ivb */
Jesse Barnes87f80202012-10-02 17:43:41 -05007167 I915_WRITE(_3D_CHICKEN3,
7168 _MASKED_BIT_ENABLE(_3D_CHICKEN_SF_DISABLE_OBJEND_CULL));
7169
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007170 /* WaDisableBackToBackFlipFix:ivb */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007171 I915_WRITE(IVB_CHICKEN3,
7172 CHICKEN3_DGMG_REQ_OUT_FIX_DISABLE |
7173 CHICKEN3_DGMG_DONE_FIX_DISABLE);
7174
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007175 /* WaDisablePSDDualDispatchEnable:ivb */
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01007176 if (IS_IVB_GT1(dev_priv))
Jesse Barnes12f33822012-10-25 12:15:45 -07007177 I915_WRITE(GEN7_HALF_SLICE_CHICKEN1,
7178 _MASKED_BIT_ENABLE(GEN7_PSD_SINGLE_PORT_DISPATCH_ENABLE));
Jesse Barnes12f33822012-10-25 12:15:45 -07007179
Akash Goel4e046322014-04-04 17:14:38 +05307180 /* WaDisable_RenderCache_OperationalFlush:ivb */
7181 I915_WRITE(CACHE_MODE_0_GEN7, _MASKED_BIT_DISABLE(RC_OP_FLUSH_ENABLE));
7182
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007183 /* Apply the WaDisableRHWOOptimizationForRenderHang:ivb workaround. */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007184 I915_WRITE(GEN7_COMMON_SLICE_CHICKEN1,
7185 GEN7_CSC1_RHWO_OPT_DISABLE_IN_RCC);
7186
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007187 /* WaApplyL3ControlAndL3ChickenMode:ivb */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007188 I915_WRITE(GEN7_L3CNTLREG1,
7189 GEN7_WA_FOR_GEN7_L3_CONTROL);
7190 I915_WRITE(GEN7_L3_CHICKEN_MODE_REGISTER,
Jesse Barnes8ab43972012-10-25 12:15:42 -07007191 GEN7_WA_L3_CHICKEN_MODE);
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01007192 if (IS_IVB_GT1(dev_priv))
Jesse Barnes8ab43972012-10-25 12:15:42 -07007193 I915_WRITE(GEN7_ROW_CHICKEN2,
7194 _MASKED_BIT_ENABLE(DOP_CLOCK_GATING_DISABLE));
Ville Syrjälä412236c2014-01-22 21:32:44 +02007195 else {
7196 /* must write both registers */
7197 I915_WRITE(GEN7_ROW_CHICKEN2,
7198 _MASKED_BIT_ENABLE(DOP_CLOCK_GATING_DISABLE));
Jesse Barnes8ab43972012-10-25 12:15:42 -07007199 I915_WRITE(GEN7_ROW_CHICKEN2_GT2,
7200 _MASKED_BIT_ENABLE(DOP_CLOCK_GATING_DISABLE));
Ville Syrjälä412236c2014-01-22 21:32:44 +02007201 }
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007202
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007203 /* WaForceL3Serialization:ivb */
Jesse Barnes61939d92012-10-02 17:43:38 -05007204 I915_WRITE(GEN7_L3SQCREG4, I915_READ(GEN7_L3SQCREG4) &
7205 ~L3SQ_URB_READ_CAM_MATCH_DISABLE);
7206
Ville Syrjälä1b80a19a2014-01-22 21:32:53 +02007207 /*
Jesse Barnes0f846f82012-06-14 11:04:47 -07007208 * According to the spec, bit 13 (RCZUNIT) must be set on IVB.
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007209 * This implements the WaDisableRCZUnitClockGating:ivb workaround.
Jesse Barnes0f846f82012-06-14 11:04:47 -07007210 */
7211 I915_WRITE(GEN6_UCGCTL2,
Ville Syrjälä28acf3b2014-01-22 21:32:48 +02007212 GEN6_RCZUNIT_CLOCK_GATE_DISABLE);
Jesse Barnes0f846f82012-06-14 11:04:47 -07007213
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007214 /* This is required by WaCatErrorRejectionIssue:ivb */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007215 I915_WRITE(GEN7_SQ_CHICKEN_MBCUNIT_CONFIG,
7216 I915_READ(GEN7_SQ_CHICKEN_MBCUNIT_CONFIG) |
7217 GEN7_SQ_CHICKEN_MBCUNIT_SQINTMOB);
7218
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007219 g4x_disable_trickle_feed(dev_priv);
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007220
7221 gen7_setup_fixed_func_scheduler(dev_priv);
Daniel Vetter97e19302012-04-24 16:00:21 +02007222
Chris Wilson22721342014-03-04 09:41:43 +00007223 if (0) { /* causes HiZ corruption on ivb:gt1 */
7224 /* enable HiZ Raw Stall Optimization */
7225 I915_WRITE(CACHE_MODE_0_GEN7,
7226 _MASKED_BIT_DISABLE(HIZ_RAW_STALL_OPT_DISABLE));
7227 }
Chia-I Wu116f2b62014-01-28 13:29:34 +08007228
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007229 /* WaDisable4x2SubspanOptimization:ivb */
Daniel Vetter97e19302012-04-24 16:00:21 +02007230 I915_WRITE(CACHE_MODE_1,
7231 _MASKED_BIT_ENABLE(PIXEL_SUBSPAN_COLLECT_OPT_DISABLE));
Ben Widawsky20848222012-05-04 18:58:59 -07007232
Ville Syrjäläa607c1a2014-02-04 21:59:19 +02007233 /*
7234 * BSpec recommends 8x4 when MSAA is used,
7235 * however in practice 16x4 seems fastest.
Ville Syrjäläc5c98a52014-02-05 12:43:47 +02007236 *
7237 * Note that PS/WM thread counts depend on the WIZ hashing
7238 * disable bit, which we don't touch here, but it's good
7239 * to keep in mind (see 3DSTATE_PS and 3DSTATE_WM).
Ville Syrjäläa607c1a2014-02-04 21:59:19 +02007240 */
7241 I915_WRITE(GEN7_GT_MODE,
Damien Lespiau98533252014-12-08 17:33:51 +00007242 _MASKED_FIELD(GEN6_WIZ_HASHING_MASK, GEN6_WIZ_HASHING_16x4));
Ville Syrjäläa607c1a2014-02-04 21:59:19 +02007243
Ben Widawsky20848222012-05-04 18:58:59 -07007244 snpcr = I915_READ(GEN6_MBCUNIT_SNPCR);
7245 snpcr &= ~GEN6_MBC_SNPCR_MASK;
7246 snpcr |= GEN6_MBC_SNPCR_MED;
7247 I915_WRITE(GEN6_MBCUNIT_SNPCR, snpcr);
Daniel Vetter3107bd42012-10-31 22:52:31 +01007248
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01007249 if (!HAS_PCH_NOP(dev_priv))
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007250 cpt_init_clock_gating(dev_priv);
Daniel Vetter1d7aaa02013-02-09 21:03:42 +01007251
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007252 gen6_check_mch_setup(dev_priv);
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007253}
7254
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007255static void vlv_init_clock_gating(struct drm_i915_private *dev_priv)
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007256{
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007257 /* WaDisableEarlyCull:vlv */
Jesse Barnes87f80202012-10-02 17:43:41 -05007258 I915_WRITE(_3D_CHICKEN3,
7259 _MASKED_BIT_ENABLE(_3D_CHICKEN_SF_DISABLE_OBJEND_CULL));
7260
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007261 /* WaDisableBackToBackFlipFix:vlv */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007262 I915_WRITE(IVB_CHICKEN3,
7263 CHICKEN3_DGMG_REQ_OUT_FIX_DISABLE |
7264 CHICKEN3_DGMG_DONE_FIX_DISABLE);
7265
Ville Syrjäläfad7d362014-01-22 21:32:39 +02007266 /* WaPsdDispatchEnable:vlv */
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007267 /* WaDisablePSDDualDispatchEnable:vlv */
Jesse Barnes12f33822012-10-25 12:15:45 -07007268 I915_WRITE(GEN7_HALF_SLICE_CHICKEN1,
Jesse Barnesd3bc0302013-03-08 10:45:51 -08007269 _MASKED_BIT_ENABLE(GEN7_MAX_PS_THREAD_DEP |
7270 GEN7_PSD_SINGLE_PORT_DISPATCH_ENABLE));
Jesse Barnes12f33822012-10-25 12:15:45 -07007271
Akash Goel4e046322014-04-04 17:14:38 +05307272 /* WaDisable_RenderCache_OperationalFlush:vlv */
7273 I915_WRITE(CACHE_MODE_0_GEN7, _MASKED_BIT_DISABLE(RC_OP_FLUSH_ENABLE));
7274
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007275 /* WaForceL3Serialization:vlv */
Jesse Barnes61939d92012-10-02 17:43:38 -05007276 I915_WRITE(GEN7_L3SQCREG4, I915_READ(GEN7_L3SQCREG4) &
7277 ~L3SQ_URB_READ_CAM_MATCH_DISABLE);
7278
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007279 /* WaDisableDopClockGating:vlv */
Jesse Barnes8ab43972012-10-25 12:15:42 -07007280 I915_WRITE(GEN7_ROW_CHICKEN2,
7281 _MASKED_BIT_ENABLE(DOP_CLOCK_GATING_DISABLE));
7282
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007283 /* This is required by WaCatErrorRejectionIssue:vlv */
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007284 I915_WRITE(GEN7_SQ_CHICKEN_MBCUNIT_CONFIG,
7285 I915_READ(GEN7_SQ_CHICKEN_MBCUNIT_CONFIG) |
7286 GEN7_SQ_CHICKEN_MBCUNIT_SQINTMOB);
7287
Ville Syrjälä46680e02014-01-22 21:33:01 +02007288 gen7_setup_fixed_func_scheduler(dev_priv);
7289
Ville Syrjälä3c0edae2014-01-22 21:32:56 +02007290 /*
Jesse Barnes0f846f82012-06-14 11:04:47 -07007291 * According to the spec, bit 13 (RCZUNIT) must be set on IVB.
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007292 * This implements the WaDisableRCZUnitClockGating:vlv workaround.
Jesse Barnes0f846f82012-06-14 11:04:47 -07007293 */
7294 I915_WRITE(GEN6_UCGCTL2,
Ville Syrjälä3c0edae2014-01-22 21:32:56 +02007295 GEN6_RCZUNIT_CLOCK_GATE_DISABLE);
Jesse Barnes0f846f82012-06-14 11:04:47 -07007296
Akash Goelc98f5062014-03-24 23:00:07 +05307297 /* WaDisableL3Bank2xClockGate:vlv
7298 * Disabling L3 clock gating- MMIO 940c[25] = 1
7299 * Set bit 25, to disable L3_BANK_2x_CLK_GATING */
7300 I915_WRITE(GEN7_UCGCTL4,
7301 I915_READ(GEN7_UCGCTL4) | GEN7_L3BANK2X_CLOCK_GATE_DISABLE);
Jesse Barnese3f33d42012-06-14 11:04:50 -07007302
Ville Syrjäläafd58e72014-01-22 21:33:03 +02007303 /*
7304 * BSpec says this must be set, even though
7305 * WaDisable4x2SubspanOptimization isn't listed for VLV.
7306 */
Daniel Vetter6b26c862012-04-24 14:04:12 +02007307 I915_WRITE(CACHE_MODE_1,
7308 _MASKED_BIT_ENABLE(PIXEL_SUBSPAN_COLLECT_OPT_DISABLE));
Jesse Barnes79831172012-06-20 10:53:12 -07007309
7310 /*
Ville Syrjäläda2518f2015-01-21 19:38:01 +02007311 * BSpec recommends 8x4 when MSAA is used,
7312 * however in practice 16x4 seems fastest.
7313 *
7314 * Note that PS/WM thread counts depend on the WIZ hashing
7315 * disable bit, which we don't touch here, but it's good
7316 * to keep in mind (see 3DSTATE_PS and 3DSTATE_WM).
7317 */
7318 I915_WRITE(GEN7_GT_MODE,
7319 _MASKED_FIELD(GEN6_WIZ_HASHING_MASK, GEN6_WIZ_HASHING_16x4));
7320
7321 /*
Ville Syrjälä031994e2014-01-22 21:32:46 +02007322 * WaIncreaseL3CreditsForVLVB0:vlv
7323 * This is the hardware default actually.
7324 */
7325 I915_WRITE(GEN7_L3SQCREG1, VLV_B0_WA_L3SQCREG1_VALUE);
7326
7327 /*
Damien Lespiauecdb4eb72013-05-03 18:48:10 +01007328 * WaDisableVLVClockGating_VBIIssue:vlv
Jesse Barnes2d809572012-10-25 12:15:44 -07007329 * Disable clock gating on th GCFG unit to prevent a delay
7330 * in the reporting of vblank events.
7331 */
Ville Syrjälä7a0d1ee2014-01-22 21:33:04 +02007332 I915_WRITE(VLV_GUNIT_CLOCK_GATE, GCFG_DIS);
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007333}
7334
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007335static void chv_init_clock_gating(struct drm_i915_private *dev_priv)
Ville Syrjäläa4565da2014-04-09 13:28:10 +03007336{
Ville Syrjälä232ce332014-04-09 13:28:35 +03007337 /* WaVSRefCountFullforceMissDisable:chv */
7338 /* WaDSRefCountFullforceMissDisable:chv */
7339 I915_WRITE(GEN7_FF_THREAD_MODE,
7340 I915_READ(GEN7_FF_THREAD_MODE) &
7341 ~(GEN8_FF_DS_REF_CNT_FFME | GEN7_FF_VS_REF_CNT_FFME));
Ville Syrjäläacea6f92014-04-09 13:28:36 +03007342
7343 /* WaDisableSemaphoreAndSyncFlipWait:chv */
7344 I915_WRITE(GEN6_RC_SLEEP_PSMI_CONTROL,
7345 _MASKED_BIT_ENABLE(GEN8_RC_SEMA_IDLE_MSG_DISABLE));
Ville Syrjälä08466972014-04-09 13:28:37 +03007346
7347 /* WaDisableCSUnitClockGating:chv */
7348 I915_WRITE(GEN6_UCGCTL1, I915_READ(GEN6_UCGCTL1) |
7349 GEN6_CSUNIT_CLOCK_GATE_DISABLE);
Ville Syrjäläc6317802014-04-09 13:28:38 +03007350
7351 /* WaDisableSDEUnitClockGating:chv */
7352 I915_WRITE(GEN8_UCGCTL6, I915_READ(GEN8_UCGCTL6) |
7353 GEN8_SDEUNIT_CLOCK_GATE_DISABLE);
Ville Syrjälä6d50b062015-05-19 20:32:57 +03007354
7355 /*
Imre Deak450174f2016-05-03 15:54:21 +03007356 * WaProgramL3SqcReg1Default:chv
7357 * See gfxspecs/Related Documents/Performance Guide/
7358 * LSQC Setting Recommendations.
7359 */
7360 gen8_set_l3sqc_credits(dev_priv, 38, 2);
Ville Syrjäläa4565da2014-04-09 13:28:10 +03007361}
7362
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007363static void g4x_init_clock_gating(struct drm_i915_private *dev_priv)
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007364{
Jani Nikula5ce9a6492019-01-18 14:01:20 +02007365 u32 dspclk_gate;
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007366
7367 I915_WRITE(RENCLK_GATE_D1, 0);
7368 I915_WRITE(RENCLK_GATE_D2, VF_UNIT_CLOCK_GATE_DISABLE |
7369 GS_UNIT_CLOCK_GATE_DISABLE |
7370 CL_UNIT_CLOCK_GATE_DISABLE);
7371 I915_WRITE(RAMCLK_GATE_D, 0);
7372 dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE |
7373 OVRUNIT_CLOCK_GATE_DISABLE |
7374 OVCUNIT_CLOCK_GATE_DISABLE;
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01007375 if (IS_GM45(dev_priv))
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007376 dspclk_gate |= DSSUNIT_CLOCK_GATE_DISABLE;
7377 I915_WRITE(DSPCLK_GATE_D, dspclk_gate);
Daniel Vetter4358a372012-10-18 11:49:51 +02007378
7379 /* WaDisableRenderCachePipelinedFlush */
7380 I915_WRITE(CACHE_MODE_0,
7381 _MASKED_BIT_ENABLE(CM0_PIPELINED_RENDER_FLUSH_DISABLE));
Ville Syrjäläde1aa622013-06-07 10:47:01 +03007382
Akash Goel4e046322014-04-04 17:14:38 +05307383 /* WaDisable_RenderCache_OperationalFlush:g4x */
7384 I915_WRITE(CACHE_MODE_0, _MASKED_BIT_DISABLE(RC_OP_FLUSH_ENABLE));
7385
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007386 g4x_disable_trickle_feed(dev_priv);
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007387}
7388
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007389static void i965gm_init_clock_gating(struct drm_i915_private *dev_priv)
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007390{
Tvrtko Ursulin4f5fd912019-06-11 11:45:48 +01007391 struct intel_uncore *uncore = &dev_priv->uncore;
7392
7393 intel_uncore_write(uncore, RENCLK_GATE_D1, I965_RCC_CLOCK_GATE_DISABLE);
7394 intel_uncore_write(uncore, RENCLK_GATE_D2, 0);
7395 intel_uncore_write(uncore, DSPCLK_GATE_D, 0);
7396 intel_uncore_write(uncore, RAMCLK_GATE_D, 0);
7397 intel_uncore_write16(uncore, DEUC, 0);
7398 intel_uncore_write(uncore,
7399 MI_ARB_STATE,
7400 _MASKED_BIT_ENABLE(MI_ARB_DISPLAY_TRICKLE_FEED_DISABLE));
Akash Goel4e046322014-04-04 17:14:38 +05307401
7402 /* WaDisable_RenderCache_OperationalFlush:gen4 */
Tvrtko Ursulin4f5fd912019-06-11 11:45:48 +01007403 intel_uncore_write(uncore,
7404 CACHE_MODE_0,
7405 _MASKED_BIT_DISABLE(RC_OP_FLUSH_ENABLE));
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007406}
7407
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007408static void i965g_init_clock_gating(struct drm_i915_private *dev_priv)
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007409{
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007410 I915_WRITE(RENCLK_GATE_D1, I965_RCZ_CLOCK_GATE_DISABLE |
7411 I965_RCC_CLOCK_GATE_DISABLE |
7412 I965_RCPB_CLOCK_GATE_DISABLE |
7413 I965_ISC_CLOCK_GATE_DISABLE |
7414 I965_FBC_CLOCK_GATE_DISABLE);
7415 I915_WRITE(RENCLK_GATE_D2, 0);
Ville Syrjälä20f94962013-06-07 10:47:02 +03007416 I915_WRITE(MI_ARB_STATE,
7417 _MASKED_BIT_ENABLE(MI_ARB_DISPLAY_TRICKLE_FEED_DISABLE));
Akash Goel4e046322014-04-04 17:14:38 +05307418
7419 /* WaDisable_RenderCache_OperationalFlush:gen4 */
7420 I915_WRITE(CACHE_MODE_0, _MASKED_BIT_DISABLE(RC_OP_FLUSH_ENABLE));
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007421}
7422
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007423static void gen3_init_clock_gating(struct drm_i915_private *dev_priv)
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007424{
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007425 u32 dstate = I915_READ(D_STATE);
7426
7427 dstate |= DSTATE_PLL_D3_OFF | DSTATE_GFX_CLOCK_GATING |
7428 DSTATE_DOT_CLOCK_GATING;
7429 I915_WRITE(D_STATE, dstate);
Chris Wilson13a86b82012-04-24 14:51:43 +01007430
Ville Syrjälä9b1e14f2016-10-31 22:37:15 +02007431 if (IS_PINEVIEW(dev_priv))
Chris Wilson13a86b82012-04-24 14:51:43 +01007432 I915_WRITE(ECOSKPD, _MASKED_BIT_ENABLE(ECO_GATING_CX_ONLY));
Daniel Vetter974a3b02012-09-09 11:54:16 +02007433
7434 /* IIR "flip pending" means done if this bit is set */
7435 I915_WRITE(ECOSKPD, _MASKED_BIT_DISABLE(ECO_FLIP_DONE));
Ville Syrjälä12fabbcb92014-02-25 15:13:38 +02007436
7437 /* interrupts should cause a wake up from C3 */
Ville Syrjälä32992542014-02-25 15:13:39 +02007438 I915_WRITE(INSTPM, _MASKED_BIT_ENABLE(INSTPM_AGPBUSY_INT_EN));
Ville Syrjälädbb42742014-02-25 15:13:41 +02007439
7440 /* On GEN3 we really need to make sure the ARB C3 LP bit is set */
7441 I915_WRITE(MI_ARB_STATE, _MASKED_BIT_ENABLE(MI_ARB_C3_LP_WRITE_ENABLE));
Ville Syrjälä10383922014-08-15 01:21:54 +03007442
7443 I915_WRITE(MI_ARB_STATE,
7444 _MASKED_BIT_ENABLE(MI_ARB_DISPLAY_TRICKLE_FEED_DISABLE));
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007445}
7446
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007447static void i85x_init_clock_gating(struct drm_i915_private *dev_priv)
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007448{
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007449 I915_WRITE(RENCLK_GATE_D1, SV_CLOCK_GATE_DISABLE);
Ville Syrjälä54e472a2014-02-25 15:13:40 +02007450
7451 /* interrupts should cause a wake up from C3 */
7452 I915_WRITE(MI_STATE, _MASKED_BIT_ENABLE(MI_AGPBUSY_INT_EN) |
7453 _MASKED_BIT_DISABLE(MI_AGPBUSY_830_MODE));
Ville Syrjälä10383922014-08-15 01:21:54 +03007454
7455 I915_WRITE(MEM_MODE,
7456 _MASKED_BIT_ENABLE(MEM_DISPLAY_TRICKLE_FEED_DISABLE));
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007457}
7458
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007459static void i830_init_clock_gating(struct drm_i915_private *dev_priv)
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007460{
Ville Syrjälä10383922014-08-15 01:21:54 +03007461 I915_WRITE(MEM_MODE,
7462 _MASKED_BIT_ENABLE(MEM_DISPLAY_A_TRICKLE_FEED_DISABLE) |
7463 _MASKED_BIT_ENABLE(MEM_DISPLAY_B_TRICKLE_FEED_DISABLE));
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007464}
7465
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007466void intel_init_clock_gating(struct drm_i915_private *dev_priv)
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007467{
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007468 dev_priv->display.init_clock_gating(dev_priv);
Eugeni Dodonov6f1d69b2012-04-18 15:29:25 -03007469}
7470
Ville Syrjälä712bf362016-10-31 22:37:23 +02007471void intel_suspend_hw(struct drm_i915_private *dev_priv)
Imre Deak7d708ee2013-04-17 14:04:50 +03007472{
Ville Syrjälä712bf362016-10-31 22:37:23 +02007473 if (HAS_PCH_LPT(dev_priv))
7474 lpt_suspend_hw(dev_priv);
Imre Deak7d708ee2013-04-17 14:04:50 +03007475}
7476
Ville Syrjälä46f16e62016-10-31 22:37:22 +02007477static void nop_init_clock_gating(struct drm_i915_private *dev_priv)
Imre Deakbb400da2016-03-16 13:38:54 +02007478{
Wambui Karugaf8d18d52020-01-07 18:13:30 +03007479 drm_dbg_kms(&dev_priv->drm,
7480 "No clock gating settings or workarounds applied.\n");
Imre Deakbb400da2016-03-16 13:38:54 +02007481}
7482
7483/**
7484 * intel_init_clock_gating_hooks - setup the clock gating hooks
7485 * @dev_priv: device private
7486 *
7487 * Setup the hooks that configure which clocks of a given platform can be
7488 * gated and also apply various GT and display specific workarounds for these
7489 * platforms. Note that some GT specific workarounds are applied separately
7490 * when GPU contexts or batchbuffers start their execution.
7491 */
7492void intel_init_clock_gating_hooks(struct drm_i915_private *dev_priv)
7493{
Lucas De Marchi13e53c52019-08-17 02:38:42 -07007494 if (IS_GEN(dev_priv, 12))
Michel Thierry5d869232019-08-23 01:20:34 -07007495 dev_priv->display.init_clock_gating = tgl_init_clock_gating;
Lucas De Marchi13e53c52019-08-17 02:38:42 -07007496 else if (IS_GEN(dev_priv, 11))
Oscar Mateod65dc3e2018-05-08 14:29:24 -07007497 dev_priv->display.init_clock_gating = icl_init_clock_gating;
Oscar Mateocc38cae2018-05-08 14:29:23 -07007498 else if (IS_CANNONLAKE(dev_priv))
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007499 dev_priv->display.init_clock_gating = cnl_init_clock_gating;
Rodrigo Vivi0a46ddd2017-08-30 21:52:23 -07007500 else if (IS_COFFEELAKE(dev_priv))
7501 dev_priv->display.init_clock_gating = cfl_init_clock_gating;
Rodrigo Vivi90007bc2017-08-15 16:16:48 -07007502 else if (IS_SKYLAKE(dev_priv))
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007503 dev_priv->display.init_clock_gating = skl_init_clock_gating;
Rodrigo Vivi0a46ddd2017-08-30 21:52:23 -07007504 else if (IS_KABYLAKE(dev_priv))
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007505 dev_priv->display.init_clock_gating = kbl_init_clock_gating;
Ander Conselvan de Oliveira9fb50262017-01-26 11:16:58 +02007506 else if (IS_BROXTON(dev_priv))
Imre Deakbb400da2016-03-16 13:38:54 +02007507 dev_priv->display.init_clock_gating = bxt_init_clock_gating;
Ander Conselvan de Oliveira9fb50262017-01-26 11:16:58 +02007508 else if (IS_GEMINILAKE(dev_priv))
7509 dev_priv->display.init_clock_gating = glk_init_clock_gating;
Imre Deakbb400da2016-03-16 13:38:54 +02007510 else if (IS_BROADWELL(dev_priv))
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007511 dev_priv->display.init_clock_gating = bdw_init_clock_gating;
Imre Deakbb400da2016-03-16 13:38:54 +02007512 else if (IS_CHERRYVIEW(dev_priv))
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007513 dev_priv->display.init_clock_gating = chv_init_clock_gating;
Imre Deakbb400da2016-03-16 13:38:54 +02007514 else if (IS_HASWELL(dev_priv))
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007515 dev_priv->display.init_clock_gating = hsw_init_clock_gating;
Imre Deakbb400da2016-03-16 13:38:54 +02007516 else if (IS_IVYBRIDGE(dev_priv))
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007517 dev_priv->display.init_clock_gating = ivb_init_clock_gating;
Imre Deakbb400da2016-03-16 13:38:54 +02007518 else if (IS_VALLEYVIEW(dev_priv))
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007519 dev_priv->display.init_clock_gating = vlv_init_clock_gating;
Lucas De Marchicf819ef2018-12-12 10:10:43 -08007520 else if (IS_GEN(dev_priv, 6))
Imre Deakbb400da2016-03-16 13:38:54 +02007521 dev_priv->display.init_clock_gating = gen6_init_clock_gating;
Lucas De Marchicf819ef2018-12-12 10:10:43 -08007522 else if (IS_GEN(dev_priv, 5))
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007523 dev_priv->display.init_clock_gating = ilk_init_clock_gating;
Imre Deakbb400da2016-03-16 13:38:54 +02007524 else if (IS_G4X(dev_priv))
7525 dev_priv->display.init_clock_gating = g4x_init_clock_gating;
Jani Nikulac0f86832016-12-07 12:13:04 +02007526 else if (IS_I965GM(dev_priv))
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007527 dev_priv->display.init_clock_gating = i965gm_init_clock_gating;
Jani Nikulac0f86832016-12-07 12:13:04 +02007528 else if (IS_I965G(dev_priv))
Rodrigo Vivi91200c02017-08-28 22:20:26 -07007529 dev_priv->display.init_clock_gating = i965g_init_clock_gating;
Lucas De Marchicf819ef2018-12-12 10:10:43 -08007530 else if (IS_GEN(dev_priv, 3))
Imre Deakbb400da2016-03-16 13:38:54 +02007531 dev_priv->display.init_clock_gating = gen3_init_clock_gating;
7532 else if (IS_I85X(dev_priv) || IS_I865G(dev_priv))
7533 dev_priv->display.init_clock_gating = i85x_init_clock_gating;
Lucas De Marchicf819ef2018-12-12 10:10:43 -08007534 else if (IS_GEN(dev_priv, 2))
Imre Deakbb400da2016-03-16 13:38:54 +02007535 dev_priv->display.init_clock_gating = i830_init_clock_gating;
7536 else {
7537 MISSING_CASE(INTEL_DEVID(dev_priv));
7538 dev_priv->display.init_clock_gating = nop_init_clock_gating;
7539 }
7540}
7541
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03007542/* Set up chip specific power management-related functions */
Ville Syrjälä62d75df2016-10-31 22:37:25 +02007543void intel_init_pm(struct drm_i915_private *dev_priv)
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03007544{
Daniel Vetterc921aba2012-04-26 23:28:17 +02007545 /* For cxsr */
Ville Syrjälä9b1e14f2016-10-31 22:37:15 +02007546 if (IS_PINEVIEW(dev_priv))
Lucas De Marchi1d218222019-12-24 00:40:04 -08007547 pnv_get_mem_freq(dev_priv);
Lucas De Marchicf819ef2018-12-12 10:10:43 -08007548 else if (IS_GEN(dev_priv, 5))
Lucas De Marchi9eae5e22019-12-24 00:40:09 -08007549 ilk_get_mem_freq(dev_priv);
Daniel Vetterc921aba2012-04-26 23:28:17 +02007550
James Ausmusb068a862019-10-09 10:23:14 -07007551 if (intel_has_sagv(dev_priv))
7552 skl_setup_sagv_block_time(dev_priv);
7553
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03007554 /* For FIFO watermark updates */
Ville Syrjälä62d75df2016-10-31 22:37:25 +02007555 if (INTEL_GEN(dev_priv) >= 9) {
Ville Syrjäläbb726512016-10-31 22:37:24 +02007556 skl_setup_wm_latency(dev_priv);
Matt Roper98d39492016-05-12 07:06:03 -07007557 dev_priv->display.compute_global_watermarks = skl_compute_wm;
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01007558 } else if (HAS_PCH_SPLIT(dev_priv)) {
Ville Syrjäläbb726512016-10-31 22:37:24 +02007559 ilk_setup_wm_latency(dev_priv);
Ville Syrjälä53615a52013-08-01 16:18:50 +03007560
Lucas De Marchicf819ef2018-12-12 10:10:43 -08007561 if ((IS_GEN(dev_priv, 5) && dev_priv->wm.pri_latency[1] &&
Ville Syrjäläbd602542014-01-07 16:14:10 +02007562 dev_priv->wm.spr_latency[1] && dev_priv->wm.cur_latency[1]) ||
Lucas De Marchicf819ef2018-12-12 10:10:43 -08007563 (!IS_GEN(dev_priv, 5) && dev_priv->wm.pri_latency[0] &&
Ville Syrjäläbd602542014-01-07 16:14:10 +02007564 dev_priv->wm.spr_latency[0] && dev_priv->wm.cur_latency[0])) {
Matt Roper86c8bbb2015-09-24 15:53:16 -07007565 dev_priv->display.compute_pipe_wm = ilk_compute_pipe_wm;
Matt Ropered4a6a72016-02-23 17:20:13 -08007566 dev_priv->display.compute_intermediate_wm =
7567 ilk_compute_intermediate_wm;
7568 dev_priv->display.initial_watermarks =
7569 ilk_initial_watermarks;
7570 dev_priv->display.optimize_watermarks =
7571 ilk_optimize_watermarks;
Ville Syrjäläbd602542014-01-07 16:14:10 +02007572 } else {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03007573 drm_dbg_kms(&dev_priv->drm,
7574 "Failed to read display plane latency. "
7575 "Disable CxSR\n");
Ville Syrjäläbd602542014-01-07 16:14:10 +02007576 }
Ville Syrjälä6b6b3ee2016-11-28 19:37:07 +02007577 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Ville Syrjäläbb726512016-10-31 22:37:24 +02007578 vlv_setup_wm_latency(dev_priv);
Ville Syrjäläff32c542017-03-02 19:14:57 +02007579 dev_priv->display.compute_pipe_wm = vlv_compute_pipe_wm;
Ville Syrjälä4841da52017-03-02 19:14:59 +02007580 dev_priv->display.compute_intermediate_wm = vlv_compute_intermediate_wm;
Ville Syrjäläff32c542017-03-02 19:14:57 +02007581 dev_priv->display.initial_watermarks = vlv_initial_watermarks;
Ville Syrjälä4841da52017-03-02 19:14:59 +02007582 dev_priv->display.optimize_watermarks = vlv_optimize_watermarks;
Ville Syrjäläff32c542017-03-02 19:14:57 +02007583 dev_priv->display.atomic_update_watermarks = vlv_atomic_update_fifo;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03007584 } else if (IS_G4X(dev_priv)) {
7585 g4x_setup_wm_latency(dev_priv);
7586 dev_priv->display.compute_pipe_wm = g4x_compute_pipe_wm;
7587 dev_priv->display.compute_intermediate_wm = g4x_compute_intermediate_wm;
7588 dev_priv->display.initial_watermarks = g4x_initial_watermarks;
7589 dev_priv->display.optimize_watermarks = g4x_optimize_watermarks;
Ville Syrjälä9b1e14f2016-10-31 22:37:15 +02007590 } else if (IS_PINEVIEW(dev_priv)) {
Tvrtko Ursulin86d35d42019-03-26 07:40:54 +00007591 if (!intel_get_cxsr_latency(!IS_MOBILE(dev_priv),
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03007592 dev_priv->is_ddr3,
7593 dev_priv->fsb_freq,
7594 dev_priv->mem_freq)) {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03007595 drm_info(&dev_priv->drm,
7596 "failed to find known CxSR latency "
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03007597 "(found ddr%s fsb freq %d, mem freq %d), "
7598 "disabling CxSR\n",
7599 (dev_priv->is_ddr3 == 1) ? "3" : "2",
7600 dev_priv->fsb_freq, dev_priv->mem_freq);
7601 /* Disable CxSR and never update its watermark again */
Imre Deak5209b1f2014-07-01 12:36:17 +03007602 intel_set_memory_cxsr(dev_priv, false);
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03007603 dev_priv->display.update_wm = NULL;
7604 } else
Lucas De Marchi1d218222019-12-24 00:40:04 -08007605 dev_priv->display.update_wm = pnv_update_wm;
Lucas De Marchicf819ef2018-12-12 10:10:43 -08007606 } else if (IS_GEN(dev_priv, 4)) {
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03007607 dev_priv->display.update_wm = i965_update_wm;
Lucas De Marchicf819ef2018-12-12 10:10:43 -08007608 } else if (IS_GEN(dev_priv, 3)) {
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03007609 dev_priv->display.update_wm = i9xx_update_wm;
7610 dev_priv->display.get_fifo_size = i9xx_get_fifo_size;
Lucas De Marchicf819ef2018-12-12 10:10:43 -08007611 } else if (IS_GEN(dev_priv, 2)) {
Jani Nikula24977872019-09-11 12:26:08 +03007612 if (INTEL_NUM_PIPES(dev_priv) == 1) {
Daniel Vetterfeb56b92013-12-14 20:38:30 -02007613 dev_priv->display.update_wm = i845_update_wm;
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03007614 dev_priv->display.get_fifo_size = i845_get_fifo_size;
Daniel Vetterfeb56b92013-12-14 20:38:30 -02007615 } else {
7616 dev_priv->display.update_wm = i9xx_update_wm;
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03007617 dev_priv->display.get_fifo_size = i830_get_fifo_size;
Daniel Vetterfeb56b92013-12-14 20:38:30 -02007618 }
Daniel Vetterfeb56b92013-12-14 20:38:30 -02007619 } else {
Wambui Karugaf8d18d52020-01-07 18:13:30 +03007620 drm_err(&dev_priv->drm,
7621 "unexpected fall-through in %s\n", __func__);
Eugeni Dodonov1fa61102012-04-18 15:29:26 -03007622 }
7623}
7624
Tvrtko Ursulin192aa182016-12-01 14:16:45 +00007625void intel_pm_setup(struct drm_i915_private *dev_priv)
Chris Wilson907b28c2013-07-19 20:36:52 +01007626{
Sagar Arun Kamblead1443f2017-10-10 22:30:04 +01007627 dev_priv->runtime_pm.suspended = false;
7628 atomic_set(&dev_priv->runtime_pm.wakeref_count, 0);
Chris Wilson907b28c2013-07-19 20:36:52 +01007629}