Eugeni Dodonov | 85208be | 2012-04-16 22:20:34 -0300 | [diff] [blame] | 1 | /* |
| 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 Ravnborg | d0e9359 | 2019-01-26 13:25:24 +0100 | [diff] [blame] | 28 | #include <linux/module.h> |
Chris Wilson | 08ea70a | 2018-08-12 23:36:31 +0100 | [diff] [blame] | 29 | #include <linux/pm_runtime.h> |
Sam Ravnborg | d0e9359 | 2019-01-26 13:25:24 +0100 | [diff] [blame] | 30 | |
| 31 | #include <drm/drm_atomic_helper.h> |
| 32 | #include <drm/drm_fourcc.h> |
Kumar, Mahesh | 9c2f7a9 | 2016-05-16 15:52:00 -0700 | [diff] [blame] | 33 | #include <drm/drm_plane_helper.h> |
Sam Ravnborg | d0e9359 | 2019-01-26 13:25:24 +0100 | [diff] [blame] | 34 | |
Jani Nikula | df0566a | 2019-06-13 11:44:16 +0300 | [diff] [blame] | 35 | #include "display/intel_atomic.h" |
Ville Syrjälä | 3df3fe2 | 2020-11-06 19:30:42 +0200 | [diff] [blame] | 36 | #include "display/intel_atomic_plane.h" |
Stanislav Lisovskiy | cac91e6 | 2020-05-22 16:18:43 +0300 | [diff] [blame] | 37 | #include "display/intel_bw.h" |
Ville Syrjälä | 7785ae0 | 2021-04-30 17:39:44 +0300 | [diff] [blame] | 38 | #include "display/intel_de.h" |
Jani Nikula | fd2b94a | 2021-12-08 13:05:17 +0200 | [diff] [blame] | 39 | #include "display/intel_display_trace.h" |
Jani Nikula | 1d455f8 | 2019-08-06 14:39:33 +0300 | [diff] [blame] | 40 | #include "display/intel_display_types.h" |
Imre Deak | 0f2922e | 2021-10-20 22:51:33 +0300 | [diff] [blame] | 41 | #include "display/intel_fb.h" |
Jani Nikula | df0566a | 2019-06-13 11:44:16 +0300 | [diff] [blame] | 42 | #include "display/intel_fbc.h" |
| 43 | #include "display/intel_sprite.h" |
Dave Airlie | 46d12f9 | 2021-02-05 16:48:36 +0200 | [diff] [blame] | 44 | #include "display/skl_universal_plane.h" |
Jani Nikula | df0566a | 2019-06-13 11:44:16 +0300 | [diff] [blame] | 45 | |
Andi Shyti | 0dc3c56 | 2019-10-20 19:41:39 +0100 | [diff] [blame] | 46 | #include "gt/intel_llc.h" |
| 47 | |
Eugeni Dodonov | 85208be | 2012-04-16 22:20:34 -0300 | [diff] [blame] | 48 | #include "i915_drv.h" |
Jani Nikula | a10510a | 2020-02-27 19:00:47 +0200 | [diff] [blame] | 49 | #include "i915_fixed.h" |
Jani Nikula | 440e2b3 | 2019-04-29 15:29:27 +0300 | [diff] [blame] | 50 | #include "i915_irq.h" |
Jani Nikula | 4dd4375 | 2021-10-14 13:28:57 +0300 | [diff] [blame] | 51 | #include "intel_pcode.h" |
Jani Nikula | 696173b | 2019-04-05 14:00:15 +0300 | [diff] [blame] | 52 | #include "intel_pm.h" |
Jani Nikula | 1eecf31e | 2021-10-13 13:11:59 +0300 | [diff] [blame] | 53 | #include "vlv_sideband.h" |
Daniel Vetter | eb48eb0 | 2012-04-26 23:28:12 +0200 | [diff] [blame] | 54 | #include "../../../platform/x86/intel_ips.h" |
Eugeni Dodonov | 85208be | 2012-04-16 22:20:34 -0300 | [diff] [blame] | 55 | |
Jani Nikula | a10510a | 2020-02-27 19:00:47 +0200 | [diff] [blame] | 56 | /* Stores plane specific WM parameters */ |
| 57 | struct skl_wm_params { |
| 58 | bool x_tiled, y_tiled; |
| 59 | bool rc_surface; |
| 60 | bool is_planar; |
| 61 | u32 width; |
| 62 | u8 cpp; |
| 63 | u32 plane_pixel_rate; |
| 64 | u32 y_min_scanlines; |
| 65 | u32 plane_bytes_per_line; |
| 66 | uint_fixed_16_16_t plane_blocks_per_line; |
| 67 | uint_fixed_16_16_t y_tile_minimum; |
| 68 | u32 linetime_us; |
| 69 | u32 dbuf_block_size; |
| 70 | }; |
| 71 | |
| 72 | /* used in computing the new watermarks state */ |
| 73 | struct intel_wm_config { |
| 74 | unsigned int num_pipes_active; |
| 75 | bool sprites_enabled; |
| 76 | bool sprites_scaled; |
| 77 | }; |
| 78 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 79 | static void gen9_init_clock_gating(struct drm_i915_private *dev_priv) |
Mika Kuoppala | b033bb6 | 2016-06-07 17:19:04 +0300 | [diff] [blame] | 80 | { |
Ville Syrjälä | b2d73de | 2021-09-30 22:09:42 +0300 | [diff] [blame] | 81 | enum pipe pipe; |
| 82 | |
Ville Syrjälä | 9356404 | 2017-08-24 22:10:51 +0300 | [diff] [blame] | 83 | if (HAS_LLC(dev_priv)) { |
| 84 | /* |
| 85 | * WaCompressedResourceDisplayNewHashMode:skl,kbl |
Lucas De Marchi | e0403cb | 2017-12-05 11:01:17 -0800 | [diff] [blame] | 86 | * Display WA #0390: skl,kbl |
Ville Syrjälä | 9356404 | 2017-08-24 22:10:51 +0300 | [diff] [blame] | 87 | * |
| 88 | * Must match Sampler, Pixel Back End, and Media. See |
| 89 | * WaCompressedResourceSamplerPbeMediaNewHashMode. |
| 90 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 91 | intel_uncore_write(&dev_priv->uncore, CHICKEN_PAR1_1, |
| 92 | intel_uncore_read(&dev_priv->uncore, CHICKEN_PAR1_1) | |
Ville Syrjälä | 9356404 | 2017-08-24 22:10:51 +0300 | [diff] [blame] | 93 | SKL_DE_COMPRESSED_HASH_MODE); |
| 94 | } |
| 95 | |
Ville Syrjälä | b2d73de | 2021-09-30 22:09:42 +0300 | [diff] [blame] | 96 | for_each_pipe(dev_priv, pipe) { |
| 97 | /* |
| 98 | * "Plane N strech max must be programmed to 11b (x1) |
| 99 | * when Async flips are enabled on that plane." |
| 100 | */ |
Tvrtko Ursulin | cca0846 | 2021-11-26 14:14:24 +0000 | [diff] [blame] | 101 | if (!IS_GEMINILAKE(dev_priv) && intel_vtd_active(dev_priv)) |
Ville Syrjälä | b2d73de | 2021-09-30 22:09:42 +0300 | [diff] [blame] | 102 | intel_uncore_rmw(&dev_priv->uncore, CHICKEN_PIPESL_1(pipe), |
| 103 | SKL_PLANE1_STRETCH_MAX_MASK, SKL_PLANE1_STRETCH_MAX_X1); |
| 104 | } |
| 105 | |
Rodrigo Vivi | 82525c1 | 2017-06-08 08:50:00 -0700 | [diff] [blame] | 106 | /* See Bspec note for PSR2_CTL bit 31, Wa#828:skl,bxt,kbl,cfl */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 107 | intel_uncore_write(&dev_priv->uncore, CHICKEN_PAR1_1, |
| 108 | intel_uncore_read(&dev_priv->uncore, CHICKEN_PAR1_1) | SKL_EDP_PSR_FIX_RDWRAP); |
Mika Kuoppala | b033bb6 | 2016-06-07 17:19:04 +0300 | [diff] [blame] | 109 | |
Rodrigo Vivi | 82525c1 | 2017-06-08 08:50:00 -0700 | [diff] [blame] | 110 | /* WaEnableChickenDCPR:skl,bxt,kbl,glk,cfl */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 111 | intel_uncore_write(&dev_priv->uncore, GEN8_CHICKEN_DCPR_1, |
| 112 | intel_uncore_read(&dev_priv->uncore, GEN8_CHICKEN_DCPR_1) | MASK_WAKEMEM); |
Mika Kuoppala | 0f78dee | 2016-06-07 17:19:16 +0300 | [diff] [blame] | 113 | |
Ville Syrjälä | 99bcf64e | 2020-07-08 16:12:23 +0300 | [diff] [blame] | 114 | /* |
| 115 | * WaFbcWakeMemOn:skl,bxt,kbl,glk,cfl |
| 116 | * Display WA #0859: skl,bxt,kbl,glk,cfl |
| 117 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 118 | intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL, intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL) | |
Mika Kuoppala | 303d4ea | 2016-06-07 17:19:17 +0300 | [diff] [blame] | 119 | DISP_FBC_MEMORY_WAKE); |
Mika Kuoppala | b033bb6 | 2016-06-07 17:19:04 +0300 | [diff] [blame] | 120 | } |
| 121 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 122 | static void bxt_init_clock_gating(struct drm_i915_private *dev_priv) |
Imre Deak | a82abe4 | 2015-03-27 14:00:04 +0200 | [diff] [blame] | 123 | { |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 124 | gen9_init_clock_gating(dev_priv); |
Daniel Vetter | dc00b6a | 2016-05-19 09:14:20 +0200 | [diff] [blame] | 125 | |
Nick Hoath | a754615 | 2015-06-29 14:07:32 +0100 | [diff] [blame] | 126 | /* WaDisableSDEUnitClockGating:bxt */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 127 | intel_uncore_write(&dev_priv->uncore, GEN8_UCGCTL6, intel_uncore_read(&dev_priv->uncore, GEN8_UCGCTL6) | |
Nick Hoath | a754615 | 2015-06-29 14:07:32 +0100 | [diff] [blame] | 128 | GEN8_SDEUNIT_CLOCK_GATE_DISABLE); |
| 129 | |
Imre Deak | 32608ca | 2015-03-11 11:10:27 +0200 | [diff] [blame] | 130 | /* |
| 131 | * FIXME: |
Ben Widawsky | 868434c | 2015-03-11 10:49:32 +0200 | [diff] [blame] | 132 | * GEN8_HDCUNIT_CLOCK_GATE_DISABLE_HDCREQ applies on 3x6 GT SKUs only. |
Imre Deak | 32608ca | 2015-03-11 11:10:27 +0200 | [diff] [blame] | 133 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 134 | intel_uncore_write(&dev_priv->uncore, GEN8_UCGCTL6, intel_uncore_read(&dev_priv->uncore, GEN8_UCGCTL6) | |
Ben Widawsky | 868434c | 2015-03-11 10:49:32 +0200 | [diff] [blame] | 135 | GEN8_HDCUNIT_CLOCK_GATE_DISABLE_HDCREQ); |
Imre Deak | d965e7ac | 2015-12-01 10:23:52 +0200 | [diff] [blame] | 136 | |
| 137 | /* |
| 138 | * Wa: Backlight PWM may stop in the asserted state, causing backlight |
| 139 | * to stay fully on. |
| 140 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 141 | intel_uncore_write(&dev_priv->uncore, GEN9_CLKGATE_DIS_0, intel_uncore_read(&dev_priv->uncore, GEN9_CLKGATE_DIS_0) | |
Jani Nikula | 8aeaf64 | 2017-02-15 17:21:37 +0200 | [diff] [blame] | 142 | PWM1_GATING_DIS | PWM2_GATING_DIS); |
Uma Shankar | 1d85a29 | 2018-08-07 21:15:35 +0530 | [diff] [blame] | 143 | |
| 144 | /* |
| 145 | * Lower the display internal timeout. |
| 146 | * This is needed to avoid any hard hangs when DSI port PLL |
| 147 | * is off and a MMIO access is attempted by any privilege |
| 148 | * application, using batch buffers or any other means. |
| 149 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 150 | intel_uncore_write(&dev_priv->uncore, RM_TIMEOUT, MMIO_TIMEOUT_US(950)); |
Ville Syrjälä | c4615b2 | 2020-07-08 16:12:21 +0300 | [diff] [blame] | 151 | |
Ville Syrjälä | 99bcf64e | 2020-07-08 16:12:23 +0300 | [diff] [blame] | 152 | /* |
| 153 | * WaFbcTurnOffFbcWatermark:bxt |
| 154 | * Display WA #0562: bxt |
| 155 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 156 | intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL, intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL) | |
Ville Syrjälä | c4615b2 | 2020-07-08 16:12:21 +0300 | [diff] [blame] | 157 | DISP_FBC_WM_DIS); |
Ville Syrjälä | cd7a881 | 2020-07-08 16:12:22 +0300 | [diff] [blame] | 158 | |
Ville Syrjälä | 99bcf64e | 2020-07-08 16:12:23 +0300 | [diff] [blame] | 159 | /* |
| 160 | * WaFbcHighMemBwCorruptionAvoidance:bxt |
| 161 | * Display WA #0883: bxt |
| 162 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 163 | intel_uncore_write(&dev_priv->uncore, ILK_DPFC_CHICKEN, intel_uncore_read(&dev_priv->uncore, ILK_DPFC_CHICKEN) | |
Ville Syrjälä | 73ab6ec | 2021-11-04 16:45:15 +0200 | [diff] [blame] | 164 | DPFC_DISABLE_DUMMY0); |
Imre Deak | a82abe4 | 2015-03-27 14:00:04 +0200 | [diff] [blame] | 165 | } |
| 166 | |
Ander Conselvan de Oliveira | 9fb5026 | 2017-01-26 11:16:58 +0200 | [diff] [blame] | 167 | static void glk_init_clock_gating(struct drm_i915_private *dev_priv) |
| 168 | { |
| 169 | gen9_init_clock_gating(dev_priv); |
| 170 | |
| 171 | /* |
| 172 | * WaDisablePWMClockGating:glk |
| 173 | * Backlight PWM may stop in the asserted state, causing backlight |
| 174 | * to stay fully on. |
| 175 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 176 | intel_uncore_write(&dev_priv->uncore, GEN9_CLKGATE_DIS_0, intel_uncore_read(&dev_priv->uncore, GEN9_CLKGATE_DIS_0) | |
Ander Conselvan de Oliveira | 9fb5026 | 2017-01-26 11:16:58 +0200 | [diff] [blame] | 177 | PWM1_GATING_DIS | PWM2_GATING_DIS); |
| 178 | } |
| 179 | |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 180 | static void pnv_get_mem_freq(struct drm_i915_private *dev_priv) |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 181 | { |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 182 | u32 tmp; |
| 183 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 184 | tmp = intel_uncore_read(&dev_priv->uncore, CLKCFG); |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 185 | |
| 186 | switch (tmp & CLKCFG_FSB_MASK) { |
| 187 | case CLKCFG_FSB_533: |
| 188 | dev_priv->fsb_freq = 533; /* 133*4 */ |
| 189 | break; |
| 190 | case CLKCFG_FSB_800: |
| 191 | dev_priv->fsb_freq = 800; /* 200*4 */ |
| 192 | break; |
| 193 | case CLKCFG_FSB_667: |
| 194 | dev_priv->fsb_freq = 667; /* 167*4 */ |
| 195 | break; |
| 196 | case CLKCFG_FSB_400: |
| 197 | dev_priv->fsb_freq = 400; /* 100*4 */ |
| 198 | break; |
| 199 | } |
| 200 | |
| 201 | switch (tmp & CLKCFG_MEM_MASK) { |
| 202 | case CLKCFG_MEM_533: |
| 203 | dev_priv->mem_freq = 533; |
| 204 | break; |
| 205 | case CLKCFG_MEM_667: |
| 206 | dev_priv->mem_freq = 667; |
| 207 | break; |
| 208 | case CLKCFG_MEM_800: |
| 209 | dev_priv->mem_freq = 800; |
| 210 | break; |
| 211 | } |
| 212 | |
| 213 | /* detect pineview DDR3 setting */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 214 | tmp = intel_uncore_read(&dev_priv->uncore, CSHRDDR3CTL); |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 215 | dev_priv->is_ddr3 = (tmp & CSHRDDR3CTL_DDR3) ? 1 : 0; |
| 216 | } |
| 217 | |
Lucas De Marchi | 9eae5e2 | 2019-12-24 00:40:09 -0800 | [diff] [blame] | 218 | static void ilk_get_mem_freq(struct drm_i915_private *dev_priv) |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 219 | { |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 220 | u16 ddrpll, csipll; |
| 221 | |
Tvrtko Ursulin | 4f5fd91 | 2019-06-11 11:45:48 +0100 | [diff] [blame] | 222 | ddrpll = intel_uncore_read16(&dev_priv->uncore, DDRMPLL1); |
| 223 | csipll = intel_uncore_read16(&dev_priv->uncore, CSIPLL0); |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 224 | |
| 225 | switch (ddrpll & 0xff) { |
| 226 | case 0xc: |
| 227 | dev_priv->mem_freq = 800; |
| 228 | break; |
| 229 | case 0x10: |
| 230 | dev_priv->mem_freq = 1066; |
| 231 | break; |
| 232 | case 0x14: |
| 233 | dev_priv->mem_freq = 1333; |
| 234 | break; |
| 235 | case 0x18: |
| 236 | dev_priv->mem_freq = 1600; |
| 237 | break; |
| 238 | default: |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 239 | drm_dbg(&dev_priv->drm, "unknown memory frequency 0x%02x\n", |
| 240 | ddrpll & 0xff); |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 241 | dev_priv->mem_freq = 0; |
| 242 | break; |
| 243 | } |
| 244 | |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 245 | switch (csipll & 0x3ff) { |
| 246 | case 0x00c: |
| 247 | dev_priv->fsb_freq = 3200; |
| 248 | break; |
| 249 | case 0x00e: |
| 250 | dev_priv->fsb_freq = 3733; |
| 251 | break; |
| 252 | case 0x010: |
| 253 | dev_priv->fsb_freq = 4266; |
| 254 | break; |
| 255 | case 0x012: |
| 256 | dev_priv->fsb_freq = 4800; |
| 257 | break; |
| 258 | case 0x014: |
| 259 | dev_priv->fsb_freq = 5333; |
| 260 | break; |
| 261 | case 0x016: |
| 262 | dev_priv->fsb_freq = 5866; |
| 263 | break; |
| 264 | case 0x018: |
| 265 | dev_priv->fsb_freq = 6400; |
| 266 | break; |
| 267 | default: |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 268 | drm_dbg(&dev_priv->drm, "unknown fsb frequency 0x%04x\n", |
| 269 | csipll & 0x3ff); |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 270 | dev_priv->fsb_freq = 0; |
| 271 | break; |
| 272 | } |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 273 | } |
| 274 | |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 275 | static const struct cxsr_latency cxsr_latency_table[] = { |
| 276 | {1, 0, 800, 400, 3382, 33382, 3983, 33983}, /* DDR2-400 SC */ |
| 277 | {1, 0, 800, 667, 3354, 33354, 3807, 33807}, /* DDR2-667 SC */ |
| 278 | {1, 0, 800, 800, 3347, 33347, 3763, 33763}, /* DDR2-800 SC */ |
| 279 | {1, 1, 800, 667, 6420, 36420, 6873, 36873}, /* DDR3-667 SC */ |
| 280 | {1, 1, 800, 800, 5902, 35902, 6318, 36318}, /* DDR3-800 SC */ |
| 281 | |
| 282 | {1, 0, 667, 400, 3400, 33400, 4021, 34021}, /* DDR2-400 SC */ |
| 283 | {1, 0, 667, 667, 3372, 33372, 3845, 33845}, /* DDR2-667 SC */ |
| 284 | {1, 0, 667, 800, 3386, 33386, 3822, 33822}, /* DDR2-800 SC */ |
| 285 | {1, 1, 667, 667, 6438, 36438, 6911, 36911}, /* DDR3-667 SC */ |
| 286 | {1, 1, 667, 800, 5941, 35941, 6377, 36377}, /* DDR3-800 SC */ |
| 287 | |
| 288 | {1, 0, 400, 400, 3472, 33472, 4173, 34173}, /* DDR2-400 SC */ |
| 289 | {1, 0, 400, 667, 3443, 33443, 3996, 33996}, /* DDR2-667 SC */ |
| 290 | {1, 0, 400, 800, 3430, 33430, 3946, 33946}, /* DDR2-800 SC */ |
| 291 | {1, 1, 400, 667, 6509, 36509, 7062, 37062}, /* DDR3-667 SC */ |
| 292 | {1, 1, 400, 800, 5985, 35985, 6501, 36501}, /* DDR3-800 SC */ |
| 293 | |
| 294 | {0, 0, 800, 400, 3438, 33438, 4065, 34065}, /* DDR2-400 SC */ |
| 295 | {0, 0, 800, 667, 3410, 33410, 3889, 33889}, /* DDR2-667 SC */ |
| 296 | {0, 0, 800, 800, 3403, 33403, 3845, 33845}, /* DDR2-800 SC */ |
| 297 | {0, 1, 800, 667, 6476, 36476, 6955, 36955}, /* DDR3-667 SC */ |
| 298 | {0, 1, 800, 800, 5958, 35958, 6400, 36400}, /* DDR3-800 SC */ |
| 299 | |
| 300 | {0, 0, 667, 400, 3456, 33456, 4103, 34106}, /* DDR2-400 SC */ |
| 301 | {0, 0, 667, 667, 3428, 33428, 3927, 33927}, /* DDR2-667 SC */ |
| 302 | {0, 0, 667, 800, 3443, 33443, 3905, 33905}, /* DDR2-800 SC */ |
| 303 | {0, 1, 667, 667, 6494, 36494, 6993, 36993}, /* DDR3-667 SC */ |
| 304 | {0, 1, 667, 800, 5998, 35998, 6460, 36460}, /* DDR3-800 SC */ |
| 305 | |
| 306 | {0, 0, 400, 400, 3528, 33528, 4255, 34255}, /* DDR2-400 SC */ |
| 307 | {0, 0, 400, 667, 3500, 33500, 4079, 34079}, /* DDR2-667 SC */ |
| 308 | {0, 0, 400, 800, 3487, 33487, 4029, 34029}, /* DDR2-800 SC */ |
| 309 | {0, 1, 400, 667, 6566, 36566, 7145, 37145}, /* DDR3-667 SC */ |
| 310 | {0, 1, 400, 800, 6042, 36042, 6584, 36584}, /* DDR3-800 SC */ |
| 311 | }; |
| 312 | |
Tvrtko Ursulin | 44a655c | 2016-10-13 11:09:23 +0100 | [diff] [blame] | 313 | static const struct cxsr_latency *intel_get_cxsr_latency(bool is_desktop, |
| 314 | bool is_ddr3, |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 315 | int fsb, |
| 316 | int mem) |
| 317 | { |
| 318 | const struct cxsr_latency *latency; |
| 319 | int i; |
| 320 | |
| 321 | if (fsb == 0 || mem == 0) |
| 322 | return NULL; |
| 323 | |
| 324 | for (i = 0; i < ARRAY_SIZE(cxsr_latency_table); i++) { |
| 325 | latency = &cxsr_latency_table[i]; |
| 326 | if (is_desktop == latency->is_desktop && |
| 327 | is_ddr3 == latency->is_ddr3 && |
| 328 | fsb == latency->fsb_freq && mem == latency->mem_freq) |
| 329 | return latency; |
| 330 | } |
| 331 | |
| 332 | DRM_DEBUG_KMS("Unknown FSB/MEM found, disable CxSR\n"); |
| 333 | |
| 334 | return NULL; |
| 335 | } |
| 336 | |
Ville Syrjälä | fc1ac8d | 2015-03-05 21:19:52 +0200 | [diff] [blame] | 337 | static void chv_set_memory_dvfs(struct drm_i915_private *dev_priv, bool enable) |
| 338 | { |
| 339 | u32 val; |
| 340 | |
Chris Wilson | 337fa6e | 2019-04-26 09:17:20 +0100 | [diff] [blame] | 341 | vlv_punit_get(dev_priv); |
Ville Syrjälä | fc1ac8d | 2015-03-05 21:19:52 +0200 | [diff] [blame] | 342 | |
| 343 | val = vlv_punit_read(dev_priv, PUNIT_REG_DDR_SETUP2); |
| 344 | if (enable) |
| 345 | val &= ~FORCE_DDR_HIGH_FREQ; |
| 346 | else |
| 347 | val |= FORCE_DDR_HIGH_FREQ; |
| 348 | val &= ~FORCE_DDR_LOW_FREQ; |
| 349 | val |= FORCE_DDR_FREQ_REQ_ACK; |
| 350 | vlv_punit_write(dev_priv, PUNIT_REG_DDR_SETUP2, val); |
| 351 | |
| 352 | if (wait_for((vlv_punit_read(dev_priv, PUNIT_REG_DDR_SETUP2) & |
| 353 | FORCE_DDR_FREQ_REQ_ACK) == 0, 3)) |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 354 | drm_err(&dev_priv->drm, |
| 355 | "timed out waiting for Punit DDR DVFS request\n"); |
Ville Syrjälä | fc1ac8d | 2015-03-05 21:19:52 +0200 | [diff] [blame] | 356 | |
Chris Wilson | 337fa6e | 2019-04-26 09:17:20 +0100 | [diff] [blame] | 357 | vlv_punit_put(dev_priv); |
Ville Syrjälä | fc1ac8d | 2015-03-05 21:19:52 +0200 | [diff] [blame] | 358 | } |
| 359 | |
Ville Syrjälä | cfb4141 | 2015-03-05 21:19:51 +0200 | [diff] [blame] | 360 | static void chv_set_memory_pm5(struct drm_i915_private *dev_priv, bool enable) |
| 361 | { |
| 362 | u32 val; |
| 363 | |
Chris Wilson | 337fa6e | 2019-04-26 09:17:20 +0100 | [diff] [blame] | 364 | vlv_punit_get(dev_priv); |
Ville Syrjälä | cfb4141 | 2015-03-05 21:19:51 +0200 | [diff] [blame] | 365 | |
Ville Syrjälä | c11b813 | 2018-11-29 19:55:03 +0200 | [diff] [blame] | 366 | val = vlv_punit_read(dev_priv, PUNIT_REG_DSPSSPM); |
Ville Syrjälä | cfb4141 | 2015-03-05 21:19:51 +0200 | [diff] [blame] | 367 | if (enable) |
| 368 | val |= DSP_MAXFIFO_PM5_ENABLE; |
| 369 | else |
| 370 | val &= ~DSP_MAXFIFO_PM5_ENABLE; |
Ville Syrjälä | c11b813 | 2018-11-29 19:55:03 +0200 | [diff] [blame] | 371 | vlv_punit_write(dev_priv, PUNIT_REG_DSPSSPM, val); |
Ville Syrjälä | cfb4141 | 2015-03-05 21:19:51 +0200 | [diff] [blame] | 372 | |
Chris Wilson | 337fa6e | 2019-04-26 09:17:20 +0100 | [diff] [blame] | 373 | vlv_punit_put(dev_priv); |
Ville Syrjälä | cfb4141 | 2015-03-05 21:19:51 +0200 | [diff] [blame] | 374 | } |
| 375 | |
Ville Syrjälä | f499896 | 2015-03-10 17:02:21 +0200 | [diff] [blame] | 376 | #define FW_WM(value, plane) \ |
| 377 | (((value) << DSPFW_ ## plane ## _SHIFT) & DSPFW_ ## plane ## _MASK) |
| 378 | |
Ville Syrjälä | 11a85d6 | 2016-11-28 19:37:12 +0200 | [diff] [blame] | 379 | static bool _intel_set_memory_cxsr(struct drm_i915_private *dev_priv, bool enable) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 380 | { |
Ville Syrjälä | 11a85d6 | 2016-11-28 19:37:12 +0200 | [diff] [blame] | 381 | bool was_enabled; |
Imre Deak | 5209b1f | 2014-07-01 12:36:17 +0300 | [diff] [blame] | 382 | u32 val; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 383 | |
Tvrtko Ursulin | 920a14b | 2016-10-14 10:13:44 +0100 | [diff] [blame] | 384 | if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 385 | was_enabled = intel_uncore_read(&dev_priv->uncore, FW_BLC_SELF_VLV) & FW_CSPWRDWNEN; |
| 386 | intel_uncore_write(&dev_priv->uncore, FW_BLC_SELF_VLV, enable ? FW_CSPWRDWNEN : 0); |
| 387 | intel_uncore_posting_read(&dev_priv->uncore, FW_BLC_SELF_VLV); |
Jani Nikula | c0f8683 | 2016-12-07 12:13:04 +0200 | [diff] [blame] | 388 | } else if (IS_G4X(dev_priv) || IS_I965GM(dev_priv)) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 389 | was_enabled = intel_uncore_read(&dev_priv->uncore, FW_BLC_SELF) & FW_BLC_SELF_EN; |
| 390 | intel_uncore_write(&dev_priv->uncore, FW_BLC_SELF, enable ? FW_BLC_SELF_EN : 0); |
| 391 | intel_uncore_posting_read(&dev_priv->uncore, FW_BLC_SELF); |
Ville Syrjälä | 9b1e14f | 2016-10-31 22:37:15 +0200 | [diff] [blame] | 392 | } else if (IS_PINEVIEW(dev_priv)) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 393 | val = intel_uncore_read(&dev_priv->uncore, DSPFW3); |
Ville Syrjälä | 11a85d6 | 2016-11-28 19:37:12 +0200 | [diff] [blame] | 394 | was_enabled = val & PINEVIEW_SELF_REFRESH_EN; |
| 395 | if (enable) |
| 396 | val |= PINEVIEW_SELF_REFRESH_EN; |
| 397 | else |
| 398 | val &= ~PINEVIEW_SELF_REFRESH_EN; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 399 | intel_uncore_write(&dev_priv->uncore, DSPFW3, val); |
| 400 | intel_uncore_posting_read(&dev_priv->uncore, DSPFW3); |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 401 | } else if (IS_I945G(dev_priv) || IS_I945GM(dev_priv)) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 402 | was_enabled = intel_uncore_read(&dev_priv->uncore, FW_BLC_SELF) & FW_BLC_SELF_EN; |
Imre Deak | 5209b1f | 2014-07-01 12:36:17 +0300 | [diff] [blame] | 403 | val = enable ? _MASKED_BIT_ENABLE(FW_BLC_SELF_EN) : |
| 404 | _MASKED_BIT_DISABLE(FW_BLC_SELF_EN); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 405 | intel_uncore_write(&dev_priv->uncore, FW_BLC_SELF, val); |
| 406 | intel_uncore_posting_read(&dev_priv->uncore, FW_BLC_SELF); |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 407 | } else if (IS_I915GM(dev_priv)) { |
Ville Syrjälä | acb9135 | 2016-07-29 17:57:02 +0300 | [diff] [blame] | 408 | /* |
| 409 | * FIXME can't find a bit like this for 915G, and |
| 410 | * and yet it does have the related watermark in |
| 411 | * FW_BLC_SELF. What's going on? |
| 412 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 413 | was_enabled = intel_uncore_read(&dev_priv->uncore, INSTPM) & INSTPM_SELF_EN; |
Imre Deak | 5209b1f | 2014-07-01 12:36:17 +0300 | [diff] [blame] | 414 | val = enable ? _MASKED_BIT_ENABLE(INSTPM_SELF_EN) : |
| 415 | _MASKED_BIT_DISABLE(INSTPM_SELF_EN); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 416 | intel_uncore_write(&dev_priv->uncore, INSTPM, val); |
| 417 | intel_uncore_posting_read(&dev_priv->uncore, INSTPM); |
Imre Deak | 5209b1f | 2014-07-01 12:36:17 +0300 | [diff] [blame] | 418 | } else { |
Ville Syrjälä | 11a85d6 | 2016-11-28 19:37:12 +0200 | [diff] [blame] | 419 | return false; |
Imre Deak | 5209b1f | 2014-07-01 12:36:17 +0300 | [diff] [blame] | 420 | } |
| 421 | |
Ville Syrjälä | 1489bba | 2017-03-02 19:15:07 +0200 | [diff] [blame] | 422 | trace_intel_memory_cxsr(dev_priv, was_enabled, enable); |
| 423 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 424 | drm_dbg_kms(&dev_priv->drm, "memory self-refresh is %s (was %s)\n", |
| 425 | enableddisabled(enable), |
| 426 | enableddisabled(was_enabled)); |
Ville Syrjälä | 11a85d6 | 2016-11-28 19:37:12 +0200 | [diff] [blame] | 427 | |
| 428 | return was_enabled; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 429 | } |
| 430 | |
Ville Syrjälä | 62571fc | 2017-04-21 21:14:23 +0300 | [diff] [blame] | 431 | /** |
| 432 | * intel_set_memory_cxsr - Configure CxSR state |
| 433 | * @dev_priv: i915 device |
| 434 | * @enable: Allow vs. disallow CxSR |
| 435 | * |
| 436 | * Allow or disallow the system to enter a special CxSR |
| 437 | * (C-state self refresh) state. What typically happens in CxSR mode |
| 438 | * is that several display FIFOs may get combined into a single larger |
| 439 | * FIFO for a particular plane (so called max FIFO mode) to allow the |
| 440 | * system to defer memory fetches longer, and the memory will enter |
| 441 | * self refresh. |
| 442 | * |
| 443 | * Note that enabling CxSR does not guarantee that the system enter |
| 444 | * this special mode, nor does it guarantee that the system stays |
| 445 | * in that mode once entered. So this just allows/disallows the system |
| 446 | * to autonomously utilize the CxSR mode. Other factors such as core |
| 447 | * C-states will affect when/if the system actually enters/exits the |
| 448 | * CxSR mode. |
| 449 | * |
| 450 | * Note that on VLV/CHV this actually only controls the max FIFO mode, |
| 451 | * and the system is free to enter/exit memory self refresh at any time |
| 452 | * even when the use of CxSR has been disallowed. |
| 453 | * |
| 454 | * While the system is actually in the CxSR/max FIFO mode, some plane |
| 455 | * control registers will not get latched on vblank. Thus in order to |
| 456 | * guarantee the system will respond to changes in the plane registers |
| 457 | * we must always disallow CxSR prior to making changes to those registers. |
| 458 | * Unfortunately the system will re-evaluate the CxSR conditions at |
| 459 | * frame start which happens after vblank start (which is when the plane |
| 460 | * registers would get latched), so we can't proceed with the plane update |
| 461 | * during the same frame where we disallowed CxSR. |
| 462 | * |
| 463 | * Certain platforms also have a deeper HPLL SR mode. Fortunately the |
| 464 | * HPLL SR mode depends on CxSR itself, so we don't have to hand hold |
| 465 | * the hardware w.r.t. HPLL SR when writing to plane registers. |
| 466 | * Disallowing just CxSR is sufficient. |
| 467 | */ |
Ville Syrjälä | 11a85d6 | 2016-11-28 19:37:12 +0200 | [diff] [blame] | 468 | bool intel_set_memory_cxsr(struct drm_i915_private *dev_priv, bool enable) |
Ville Syrjälä | 3d90e64 | 2016-11-28 19:37:11 +0200 | [diff] [blame] | 469 | { |
Ville Syrjälä | 11a85d6 | 2016-11-28 19:37:12 +0200 | [diff] [blame] | 470 | bool ret; |
| 471 | |
Ville Syrjälä | 3d90e64 | 2016-11-28 19:37:11 +0200 | [diff] [blame] | 472 | mutex_lock(&dev_priv->wm.wm_mutex); |
Ville Syrjälä | 11a85d6 | 2016-11-28 19:37:12 +0200 | [diff] [blame] | 473 | ret = _intel_set_memory_cxsr(dev_priv, enable); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 474 | if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) |
| 475 | dev_priv->wm.vlv.cxsr = enable; |
| 476 | else if (IS_G4X(dev_priv)) |
| 477 | dev_priv->wm.g4x.cxsr = enable; |
Ville Syrjälä | 3d90e64 | 2016-11-28 19:37:11 +0200 | [diff] [blame] | 478 | mutex_unlock(&dev_priv->wm.wm_mutex); |
Ville Syrjälä | 11a85d6 | 2016-11-28 19:37:12 +0200 | [diff] [blame] | 479 | |
| 480 | return ret; |
Ville Syrjälä | 3d90e64 | 2016-11-28 19:37:11 +0200 | [diff] [blame] | 481 | } |
Ville Syrjälä | fc1ac8d | 2015-03-05 21:19:52 +0200 | [diff] [blame] | 482 | |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 483 | /* |
| 484 | * Latency for FIFO fetches is dependent on several factors: |
| 485 | * - memory configuration (speed, channels) |
| 486 | * - chipset |
| 487 | * - current MCH state |
| 488 | * It can be fairly high in some situations, so here we assume a fairly |
| 489 | * pessimal value. It's a tradeoff between extra memory fetches (if we |
| 490 | * set this value too high, the FIFO will fetch frequently to stay full) |
| 491 | * and power consumption (set it too low to save power and we might see |
| 492 | * FIFO underruns and display "flicker"). |
| 493 | * |
| 494 | * A value of 5us seems to be a good balance; safe for very low end |
| 495 | * platforms but not overly aggressive on lower latency configs. |
| 496 | */ |
Chris Wilson | 5aef600 | 2014-09-03 11:56:07 +0100 | [diff] [blame] | 497 | static const int pessimal_latency_ns = 5000; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 498 | |
Ville Syrjälä | b500472 | 2015-03-05 21:19:47 +0200 | [diff] [blame] | 499 | #define VLV_FIFO_START(dsparb, dsparb2, lo_shift, hi_shift) \ |
| 500 | ((((dsparb) >> (lo_shift)) & 0xff) | ((((dsparb2) >> (hi_shift)) & 0x1) << 8)) |
| 501 | |
Ville Syrjälä | 814e7f0 | 2017-03-02 19:14:55 +0200 | [diff] [blame] | 502 | static void vlv_get_fifo_size(struct intel_crtc_state *crtc_state) |
Ville Syrjälä | b500472 | 2015-03-05 21:19:47 +0200 | [diff] [blame] | 503 | { |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 504 | struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); |
Ville Syrjälä | f07d43d | 2017-03-02 19:14:52 +0200 | [diff] [blame] | 505 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
Ville Syrjälä | 814e7f0 | 2017-03-02 19:14:55 +0200 | [diff] [blame] | 506 | struct vlv_fifo_state *fifo_state = &crtc_state->wm.vlv.fifo_state; |
Ville Syrjälä | f07d43d | 2017-03-02 19:14:52 +0200 | [diff] [blame] | 507 | enum pipe pipe = crtc->pipe; |
| 508 | int sprite0_start, sprite1_start; |
Kees Cook | 2713eb4 | 2020-02-20 16:05:17 -0800 | [diff] [blame] | 509 | u32 dsparb, dsparb2, dsparb3; |
Ville Syrjälä | b500472 | 2015-03-05 21:19:47 +0200 | [diff] [blame] | 510 | |
Ville Syrjälä | f07d43d | 2017-03-02 19:14:52 +0200 | [diff] [blame] | 511 | switch (pipe) { |
Ville Syrjälä | b500472 | 2015-03-05 21:19:47 +0200 | [diff] [blame] | 512 | case PIPE_A: |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 513 | dsparb = intel_uncore_read(&dev_priv->uncore, DSPARB); |
| 514 | dsparb2 = intel_uncore_read(&dev_priv->uncore, DSPARB2); |
Ville Syrjälä | b500472 | 2015-03-05 21:19:47 +0200 | [diff] [blame] | 515 | sprite0_start = VLV_FIFO_START(dsparb, dsparb2, 0, 0); |
| 516 | sprite1_start = VLV_FIFO_START(dsparb, dsparb2, 8, 4); |
| 517 | break; |
| 518 | case PIPE_B: |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 519 | dsparb = intel_uncore_read(&dev_priv->uncore, DSPARB); |
| 520 | dsparb2 = intel_uncore_read(&dev_priv->uncore, DSPARB2); |
Ville Syrjälä | b500472 | 2015-03-05 21:19:47 +0200 | [diff] [blame] | 521 | sprite0_start = VLV_FIFO_START(dsparb, dsparb2, 16, 8); |
| 522 | sprite1_start = VLV_FIFO_START(dsparb, dsparb2, 24, 12); |
| 523 | break; |
| 524 | case PIPE_C: |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 525 | dsparb2 = intel_uncore_read(&dev_priv->uncore, DSPARB2); |
| 526 | dsparb3 = intel_uncore_read(&dev_priv->uncore, DSPARB3); |
Ville Syrjälä | b500472 | 2015-03-05 21:19:47 +0200 | [diff] [blame] | 527 | sprite0_start = VLV_FIFO_START(dsparb3, dsparb2, 0, 16); |
| 528 | sprite1_start = VLV_FIFO_START(dsparb3, dsparb2, 8, 20); |
| 529 | break; |
| 530 | default: |
Ville Syrjälä | f07d43d | 2017-03-02 19:14:52 +0200 | [diff] [blame] | 531 | MISSING_CASE(pipe); |
| 532 | return; |
Ville Syrjälä | b500472 | 2015-03-05 21:19:47 +0200 | [diff] [blame] | 533 | } |
| 534 | |
Ville Syrjälä | f07d43d | 2017-03-02 19:14:52 +0200 | [diff] [blame] | 535 | fifo_state->plane[PLANE_PRIMARY] = sprite0_start; |
| 536 | fifo_state->plane[PLANE_SPRITE0] = sprite1_start - sprite0_start; |
| 537 | fifo_state->plane[PLANE_SPRITE1] = 511 - sprite1_start; |
| 538 | fifo_state->plane[PLANE_CURSOR] = 63; |
Ville Syrjälä | b500472 | 2015-03-05 21:19:47 +0200 | [diff] [blame] | 539 | } |
| 540 | |
Ville Syrjälä | bdaf843 | 2017-11-17 21:19:11 +0200 | [diff] [blame] | 541 | static int i9xx_get_fifo_size(struct drm_i915_private *dev_priv, |
| 542 | enum i9xx_plane_id i9xx_plane) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 543 | { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 544 | u32 dsparb = intel_uncore_read(&dev_priv->uncore, DSPARB); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 545 | int size; |
| 546 | |
| 547 | size = dsparb & 0x7f; |
Ville Syrjälä | bdaf843 | 2017-11-17 21:19:11 +0200 | [diff] [blame] | 548 | if (i9xx_plane == PLANE_B) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 549 | size = ((dsparb >> DSPARB_CSTART_SHIFT) & 0x7f) - size; |
| 550 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 551 | drm_dbg_kms(&dev_priv->drm, "FIFO size - (0x%08x) %c: %d\n", |
| 552 | dsparb, plane_name(i9xx_plane), size); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 553 | |
| 554 | return size; |
| 555 | } |
| 556 | |
Ville Syrjälä | bdaf843 | 2017-11-17 21:19:11 +0200 | [diff] [blame] | 557 | static int i830_get_fifo_size(struct drm_i915_private *dev_priv, |
| 558 | enum i9xx_plane_id i9xx_plane) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 559 | { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 560 | u32 dsparb = intel_uncore_read(&dev_priv->uncore, DSPARB); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 561 | int size; |
| 562 | |
| 563 | size = dsparb & 0x1ff; |
Ville Syrjälä | bdaf843 | 2017-11-17 21:19:11 +0200 | [diff] [blame] | 564 | if (i9xx_plane == PLANE_B) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 565 | size = ((dsparb >> DSPARB_BEND_SHIFT) & 0x1ff) - size; |
| 566 | size >>= 1; /* Convert to cachelines */ |
| 567 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 568 | drm_dbg_kms(&dev_priv->drm, "FIFO size - (0x%08x) %c: %d\n", |
| 569 | dsparb, plane_name(i9xx_plane), size); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 570 | |
| 571 | return size; |
| 572 | } |
| 573 | |
Ville Syrjälä | bdaf843 | 2017-11-17 21:19:11 +0200 | [diff] [blame] | 574 | static int i845_get_fifo_size(struct drm_i915_private *dev_priv, |
| 575 | enum i9xx_plane_id i9xx_plane) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 576 | { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 577 | u32 dsparb = intel_uncore_read(&dev_priv->uncore, DSPARB); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 578 | int size; |
| 579 | |
| 580 | size = dsparb & 0x7f; |
| 581 | size >>= 2; /* Convert to cachelines */ |
| 582 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 583 | drm_dbg_kms(&dev_priv->drm, "FIFO size - (0x%08x) %c: %d\n", |
| 584 | dsparb, plane_name(i9xx_plane), size); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 585 | |
| 586 | return size; |
| 587 | } |
| 588 | |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 589 | /* Pineview has different values for various configs */ |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 590 | static const struct intel_watermark_params pnv_display_wm = { |
Ville Syrjälä | e0f0273 | 2014-06-05 19:15:50 +0300 | [diff] [blame] | 591 | .fifo_size = PINEVIEW_DISPLAY_FIFO, |
| 592 | .max_wm = PINEVIEW_MAX_WM, |
| 593 | .default_wm = PINEVIEW_DFT_WM, |
| 594 | .guard_size = PINEVIEW_GUARD_WM, |
| 595 | .cacheline_size = PINEVIEW_FIFO_LINE_SIZE, |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 596 | }; |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 597 | |
| 598 | static const struct intel_watermark_params pnv_display_hplloff_wm = { |
Ville Syrjälä | e0f0273 | 2014-06-05 19:15:50 +0300 | [diff] [blame] | 599 | .fifo_size = PINEVIEW_DISPLAY_FIFO, |
| 600 | .max_wm = PINEVIEW_MAX_WM, |
| 601 | .default_wm = PINEVIEW_DFT_HPLLOFF_WM, |
| 602 | .guard_size = PINEVIEW_GUARD_WM, |
| 603 | .cacheline_size = PINEVIEW_FIFO_LINE_SIZE, |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 604 | }; |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 605 | |
| 606 | static const struct intel_watermark_params pnv_cursor_wm = { |
Ville Syrjälä | e0f0273 | 2014-06-05 19:15:50 +0300 | [diff] [blame] | 607 | .fifo_size = PINEVIEW_CURSOR_FIFO, |
| 608 | .max_wm = PINEVIEW_CURSOR_MAX_WM, |
| 609 | .default_wm = PINEVIEW_CURSOR_DFT_WM, |
| 610 | .guard_size = PINEVIEW_CURSOR_GUARD_WM, |
| 611 | .cacheline_size = PINEVIEW_FIFO_LINE_SIZE, |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 612 | }; |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 613 | |
| 614 | static const struct intel_watermark_params pnv_cursor_hplloff_wm = { |
Ville Syrjälä | e0f0273 | 2014-06-05 19:15:50 +0300 | [diff] [blame] | 615 | .fifo_size = PINEVIEW_CURSOR_FIFO, |
| 616 | .max_wm = PINEVIEW_CURSOR_MAX_WM, |
| 617 | .default_wm = PINEVIEW_CURSOR_DFT_WM, |
| 618 | .guard_size = PINEVIEW_CURSOR_GUARD_WM, |
| 619 | .cacheline_size = PINEVIEW_FIFO_LINE_SIZE, |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 620 | }; |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 621 | |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 622 | static const struct intel_watermark_params i965_cursor_wm_info = { |
Ville Syrjälä | e0f0273 | 2014-06-05 19:15:50 +0300 | [diff] [blame] | 623 | .fifo_size = I965_CURSOR_FIFO, |
| 624 | .max_wm = I965_CURSOR_MAX_WM, |
| 625 | .default_wm = I965_CURSOR_DFT_WM, |
| 626 | .guard_size = 2, |
| 627 | .cacheline_size = I915_FIFO_LINE_SIZE, |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 628 | }; |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 629 | |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 630 | static const struct intel_watermark_params i945_wm_info = { |
Ville Syrjälä | e0f0273 | 2014-06-05 19:15:50 +0300 | [diff] [blame] | 631 | .fifo_size = I945_FIFO_SIZE, |
| 632 | .max_wm = I915_MAX_WM, |
| 633 | .default_wm = 1, |
| 634 | .guard_size = 2, |
| 635 | .cacheline_size = I915_FIFO_LINE_SIZE, |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 636 | }; |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 637 | |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 638 | static const struct intel_watermark_params i915_wm_info = { |
Ville Syrjälä | e0f0273 | 2014-06-05 19:15:50 +0300 | [diff] [blame] | 639 | .fifo_size = I915_FIFO_SIZE, |
| 640 | .max_wm = I915_MAX_WM, |
| 641 | .default_wm = 1, |
| 642 | .guard_size = 2, |
| 643 | .cacheline_size = I915_FIFO_LINE_SIZE, |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 644 | }; |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 645 | |
Ville Syrjälä | 9d53910 | 2014-08-15 01:21:53 +0300 | [diff] [blame] | 646 | static const struct intel_watermark_params i830_a_wm_info = { |
Ville Syrjälä | e0f0273 | 2014-06-05 19:15:50 +0300 | [diff] [blame] | 647 | .fifo_size = I855GM_FIFO_SIZE, |
| 648 | .max_wm = I915_MAX_WM, |
| 649 | .default_wm = 1, |
| 650 | .guard_size = 2, |
| 651 | .cacheline_size = I830_FIFO_LINE_SIZE, |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 652 | }; |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 653 | |
Ville Syrjälä | 9d53910 | 2014-08-15 01:21:53 +0300 | [diff] [blame] | 654 | static const struct intel_watermark_params i830_bc_wm_info = { |
| 655 | .fifo_size = I855GM_FIFO_SIZE, |
| 656 | .max_wm = I915_MAX_WM/2, |
| 657 | .default_wm = 1, |
| 658 | .guard_size = 2, |
| 659 | .cacheline_size = I830_FIFO_LINE_SIZE, |
| 660 | }; |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 661 | |
Daniel Vetter | feb56b9 | 2013-12-14 20:38:30 -0200 | [diff] [blame] | 662 | static const struct intel_watermark_params i845_wm_info = { |
Ville Syrjälä | e0f0273 | 2014-06-05 19:15:50 +0300 | [diff] [blame] | 663 | .fifo_size = I830_FIFO_SIZE, |
| 664 | .max_wm = I915_MAX_WM, |
| 665 | .default_wm = 1, |
| 666 | .guard_size = 2, |
| 667 | .cacheline_size = I830_FIFO_LINE_SIZE, |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 668 | }; |
| 669 | |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 670 | /** |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 671 | * intel_wm_method1 - Method 1 / "small buffer" watermark formula |
| 672 | * @pixel_rate: Pipe pixel rate in kHz |
| 673 | * @cpp: Plane bytes per pixel |
| 674 | * @latency: Memory wakeup latency in 0.1us units |
| 675 | * |
| 676 | * Compute the watermark using the method 1 or "small buffer" |
| 677 | * formula. The caller may additonally add extra cachelines |
| 678 | * to account for TLB misses and clock crossings. |
| 679 | * |
| 680 | * This method is concerned with the short term drain rate |
| 681 | * of the FIFO, ie. it does not account for blanking periods |
| 682 | * which would effectively reduce the average drain rate across |
| 683 | * a longer period. The name "small" refers to the fact the |
| 684 | * FIFO is relatively small compared to the amount of data |
| 685 | * fetched. |
| 686 | * |
| 687 | * The FIFO level vs. time graph might look something like: |
| 688 | * |
| 689 | * |\ |\ |
| 690 | * | \ | \ |
| 691 | * __---__---__ (- plane active, _ blanking) |
| 692 | * -> time |
| 693 | * |
| 694 | * or perhaps like this: |
| 695 | * |
| 696 | * |\|\ |\|\ |
| 697 | * __----__----__ (- plane active, _ blanking) |
| 698 | * -> time |
| 699 | * |
| 700 | * Returns: |
| 701 | * The watermark in bytes |
| 702 | */ |
| 703 | static unsigned int intel_wm_method1(unsigned int pixel_rate, |
| 704 | unsigned int cpp, |
| 705 | unsigned int latency) |
| 706 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 707 | u64 ret; |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 708 | |
Ville Syrjälä | d492a29 | 2019-04-08 18:27:01 +0300 | [diff] [blame] | 709 | ret = mul_u32_u32(pixel_rate, cpp * latency); |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 710 | ret = DIV_ROUND_UP_ULL(ret, 10000); |
| 711 | |
| 712 | return ret; |
| 713 | } |
| 714 | |
| 715 | /** |
| 716 | * intel_wm_method2 - Method 2 / "large buffer" watermark formula |
| 717 | * @pixel_rate: Pipe pixel rate in kHz |
| 718 | * @htotal: Pipe horizontal total |
| 719 | * @width: Plane width in pixels |
| 720 | * @cpp: Plane bytes per pixel |
| 721 | * @latency: Memory wakeup latency in 0.1us units |
| 722 | * |
| 723 | * Compute the watermark using the method 2 or "large buffer" |
| 724 | * formula. The caller may additonally add extra cachelines |
| 725 | * to account for TLB misses and clock crossings. |
| 726 | * |
| 727 | * This method is concerned with the long term drain rate |
| 728 | * of the FIFO, ie. it does account for blanking periods |
| 729 | * which effectively reduce the average drain rate across |
| 730 | * a longer period. The name "large" refers to the fact the |
| 731 | * FIFO is relatively large compared to the amount of data |
| 732 | * fetched. |
| 733 | * |
| 734 | * The FIFO level vs. time graph might look something like: |
| 735 | * |
| 736 | * |\___ |\___ |
| 737 | * | \___ | \___ |
| 738 | * | \ | \ |
| 739 | * __ --__--__--__--__--__--__ (- plane active, _ blanking) |
| 740 | * -> time |
| 741 | * |
| 742 | * Returns: |
| 743 | * The watermark in bytes |
| 744 | */ |
| 745 | static unsigned int intel_wm_method2(unsigned int pixel_rate, |
| 746 | unsigned int htotal, |
| 747 | unsigned int width, |
| 748 | unsigned int cpp, |
| 749 | unsigned int latency) |
| 750 | { |
| 751 | unsigned int ret; |
| 752 | |
| 753 | /* |
| 754 | * FIXME remove once all users are computing |
| 755 | * watermarks in the correct place. |
| 756 | */ |
| 757 | if (WARN_ON_ONCE(htotal == 0)) |
| 758 | htotal = 1; |
| 759 | |
| 760 | ret = (latency * pixel_rate) / (htotal * 10000); |
| 761 | ret = (ret + 1) * width * cpp; |
| 762 | |
| 763 | return ret; |
| 764 | } |
| 765 | |
| 766 | /** |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 767 | * intel_calculate_wm - calculate watermark level |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 768 | * @pixel_rate: pixel clock |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 769 | * @wm: chip FIFO params |
Chris Wilson | 3138341 | 2018-02-14 14:03:03 +0000 | [diff] [blame] | 770 | * @fifo_size: size of the FIFO buffer |
Ville Syrjälä | ac48496 | 2016-01-20 21:05:26 +0200 | [diff] [blame] | 771 | * @cpp: bytes per pixel |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 772 | * @latency_ns: memory latency for the platform |
| 773 | * |
| 774 | * Calculate the watermark level (the level at which the display plane will |
| 775 | * start fetching from memory again). Each chip has a different display |
| 776 | * FIFO size and allocation, so the caller needs to figure that out and pass |
| 777 | * in the correct intel_watermark_params structure. |
| 778 | * |
| 779 | * As the pixel clock runs, the FIFO will be drained at a rate that depends |
| 780 | * on the pixel size. When it reaches the watermark level, it'll start |
| 781 | * fetching FIFO line sized based chunks from memory until the FIFO fills |
| 782 | * past the watermark point. If the FIFO drains completely, a FIFO underrun |
| 783 | * will occur, and a display engine hang could result. |
| 784 | */ |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 785 | static unsigned int intel_calculate_wm(int pixel_rate, |
| 786 | const struct intel_watermark_params *wm, |
| 787 | int fifo_size, int cpp, |
| 788 | unsigned int latency_ns) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 789 | { |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 790 | int entries, wm_size; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 791 | |
| 792 | /* |
| 793 | * Note: we need to make sure we don't overflow for various clock & |
| 794 | * latency values. |
| 795 | * clocks go from a few thousand to several hundred thousand. |
| 796 | * latency is usually a few thousand |
| 797 | */ |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 798 | entries = intel_wm_method1(pixel_rate, cpp, |
| 799 | latency_ns / 100); |
| 800 | entries = DIV_ROUND_UP(entries, wm->cacheline_size) + |
| 801 | wm->guard_size; |
| 802 | DRM_DEBUG_KMS("FIFO entries required for mode: %d\n", entries); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 803 | |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 804 | wm_size = fifo_size - entries; |
| 805 | DRM_DEBUG_KMS("FIFO watermark level: %d\n", wm_size); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 806 | |
| 807 | /* Don't promote wm_size to unsigned... */ |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 808 | if (wm_size > wm->max_wm) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 809 | wm_size = wm->max_wm; |
| 810 | if (wm_size <= 0) |
| 811 | wm_size = wm->default_wm; |
Ville Syrjälä | d6feb19 | 2014-09-05 21:54:13 +0300 | [diff] [blame] | 812 | |
| 813 | /* |
| 814 | * Bspec seems to indicate that the value shouldn't be lower than |
| 815 | * 'burst size + 1'. Certainly 830 is quite unhappy with low values. |
| 816 | * Lets go for 8 which is the burst size since certain platforms |
| 817 | * already use a hardcoded 8 (which is what the spec says should be |
| 818 | * done). |
| 819 | */ |
| 820 | if (wm_size <= 8) |
| 821 | wm_size = 8; |
| 822 | |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 823 | return wm_size; |
| 824 | } |
| 825 | |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 826 | static bool is_disabling(int old, int new, int threshold) |
| 827 | { |
| 828 | return old >= threshold && new < threshold; |
| 829 | } |
| 830 | |
| 831 | static bool is_enabling(int old, int new, int threshold) |
| 832 | { |
| 833 | return old < threshold && new >= threshold; |
| 834 | } |
| 835 | |
Ville Syrjälä | 6d5019b | 2017-04-21 21:14:20 +0300 | [diff] [blame] | 836 | static int intel_wm_num_levels(struct drm_i915_private *dev_priv) |
| 837 | { |
| 838 | return dev_priv->wm.max_level + 1; |
| 839 | } |
| 840 | |
Ville Syrjälä | 24304d81 | 2017-03-14 17:10:49 +0200 | [diff] [blame] | 841 | static bool intel_wm_plane_visible(const struct intel_crtc_state *crtc_state, |
| 842 | const struct intel_plane_state *plane_state) |
| 843 | { |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 844 | struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); |
Ville Syrjälä | 24304d81 | 2017-03-14 17:10:49 +0200 | [diff] [blame] | 845 | |
| 846 | /* FIXME check the 'enable' instead */ |
Maarten Lankhorst | 1326a92 | 2019-10-31 12:26:02 +0100 | [diff] [blame] | 847 | if (!crtc_state->hw.active) |
Ville Syrjälä | 24304d81 | 2017-03-14 17:10:49 +0200 | [diff] [blame] | 848 | return false; |
| 849 | |
| 850 | /* |
| 851 | * Treat cursor with fb as always visible since cursor updates |
| 852 | * can happen faster than the vrefresh rate, and the current |
| 853 | * watermark code doesn't handle that correctly. Cursor updates |
| 854 | * which set/clear the fb or change the cursor size are going |
| 855 | * to get throttled by intel_legacy_cursor_update() to work |
| 856 | * around this problem with the watermark code. |
| 857 | */ |
| 858 | if (plane->id == PLANE_CURSOR) |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 859 | return plane_state->hw.fb != NULL; |
Ville Syrjälä | 24304d81 | 2017-03-14 17:10:49 +0200 | [diff] [blame] | 860 | else |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 861 | return plane_state->uapi.visible; |
Ville Syrjälä | 24304d81 | 2017-03-14 17:10:49 +0200 | [diff] [blame] | 862 | } |
| 863 | |
Ville Syrjälä | 04da7b9 | 2019-11-27 22:12:11 +0200 | [diff] [blame] | 864 | static bool intel_crtc_active(struct intel_crtc *crtc) |
| 865 | { |
| 866 | /* Be paranoid as we can arrive here with only partial |
| 867 | * state retrieved from the hardware during setup. |
| 868 | * |
| 869 | * We can ditch the adjusted_mode.crtc_clock check as soon |
| 870 | * as Haswell has gained clock readout/fastboot support. |
| 871 | * |
| 872 | * We can ditch the crtc->primary->state->fb check as soon as we can |
| 873 | * properly reconstruct framebuffers. |
| 874 | * |
| 875 | * FIXME: The intel_crtc->active here should be switched to |
| 876 | * crtc->state->active once we have proper CRTC states wired up |
| 877 | * for atomic. |
| 878 | */ |
| 879 | return crtc->active && crtc->base.primary->state->fb && |
| 880 | crtc->config->hw.adjusted_mode.crtc_clock; |
| 881 | } |
| 882 | |
Ville Syrjälä | ffc7a76 | 2016-10-31 22:37:21 +0200 | [diff] [blame] | 883 | static struct intel_crtc *single_enabled_crtc(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 884 | { |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 885 | struct intel_crtc *crtc, *enabled = NULL; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 886 | |
Ville Syrjälä | ffc7a76 | 2016-10-31 22:37:21 +0200 | [diff] [blame] | 887 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 888 | if (intel_crtc_active(crtc)) { |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 889 | if (enabled) |
| 890 | return NULL; |
| 891 | enabled = crtc; |
| 892 | } |
| 893 | } |
| 894 | |
| 895 | return enabled; |
| 896 | } |
| 897 | |
Dave Airlie | ef9c66a | 2021-09-29 01:57:47 +0300 | [diff] [blame] | 898 | static void pnv_update_wm(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 899 | { |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 900 | struct intel_crtc *crtc; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 901 | const struct cxsr_latency *latency; |
| 902 | u32 reg; |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 903 | unsigned int wm; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 904 | |
Tvrtko Ursulin | 86d35d4 | 2019-03-26 07:40:54 +0000 | [diff] [blame] | 905 | latency = intel_get_cxsr_latency(!IS_MOBILE(dev_priv), |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 906 | dev_priv->is_ddr3, |
| 907 | dev_priv->fsb_freq, |
| 908 | dev_priv->mem_freq); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 909 | if (!latency) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 910 | drm_dbg_kms(&dev_priv->drm, |
| 911 | "Unknown FSB/MEM found, disable CxSR\n"); |
Imre Deak | 5209b1f | 2014-07-01 12:36:17 +0300 | [diff] [blame] | 912 | intel_set_memory_cxsr(dev_priv, false); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 913 | return; |
| 914 | } |
| 915 | |
Ville Syrjälä | ffc7a76 | 2016-10-31 22:37:21 +0200 | [diff] [blame] | 916 | crtc = single_enabled_crtc(dev_priv); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 917 | if (crtc) { |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 918 | const struct drm_display_mode *pipe_mode = |
| 919 | &crtc->config->hw.pipe_mode; |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 920 | const struct drm_framebuffer *fb = |
| 921 | crtc->base.primary->state->fb; |
Ville Syrjälä | 353c859 | 2016-12-14 23:30:57 +0200 | [diff] [blame] | 922 | int cpp = fb->format->cpp[0]; |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 923 | int clock = pipe_mode->crtc_clock; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 924 | |
| 925 | /* Display SR */ |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 926 | wm = intel_calculate_wm(clock, &pnv_display_wm, |
| 927 | pnv_display_wm.fifo_size, |
Ville Syrjälä | ac48496 | 2016-01-20 21:05:26 +0200 | [diff] [blame] | 928 | cpp, latency->display_sr); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 929 | reg = intel_uncore_read(&dev_priv->uncore, DSPFW1); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 930 | reg &= ~DSPFW_SR_MASK; |
Ville Syrjälä | f499896 | 2015-03-10 17:02:21 +0200 | [diff] [blame] | 931 | reg |= FW_WM(wm, SR); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 932 | intel_uncore_write(&dev_priv->uncore, DSPFW1, reg); |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 933 | drm_dbg_kms(&dev_priv->drm, "DSPFW1 register is %x\n", reg); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 934 | |
| 935 | /* cursor SR */ |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 936 | wm = intel_calculate_wm(clock, &pnv_cursor_wm, |
| 937 | pnv_display_wm.fifo_size, |
Ville Syrjälä | 99834b1 | 2017-04-21 21:14:24 +0300 | [diff] [blame] | 938 | 4, latency->cursor_sr); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 939 | reg = intel_uncore_read(&dev_priv->uncore, DSPFW3); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 940 | reg &= ~DSPFW_CURSOR_SR_MASK; |
Ville Syrjälä | f499896 | 2015-03-10 17:02:21 +0200 | [diff] [blame] | 941 | reg |= FW_WM(wm, CURSOR_SR); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 942 | intel_uncore_write(&dev_priv->uncore, DSPFW3, reg); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 943 | |
| 944 | /* Display HPLL off SR */ |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 945 | wm = intel_calculate_wm(clock, &pnv_display_hplloff_wm, |
| 946 | pnv_display_hplloff_wm.fifo_size, |
Ville Syrjälä | ac48496 | 2016-01-20 21:05:26 +0200 | [diff] [blame] | 947 | cpp, latency->display_hpll_disable); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 948 | reg = intel_uncore_read(&dev_priv->uncore, DSPFW3); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 949 | reg &= ~DSPFW_HPLL_SR_MASK; |
Ville Syrjälä | f499896 | 2015-03-10 17:02:21 +0200 | [diff] [blame] | 950 | reg |= FW_WM(wm, HPLL_SR); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 951 | intel_uncore_write(&dev_priv->uncore, DSPFW3, reg); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 952 | |
| 953 | /* cursor HPLL off SR */ |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 954 | wm = intel_calculate_wm(clock, &pnv_cursor_hplloff_wm, |
| 955 | pnv_display_hplloff_wm.fifo_size, |
Ville Syrjälä | 99834b1 | 2017-04-21 21:14:24 +0300 | [diff] [blame] | 956 | 4, latency->cursor_hpll_disable); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 957 | reg = intel_uncore_read(&dev_priv->uncore, DSPFW3); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 958 | reg &= ~DSPFW_HPLL_CURSOR_MASK; |
Ville Syrjälä | f499896 | 2015-03-10 17:02:21 +0200 | [diff] [blame] | 959 | reg |= FW_WM(wm, HPLL_CURSOR); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 960 | intel_uncore_write(&dev_priv->uncore, DSPFW3, reg); |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 961 | drm_dbg_kms(&dev_priv->drm, "DSPFW3 register is %x\n", reg); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 962 | |
Imre Deak | 5209b1f | 2014-07-01 12:36:17 +0300 | [diff] [blame] | 963 | intel_set_memory_cxsr(dev_priv, true); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 964 | } else { |
Imre Deak | 5209b1f | 2014-07-01 12:36:17 +0300 | [diff] [blame] | 965 | intel_set_memory_cxsr(dev_priv, false); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 966 | } |
| 967 | } |
| 968 | |
Ville Syrjälä | 0f95ff8 | 2017-04-21 21:14:26 +0300 | [diff] [blame] | 969 | /* |
| 970 | * Documentation says: |
| 971 | * "If the line size is small, the TLB fetches can get in the way of the |
| 972 | * data fetches, causing some lag in the pixel data return which is not |
| 973 | * accounted for in the above formulas. The following adjustment only |
| 974 | * needs to be applied if eight whole lines fit in the buffer at once. |
| 975 | * The WM is adjusted upwards by the difference between the FIFO size |
| 976 | * and the size of 8 whole lines. This adjustment is always performed |
| 977 | * in the actual pixel depth regardless of whether FBC is enabled or not." |
| 978 | */ |
Chris Wilson | 1a1f128 | 2017-11-07 14:03:38 +0000 | [diff] [blame] | 979 | static unsigned int g4x_tlb_miss_wa(int fifo_size, int width, int cpp) |
Ville Syrjälä | 0f95ff8 | 2017-04-21 21:14:26 +0300 | [diff] [blame] | 980 | { |
| 981 | int tlb_miss = fifo_size * 64 - width * cpp * 8; |
| 982 | |
| 983 | return max(0, tlb_miss); |
| 984 | } |
| 985 | |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 986 | static void g4x_write_wm_values(struct drm_i915_private *dev_priv, |
| 987 | const struct g4x_wm_values *wm) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 988 | { |
Ville Syrjälä | e93329a | 2017-04-21 21:14:31 +0300 | [diff] [blame] | 989 | enum pipe pipe; |
| 990 | |
| 991 | for_each_pipe(dev_priv, pipe) |
Jani Nikula | 7794b6d | 2021-12-01 15:57:04 +0200 | [diff] [blame] | 992 | trace_g4x_wm(intel_crtc_for_pipe(dev_priv, pipe), wm); |
Ville Syrjälä | e93329a | 2017-04-21 21:14:31 +0300 | [diff] [blame] | 993 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 994 | intel_uncore_write(&dev_priv->uncore, DSPFW1, |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 995 | FW_WM(wm->sr.plane, SR) | |
| 996 | FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | |
| 997 | FW_WM(wm->pipe[PIPE_B].plane[PLANE_PRIMARY], PLANEB) | |
| 998 | FW_WM(wm->pipe[PIPE_A].plane[PLANE_PRIMARY], PLANEA)); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 999 | intel_uncore_write(&dev_priv->uncore, DSPFW2, |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1000 | (wm->fbc_en ? DSPFW_FBC_SR_EN : 0) | |
| 1001 | FW_WM(wm->sr.fbc, FBC_SR) | |
| 1002 | FW_WM(wm->hpll.fbc, FBC_HPLL_SR) | |
| 1003 | FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE0], SPRITEB) | |
| 1004 | FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | |
| 1005 | FW_WM(wm->pipe[PIPE_A].plane[PLANE_SPRITE0], SPRITEA)); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1006 | intel_uncore_write(&dev_priv->uncore, DSPFW3, |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1007 | (wm->hpll_en ? DSPFW_HPLL_SR_EN : 0) | |
| 1008 | FW_WM(wm->sr.cursor, CURSOR_SR) | |
| 1009 | FW_WM(wm->hpll.cursor, HPLL_CURSOR) | |
| 1010 | FW_WM(wm->hpll.plane, HPLL_SR)); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 1011 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1012 | intel_uncore_posting_read(&dev_priv->uncore, DSPFW1); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 1013 | } |
| 1014 | |
Ville Syrjälä | 1566597 | 2015-03-10 16:16:28 +0200 | [diff] [blame] | 1015 | #define FW_WM_VLV(value, plane) \ |
| 1016 | (((value) << DSPFW_ ## plane ## _SHIFT) & DSPFW_ ## plane ## _MASK_VLV) |
| 1017 | |
Ville Syrjälä | 50f4cae | 2016-11-28 19:37:15 +0200 | [diff] [blame] | 1018 | static void vlv_write_wm_values(struct drm_i915_private *dev_priv, |
Ville Syrjälä | 0018fda | 2015-03-05 21:19:45 +0200 | [diff] [blame] | 1019 | const struct vlv_wm_values *wm) |
| 1020 | { |
Ville Syrjälä | 50f4cae | 2016-11-28 19:37:15 +0200 | [diff] [blame] | 1021 | enum pipe pipe; |
Ville Syrjälä | 0018fda | 2015-03-05 21:19:45 +0200 | [diff] [blame] | 1022 | |
Ville Syrjälä | 50f4cae | 2016-11-28 19:37:15 +0200 | [diff] [blame] | 1023 | for_each_pipe(dev_priv, pipe) { |
Jani Nikula | 7794b6d | 2021-12-01 15:57:04 +0200 | [diff] [blame] | 1024 | trace_vlv_wm(intel_crtc_for_pipe(dev_priv, pipe), wm); |
Ville Syrjälä | c137d66 | 2017-03-02 19:15:06 +0200 | [diff] [blame] | 1025 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1026 | intel_uncore_write(&dev_priv->uncore, VLV_DDL(pipe), |
Ville Syrjälä | 50f4cae | 2016-11-28 19:37:15 +0200 | [diff] [blame] | 1027 | (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) | |
| 1028 | (wm->ddl[pipe].plane[PLANE_SPRITE1] << DDL_SPRITE_SHIFT(1)) | |
| 1029 | (wm->ddl[pipe].plane[PLANE_SPRITE0] << DDL_SPRITE_SHIFT(0)) | |
| 1030 | (wm->ddl[pipe].plane[PLANE_PRIMARY] << DDL_PLANE_SHIFT)); |
| 1031 | } |
Ville Syrjälä | 0018fda | 2015-03-05 21:19:45 +0200 | [diff] [blame] | 1032 | |
Ville Syrjälä | 6fe6a7f | 2016-11-28 19:37:14 +0200 | [diff] [blame] | 1033 | /* |
| 1034 | * Zero the (unused) WM1 watermarks, and also clear all the |
| 1035 | * high order bits so that there are no out of bounds values |
| 1036 | * present in the registers during the reprogramming. |
| 1037 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1038 | intel_uncore_write(&dev_priv->uncore, DSPHOWM, 0); |
| 1039 | intel_uncore_write(&dev_priv->uncore, DSPHOWM1, 0); |
| 1040 | intel_uncore_write(&dev_priv->uncore, DSPFW4, 0); |
| 1041 | intel_uncore_write(&dev_priv->uncore, DSPFW5, 0); |
| 1042 | intel_uncore_write(&dev_priv->uncore, DSPFW6, 0); |
Ville Syrjälä | 6fe6a7f | 2016-11-28 19:37:14 +0200 | [diff] [blame] | 1043 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1044 | intel_uncore_write(&dev_priv->uncore, DSPFW1, |
Ville Syrjälä | 1566597 | 2015-03-10 16:16:28 +0200 | [diff] [blame] | 1045 | FW_WM(wm->sr.plane, SR) | |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 1046 | FW_WM(wm->pipe[PIPE_B].plane[PLANE_CURSOR], CURSORB) | |
| 1047 | FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_PRIMARY], PLANEB) | |
| 1048 | FW_WM_VLV(wm->pipe[PIPE_A].plane[PLANE_PRIMARY], PLANEA)); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1049 | intel_uncore_write(&dev_priv->uncore, DSPFW2, |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 1050 | FW_WM_VLV(wm->pipe[PIPE_A].plane[PLANE_SPRITE1], SPRITEB) | |
| 1051 | FW_WM(wm->pipe[PIPE_A].plane[PLANE_CURSOR], CURSORA) | |
| 1052 | FW_WM_VLV(wm->pipe[PIPE_A].plane[PLANE_SPRITE0], SPRITEA)); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1053 | intel_uncore_write(&dev_priv->uncore, DSPFW3, |
Ville Syrjälä | 1566597 | 2015-03-10 16:16:28 +0200 | [diff] [blame] | 1054 | FW_WM(wm->sr.cursor, CURSOR_SR)); |
Ville Syrjälä | ae80152 | 2015-03-05 21:19:49 +0200 | [diff] [blame] | 1055 | |
| 1056 | if (IS_CHERRYVIEW(dev_priv)) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1057 | intel_uncore_write(&dev_priv->uncore, DSPFW7_CHV, |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 1058 | FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_SPRITE1], SPRITED) | |
| 1059 | FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_SPRITE0], SPRITEC)); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1060 | intel_uncore_write(&dev_priv->uncore, DSPFW8_CHV, |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 1061 | FW_WM_VLV(wm->pipe[PIPE_C].plane[PLANE_SPRITE1], SPRITEF) | |
| 1062 | FW_WM_VLV(wm->pipe[PIPE_C].plane[PLANE_SPRITE0], SPRITEE)); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1063 | intel_uncore_write(&dev_priv->uncore, DSPFW9_CHV, |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 1064 | FW_WM_VLV(wm->pipe[PIPE_C].plane[PLANE_PRIMARY], PLANEC) | |
| 1065 | FW_WM(wm->pipe[PIPE_C].plane[PLANE_CURSOR], CURSORC)); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1066 | intel_uncore_write(&dev_priv->uncore, DSPHOWM, |
Ville Syrjälä | 1566597 | 2015-03-10 16:16:28 +0200 | [diff] [blame] | 1067 | FW_WM(wm->sr.plane >> 9, SR_HI) | |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 1068 | FW_WM(wm->pipe[PIPE_C].plane[PLANE_SPRITE1] >> 8, SPRITEF_HI) | |
| 1069 | FW_WM(wm->pipe[PIPE_C].plane[PLANE_SPRITE0] >> 8, SPRITEE_HI) | |
| 1070 | FW_WM(wm->pipe[PIPE_C].plane[PLANE_PRIMARY] >> 8, PLANEC_HI) | |
| 1071 | FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE1] >> 8, SPRITED_HI) | |
| 1072 | FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE0] >> 8, SPRITEC_HI) | |
| 1073 | FW_WM(wm->pipe[PIPE_B].plane[PLANE_PRIMARY] >> 8, PLANEB_HI) | |
| 1074 | FW_WM(wm->pipe[PIPE_A].plane[PLANE_SPRITE1] >> 8, SPRITEB_HI) | |
| 1075 | FW_WM(wm->pipe[PIPE_A].plane[PLANE_SPRITE0] >> 8, SPRITEA_HI) | |
| 1076 | FW_WM(wm->pipe[PIPE_A].plane[PLANE_PRIMARY] >> 8, PLANEA_HI)); |
Ville Syrjälä | ae80152 | 2015-03-05 21:19:49 +0200 | [diff] [blame] | 1077 | } else { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1078 | intel_uncore_write(&dev_priv->uncore, DSPFW7, |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 1079 | FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_SPRITE1], SPRITED) | |
| 1080 | FW_WM_VLV(wm->pipe[PIPE_B].plane[PLANE_SPRITE0], SPRITEC)); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1081 | intel_uncore_write(&dev_priv->uncore, DSPHOWM, |
Ville Syrjälä | 1566597 | 2015-03-10 16:16:28 +0200 | [diff] [blame] | 1082 | FW_WM(wm->sr.plane >> 9, SR_HI) | |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 1083 | FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE1] >> 8, SPRITED_HI) | |
| 1084 | FW_WM(wm->pipe[PIPE_B].plane[PLANE_SPRITE0] >> 8, SPRITEC_HI) | |
| 1085 | FW_WM(wm->pipe[PIPE_B].plane[PLANE_PRIMARY] >> 8, PLANEB_HI) | |
| 1086 | FW_WM(wm->pipe[PIPE_A].plane[PLANE_SPRITE1] >> 8, SPRITEB_HI) | |
| 1087 | FW_WM(wm->pipe[PIPE_A].plane[PLANE_SPRITE0] >> 8, SPRITEA_HI) | |
| 1088 | FW_WM(wm->pipe[PIPE_A].plane[PLANE_PRIMARY] >> 8, PLANEA_HI)); |
Ville Syrjälä | ae80152 | 2015-03-05 21:19:49 +0200 | [diff] [blame] | 1089 | } |
| 1090 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 1091 | intel_uncore_posting_read(&dev_priv->uncore, DSPFW1); |
Ville Syrjälä | 0018fda | 2015-03-05 21:19:45 +0200 | [diff] [blame] | 1092 | } |
| 1093 | |
Ville Syrjälä | 1566597 | 2015-03-10 16:16:28 +0200 | [diff] [blame] | 1094 | #undef FW_WM_VLV |
| 1095 | |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1096 | static void g4x_setup_wm_latency(struct drm_i915_private *dev_priv) |
| 1097 | { |
| 1098 | /* all latencies in usec */ |
| 1099 | dev_priv->wm.pri_latency[G4X_WM_LEVEL_NORMAL] = 5; |
| 1100 | dev_priv->wm.pri_latency[G4X_WM_LEVEL_SR] = 12; |
Ville Syrjälä | 79d9430 | 2017-04-21 21:14:30 +0300 | [diff] [blame] | 1101 | dev_priv->wm.pri_latency[G4X_WM_LEVEL_HPLL] = 35; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1102 | |
Ville Syrjälä | 79d9430 | 2017-04-21 21:14:30 +0300 | [diff] [blame] | 1103 | dev_priv->wm.max_level = G4X_WM_LEVEL_HPLL; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1104 | } |
| 1105 | |
| 1106 | static int g4x_plane_fifo_size(enum plane_id plane_id, int level) |
| 1107 | { |
| 1108 | /* |
| 1109 | * DSPCNTR[13] supposedly controls whether the |
| 1110 | * primary plane can use the FIFO space otherwise |
| 1111 | * reserved for the sprite plane. It's not 100% clear |
| 1112 | * what the actual FIFO size is, but it looks like we |
| 1113 | * can happily set both primary and sprite watermarks |
| 1114 | * up to 127 cachelines. So that would seem to mean |
| 1115 | * that either DSPCNTR[13] doesn't do anything, or that |
| 1116 | * the total FIFO is >= 256 cachelines in size. Either |
| 1117 | * way, we don't seem to have to worry about this |
| 1118 | * repartitioning as the maximum watermark value the |
| 1119 | * register can hold for each plane is lower than the |
| 1120 | * minimum FIFO size. |
| 1121 | */ |
| 1122 | switch (plane_id) { |
| 1123 | case PLANE_CURSOR: |
| 1124 | return 63; |
| 1125 | case PLANE_PRIMARY: |
| 1126 | return level == G4X_WM_LEVEL_NORMAL ? 127 : 511; |
| 1127 | case PLANE_SPRITE0: |
| 1128 | return level == G4X_WM_LEVEL_NORMAL ? 127 : 0; |
| 1129 | default: |
| 1130 | MISSING_CASE(plane_id); |
| 1131 | return 0; |
| 1132 | } |
| 1133 | } |
| 1134 | |
| 1135 | static int g4x_fbc_fifo_size(int level) |
| 1136 | { |
| 1137 | switch (level) { |
| 1138 | case G4X_WM_LEVEL_SR: |
| 1139 | return 7; |
| 1140 | case G4X_WM_LEVEL_HPLL: |
| 1141 | return 15; |
| 1142 | default: |
| 1143 | MISSING_CASE(level); |
| 1144 | return 0; |
| 1145 | } |
| 1146 | } |
| 1147 | |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 1148 | static u16 g4x_compute_wm(const struct intel_crtc_state *crtc_state, |
| 1149 | const struct intel_plane_state *plane_state, |
| 1150 | int level) |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1151 | { |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 1152 | struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1153 | struct drm_i915_private *dev_priv = to_i915(plane->base.dev); |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 1154 | const struct drm_display_mode *pipe_mode = |
| 1155 | &crtc_state->hw.pipe_mode; |
Chris Wilson | 1a1f128 | 2017-11-07 14:03:38 +0000 | [diff] [blame] | 1156 | unsigned int latency = dev_priv->wm.pri_latency[level] * 10; |
| 1157 | unsigned int clock, htotal, cpp, width, wm; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1158 | |
| 1159 | if (latency == 0) |
| 1160 | return USHRT_MAX; |
| 1161 | |
| 1162 | if (!intel_wm_plane_visible(crtc_state, plane_state)) |
| 1163 | return 0; |
| 1164 | |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 1165 | cpp = plane_state->hw.fb->format->cpp[0]; |
Ville Syrjälä | d56e823 | 2019-07-03 23:08:22 +0300 | [diff] [blame] | 1166 | |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1167 | /* |
Ville Syrjälä | 5291362 | 2021-05-14 15:57:41 +0300 | [diff] [blame] | 1168 | * WaUse32BppForSRWM:ctg,elk |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1169 | * |
Ville Syrjälä | 5291362 | 2021-05-14 15:57:41 +0300 | [diff] [blame] | 1170 | * The spec fails to list this restriction for the |
| 1171 | * HPLL watermark, which seems a little strange. |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1172 | * Let's use 32bpp for the HPLL watermark as well. |
| 1173 | */ |
Ville Syrjälä | 5291362 | 2021-05-14 15:57:41 +0300 | [diff] [blame] | 1174 | if (plane->id == PLANE_PRIMARY && |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1175 | level != G4X_WM_LEVEL_NORMAL) |
Ville Syrjälä | d56e823 | 2019-07-03 23:08:22 +0300 | [diff] [blame] | 1176 | cpp = max(cpp, 4u); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1177 | |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 1178 | clock = pipe_mode->crtc_clock; |
| 1179 | htotal = pipe_mode->crtc_htotal; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1180 | |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 1181 | width = drm_rect_width(&plane_state->uapi.dst); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1182 | |
| 1183 | if (plane->id == PLANE_CURSOR) { |
| 1184 | wm = intel_wm_method2(clock, htotal, width, cpp, latency); |
| 1185 | } else if (plane->id == PLANE_PRIMARY && |
| 1186 | level == G4X_WM_LEVEL_NORMAL) { |
| 1187 | wm = intel_wm_method1(clock, cpp, latency); |
| 1188 | } else { |
Chris Wilson | 1a1f128 | 2017-11-07 14:03:38 +0000 | [diff] [blame] | 1189 | unsigned int small, large; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1190 | |
| 1191 | small = intel_wm_method1(clock, cpp, latency); |
| 1192 | large = intel_wm_method2(clock, htotal, width, cpp, latency); |
| 1193 | |
| 1194 | wm = min(small, large); |
| 1195 | } |
| 1196 | |
| 1197 | wm += g4x_tlb_miss_wa(g4x_plane_fifo_size(plane->id, level), |
| 1198 | width, cpp); |
| 1199 | |
| 1200 | wm = DIV_ROUND_UP(wm, 64) + 2; |
| 1201 | |
Chris Wilson | 1a1f128 | 2017-11-07 14:03:38 +0000 | [diff] [blame] | 1202 | return min_t(unsigned int, wm, USHRT_MAX); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1203 | } |
| 1204 | |
| 1205 | static bool g4x_raw_plane_wm_set(struct intel_crtc_state *crtc_state, |
| 1206 | int level, enum plane_id plane_id, u16 value) |
| 1207 | { |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 1208 | struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1209 | bool dirty = false; |
| 1210 | |
| 1211 | for (; level < intel_wm_num_levels(dev_priv); level++) { |
| 1212 | struct g4x_pipe_wm *raw = &crtc_state->wm.g4x.raw[level]; |
| 1213 | |
| 1214 | dirty |= raw->plane[plane_id] != value; |
| 1215 | raw->plane[plane_id] = value; |
| 1216 | } |
| 1217 | |
| 1218 | return dirty; |
| 1219 | } |
| 1220 | |
| 1221 | static bool g4x_raw_fbc_wm_set(struct intel_crtc_state *crtc_state, |
| 1222 | int level, u16 value) |
| 1223 | { |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 1224 | struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1225 | bool dirty = false; |
| 1226 | |
| 1227 | /* NORMAL level doesn't have an FBC watermark */ |
| 1228 | level = max(level, G4X_WM_LEVEL_SR); |
| 1229 | |
| 1230 | for (; level < intel_wm_num_levels(dev_priv); level++) { |
| 1231 | struct g4x_pipe_wm *raw = &crtc_state->wm.g4x.raw[level]; |
| 1232 | |
| 1233 | dirty |= raw->fbc != value; |
| 1234 | raw->fbc = value; |
| 1235 | } |
| 1236 | |
| 1237 | return dirty; |
| 1238 | } |
| 1239 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 1240 | static u32 ilk_compute_fbc_wm(const struct intel_crtc_state *crtc_state, |
| 1241 | const struct intel_plane_state *plane_state, |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 1242 | u32 pri_val); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1243 | |
| 1244 | static bool g4x_raw_plane_wm_compute(struct intel_crtc_state *crtc_state, |
| 1245 | const struct intel_plane_state *plane_state) |
| 1246 | { |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 1247 | struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 1248 | struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1249 | int num_levels = intel_wm_num_levels(to_i915(plane->base.dev)); |
| 1250 | enum plane_id plane_id = plane->id; |
| 1251 | bool dirty = false; |
| 1252 | int level; |
| 1253 | |
| 1254 | if (!intel_wm_plane_visible(crtc_state, plane_state)) { |
| 1255 | dirty |= g4x_raw_plane_wm_set(crtc_state, 0, plane_id, 0); |
| 1256 | if (plane_id == PLANE_PRIMARY) |
| 1257 | dirty |= g4x_raw_fbc_wm_set(crtc_state, 0, 0); |
| 1258 | goto out; |
| 1259 | } |
| 1260 | |
| 1261 | for (level = 0; level < num_levels; level++) { |
| 1262 | struct g4x_pipe_wm *raw = &crtc_state->wm.g4x.raw[level]; |
| 1263 | int wm, max_wm; |
| 1264 | |
| 1265 | wm = g4x_compute_wm(crtc_state, plane_state, level); |
| 1266 | max_wm = g4x_plane_fifo_size(plane_id, level); |
| 1267 | |
| 1268 | if (wm > max_wm) |
| 1269 | break; |
| 1270 | |
| 1271 | dirty |= raw->plane[plane_id] != wm; |
| 1272 | raw->plane[plane_id] = wm; |
| 1273 | |
| 1274 | if (plane_id != PLANE_PRIMARY || |
| 1275 | level == G4X_WM_LEVEL_NORMAL) |
| 1276 | continue; |
| 1277 | |
| 1278 | wm = ilk_compute_fbc_wm(crtc_state, plane_state, |
| 1279 | raw->plane[plane_id]); |
| 1280 | max_wm = g4x_fbc_fifo_size(level); |
| 1281 | |
| 1282 | /* |
| 1283 | * FBC wm is not mandatory as we |
| 1284 | * can always just disable its use. |
| 1285 | */ |
| 1286 | if (wm > max_wm) |
| 1287 | wm = USHRT_MAX; |
| 1288 | |
| 1289 | dirty |= raw->fbc != wm; |
| 1290 | raw->fbc = wm; |
| 1291 | } |
| 1292 | |
| 1293 | /* mark watermarks as invalid */ |
| 1294 | dirty |= g4x_raw_plane_wm_set(crtc_state, level, plane_id, USHRT_MAX); |
| 1295 | |
| 1296 | if (plane_id == PLANE_PRIMARY) |
| 1297 | dirty |= g4x_raw_fbc_wm_set(crtc_state, level, USHRT_MAX); |
| 1298 | |
| 1299 | out: |
| 1300 | if (dirty) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 1301 | drm_dbg_kms(&dev_priv->drm, |
| 1302 | "%s watermarks: normal=%d, SR=%d, HPLL=%d\n", |
| 1303 | plane->base.name, |
| 1304 | crtc_state->wm.g4x.raw[G4X_WM_LEVEL_NORMAL].plane[plane_id], |
| 1305 | crtc_state->wm.g4x.raw[G4X_WM_LEVEL_SR].plane[plane_id], |
| 1306 | crtc_state->wm.g4x.raw[G4X_WM_LEVEL_HPLL].plane[plane_id]); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1307 | |
| 1308 | if (plane_id == PLANE_PRIMARY) |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 1309 | drm_dbg_kms(&dev_priv->drm, |
| 1310 | "FBC watermarks: SR=%d, HPLL=%d\n", |
| 1311 | crtc_state->wm.g4x.raw[G4X_WM_LEVEL_SR].fbc, |
| 1312 | crtc_state->wm.g4x.raw[G4X_WM_LEVEL_HPLL].fbc); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1313 | } |
| 1314 | |
| 1315 | return dirty; |
| 1316 | } |
| 1317 | |
| 1318 | static bool g4x_raw_plane_wm_is_valid(const struct intel_crtc_state *crtc_state, |
| 1319 | enum plane_id plane_id, int level) |
| 1320 | { |
| 1321 | const struct g4x_pipe_wm *raw = &crtc_state->wm.g4x.raw[level]; |
| 1322 | |
| 1323 | return raw->plane[plane_id] <= g4x_plane_fifo_size(plane_id, level); |
| 1324 | } |
| 1325 | |
| 1326 | static bool g4x_raw_crtc_wm_is_valid(const struct intel_crtc_state *crtc_state, |
| 1327 | int level) |
| 1328 | { |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 1329 | struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1330 | |
| 1331 | if (level > dev_priv->wm.max_level) |
| 1332 | return false; |
| 1333 | |
| 1334 | return g4x_raw_plane_wm_is_valid(crtc_state, PLANE_PRIMARY, level) && |
| 1335 | g4x_raw_plane_wm_is_valid(crtc_state, PLANE_SPRITE0, level) && |
| 1336 | g4x_raw_plane_wm_is_valid(crtc_state, PLANE_CURSOR, level); |
| 1337 | } |
| 1338 | |
| 1339 | /* mark all levels starting from 'level' as invalid */ |
| 1340 | static void g4x_invalidate_wms(struct intel_crtc *crtc, |
| 1341 | struct g4x_wm_state *wm_state, int level) |
| 1342 | { |
| 1343 | if (level <= G4X_WM_LEVEL_NORMAL) { |
| 1344 | enum plane_id plane_id; |
| 1345 | |
| 1346 | for_each_plane_id_on_crtc(crtc, plane_id) |
| 1347 | wm_state->wm.plane[plane_id] = USHRT_MAX; |
| 1348 | } |
| 1349 | |
| 1350 | if (level <= G4X_WM_LEVEL_SR) { |
| 1351 | wm_state->cxsr = false; |
| 1352 | wm_state->sr.cursor = USHRT_MAX; |
| 1353 | wm_state->sr.plane = USHRT_MAX; |
| 1354 | wm_state->sr.fbc = USHRT_MAX; |
| 1355 | } |
| 1356 | |
| 1357 | if (level <= G4X_WM_LEVEL_HPLL) { |
| 1358 | wm_state->hpll_en = false; |
| 1359 | wm_state->hpll.cursor = USHRT_MAX; |
| 1360 | wm_state->hpll.plane = USHRT_MAX; |
| 1361 | wm_state->hpll.fbc = USHRT_MAX; |
| 1362 | } |
| 1363 | } |
| 1364 | |
Ville Syrjälä | fd7a9d8 | 2020-04-29 13:10:33 +0300 | [diff] [blame] | 1365 | static bool g4x_compute_fbc_en(const struct g4x_wm_state *wm_state, |
| 1366 | int level) |
| 1367 | { |
| 1368 | if (level < G4X_WM_LEVEL_SR) |
| 1369 | return false; |
| 1370 | |
| 1371 | if (level >= G4X_WM_LEVEL_SR && |
| 1372 | wm_state->sr.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_SR)) |
| 1373 | return false; |
| 1374 | |
| 1375 | if (level >= G4X_WM_LEVEL_HPLL && |
| 1376 | wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL)) |
| 1377 | return false; |
| 1378 | |
| 1379 | return true; |
| 1380 | } |
| 1381 | |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 1382 | static int g4x_compute_pipe_wm(struct intel_atomic_state *state, |
| 1383 | struct intel_crtc *crtc) |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1384 | { |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 1385 | struct intel_crtc_state *crtc_state = |
| 1386 | intel_atomic_get_new_crtc_state(state, crtc); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1387 | struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; |
Ville Syrjälä | 0cf771b | 2021-05-14 15:57:39 +0300 | [diff] [blame] | 1388 | u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1389 | const struct g4x_pipe_wm *raw; |
Ville Syrjälä | 7b510451 | 2017-08-23 18:22:22 +0300 | [diff] [blame] | 1390 | const struct intel_plane_state *old_plane_state; |
| 1391 | const struct intel_plane_state *new_plane_state; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1392 | struct intel_plane *plane; |
| 1393 | enum plane_id plane_id; |
| 1394 | int i, level; |
| 1395 | unsigned int dirty = 0; |
| 1396 | |
Ville Syrjälä | 7b510451 | 2017-08-23 18:22:22 +0300 | [diff] [blame] | 1397 | for_each_oldnew_intel_plane_in_state(state, plane, |
| 1398 | old_plane_state, |
| 1399 | new_plane_state, i) { |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 1400 | if (new_plane_state->hw.crtc != &crtc->base && |
| 1401 | old_plane_state->hw.crtc != &crtc->base) |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1402 | continue; |
| 1403 | |
Ville Syrjälä | 7b510451 | 2017-08-23 18:22:22 +0300 | [diff] [blame] | 1404 | if (g4x_raw_plane_wm_compute(crtc_state, new_plane_state)) |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1405 | dirty |= BIT(plane->id); |
| 1406 | } |
| 1407 | |
| 1408 | if (!dirty) |
| 1409 | return 0; |
| 1410 | |
| 1411 | level = G4X_WM_LEVEL_NORMAL; |
| 1412 | if (!g4x_raw_crtc_wm_is_valid(crtc_state, level)) |
| 1413 | goto out; |
| 1414 | |
| 1415 | raw = &crtc_state->wm.g4x.raw[level]; |
| 1416 | for_each_plane_id_on_crtc(crtc, plane_id) |
| 1417 | wm_state->wm.plane[plane_id] = raw->plane[plane_id]; |
| 1418 | |
| 1419 | level = G4X_WM_LEVEL_SR; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1420 | if (!g4x_raw_crtc_wm_is_valid(crtc_state, level)) |
| 1421 | goto out; |
| 1422 | |
| 1423 | raw = &crtc_state->wm.g4x.raw[level]; |
| 1424 | wm_state->sr.plane = raw->plane[PLANE_PRIMARY]; |
| 1425 | wm_state->sr.cursor = raw->plane[PLANE_CURSOR]; |
| 1426 | wm_state->sr.fbc = raw->fbc; |
| 1427 | |
Ville Syrjälä | 0cf771b | 2021-05-14 15:57:39 +0300 | [diff] [blame] | 1428 | wm_state->cxsr = active_planes == BIT(PLANE_PRIMARY); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1429 | |
| 1430 | level = G4X_WM_LEVEL_HPLL; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1431 | if (!g4x_raw_crtc_wm_is_valid(crtc_state, level)) |
| 1432 | goto out; |
| 1433 | |
| 1434 | raw = &crtc_state->wm.g4x.raw[level]; |
| 1435 | wm_state->hpll.plane = raw->plane[PLANE_PRIMARY]; |
| 1436 | wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; |
| 1437 | wm_state->hpll.fbc = raw->fbc; |
| 1438 | |
| 1439 | wm_state->hpll_en = wm_state->cxsr; |
| 1440 | |
| 1441 | level++; |
| 1442 | |
| 1443 | out: |
| 1444 | if (level == G4X_WM_LEVEL_NORMAL) |
| 1445 | return -EINVAL; |
| 1446 | |
| 1447 | /* invalidate the higher levels */ |
| 1448 | g4x_invalidate_wms(crtc, wm_state, level); |
| 1449 | |
| 1450 | /* |
| 1451 | * Determine if the FBC watermark(s) can be used. IF |
| 1452 | * this isn't the case we prefer to disable the FBC |
Ville Syrjälä | fd7a9d8 | 2020-04-29 13:10:33 +0300 | [diff] [blame] | 1453 | * watermark(s) rather than disable the SR/HPLL |
| 1454 | * level(s) entirely. 'level-1' is the highest valid |
| 1455 | * level here. |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1456 | */ |
Ville Syrjälä | fd7a9d8 | 2020-04-29 13:10:33 +0300 | [diff] [blame] | 1457 | wm_state->fbc_en = g4x_compute_fbc_en(wm_state, level - 1); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1458 | |
| 1459 | return 0; |
| 1460 | } |
| 1461 | |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 1462 | static int g4x_compute_intermediate_wm(struct intel_atomic_state *state, |
| 1463 | struct intel_crtc *crtc) |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1464 | { |
Pankaj Bharadiya | 19edeb38 | 2020-05-04 23:45:59 +0530 | [diff] [blame] | 1465 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 1466 | struct intel_crtc_state *new_crtc_state = |
| 1467 | intel_atomic_get_new_crtc_state(state, crtc); |
| 1468 | const struct intel_crtc_state *old_crtc_state = |
| 1469 | intel_atomic_get_old_crtc_state(state, crtc); |
Maarten Lankhorst | 248c243 | 2017-11-15 17:31:57 +0100 | [diff] [blame] | 1470 | struct g4x_wm_state *intermediate = &new_crtc_state->wm.g4x.intermediate; |
| 1471 | const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal; |
Maarten Lankhorst | 248c243 | 2017-11-15 17:31:57 +0100 | [diff] [blame] | 1472 | const struct g4x_wm_state *active = &old_crtc_state->wm.g4x.optimal; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1473 | enum plane_id plane_id; |
| 1474 | |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 1475 | if (!new_crtc_state->hw.active || |
| 1476 | drm_atomic_crtc_needs_modeset(&new_crtc_state->uapi)) { |
Maarten Lankhorst | 248c243 | 2017-11-15 17:31:57 +0100 | [diff] [blame] | 1477 | *intermediate = *optimal; |
| 1478 | |
| 1479 | intermediate->cxsr = false; |
| 1480 | intermediate->hpll_en = false; |
| 1481 | goto out; |
| 1482 | } |
| 1483 | |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1484 | intermediate->cxsr = optimal->cxsr && active->cxsr && |
Maarten Lankhorst | 248c243 | 2017-11-15 17:31:57 +0100 | [diff] [blame] | 1485 | !new_crtc_state->disable_cxsr; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1486 | intermediate->hpll_en = optimal->hpll_en && active->hpll_en && |
Maarten Lankhorst | 248c243 | 2017-11-15 17:31:57 +0100 | [diff] [blame] | 1487 | !new_crtc_state->disable_cxsr; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1488 | intermediate->fbc_en = optimal->fbc_en && active->fbc_en; |
| 1489 | |
| 1490 | for_each_plane_id_on_crtc(crtc, plane_id) { |
| 1491 | intermediate->wm.plane[plane_id] = |
| 1492 | max(optimal->wm.plane[plane_id], |
| 1493 | active->wm.plane[plane_id]); |
| 1494 | |
Pankaj Bharadiya | 19edeb38 | 2020-05-04 23:45:59 +0530 | [diff] [blame] | 1495 | drm_WARN_ON(&dev_priv->drm, intermediate->wm.plane[plane_id] > |
| 1496 | g4x_plane_fifo_size(plane_id, G4X_WM_LEVEL_NORMAL)); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1497 | } |
| 1498 | |
| 1499 | intermediate->sr.plane = max(optimal->sr.plane, |
| 1500 | active->sr.plane); |
| 1501 | intermediate->sr.cursor = max(optimal->sr.cursor, |
| 1502 | active->sr.cursor); |
| 1503 | intermediate->sr.fbc = max(optimal->sr.fbc, |
| 1504 | active->sr.fbc); |
| 1505 | |
| 1506 | intermediate->hpll.plane = max(optimal->hpll.plane, |
| 1507 | active->hpll.plane); |
| 1508 | intermediate->hpll.cursor = max(optimal->hpll.cursor, |
| 1509 | active->hpll.cursor); |
| 1510 | intermediate->hpll.fbc = max(optimal->hpll.fbc, |
| 1511 | active->hpll.fbc); |
| 1512 | |
Pankaj Bharadiya | 19edeb38 | 2020-05-04 23:45:59 +0530 | [diff] [blame] | 1513 | drm_WARN_ON(&dev_priv->drm, |
| 1514 | (intermediate->sr.plane > |
| 1515 | g4x_plane_fifo_size(PLANE_PRIMARY, G4X_WM_LEVEL_SR) || |
| 1516 | intermediate->sr.cursor > |
| 1517 | g4x_plane_fifo_size(PLANE_CURSOR, G4X_WM_LEVEL_SR)) && |
| 1518 | intermediate->cxsr); |
| 1519 | drm_WARN_ON(&dev_priv->drm, |
| 1520 | (intermediate->sr.plane > |
| 1521 | g4x_plane_fifo_size(PLANE_PRIMARY, G4X_WM_LEVEL_HPLL) || |
| 1522 | intermediate->sr.cursor > |
| 1523 | g4x_plane_fifo_size(PLANE_CURSOR, G4X_WM_LEVEL_HPLL)) && |
| 1524 | intermediate->hpll_en); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1525 | |
Pankaj Bharadiya | 19edeb38 | 2020-05-04 23:45:59 +0530 | [diff] [blame] | 1526 | drm_WARN_ON(&dev_priv->drm, |
| 1527 | intermediate->sr.fbc > g4x_fbc_fifo_size(1) && |
| 1528 | intermediate->fbc_en && intermediate->cxsr); |
| 1529 | drm_WARN_ON(&dev_priv->drm, |
| 1530 | intermediate->hpll.fbc > g4x_fbc_fifo_size(2) && |
| 1531 | intermediate->fbc_en && intermediate->hpll_en); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1532 | |
Maarten Lankhorst | 248c243 | 2017-11-15 17:31:57 +0100 | [diff] [blame] | 1533 | out: |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1534 | /* |
| 1535 | * If our intermediate WM are identical to the final WM, then we can |
| 1536 | * omit the post-vblank programming; only update if it's different. |
| 1537 | */ |
| 1538 | if (memcmp(intermediate, optimal, sizeof(*intermediate)) != 0) |
Maarten Lankhorst | 248c243 | 2017-11-15 17:31:57 +0100 | [diff] [blame] | 1539 | new_crtc_state->wm.need_postvbl_update = true; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1540 | |
| 1541 | return 0; |
| 1542 | } |
| 1543 | |
| 1544 | static void g4x_merge_wm(struct drm_i915_private *dev_priv, |
| 1545 | struct g4x_wm_values *wm) |
| 1546 | { |
| 1547 | struct intel_crtc *crtc; |
Ville Syrjälä | c08e913 | 2019-08-21 20:30:32 +0300 | [diff] [blame] | 1548 | int num_active_pipes = 0; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1549 | |
| 1550 | wm->cxsr = true; |
| 1551 | wm->hpll_en = true; |
| 1552 | wm->fbc_en = true; |
| 1553 | |
| 1554 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
| 1555 | const struct g4x_wm_state *wm_state = &crtc->wm.active.g4x; |
| 1556 | |
| 1557 | if (!crtc->active) |
| 1558 | continue; |
| 1559 | |
| 1560 | if (!wm_state->cxsr) |
| 1561 | wm->cxsr = false; |
| 1562 | if (!wm_state->hpll_en) |
| 1563 | wm->hpll_en = false; |
| 1564 | if (!wm_state->fbc_en) |
| 1565 | wm->fbc_en = false; |
| 1566 | |
Ville Syrjälä | c08e913 | 2019-08-21 20:30:32 +0300 | [diff] [blame] | 1567 | num_active_pipes++; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1568 | } |
| 1569 | |
Ville Syrjälä | c08e913 | 2019-08-21 20:30:32 +0300 | [diff] [blame] | 1570 | if (num_active_pipes != 1) { |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1571 | wm->cxsr = false; |
| 1572 | wm->hpll_en = false; |
| 1573 | wm->fbc_en = false; |
| 1574 | } |
| 1575 | |
| 1576 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
| 1577 | const struct g4x_wm_state *wm_state = &crtc->wm.active.g4x; |
| 1578 | enum pipe pipe = crtc->pipe; |
| 1579 | |
| 1580 | wm->pipe[pipe] = wm_state->wm; |
| 1581 | if (crtc->active && wm->cxsr) |
| 1582 | wm->sr = wm_state->sr; |
| 1583 | if (crtc->active && wm->hpll_en) |
| 1584 | wm->hpll = wm_state->hpll; |
| 1585 | } |
| 1586 | } |
| 1587 | |
| 1588 | static void g4x_program_watermarks(struct drm_i915_private *dev_priv) |
| 1589 | { |
| 1590 | struct g4x_wm_values *old_wm = &dev_priv->wm.g4x; |
| 1591 | struct g4x_wm_values new_wm = {}; |
| 1592 | |
| 1593 | g4x_merge_wm(dev_priv, &new_wm); |
| 1594 | |
| 1595 | if (memcmp(old_wm, &new_wm, sizeof(new_wm)) == 0) |
| 1596 | return; |
| 1597 | |
| 1598 | if (is_disabling(old_wm->cxsr, new_wm.cxsr, true)) |
| 1599 | _intel_set_memory_cxsr(dev_priv, false); |
| 1600 | |
| 1601 | g4x_write_wm_values(dev_priv, &new_wm); |
| 1602 | |
| 1603 | if (is_enabling(old_wm->cxsr, new_wm.cxsr, true)) |
| 1604 | _intel_set_memory_cxsr(dev_priv, true); |
| 1605 | |
| 1606 | *old_wm = new_wm; |
| 1607 | } |
| 1608 | |
| 1609 | static void g4x_initial_watermarks(struct intel_atomic_state *state, |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 1610 | struct intel_crtc *crtc) |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1611 | { |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 1612 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 1613 | const struct intel_crtc_state *crtc_state = |
| 1614 | intel_atomic_get_new_crtc_state(state, crtc); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1615 | |
| 1616 | mutex_lock(&dev_priv->wm.wm_mutex); |
| 1617 | crtc->wm.active.g4x = crtc_state->wm.g4x.intermediate; |
| 1618 | g4x_program_watermarks(dev_priv); |
| 1619 | mutex_unlock(&dev_priv->wm.wm_mutex); |
| 1620 | } |
| 1621 | |
| 1622 | static void g4x_optimize_watermarks(struct intel_atomic_state *state, |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 1623 | struct intel_crtc *crtc) |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1624 | { |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 1625 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 1626 | const struct intel_crtc_state *crtc_state = |
| 1627 | intel_atomic_get_new_crtc_state(state, crtc); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1628 | |
| 1629 | if (!crtc_state->wm.need_postvbl_update) |
| 1630 | return; |
| 1631 | |
| 1632 | mutex_lock(&dev_priv->wm.wm_mutex); |
Ville Syrjälä | 88016a9 | 2019-07-01 19:05:45 +0300 | [diff] [blame] | 1633 | crtc->wm.active.g4x = crtc_state->wm.g4x.optimal; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1634 | g4x_program_watermarks(dev_priv); |
| 1635 | mutex_unlock(&dev_priv->wm.wm_mutex); |
| 1636 | } |
| 1637 | |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1638 | /* latency must be in 0.1us units. */ |
| 1639 | static unsigned int vlv_wm_method2(unsigned int pixel_rate, |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 1640 | unsigned int htotal, |
| 1641 | unsigned int width, |
Ville Syrjälä | ac48496 | 2016-01-20 21:05:26 +0200 | [diff] [blame] | 1642 | unsigned int cpp, |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1643 | unsigned int latency) |
| 1644 | { |
| 1645 | unsigned int ret; |
| 1646 | |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 1647 | ret = intel_wm_method2(pixel_rate, htotal, |
| 1648 | width, cpp, latency); |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1649 | ret = DIV_ROUND_UP(ret, 64); |
| 1650 | |
| 1651 | return ret; |
| 1652 | } |
| 1653 | |
Ville Syrjälä | bb72651 | 2016-10-31 22:37:24 +0200 | [diff] [blame] | 1654 | static void vlv_setup_wm_latency(struct drm_i915_private *dev_priv) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1655 | { |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1656 | /* all latencies in usec */ |
| 1657 | dev_priv->wm.pri_latency[VLV_WM_LEVEL_PM2] = 3; |
| 1658 | |
Ville Syrjälä | 58590c1 | 2015-09-08 21:05:12 +0300 | [diff] [blame] | 1659 | dev_priv->wm.max_level = VLV_WM_LEVEL_PM2; |
| 1660 | |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1661 | if (IS_CHERRYVIEW(dev_priv)) { |
| 1662 | dev_priv->wm.pri_latency[VLV_WM_LEVEL_PM5] = 12; |
| 1663 | dev_priv->wm.pri_latency[VLV_WM_LEVEL_DDR_DVFS] = 33; |
Ville Syrjälä | 58590c1 | 2015-09-08 21:05:12 +0300 | [diff] [blame] | 1664 | |
| 1665 | dev_priv->wm.max_level = VLV_WM_LEVEL_DDR_DVFS; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1666 | } |
| 1667 | } |
| 1668 | |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 1669 | static u16 vlv_compute_wm_level(const struct intel_crtc_state *crtc_state, |
| 1670 | const struct intel_plane_state *plane_state, |
| 1671 | int level) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1672 | { |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 1673 | struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1674 | struct drm_i915_private *dev_priv = to_i915(plane->base.dev); |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 1675 | const struct drm_display_mode *pipe_mode = |
| 1676 | &crtc_state->hw.pipe_mode; |
Chris Wilson | 1a1f128 | 2017-11-07 14:03:38 +0000 | [diff] [blame] | 1677 | unsigned int clock, htotal, cpp, width, wm; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1678 | |
| 1679 | if (dev_priv->wm.pri_latency[level] == 0) |
| 1680 | return USHRT_MAX; |
| 1681 | |
Ville Syrjälä | a07102f | 2017-03-03 17:19:27 +0200 | [diff] [blame] | 1682 | if (!intel_wm_plane_visible(crtc_state, plane_state)) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1683 | return 0; |
| 1684 | |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 1685 | cpp = plane_state->hw.fb->format->cpp[0]; |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 1686 | clock = pipe_mode->crtc_clock; |
| 1687 | htotal = pipe_mode->crtc_htotal; |
Ville Syrjälä | e339d67 | 2016-11-28 19:37:17 +0200 | [diff] [blame] | 1688 | width = crtc_state->pipe_src_w; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1689 | |
Ville Syrjälä | 709f3fc | 2017-03-03 17:19:26 +0200 | [diff] [blame] | 1690 | if (plane->id == PLANE_CURSOR) { |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1691 | /* |
| 1692 | * FIXME the formula gives values that are |
| 1693 | * too big for the cursor FIFO, and hence we |
| 1694 | * would never be able to use cursors. For |
| 1695 | * now just hardcode the watermark. |
| 1696 | */ |
| 1697 | wm = 63; |
| 1698 | } else { |
Ville Syrjälä | ac48496 | 2016-01-20 21:05:26 +0200 | [diff] [blame] | 1699 | wm = vlv_wm_method2(clock, htotal, width, cpp, |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1700 | dev_priv->wm.pri_latency[level] * 10); |
| 1701 | } |
| 1702 | |
Chris Wilson | 1a1f128 | 2017-11-07 14:03:38 +0000 | [diff] [blame] | 1703 | return min_t(unsigned int, wm, USHRT_MAX); |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1704 | } |
| 1705 | |
Ville Syrjälä | 1a10ae6 | 2017-03-02 19:15:03 +0200 | [diff] [blame] | 1706 | static bool vlv_need_sprite0_fifo_workaround(unsigned int active_planes) |
| 1707 | { |
| 1708 | return (active_planes & (BIT(PLANE_SPRITE0) | |
| 1709 | BIT(PLANE_SPRITE1))) == BIT(PLANE_SPRITE1); |
| 1710 | } |
| 1711 | |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1712 | static int vlv_compute_fifo(struct intel_crtc_state *crtc_state) |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1713 | { |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 1714 | struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); |
Pankaj Bharadiya | 19edeb38 | 2020-05-04 23:45:59 +0530 | [diff] [blame] | 1715 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
Ville Syrjälä | 114d7dc | 2017-04-21 21:14:21 +0300 | [diff] [blame] | 1716 | const struct g4x_pipe_wm *raw = |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1717 | &crtc_state->wm.vlv.raw[VLV_WM_LEVEL_PM2]; |
Ville Syrjälä | 814e7f0 | 2017-03-02 19:14:55 +0200 | [diff] [blame] | 1718 | struct vlv_fifo_state *fifo_state = &crtc_state->wm.vlv.fifo_state; |
Ville Syrjälä | 8f27dbf | 2021-05-14 15:57:40 +0300 | [diff] [blame] | 1719 | u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); |
Ville Syrjälä | 0b14d96 | 2019-08-21 20:30:33 +0300 | [diff] [blame] | 1720 | int num_active_planes = hweight8(active_planes); |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1721 | const int fifo_size = 511; |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1722 | int fifo_extra, fifo_left = fifo_size; |
Ville Syrjälä | 1a10ae6 | 2017-03-02 19:15:03 +0200 | [diff] [blame] | 1723 | int sprite0_fifo_extra = 0; |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1724 | unsigned int total_rate; |
| 1725 | enum plane_id plane_id; |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1726 | |
Ville Syrjälä | 1a10ae6 | 2017-03-02 19:15:03 +0200 | [diff] [blame] | 1727 | /* |
| 1728 | * When enabling sprite0 after sprite1 has already been enabled |
| 1729 | * we tend to get an underrun unless sprite0 already has some |
| 1730 | * FIFO space allcoated. Hence we always allocate at least one |
| 1731 | * cacheline for sprite0 whenever sprite1 is enabled. |
| 1732 | * |
| 1733 | * All other plane enable sequences appear immune to this problem. |
| 1734 | */ |
| 1735 | if (vlv_need_sprite0_fifo_workaround(active_planes)) |
| 1736 | sprite0_fifo_extra = 1; |
| 1737 | |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1738 | total_rate = raw->plane[PLANE_PRIMARY] + |
| 1739 | raw->plane[PLANE_SPRITE0] + |
Ville Syrjälä | 1a10ae6 | 2017-03-02 19:15:03 +0200 | [diff] [blame] | 1740 | raw->plane[PLANE_SPRITE1] + |
| 1741 | sprite0_fifo_extra; |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1742 | |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1743 | if (total_rate > fifo_size) |
| 1744 | return -EINVAL; |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1745 | |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1746 | if (total_rate == 0) |
| 1747 | total_rate = 1; |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1748 | |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1749 | for_each_plane_id_on_crtc(crtc, plane_id) { |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1750 | unsigned int rate; |
| 1751 | |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1752 | if ((active_planes & BIT(plane_id)) == 0) { |
| 1753 | fifo_state->plane[plane_id] = 0; |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1754 | continue; |
| 1755 | } |
| 1756 | |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1757 | rate = raw->plane[plane_id]; |
| 1758 | fifo_state->plane[plane_id] = fifo_size * rate / total_rate; |
| 1759 | fifo_left -= fifo_state->plane[plane_id]; |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1760 | } |
| 1761 | |
Ville Syrjälä | 1a10ae6 | 2017-03-02 19:15:03 +0200 | [diff] [blame] | 1762 | fifo_state->plane[PLANE_SPRITE0] += sprite0_fifo_extra; |
| 1763 | fifo_left -= sprite0_fifo_extra; |
| 1764 | |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1765 | fifo_state->plane[PLANE_CURSOR] = 63; |
| 1766 | |
| 1767 | fifo_extra = DIV_ROUND_UP(fifo_left, num_active_planes ?: 1); |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1768 | |
| 1769 | /* spread the remainder evenly */ |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1770 | for_each_plane_id_on_crtc(crtc, plane_id) { |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1771 | int plane_extra; |
| 1772 | |
| 1773 | if (fifo_left == 0) |
| 1774 | break; |
| 1775 | |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1776 | if ((active_planes & BIT(plane_id)) == 0) |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1777 | continue; |
| 1778 | |
| 1779 | plane_extra = min(fifo_extra, fifo_left); |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1780 | fifo_state->plane[plane_id] += plane_extra; |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1781 | fifo_left -= plane_extra; |
| 1782 | } |
| 1783 | |
Pankaj Bharadiya | 19edeb38 | 2020-05-04 23:45:59 +0530 | [diff] [blame] | 1784 | drm_WARN_ON(&dev_priv->drm, active_planes != 0 && fifo_left != 0); |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1785 | |
| 1786 | /* give it all to the first plane if none are active */ |
| 1787 | if (active_planes == 0) { |
Pankaj Bharadiya | 19edeb38 | 2020-05-04 23:45:59 +0530 | [diff] [blame] | 1788 | drm_WARN_ON(&dev_priv->drm, fifo_left != fifo_size); |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1789 | fifo_state->plane[PLANE_PRIMARY] = fifo_left; |
| 1790 | } |
| 1791 | |
| 1792 | return 0; |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 1793 | } |
| 1794 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1795 | /* mark all levels starting from 'level' as invalid */ |
| 1796 | static void vlv_invalidate_wms(struct intel_crtc *crtc, |
| 1797 | struct vlv_wm_state *wm_state, int level) |
| 1798 | { |
| 1799 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 1800 | |
Ville Syrjälä | 6d5019b | 2017-04-21 21:14:20 +0300 | [diff] [blame] | 1801 | for (; level < intel_wm_num_levels(dev_priv); level++) { |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1802 | enum plane_id plane_id; |
| 1803 | |
| 1804 | for_each_plane_id_on_crtc(crtc, plane_id) |
| 1805 | wm_state->wm[level].plane[plane_id] = USHRT_MAX; |
| 1806 | |
| 1807 | wm_state->sr[level].cursor = USHRT_MAX; |
| 1808 | wm_state->sr[level].plane = USHRT_MAX; |
| 1809 | } |
| 1810 | } |
| 1811 | |
Ville Syrjälä | 26cca0e | 2016-11-28 19:37:09 +0200 | [diff] [blame] | 1812 | static u16 vlv_invert_wm_value(u16 wm, u16 fifo_size) |
| 1813 | { |
| 1814 | if (wm > fifo_size) |
| 1815 | return USHRT_MAX; |
| 1816 | else |
| 1817 | return fifo_size - wm; |
| 1818 | } |
| 1819 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1820 | /* |
| 1821 | * Starting from 'level' set all higher |
| 1822 | * levels to 'value' in the "raw" watermarks. |
| 1823 | */ |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1824 | static bool vlv_raw_plane_wm_set(struct intel_crtc_state *crtc_state, |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1825 | int level, enum plane_id plane_id, u16 value) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1826 | { |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 1827 | struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); |
Ville Syrjälä | 6d5019b | 2017-04-21 21:14:20 +0300 | [diff] [blame] | 1828 | int num_levels = intel_wm_num_levels(dev_priv); |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1829 | bool dirty = false; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1830 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1831 | for (; level < num_levels; level++) { |
Ville Syrjälä | 114d7dc | 2017-04-21 21:14:21 +0300 | [diff] [blame] | 1832 | struct g4x_pipe_wm *raw = &crtc_state->wm.vlv.raw[level]; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1833 | |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1834 | dirty |= raw->plane[plane_id] != value; |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1835 | raw->plane[plane_id] = value; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1836 | } |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1837 | |
| 1838 | return dirty; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1839 | } |
| 1840 | |
Ville Syrjälä | 77d14ee | 2017-04-21 21:14:18 +0300 | [diff] [blame] | 1841 | static bool vlv_raw_plane_wm_compute(struct intel_crtc_state *crtc_state, |
| 1842 | const struct intel_plane_state *plane_state) |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1843 | { |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 1844 | struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 1845 | struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1846 | enum plane_id plane_id = plane->id; |
Ville Syrjälä | 6d5019b | 2017-04-21 21:14:20 +0300 | [diff] [blame] | 1847 | int num_levels = intel_wm_num_levels(to_i915(plane->base.dev)); |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1848 | int level; |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1849 | bool dirty = false; |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1850 | |
Ville Syrjälä | a07102f | 2017-03-03 17:19:27 +0200 | [diff] [blame] | 1851 | if (!intel_wm_plane_visible(crtc_state, plane_state)) { |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1852 | dirty |= vlv_raw_plane_wm_set(crtc_state, 0, plane_id, 0); |
| 1853 | goto out; |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1854 | } |
| 1855 | |
| 1856 | for (level = 0; level < num_levels; level++) { |
Ville Syrjälä | 114d7dc | 2017-04-21 21:14:21 +0300 | [diff] [blame] | 1857 | struct g4x_pipe_wm *raw = &crtc_state->wm.vlv.raw[level]; |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1858 | int wm = vlv_compute_wm_level(crtc_state, plane_state, level); |
| 1859 | int max_wm = plane_id == PLANE_CURSOR ? 63 : 511; |
| 1860 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1861 | if (wm > max_wm) |
| 1862 | break; |
| 1863 | |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1864 | dirty |= raw->plane[plane_id] != wm; |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1865 | raw->plane[plane_id] = wm; |
| 1866 | } |
| 1867 | |
| 1868 | /* mark all higher levels as invalid */ |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1869 | dirty |= vlv_raw_plane_wm_set(crtc_state, level, plane_id, USHRT_MAX); |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1870 | |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1871 | out: |
| 1872 | if (dirty) |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 1873 | drm_dbg_kms(&dev_priv->drm, |
| 1874 | "%s watermarks: PM2=%d, PM5=%d, DDR DVFS=%d\n", |
| 1875 | plane->base.name, |
| 1876 | crtc_state->wm.vlv.raw[VLV_WM_LEVEL_PM2].plane[plane_id], |
| 1877 | crtc_state->wm.vlv.raw[VLV_WM_LEVEL_PM5].plane[plane_id], |
| 1878 | crtc_state->wm.vlv.raw[VLV_WM_LEVEL_DDR_DVFS].plane[plane_id]); |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1879 | |
| 1880 | return dirty; |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1881 | } |
| 1882 | |
Ville Syrjälä | 77d14ee | 2017-04-21 21:14:18 +0300 | [diff] [blame] | 1883 | static bool vlv_raw_plane_wm_is_valid(const struct intel_crtc_state *crtc_state, |
| 1884 | enum plane_id plane_id, int level) |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1885 | { |
Ville Syrjälä | 114d7dc | 2017-04-21 21:14:21 +0300 | [diff] [blame] | 1886 | const struct g4x_pipe_wm *raw = |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1887 | &crtc_state->wm.vlv.raw[level]; |
| 1888 | const struct vlv_fifo_state *fifo_state = |
| 1889 | &crtc_state->wm.vlv.fifo_state; |
| 1890 | |
| 1891 | return raw->plane[plane_id] <= fifo_state->plane[plane_id]; |
| 1892 | } |
| 1893 | |
Ville Syrjälä | 77d14ee | 2017-04-21 21:14:18 +0300 | [diff] [blame] | 1894 | static bool vlv_raw_crtc_wm_is_valid(const struct intel_crtc_state *crtc_state, int level) |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1895 | { |
Ville Syrjälä | 77d14ee | 2017-04-21 21:14:18 +0300 | [diff] [blame] | 1896 | return vlv_raw_plane_wm_is_valid(crtc_state, PLANE_PRIMARY, level) && |
| 1897 | vlv_raw_plane_wm_is_valid(crtc_state, PLANE_SPRITE0, level) && |
| 1898 | vlv_raw_plane_wm_is_valid(crtc_state, PLANE_SPRITE1, level) && |
| 1899 | vlv_raw_plane_wm_is_valid(crtc_state, PLANE_CURSOR, level); |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1900 | } |
| 1901 | |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 1902 | static int vlv_compute_pipe_wm(struct intel_atomic_state *state, |
| 1903 | struct intel_crtc *crtc) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1904 | { |
Ville Syrjälä | 7c951c0 | 2016-11-28 19:37:10 +0200 | [diff] [blame] | 1905 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 1906 | struct intel_crtc_state *crtc_state = |
| 1907 | intel_atomic_get_new_crtc_state(state, crtc); |
Ville Syrjälä | 855c79f | 2017-03-02 19:14:54 +0200 | [diff] [blame] | 1908 | struct vlv_wm_state *wm_state = &crtc_state->wm.vlv.optimal; |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1909 | const struct vlv_fifo_state *fifo_state = |
| 1910 | &crtc_state->wm.vlv.fifo_state; |
Ville Syrjälä | 8f27dbf | 2021-05-14 15:57:40 +0300 | [diff] [blame] | 1911 | u8 active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); |
| 1912 | int num_active_planes = hweight8(active_planes); |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 1913 | bool needs_modeset = drm_atomic_crtc_needs_modeset(&crtc_state->uapi); |
Ville Syrjälä | 7b510451 | 2017-08-23 18:22:22 +0300 | [diff] [blame] | 1914 | const struct intel_plane_state *old_plane_state; |
| 1915 | const struct intel_plane_state *new_plane_state; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1916 | struct intel_plane *plane; |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1917 | enum plane_id plane_id; |
| 1918 | int level, ret, i; |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1919 | unsigned int dirty = 0; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1920 | |
Ville Syrjälä | 7b510451 | 2017-08-23 18:22:22 +0300 | [diff] [blame] | 1921 | for_each_oldnew_intel_plane_in_state(state, plane, |
| 1922 | old_plane_state, |
| 1923 | new_plane_state, i) { |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 1924 | if (new_plane_state->hw.crtc != &crtc->base && |
| 1925 | old_plane_state->hw.crtc != &crtc->base) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1926 | continue; |
| 1927 | |
Ville Syrjälä | 7b510451 | 2017-08-23 18:22:22 +0300 | [diff] [blame] | 1928 | if (vlv_raw_plane_wm_compute(crtc_state, new_plane_state)) |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1929 | dirty |= BIT(plane->id); |
| 1930 | } |
| 1931 | |
| 1932 | /* |
| 1933 | * DSPARB registers may have been reset due to the |
| 1934 | * power well being turned off. Make sure we restore |
| 1935 | * them to a consistent state even if no primary/sprite |
| 1936 | * planes are initially active. |
| 1937 | */ |
| 1938 | if (needs_modeset) |
| 1939 | crtc_state->fifo_changed = true; |
| 1940 | |
| 1941 | if (!dirty) |
| 1942 | return 0; |
| 1943 | |
| 1944 | /* cursor changes don't warrant a FIFO recompute */ |
| 1945 | if (dirty & ~BIT(PLANE_CURSOR)) { |
| 1946 | const struct intel_crtc_state *old_crtc_state = |
Ville Syrjälä | 7b510451 | 2017-08-23 18:22:22 +0300 | [diff] [blame] | 1947 | intel_atomic_get_old_crtc_state(state, crtc); |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 1948 | const struct vlv_fifo_state *old_fifo_state = |
| 1949 | &old_crtc_state->wm.vlv.fifo_state; |
| 1950 | |
| 1951 | ret = vlv_compute_fifo(crtc_state); |
| 1952 | if (ret) |
| 1953 | return ret; |
| 1954 | |
| 1955 | if (needs_modeset || |
| 1956 | memcmp(old_fifo_state, fifo_state, |
| 1957 | sizeof(*fifo_state)) != 0) |
| 1958 | crtc_state->fifo_changed = true; |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1959 | } |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1960 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1961 | /* initially allow all levels */ |
Ville Syrjälä | 6d5019b | 2017-04-21 21:14:20 +0300 | [diff] [blame] | 1962 | wm_state->num_levels = intel_wm_num_levels(dev_priv); |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1963 | /* |
| 1964 | * Note that enabling cxsr with no primary/sprite planes |
| 1965 | * enabled can wedge the pipe. Hence we only allow cxsr |
| 1966 | * with exactly one enabled primary/sprite plane. |
| 1967 | */ |
Ville Syrjälä | 5eeb798 | 2017-03-02 19:15:00 +0200 | [diff] [blame] | 1968 | wm_state->cxsr = crtc->pipe != PIPE_C && num_active_planes == 1; |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1969 | |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1970 | for (level = 0; level < wm_state->num_levels; level++) { |
Ville Syrjälä | 114d7dc | 2017-04-21 21:14:21 +0300 | [diff] [blame] | 1971 | const struct g4x_pipe_wm *raw = &crtc_state->wm.vlv.raw[level]; |
Jani Nikula | 2497787 | 2019-09-11 12:26:08 +0300 | [diff] [blame] | 1972 | const int sr_fifo_size = INTEL_NUM_PIPES(dev_priv) * 512 - 1; |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1973 | |
Ville Syrjälä | 77d14ee | 2017-04-21 21:14:18 +0300 | [diff] [blame] | 1974 | if (!vlv_raw_crtc_wm_is_valid(crtc_state, level)) |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1975 | break; |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1976 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1977 | for_each_plane_id_on_crtc(crtc, plane_id) { |
| 1978 | wm_state->wm[level].plane[plane_id] = |
| 1979 | vlv_invert_wm_value(raw->plane[plane_id], |
| 1980 | fifo_state->plane[plane_id]); |
| 1981 | } |
| 1982 | |
| 1983 | wm_state->sr[level].plane = |
| 1984 | vlv_invert_wm_value(max3(raw->plane[PLANE_PRIMARY], |
Ville Syrjälä | 5012e60 | 2017-03-02 19:14:56 +0200 | [diff] [blame] | 1985 | raw->plane[PLANE_SPRITE0], |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1986 | raw->plane[PLANE_SPRITE1]), |
| 1987 | sr_fifo_size); |
| 1988 | |
| 1989 | wm_state->sr[level].cursor = |
| 1990 | vlv_invert_wm_value(raw->plane[PLANE_CURSOR], |
| 1991 | 63); |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1992 | } |
| 1993 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1994 | if (level == 0) |
| 1995 | return -EINVAL; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 1996 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 1997 | /* limit to only levels we can actually handle */ |
| 1998 | wm_state->num_levels = level; |
| 1999 | |
| 2000 | /* invalidate the higher levels */ |
| 2001 | vlv_invalidate_wms(crtc, wm_state, level); |
| 2002 | |
| 2003 | return 0; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2004 | } |
| 2005 | |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2006 | #define VLV_FIFO(plane, value) \ |
| 2007 | (((value) << DSPARB_ ## plane ## _SHIFT_VLV) & DSPARB_ ## plane ## _MASK_VLV) |
| 2008 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 2009 | static void vlv_atomic_update_fifo(struct intel_atomic_state *state, |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 2010 | struct intel_crtc *crtc) |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2011 | { |
Ville Syrjälä | f07d43d | 2017-03-02 19:14:52 +0200 | [diff] [blame] | 2012 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
Tvrtko Ursulin | e33a4be | 2019-06-11 11:45:44 +0100 | [diff] [blame] | 2013 | struct intel_uncore *uncore = &dev_priv->uncore; |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 2014 | const struct intel_crtc_state *crtc_state = |
| 2015 | intel_atomic_get_new_crtc_state(state, crtc); |
Ville Syrjälä | 814e7f0 | 2017-03-02 19:14:55 +0200 | [diff] [blame] | 2016 | const struct vlv_fifo_state *fifo_state = |
| 2017 | &crtc_state->wm.vlv.fifo_state; |
Ville Syrjälä | f07d43d | 2017-03-02 19:14:52 +0200 | [diff] [blame] | 2018 | int sprite0_start, sprite1_start, fifo_size; |
Kees Cook | 2713eb4 | 2020-02-20 16:05:17 -0800 | [diff] [blame] | 2019 | u32 dsparb, dsparb2, dsparb3; |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2020 | |
Ville Syrjälä | 236c48e | 2017-03-02 19:14:58 +0200 | [diff] [blame] | 2021 | if (!crtc_state->fifo_changed) |
| 2022 | return; |
| 2023 | |
Ville Syrjälä | f07d43d | 2017-03-02 19:14:52 +0200 | [diff] [blame] | 2024 | sprite0_start = fifo_state->plane[PLANE_PRIMARY]; |
| 2025 | sprite1_start = fifo_state->plane[PLANE_SPRITE0] + sprite0_start; |
| 2026 | fifo_size = fifo_state->plane[PLANE_SPRITE1] + sprite1_start; |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2027 | |
Pankaj Bharadiya | 48a1b8d | 2020-01-15 09:14:53 +0530 | [diff] [blame] | 2028 | drm_WARN_ON(&dev_priv->drm, fifo_state->plane[PLANE_CURSOR] != 63); |
| 2029 | drm_WARN_ON(&dev_priv->drm, fifo_size != 511); |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2030 | |
Ville Syrjälä | c137d66 | 2017-03-02 19:15:06 +0200 | [diff] [blame] | 2031 | trace_vlv_fifo_size(crtc, sprite0_start, sprite1_start, fifo_size); |
| 2032 | |
Ville Syrjälä | 44e921d | 2017-03-09 17:44:34 +0200 | [diff] [blame] | 2033 | /* |
| 2034 | * uncore.lock serves a double purpose here. It allows us to |
| 2035 | * use the less expensive I915_{READ,WRITE}_FW() functions, and |
| 2036 | * it protects the DSPARB registers from getting clobbered by |
| 2037 | * parallel updates from multiple pipes. |
| 2038 | * |
| 2039 | * intel_pipe_update_start() has already disabled interrupts |
| 2040 | * for us, so a plain spin_lock() is sufficient here. |
| 2041 | */ |
Tvrtko Ursulin | e33a4be | 2019-06-11 11:45:44 +0100 | [diff] [blame] | 2042 | spin_lock(&uncore->lock); |
Ville Syrjälä | 467a14d | 2016-12-05 16:13:28 +0200 | [diff] [blame] | 2043 | |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2044 | switch (crtc->pipe) { |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2045 | case PIPE_A: |
Tvrtko Ursulin | e33a4be | 2019-06-11 11:45:44 +0100 | [diff] [blame] | 2046 | dsparb = intel_uncore_read_fw(uncore, DSPARB); |
| 2047 | dsparb2 = intel_uncore_read_fw(uncore, DSPARB2); |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2048 | |
| 2049 | dsparb &= ~(VLV_FIFO(SPRITEA, 0xff) | |
| 2050 | VLV_FIFO(SPRITEB, 0xff)); |
| 2051 | dsparb |= (VLV_FIFO(SPRITEA, sprite0_start) | |
| 2052 | VLV_FIFO(SPRITEB, sprite1_start)); |
| 2053 | |
| 2054 | dsparb2 &= ~(VLV_FIFO(SPRITEA_HI, 0x1) | |
| 2055 | VLV_FIFO(SPRITEB_HI, 0x1)); |
| 2056 | dsparb2 |= (VLV_FIFO(SPRITEA_HI, sprite0_start >> 8) | |
| 2057 | VLV_FIFO(SPRITEB_HI, sprite1_start >> 8)); |
| 2058 | |
Tvrtko Ursulin | e33a4be | 2019-06-11 11:45:44 +0100 | [diff] [blame] | 2059 | intel_uncore_write_fw(uncore, DSPARB, dsparb); |
| 2060 | intel_uncore_write_fw(uncore, DSPARB2, dsparb2); |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2061 | break; |
| 2062 | case PIPE_B: |
Tvrtko Ursulin | e33a4be | 2019-06-11 11:45:44 +0100 | [diff] [blame] | 2063 | dsparb = intel_uncore_read_fw(uncore, DSPARB); |
| 2064 | dsparb2 = intel_uncore_read_fw(uncore, DSPARB2); |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2065 | |
| 2066 | dsparb &= ~(VLV_FIFO(SPRITEC, 0xff) | |
| 2067 | VLV_FIFO(SPRITED, 0xff)); |
| 2068 | dsparb |= (VLV_FIFO(SPRITEC, sprite0_start) | |
| 2069 | VLV_FIFO(SPRITED, sprite1_start)); |
| 2070 | |
| 2071 | dsparb2 &= ~(VLV_FIFO(SPRITEC_HI, 0xff) | |
| 2072 | VLV_FIFO(SPRITED_HI, 0xff)); |
| 2073 | dsparb2 |= (VLV_FIFO(SPRITEC_HI, sprite0_start >> 8) | |
| 2074 | VLV_FIFO(SPRITED_HI, sprite1_start >> 8)); |
| 2075 | |
Tvrtko Ursulin | e33a4be | 2019-06-11 11:45:44 +0100 | [diff] [blame] | 2076 | intel_uncore_write_fw(uncore, DSPARB, dsparb); |
| 2077 | intel_uncore_write_fw(uncore, DSPARB2, dsparb2); |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2078 | break; |
| 2079 | case PIPE_C: |
Tvrtko Ursulin | e33a4be | 2019-06-11 11:45:44 +0100 | [diff] [blame] | 2080 | dsparb3 = intel_uncore_read_fw(uncore, DSPARB3); |
| 2081 | dsparb2 = intel_uncore_read_fw(uncore, DSPARB2); |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2082 | |
| 2083 | dsparb3 &= ~(VLV_FIFO(SPRITEE, 0xff) | |
| 2084 | VLV_FIFO(SPRITEF, 0xff)); |
| 2085 | dsparb3 |= (VLV_FIFO(SPRITEE, sprite0_start) | |
| 2086 | VLV_FIFO(SPRITEF, sprite1_start)); |
| 2087 | |
| 2088 | dsparb2 &= ~(VLV_FIFO(SPRITEE_HI, 0xff) | |
| 2089 | VLV_FIFO(SPRITEF_HI, 0xff)); |
| 2090 | dsparb2 |= (VLV_FIFO(SPRITEE_HI, sprite0_start >> 8) | |
| 2091 | VLV_FIFO(SPRITEF_HI, sprite1_start >> 8)); |
| 2092 | |
Tvrtko Ursulin | e33a4be | 2019-06-11 11:45:44 +0100 | [diff] [blame] | 2093 | intel_uncore_write_fw(uncore, DSPARB3, dsparb3); |
| 2094 | intel_uncore_write_fw(uncore, DSPARB2, dsparb2); |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2095 | break; |
| 2096 | default: |
| 2097 | break; |
| 2098 | } |
Ville Syrjälä | 467a14d | 2016-12-05 16:13:28 +0200 | [diff] [blame] | 2099 | |
Tvrtko Ursulin | e33a4be | 2019-06-11 11:45:44 +0100 | [diff] [blame] | 2100 | intel_uncore_posting_read_fw(uncore, DSPARB); |
Ville Syrjälä | 467a14d | 2016-12-05 16:13:28 +0200 | [diff] [blame] | 2101 | |
Tvrtko Ursulin | e33a4be | 2019-06-11 11:45:44 +0100 | [diff] [blame] | 2102 | spin_unlock(&uncore->lock); |
Ville Syrjälä | 54f1b6e | 2015-06-24 22:00:05 +0300 | [diff] [blame] | 2103 | } |
| 2104 | |
| 2105 | #undef VLV_FIFO |
| 2106 | |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 2107 | static int vlv_compute_intermediate_wm(struct intel_atomic_state *state, |
| 2108 | struct intel_crtc *crtc) |
Ville Syrjälä | 4841da5 | 2017-03-02 19:14:59 +0200 | [diff] [blame] | 2109 | { |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 2110 | struct intel_crtc_state *new_crtc_state = |
| 2111 | intel_atomic_get_new_crtc_state(state, crtc); |
| 2112 | const struct intel_crtc_state *old_crtc_state = |
| 2113 | intel_atomic_get_old_crtc_state(state, crtc); |
Maarten Lankhorst | 5b9489c | 2017-11-15 17:31:56 +0100 | [diff] [blame] | 2114 | struct vlv_wm_state *intermediate = &new_crtc_state->wm.vlv.intermediate; |
| 2115 | const struct vlv_wm_state *optimal = &new_crtc_state->wm.vlv.optimal; |
Maarten Lankhorst | 5b9489c | 2017-11-15 17:31:56 +0100 | [diff] [blame] | 2116 | const struct vlv_wm_state *active = &old_crtc_state->wm.vlv.optimal; |
Ville Syrjälä | 4841da5 | 2017-03-02 19:14:59 +0200 | [diff] [blame] | 2117 | int level; |
| 2118 | |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 2119 | if (!new_crtc_state->hw.active || |
| 2120 | drm_atomic_crtc_needs_modeset(&new_crtc_state->uapi)) { |
Maarten Lankhorst | 5b9489c | 2017-11-15 17:31:56 +0100 | [diff] [blame] | 2121 | *intermediate = *optimal; |
| 2122 | |
| 2123 | intermediate->cxsr = false; |
| 2124 | goto out; |
| 2125 | } |
| 2126 | |
Ville Syrjälä | 4841da5 | 2017-03-02 19:14:59 +0200 | [diff] [blame] | 2127 | intermediate->num_levels = min(optimal->num_levels, active->num_levels); |
Ville Syrjälä | 5eeb798 | 2017-03-02 19:15:00 +0200 | [diff] [blame] | 2128 | intermediate->cxsr = optimal->cxsr && active->cxsr && |
Maarten Lankhorst | 5b9489c | 2017-11-15 17:31:56 +0100 | [diff] [blame] | 2129 | !new_crtc_state->disable_cxsr; |
Ville Syrjälä | 4841da5 | 2017-03-02 19:14:59 +0200 | [diff] [blame] | 2130 | |
| 2131 | for (level = 0; level < intermediate->num_levels; level++) { |
| 2132 | enum plane_id plane_id; |
| 2133 | |
| 2134 | for_each_plane_id_on_crtc(crtc, plane_id) { |
| 2135 | intermediate->wm[level].plane[plane_id] = |
| 2136 | min(optimal->wm[level].plane[plane_id], |
| 2137 | active->wm[level].plane[plane_id]); |
| 2138 | } |
| 2139 | |
| 2140 | intermediate->sr[level].plane = min(optimal->sr[level].plane, |
| 2141 | active->sr[level].plane); |
| 2142 | intermediate->sr[level].cursor = min(optimal->sr[level].cursor, |
| 2143 | active->sr[level].cursor); |
| 2144 | } |
| 2145 | |
| 2146 | vlv_invalidate_wms(crtc, intermediate, level); |
| 2147 | |
Maarten Lankhorst | 5b9489c | 2017-11-15 17:31:56 +0100 | [diff] [blame] | 2148 | out: |
Ville Syrjälä | 4841da5 | 2017-03-02 19:14:59 +0200 | [diff] [blame] | 2149 | /* |
| 2150 | * If our intermediate WM are identical to the final WM, then we can |
| 2151 | * omit the post-vblank programming; only update if it's different. |
| 2152 | */ |
Ville Syrjälä | 5eeb798 | 2017-03-02 19:15:00 +0200 | [diff] [blame] | 2153 | if (memcmp(intermediate, optimal, sizeof(*intermediate)) != 0) |
Maarten Lankhorst | 5b9489c | 2017-11-15 17:31:56 +0100 | [diff] [blame] | 2154 | new_crtc_state->wm.need_postvbl_update = true; |
Ville Syrjälä | 4841da5 | 2017-03-02 19:14:59 +0200 | [diff] [blame] | 2155 | |
| 2156 | return 0; |
| 2157 | } |
| 2158 | |
Ville Syrjälä | 7c951c0 | 2016-11-28 19:37:10 +0200 | [diff] [blame] | 2159 | static void vlv_merge_wm(struct drm_i915_private *dev_priv, |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2160 | struct vlv_wm_values *wm) |
| 2161 | { |
| 2162 | struct intel_crtc *crtc; |
Ville Syrjälä | c08e913 | 2019-08-21 20:30:32 +0300 | [diff] [blame] | 2163 | int num_active_pipes = 0; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2164 | |
Ville Syrjälä | 7c951c0 | 2016-11-28 19:37:10 +0200 | [diff] [blame] | 2165 | wm->level = dev_priv->wm.max_level; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2166 | wm->cxsr = true; |
| 2167 | |
Ville Syrjälä | 7c951c0 | 2016-11-28 19:37:10 +0200 | [diff] [blame] | 2168 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
Ville Syrjälä | 7eb4941 | 2017-03-02 19:14:53 +0200 | [diff] [blame] | 2169 | const struct vlv_wm_state *wm_state = &crtc->wm.active.vlv; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2170 | |
| 2171 | if (!crtc->active) |
| 2172 | continue; |
| 2173 | |
| 2174 | if (!wm_state->cxsr) |
| 2175 | wm->cxsr = false; |
| 2176 | |
Ville Syrjälä | c08e913 | 2019-08-21 20:30:32 +0300 | [diff] [blame] | 2177 | num_active_pipes++; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2178 | wm->level = min_t(int, wm->level, wm_state->num_levels - 1); |
| 2179 | } |
| 2180 | |
Ville Syrjälä | c08e913 | 2019-08-21 20:30:32 +0300 | [diff] [blame] | 2181 | if (num_active_pipes != 1) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2182 | wm->cxsr = false; |
| 2183 | |
Ville Syrjälä | c08e913 | 2019-08-21 20:30:32 +0300 | [diff] [blame] | 2184 | if (num_active_pipes > 1) |
Ville Syrjälä | 6f9c784 | 2015-06-24 22:00:08 +0300 | [diff] [blame] | 2185 | wm->level = VLV_WM_LEVEL_PM2; |
| 2186 | |
Ville Syrjälä | 7c951c0 | 2016-11-28 19:37:10 +0200 | [diff] [blame] | 2187 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
Ville Syrjälä | 7eb4941 | 2017-03-02 19:14:53 +0200 | [diff] [blame] | 2188 | const struct vlv_wm_state *wm_state = &crtc->wm.active.vlv; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2189 | enum pipe pipe = crtc->pipe; |
| 2190 | |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2191 | wm->pipe[pipe] = wm_state->wm[wm->level]; |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 2192 | if (crtc->active && wm->cxsr) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2193 | wm->sr = wm_state->sr[wm->level]; |
| 2194 | |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 2195 | wm->ddl[pipe].plane[PLANE_PRIMARY] = DDL_PRECISION_HIGH | 2; |
| 2196 | wm->ddl[pipe].plane[PLANE_SPRITE0] = DDL_PRECISION_HIGH | 2; |
| 2197 | wm->ddl[pipe].plane[PLANE_SPRITE1] = DDL_PRECISION_HIGH | 2; |
| 2198 | wm->ddl[pipe].plane[PLANE_CURSOR] = DDL_PRECISION_HIGH | 2; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2199 | } |
| 2200 | } |
| 2201 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 2202 | static void vlv_program_watermarks(struct drm_i915_private *dev_priv) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2203 | { |
Ville Syrjälä | fa292a4 | 2016-11-28 19:37:16 +0200 | [diff] [blame] | 2204 | struct vlv_wm_values *old_wm = &dev_priv->wm.vlv; |
| 2205 | struct vlv_wm_values new_wm = {}; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2206 | |
Ville Syrjälä | fa292a4 | 2016-11-28 19:37:16 +0200 | [diff] [blame] | 2207 | vlv_merge_wm(dev_priv, &new_wm); |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2208 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 2209 | if (memcmp(old_wm, &new_wm, sizeof(new_wm)) == 0) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2210 | return; |
| 2211 | |
Ville Syrjälä | fa292a4 | 2016-11-28 19:37:16 +0200 | [diff] [blame] | 2212 | if (is_disabling(old_wm->level, new_wm.level, VLV_WM_LEVEL_DDR_DVFS)) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2213 | chv_set_memory_dvfs(dev_priv, false); |
| 2214 | |
Ville Syrjälä | fa292a4 | 2016-11-28 19:37:16 +0200 | [diff] [blame] | 2215 | if (is_disabling(old_wm->level, new_wm.level, VLV_WM_LEVEL_PM5)) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2216 | chv_set_memory_pm5(dev_priv, false); |
| 2217 | |
Ville Syrjälä | fa292a4 | 2016-11-28 19:37:16 +0200 | [diff] [blame] | 2218 | if (is_disabling(old_wm->cxsr, new_wm.cxsr, true)) |
Ville Syrjälä | 3d90e64 | 2016-11-28 19:37:11 +0200 | [diff] [blame] | 2219 | _intel_set_memory_cxsr(dev_priv, false); |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2220 | |
Ville Syrjälä | fa292a4 | 2016-11-28 19:37:16 +0200 | [diff] [blame] | 2221 | vlv_write_wm_values(dev_priv, &new_wm); |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2222 | |
Ville Syrjälä | fa292a4 | 2016-11-28 19:37:16 +0200 | [diff] [blame] | 2223 | if (is_enabling(old_wm->cxsr, new_wm.cxsr, true)) |
Ville Syrjälä | 3d90e64 | 2016-11-28 19:37:11 +0200 | [diff] [blame] | 2224 | _intel_set_memory_cxsr(dev_priv, true); |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2225 | |
Ville Syrjälä | fa292a4 | 2016-11-28 19:37:16 +0200 | [diff] [blame] | 2226 | if (is_enabling(old_wm->level, new_wm.level, VLV_WM_LEVEL_PM5)) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2227 | chv_set_memory_pm5(dev_priv, true); |
| 2228 | |
Ville Syrjälä | fa292a4 | 2016-11-28 19:37:16 +0200 | [diff] [blame] | 2229 | if (is_enabling(old_wm->level, new_wm.level, VLV_WM_LEVEL_DDR_DVFS)) |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 2230 | chv_set_memory_dvfs(dev_priv, true); |
| 2231 | |
Ville Syrjälä | fa292a4 | 2016-11-28 19:37:16 +0200 | [diff] [blame] | 2232 | *old_wm = new_wm; |
Ville Syrjälä | 3c2777f | 2014-06-26 17:03:06 +0300 | [diff] [blame] | 2233 | } |
| 2234 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 2235 | static void vlv_initial_watermarks(struct intel_atomic_state *state, |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 2236 | struct intel_crtc *crtc) |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 2237 | { |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 2238 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 2239 | const struct intel_crtc_state *crtc_state = |
| 2240 | intel_atomic_get_new_crtc_state(state, crtc); |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 2241 | |
| 2242 | mutex_lock(&dev_priv->wm.wm_mutex); |
Ville Syrjälä | 4841da5 | 2017-03-02 19:14:59 +0200 | [diff] [blame] | 2243 | crtc->wm.active.vlv = crtc_state->wm.vlv.intermediate; |
| 2244 | vlv_program_watermarks(dev_priv); |
| 2245 | mutex_unlock(&dev_priv->wm.wm_mutex); |
| 2246 | } |
| 2247 | |
| 2248 | static void vlv_optimize_watermarks(struct intel_atomic_state *state, |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 2249 | struct intel_crtc *crtc) |
Ville Syrjälä | 4841da5 | 2017-03-02 19:14:59 +0200 | [diff] [blame] | 2250 | { |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 2251 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 2252 | const struct intel_crtc_state *crtc_state = |
| 2253 | intel_atomic_get_new_crtc_state(state, crtc); |
Ville Syrjälä | 4841da5 | 2017-03-02 19:14:59 +0200 | [diff] [blame] | 2254 | |
| 2255 | if (!crtc_state->wm.need_postvbl_update) |
| 2256 | return; |
| 2257 | |
| 2258 | mutex_lock(&dev_priv->wm.wm_mutex); |
Ville Syrjälä | 88016a9 | 2019-07-01 19:05:45 +0300 | [diff] [blame] | 2259 | crtc->wm.active.vlv = crtc_state->wm.vlv.optimal; |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 2260 | vlv_program_watermarks(dev_priv); |
| 2261 | mutex_unlock(&dev_priv->wm.wm_mutex); |
| 2262 | } |
| 2263 | |
Dave Airlie | ef9c66a | 2021-09-29 01:57:47 +0300 | [diff] [blame] | 2264 | static void i965_update_wm(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2265 | { |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2266 | struct intel_crtc *crtc; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2267 | int srwm = 1; |
| 2268 | int cursor_sr = 16; |
Imre Deak | 9858425 | 2014-06-13 14:54:20 +0300 | [diff] [blame] | 2269 | bool cxsr_enabled; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2270 | |
| 2271 | /* Calc sr entries for one plane configs */ |
Ville Syrjälä | ffc7a76 | 2016-10-31 22:37:21 +0200 | [diff] [blame] | 2272 | crtc = single_enabled_crtc(dev_priv); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2273 | if (crtc) { |
| 2274 | /* self-refresh has much higher latency */ |
| 2275 | static const int sr_latency_ns = 12000; |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2276 | const struct drm_display_mode *pipe_mode = |
| 2277 | &crtc->config->hw.pipe_mode; |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2278 | const struct drm_framebuffer *fb = |
| 2279 | crtc->base.primary->state->fb; |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2280 | int clock = pipe_mode->crtc_clock; |
| 2281 | int htotal = pipe_mode->crtc_htotal; |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2282 | int hdisplay = crtc->config->pipe_src_w; |
Ville Syrjälä | 353c859 | 2016-12-14 23:30:57 +0200 | [diff] [blame] | 2283 | int cpp = fb->format->cpp[0]; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2284 | int entries; |
| 2285 | |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 2286 | entries = intel_wm_method2(clock, htotal, |
| 2287 | hdisplay, cpp, sr_latency_ns / 100); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2288 | entries = DIV_ROUND_UP(entries, I915_FIFO_LINE_SIZE); |
| 2289 | srwm = I965_FIFO_SIZE - entries; |
| 2290 | if (srwm < 0) |
| 2291 | srwm = 1; |
| 2292 | srwm &= 0x1ff; |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 2293 | drm_dbg_kms(&dev_priv->drm, |
| 2294 | "self-refresh entries: %d, wm: %d\n", |
| 2295 | entries, srwm); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2296 | |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 2297 | entries = intel_wm_method2(clock, htotal, |
| 2298 | crtc->base.cursor->state->crtc_w, 4, |
| 2299 | sr_latency_ns / 100); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2300 | entries = DIV_ROUND_UP(entries, |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 2301 | i965_cursor_wm_info.cacheline_size) + |
| 2302 | i965_cursor_wm_info.guard_size; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2303 | |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 2304 | cursor_sr = i965_cursor_wm_info.fifo_size - entries; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2305 | if (cursor_sr > i965_cursor_wm_info.max_wm) |
| 2306 | cursor_sr = i965_cursor_wm_info.max_wm; |
| 2307 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 2308 | drm_dbg_kms(&dev_priv->drm, |
| 2309 | "self-refresh watermark: display plane %d " |
| 2310 | "cursor %d\n", srwm, cursor_sr); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2311 | |
Imre Deak | 9858425 | 2014-06-13 14:54:20 +0300 | [diff] [blame] | 2312 | cxsr_enabled = true; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2313 | } else { |
Imre Deak | 9858425 | 2014-06-13 14:54:20 +0300 | [diff] [blame] | 2314 | cxsr_enabled = false; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2315 | /* Turn off self refresh if both pipes are enabled */ |
Imre Deak | 5209b1f | 2014-07-01 12:36:17 +0300 | [diff] [blame] | 2316 | intel_set_memory_cxsr(dev_priv, false); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2317 | } |
| 2318 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 2319 | drm_dbg_kms(&dev_priv->drm, |
| 2320 | "Setting FIFO watermarks - A: 8, B: 8, C: 8, SR %d\n", |
| 2321 | srwm); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2322 | |
| 2323 | /* 965 has limitations... */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 2324 | intel_uncore_write(&dev_priv->uncore, DSPFW1, FW_WM(srwm, SR) | |
Ville Syrjälä | f499896 | 2015-03-10 17:02:21 +0200 | [diff] [blame] | 2325 | FW_WM(8, CURSORB) | |
| 2326 | FW_WM(8, PLANEB) | |
| 2327 | FW_WM(8, PLANEA)); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 2328 | intel_uncore_write(&dev_priv->uncore, DSPFW2, FW_WM(8, CURSORA) | |
Ville Syrjälä | f499896 | 2015-03-10 17:02:21 +0200 | [diff] [blame] | 2329 | FW_WM(8, PLANEC_OLD)); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2330 | /* update cursor SR watermark */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 2331 | intel_uncore_write(&dev_priv->uncore, DSPFW3, FW_WM(cursor_sr, CURSOR_SR)); |
Imre Deak | 9858425 | 2014-06-13 14:54:20 +0300 | [diff] [blame] | 2332 | |
| 2333 | if (cxsr_enabled) |
| 2334 | intel_set_memory_cxsr(dev_priv, true); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2335 | } |
| 2336 | |
Ville Syrjälä | f499896 | 2015-03-10 17:02:21 +0200 | [diff] [blame] | 2337 | #undef FW_WM |
| 2338 | |
Ville Syrjälä | 927167f | 2021-12-03 13:20:28 +0200 | [diff] [blame] | 2339 | static struct intel_crtc *intel_crtc_for_plane(struct drm_i915_private *i915, |
| 2340 | enum i9xx_plane_id i9xx_plane) |
| 2341 | { |
| 2342 | struct intel_plane *plane; |
| 2343 | |
| 2344 | for_each_intel_plane(&i915->drm, plane) { |
| 2345 | if (plane->id == PLANE_PRIMARY && |
| 2346 | plane->i9xx_plane == i9xx_plane) |
| 2347 | return intel_crtc_for_pipe(i915, plane->pipe); |
| 2348 | } |
| 2349 | |
| 2350 | return NULL; |
| 2351 | } |
| 2352 | |
Dave Airlie | ef9c66a | 2021-09-29 01:57:47 +0300 | [diff] [blame] | 2353 | static void i9xx_update_wm(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2354 | { |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2355 | const struct intel_watermark_params *wm_info; |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2356 | u32 fwater_lo; |
| 2357 | u32 fwater_hi; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2358 | int cwm, srwm = 1; |
| 2359 | int fifo_size; |
| 2360 | int planea_wm, planeb_wm; |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2361 | struct intel_crtc *crtc, *enabled = NULL; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2362 | |
Ville Syrjälä | a9097be | 2016-10-31 22:37:20 +0200 | [diff] [blame] | 2363 | if (IS_I945GM(dev_priv)) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2364 | wm_info = &i945_wm_info; |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 2365 | else if (DISPLAY_VER(dev_priv) != 2) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2366 | wm_info = &i915_wm_info; |
| 2367 | else |
Ville Syrjälä | 9d53910 | 2014-08-15 01:21:53 +0300 | [diff] [blame] | 2368 | wm_info = &i830_a_wm_info; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2369 | |
Dave Airlie | 758b2fc | 2021-09-29 01:57:46 +0300 | [diff] [blame] | 2370 | if (DISPLAY_VER(dev_priv) == 2) |
| 2371 | fifo_size = i830_get_fifo_size(dev_priv, PLANE_A); |
| 2372 | else |
| 2373 | fifo_size = i9xx_get_fifo_size(dev_priv, PLANE_A); |
Jani Nikula | f2bc451 | 2021-12-01 15:57:05 +0200 | [diff] [blame] | 2374 | crtc = intel_crtc_for_plane(dev_priv, PLANE_A); |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2375 | if (intel_crtc_active(crtc)) { |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2376 | const struct drm_display_mode *pipe_mode = |
| 2377 | &crtc->config->hw.pipe_mode; |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2378 | const struct drm_framebuffer *fb = |
| 2379 | crtc->base.primary->state->fb; |
| 2380 | int cpp; |
| 2381 | |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 2382 | if (DISPLAY_VER(dev_priv) == 2) |
Chris Wilson | b9e0bda | 2012-10-22 12:32:15 +0100 | [diff] [blame] | 2383 | cpp = 4; |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2384 | else |
Ville Syrjälä | 353c859 | 2016-12-14 23:30:57 +0200 | [diff] [blame] | 2385 | cpp = fb->format->cpp[0]; |
Chris Wilson | b9e0bda | 2012-10-22 12:32:15 +0100 | [diff] [blame] | 2386 | |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2387 | planea_wm = intel_calculate_wm(pipe_mode->crtc_clock, |
Chris Wilson | b9e0bda | 2012-10-22 12:32:15 +0100 | [diff] [blame] | 2388 | wm_info, fifo_size, cpp, |
Chris Wilson | 5aef600 | 2014-09-03 11:56:07 +0100 | [diff] [blame] | 2389 | pessimal_latency_ns); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2390 | enabled = crtc; |
Ville Syrjälä | 9d53910 | 2014-08-15 01:21:53 +0300 | [diff] [blame] | 2391 | } else { |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2392 | planea_wm = fifo_size - wm_info->guard_size; |
Ville Syrjälä | 9d53910 | 2014-08-15 01:21:53 +0300 | [diff] [blame] | 2393 | if (planea_wm > (long)wm_info->max_wm) |
| 2394 | planea_wm = wm_info->max_wm; |
| 2395 | } |
| 2396 | |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 2397 | if (DISPLAY_VER(dev_priv) == 2) |
Ville Syrjälä | 9d53910 | 2014-08-15 01:21:53 +0300 | [diff] [blame] | 2398 | wm_info = &i830_bc_wm_info; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2399 | |
Dave Airlie | 758b2fc | 2021-09-29 01:57:46 +0300 | [diff] [blame] | 2400 | if (DISPLAY_VER(dev_priv) == 2) |
| 2401 | fifo_size = i830_get_fifo_size(dev_priv, PLANE_B); |
| 2402 | else |
| 2403 | fifo_size = i9xx_get_fifo_size(dev_priv, PLANE_B); |
Jani Nikula | f2bc451 | 2021-12-01 15:57:05 +0200 | [diff] [blame] | 2404 | crtc = intel_crtc_for_plane(dev_priv, PLANE_B); |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2405 | if (intel_crtc_active(crtc)) { |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2406 | const struct drm_display_mode *pipe_mode = |
| 2407 | &crtc->config->hw.pipe_mode; |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2408 | const struct drm_framebuffer *fb = |
| 2409 | crtc->base.primary->state->fb; |
| 2410 | int cpp; |
| 2411 | |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 2412 | if (DISPLAY_VER(dev_priv) == 2) |
Chris Wilson | b9e0bda | 2012-10-22 12:32:15 +0100 | [diff] [blame] | 2413 | cpp = 4; |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2414 | else |
Ville Syrjälä | 353c859 | 2016-12-14 23:30:57 +0200 | [diff] [blame] | 2415 | cpp = fb->format->cpp[0]; |
Chris Wilson | b9e0bda | 2012-10-22 12:32:15 +0100 | [diff] [blame] | 2416 | |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2417 | planeb_wm = intel_calculate_wm(pipe_mode->crtc_clock, |
Chris Wilson | b9e0bda | 2012-10-22 12:32:15 +0100 | [diff] [blame] | 2418 | wm_info, fifo_size, cpp, |
Chris Wilson | 5aef600 | 2014-09-03 11:56:07 +0100 | [diff] [blame] | 2419 | pessimal_latency_ns); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2420 | if (enabled == NULL) |
| 2421 | enabled = crtc; |
| 2422 | else |
| 2423 | enabled = NULL; |
Ville Syrjälä | 9d53910 | 2014-08-15 01:21:53 +0300 | [diff] [blame] | 2424 | } else { |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2425 | planeb_wm = fifo_size - wm_info->guard_size; |
Ville Syrjälä | 9d53910 | 2014-08-15 01:21:53 +0300 | [diff] [blame] | 2426 | if (planeb_wm > (long)wm_info->max_wm) |
| 2427 | planeb_wm = wm_info->max_wm; |
| 2428 | } |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2429 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 2430 | drm_dbg_kms(&dev_priv->drm, |
| 2431 | "FIFO watermarks - A: %d, B: %d\n", planea_wm, planeb_wm); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2432 | |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 2433 | if (IS_I915GM(dev_priv) && enabled) { |
Matt Roper | 2ff8fde | 2014-07-08 07:50:07 -0700 | [diff] [blame] | 2434 | struct drm_i915_gem_object *obj; |
Daniel Vetter | 2ab1bc9 | 2014-04-07 08:54:21 +0200 | [diff] [blame] | 2435 | |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2436 | obj = intel_fb_obj(enabled->base.primary->state->fb); |
Daniel Vetter | 2ab1bc9 | 2014-04-07 08:54:21 +0200 | [diff] [blame] | 2437 | |
| 2438 | /* self-refresh seems busted with untiled */ |
Chris Wilson | 3e510a8 | 2016-08-05 10:14:23 +0100 | [diff] [blame] | 2439 | if (!i915_gem_object_is_tiled(obj)) |
Daniel Vetter | 2ab1bc9 | 2014-04-07 08:54:21 +0200 | [diff] [blame] | 2440 | enabled = NULL; |
| 2441 | } |
| 2442 | |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2443 | /* |
| 2444 | * Overlay gets an aggressive default since video jitter is bad. |
| 2445 | */ |
| 2446 | cwm = 2; |
| 2447 | |
| 2448 | /* Play safe and disable self-refresh before adjusting watermarks. */ |
Imre Deak | 5209b1f | 2014-07-01 12:36:17 +0300 | [diff] [blame] | 2449 | intel_set_memory_cxsr(dev_priv, false); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2450 | |
| 2451 | /* Calc sr entries for one plane configs */ |
Ville Syrjälä | 03427fc | 2016-10-31 22:37:18 +0200 | [diff] [blame] | 2452 | if (HAS_FW_BLC(dev_priv) && enabled) { |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2453 | /* self-refresh has much higher latency */ |
| 2454 | static const int sr_latency_ns = 6000; |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2455 | const struct drm_display_mode *pipe_mode = |
| 2456 | &enabled->config->hw.pipe_mode; |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2457 | const struct drm_framebuffer *fb = |
| 2458 | enabled->base.primary->state->fb; |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2459 | int clock = pipe_mode->crtc_clock; |
| 2460 | int htotal = pipe_mode->crtc_htotal; |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2461 | int hdisplay = enabled->config->pipe_src_w; |
| 2462 | int cpp; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2463 | int entries; |
| 2464 | |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 2465 | if (IS_I915GM(dev_priv) || IS_I945GM(dev_priv)) |
Ville Syrjälä | 2d1b505 | 2016-07-29 17:57:01 +0300 | [diff] [blame] | 2466 | cpp = 4; |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2467 | else |
Ville Syrjälä | 353c859 | 2016-12-14 23:30:57 +0200 | [diff] [blame] | 2468 | cpp = fb->format->cpp[0]; |
Ville Syrjälä | 2d1b505 | 2016-07-29 17:57:01 +0300 | [diff] [blame] | 2469 | |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 2470 | entries = intel_wm_method2(clock, htotal, hdisplay, cpp, |
| 2471 | sr_latency_ns / 100); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2472 | entries = DIV_ROUND_UP(entries, wm_info->cacheline_size); |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 2473 | drm_dbg_kms(&dev_priv->drm, |
| 2474 | "self-refresh entries: %d\n", entries); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2475 | srwm = wm_info->fifo_size - entries; |
| 2476 | if (srwm < 0) |
| 2477 | srwm = 1; |
| 2478 | |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 2479 | if (IS_I945G(dev_priv) || IS_I945GM(dev_priv)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 2480 | intel_uncore_write(&dev_priv->uncore, FW_BLC_SELF, |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2481 | FW_BLC_SELF_FIFO_MASK | (srwm & 0xff)); |
Ville Syrjälä | acb9135 | 2016-07-29 17:57:02 +0300 | [diff] [blame] | 2482 | else |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 2483 | intel_uncore_write(&dev_priv->uncore, FW_BLC_SELF, srwm & 0x3f); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2484 | } |
| 2485 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 2486 | drm_dbg_kms(&dev_priv->drm, |
| 2487 | "Setting FIFO watermarks - A: %d, B: %d, C: %d, SR %d\n", |
| 2488 | planea_wm, planeb_wm, cwm, srwm); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2489 | |
| 2490 | fwater_lo = ((planeb_wm & 0x3f) << 16) | (planea_wm & 0x3f); |
| 2491 | fwater_hi = (cwm & 0x1f); |
| 2492 | |
| 2493 | /* Set request length to 8 cachelines per fetch */ |
| 2494 | fwater_lo = fwater_lo | (1 << 24) | (1 << 8); |
| 2495 | fwater_hi = fwater_hi | (1 << 8); |
| 2496 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 2497 | intel_uncore_write(&dev_priv->uncore, FW_BLC, fwater_lo); |
| 2498 | intel_uncore_write(&dev_priv->uncore, FW_BLC2, fwater_hi); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2499 | |
Imre Deak | 5209b1f | 2014-07-01 12:36:17 +0300 | [diff] [blame] | 2500 | if (enabled) |
| 2501 | intel_set_memory_cxsr(dev_priv, true); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2502 | } |
| 2503 | |
Dave Airlie | ef9c66a | 2021-09-29 01:57:47 +0300 | [diff] [blame] | 2504 | static void i845_update_wm(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2505 | { |
Ville Syrjälä | efc2611 | 2016-10-31 22:37:04 +0200 | [diff] [blame] | 2506 | struct intel_crtc *crtc; |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2507 | const struct drm_display_mode *pipe_mode; |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2508 | u32 fwater_lo; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2509 | int planea_wm; |
| 2510 | |
Ville Syrjälä | ffc7a76 | 2016-10-31 22:37:21 +0200 | [diff] [blame] | 2511 | crtc = single_enabled_crtc(dev_priv); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2512 | if (crtc == NULL) |
| 2513 | return; |
| 2514 | |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2515 | pipe_mode = &crtc->config->hw.pipe_mode; |
| 2516 | planea_wm = intel_calculate_wm(pipe_mode->crtc_clock, |
Daniel Vetter | feb56b9 | 2013-12-14 20:38:30 -0200 | [diff] [blame] | 2517 | &i845_wm_info, |
Dave Airlie | 758b2fc | 2021-09-29 01:57:46 +0300 | [diff] [blame] | 2518 | i845_get_fifo_size(dev_priv, PLANE_A), |
Chris Wilson | 5aef600 | 2014-09-03 11:56:07 +0100 | [diff] [blame] | 2519 | 4, pessimal_latency_ns); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 2520 | fwater_lo = intel_uncore_read(&dev_priv->uncore, FW_BLC) & ~0xfff; |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2521 | fwater_lo |= (3<<8) | planea_wm; |
| 2522 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 2523 | drm_dbg_kms(&dev_priv->drm, |
| 2524 | "Setting FIFO watermarks - A: %d\n", planea_wm); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2525 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 2526 | intel_uncore_write(&dev_priv->uncore, FW_BLC, fwater_lo); |
Eugeni Dodonov | b445e3b | 2012-04-16 22:20:35 -0300 | [diff] [blame] | 2527 | } |
| 2528 | |
Ville Syrjälä | 3712646 | 2013-08-01 16:18:55 +0300 | [diff] [blame] | 2529 | /* latency must be in 0.1us units. */ |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 2530 | static unsigned int ilk_wm_method1(unsigned int pixel_rate, |
| 2531 | unsigned int cpp, |
| 2532 | unsigned int latency) |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2533 | { |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 2534 | unsigned int ret; |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2535 | |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 2536 | ret = intel_wm_method1(pixel_rate, cpp, latency); |
| 2537 | ret = DIV_ROUND_UP(ret, 64) + 2; |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2538 | |
| 2539 | return ret; |
| 2540 | } |
| 2541 | |
Ville Syrjälä | 3712646 | 2013-08-01 16:18:55 +0300 | [diff] [blame] | 2542 | /* latency must be in 0.1us units. */ |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 2543 | static unsigned int ilk_wm_method2(unsigned int pixel_rate, |
| 2544 | unsigned int htotal, |
| 2545 | unsigned int width, |
| 2546 | unsigned int cpp, |
| 2547 | unsigned int latency) |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2548 | { |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 2549 | unsigned int ret; |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2550 | |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 2551 | ret = intel_wm_method2(pixel_rate, htotal, |
| 2552 | width, cpp, latency); |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2553 | ret = DIV_ROUND_UP(ret, 64) + 2; |
Ville Syrjälä | baf69ca | 2017-04-21 21:14:27 +0300 | [diff] [blame] | 2554 | |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2555 | return ret; |
| 2556 | } |
| 2557 | |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2558 | static u32 ilk_wm_fbc(u32 pri_val, u32 horiz_pixels, u8 cpp) |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 2559 | { |
Matt Roper | 1512688 | 2015-12-03 11:37:40 -0800 | [diff] [blame] | 2560 | /* |
| 2561 | * Neither of these should be possible since this function shouldn't be |
| 2562 | * called if the CRTC is off or the plane is invisible. But let's be |
| 2563 | * extra paranoid to avoid a potential divide-by-zero if we screw up |
| 2564 | * elsewhere in the driver. |
| 2565 | */ |
Ville Syrjälä | ac48496 | 2016-01-20 21:05:26 +0200 | [diff] [blame] | 2566 | if (WARN_ON(!cpp)) |
Matt Roper | 1512688 | 2015-12-03 11:37:40 -0800 | [diff] [blame] | 2567 | return 0; |
| 2568 | if (WARN_ON(!horiz_pixels)) |
| 2569 | return 0; |
| 2570 | |
Ville Syrjälä | ac48496 | 2016-01-20 21:05:26 +0200 | [diff] [blame] | 2571 | return DIV_ROUND_UP(pri_val * 64, horiz_pixels * cpp) + 2; |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 2572 | } |
| 2573 | |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 2574 | struct ilk_wm_maximums { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2575 | u16 pri; |
| 2576 | u16 spr; |
| 2577 | u16 cur; |
| 2578 | u16 fbc; |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 2579 | }; |
| 2580 | |
Ville Syrjälä | 3712646 | 2013-08-01 16:18:55 +0300 | [diff] [blame] | 2581 | /* |
| 2582 | * For both WM_PIPE and WM_LP. |
| 2583 | * mem_value must be in 0.1us units. |
| 2584 | */ |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2585 | static u32 ilk_compute_pri_wm(const struct intel_crtc_state *crtc_state, |
| 2586 | const struct intel_plane_state *plane_state, |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2587 | u32 mem_value, bool is_lp) |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2588 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2589 | u32 method1, method2; |
Ville Syrjälä | 8305494 | 2016-11-18 21:53:00 +0200 | [diff] [blame] | 2590 | int cpp; |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 2591 | |
Ville Syrjälä | 03981c6 | 2018-11-14 19:34:40 +0200 | [diff] [blame] | 2592 | if (mem_value == 0) |
| 2593 | return U32_MAX; |
| 2594 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2595 | if (!intel_wm_plane_visible(crtc_state, plane_state)) |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2596 | return 0; |
| 2597 | |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 2598 | cpp = plane_state->hw.fb->format->cpp[0]; |
Ville Syrjälä | 8305494 | 2016-11-18 21:53:00 +0200 | [diff] [blame] | 2599 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2600 | method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 2601 | |
| 2602 | if (!is_lp) |
| 2603 | return method1; |
| 2604 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2605 | method2 = ilk_wm_method2(crtc_state->pixel_rate, |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2606 | crtc_state->hw.pipe_mode.crtc_htotal, |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 2607 | drm_rect_width(&plane_state->uapi.dst), |
Ville Syrjälä | ac48496 | 2016-01-20 21:05:26 +0200 | [diff] [blame] | 2608 | cpp, mem_value); |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 2609 | |
| 2610 | return min(method1, method2); |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2611 | } |
| 2612 | |
Ville Syrjälä | 3712646 | 2013-08-01 16:18:55 +0300 | [diff] [blame] | 2613 | /* |
| 2614 | * For both WM_PIPE and WM_LP. |
| 2615 | * mem_value must be in 0.1us units. |
| 2616 | */ |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2617 | static u32 ilk_compute_spr_wm(const struct intel_crtc_state *crtc_state, |
| 2618 | const struct intel_plane_state *plane_state, |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2619 | u32 mem_value) |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2620 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2621 | u32 method1, method2; |
Ville Syrjälä | 8305494 | 2016-11-18 21:53:00 +0200 | [diff] [blame] | 2622 | int cpp; |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2623 | |
Ville Syrjälä | 03981c6 | 2018-11-14 19:34:40 +0200 | [diff] [blame] | 2624 | if (mem_value == 0) |
| 2625 | return U32_MAX; |
| 2626 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2627 | if (!intel_wm_plane_visible(crtc_state, plane_state)) |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2628 | return 0; |
| 2629 | |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 2630 | cpp = plane_state->hw.fb->format->cpp[0]; |
Ville Syrjälä | 8305494 | 2016-11-18 21:53:00 +0200 | [diff] [blame] | 2631 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2632 | method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); |
| 2633 | method2 = ilk_wm_method2(crtc_state->pixel_rate, |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2634 | crtc_state->hw.pipe_mode.crtc_htotal, |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 2635 | drm_rect_width(&plane_state->uapi.dst), |
Ville Syrjälä | ac48496 | 2016-01-20 21:05:26 +0200 | [diff] [blame] | 2636 | cpp, mem_value); |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2637 | return min(method1, method2); |
| 2638 | } |
| 2639 | |
Ville Syrjälä | 3712646 | 2013-08-01 16:18:55 +0300 | [diff] [blame] | 2640 | /* |
| 2641 | * For both WM_PIPE and WM_LP. |
| 2642 | * mem_value must be in 0.1us units. |
| 2643 | */ |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2644 | static u32 ilk_compute_cur_wm(const struct intel_crtc_state *crtc_state, |
| 2645 | const struct intel_plane_state *plane_state, |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2646 | u32 mem_value) |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2647 | { |
Ville Syrjälä | a5509ab | 2017-02-17 17:01:59 +0200 | [diff] [blame] | 2648 | int cpp; |
Matt Roper | 43d59ed | 2015-09-24 15:53:07 -0700 | [diff] [blame] | 2649 | |
Ville Syrjälä | 03981c6 | 2018-11-14 19:34:40 +0200 | [diff] [blame] | 2650 | if (mem_value == 0) |
| 2651 | return U32_MAX; |
| 2652 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2653 | if (!intel_wm_plane_visible(crtc_state, plane_state)) |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2654 | return 0; |
| 2655 | |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 2656 | cpp = plane_state->hw.fb->format->cpp[0]; |
Ville Syrjälä | a5509ab | 2017-02-17 17:01:59 +0200 | [diff] [blame] | 2657 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2658 | return ilk_wm_method2(crtc_state->pixel_rate, |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 2659 | crtc_state->hw.pipe_mode.crtc_htotal, |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 2660 | drm_rect_width(&plane_state->uapi.dst), |
Maarten Lankhorst | 3a61276 | 2019-10-04 13:34:54 +0200 | [diff] [blame] | 2661 | cpp, mem_value); |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 2662 | } |
| 2663 | |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 2664 | /* Only for WM_LP. */ |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2665 | static u32 ilk_compute_fbc_wm(const struct intel_crtc_state *crtc_state, |
| 2666 | const struct intel_plane_state *plane_state, |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2667 | u32 pri_val) |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 2668 | { |
Ville Syrjälä | 8305494 | 2016-11-18 21:53:00 +0200 | [diff] [blame] | 2669 | int cpp; |
Matt Roper | 43d59ed | 2015-09-24 15:53:07 -0700 | [diff] [blame] | 2670 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2671 | if (!intel_wm_plane_visible(crtc_state, plane_state)) |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 2672 | return 0; |
| 2673 | |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 2674 | cpp = plane_state->hw.fb->format->cpp[0]; |
Ville Syrjälä | 8305494 | 2016-11-18 21:53:00 +0200 | [diff] [blame] | 2675 | |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 2676 | return ilk_wm_fbc(pri_val, drm_rect_width(&plane_state->uapi.dst), |
| 2677 | cpp); |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 2678 | } |
| 2679 | |
Tvrtko Ursulin | 175fded | 2016-11-16 08:55:42 +0000 | [diff] [blame] | 2680 | static unsigned int |
| 2681 | ilk_display_fifo_size(const struct drm_i915_private *dev_priv) |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2682 | { |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 2683 | if (DISPLAY_VER(dev_priv) >= 8) |
Ville Syrjälä | 416f472 | 2013-11-02 21:07:46 -0700 | [diff] [blame] | 2684 | return 3072; |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 2685 | else if (DISPLAY_VER(dev_priv) >= 7) |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2686 | return 768; |
| 2687 | else |
| 2688 | return 512; |
| 2689 | } |
| 2690 | |
Tvrtko Ursulin | 175fded | 2016-11-16 08:55:42 +0000 | [diff] [blame] | 2691 | static unsigned int |
| 2692 | ilk_plane_wm_reg_max(const struct drm_i915_private *dev_priv, |
| 2693 | int level, bool is_sprite) |
Ville Syrjälä | 4e97508 | 2014-03-07 18:32:11 +0200 | [diff] [blame] | 2694 | { |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 2695 | if (DISPLAY_VER(dev_priv) >= 8) |
Ville Syrjälä | 4e97508 | 2014-03-07 18:32:11 +0200 | [diff] [blame] | 2696 | /* BDW primary/sprite plane watermarks */ |
| 2697 | return level == 0 ? 255 : 2047; |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 2698 | else if (DISPLAY_VER(dev_priv) >= 7) |
Ville Syrjälä | 4e97508 | 2014-03-07 18:32:11 +0200 | [diff] [blame] | 2699 | /* IVB/HSW primary/sprite plane watermarks */ |
| 2700 | return level == 0 ? 127 : 1023; |
| 2701 | else if (!is_sprite) |
| 2702 | /* ILK/SNB primary plane watermarks */ |
| 2703 | return level == 0 ? 127 : 511; |
| 2704 | else |
| 2705 | /* ILK/SNB sprite plane watermarks */ |
| 2706 | return level == 0 ? 63 : 255; |
| 2707 | } |
| 2708 | |
Tvrtko Ursulin | 175fded | 2016-11-16 08:55:42 +0000 | [diff] [blame] | 2709 | static unsigned int |
| 2710 | ilk_cursor_wm_reg_max(const struct drm_i915_private *dev_priv, int level) |
Ville Syrjälä | 4e97508 | 2014-03-07 18:32:11 +0200 | [diff] [blame] | 2711 | { |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 2712 | if (DISPLAY_VER(dev_priv) >= 7) |
Ville Syrjälä | 4e97508 | 2014-03-07 18:32:11 +0200 | [diff] [blame] | 2713 | return level == 0 ? 63 : 255; |
| 2714 | else |
| 2715 | return level == 0 ? 31 : 63; |
| 2716 | } |
| 2717 | |
Tvrtko Ursulin | 175fded | 2016-11-16 08:55:42 +0000 | [diff] [blame] | 2718 | static unsigned int ilk_fbc_wm_reg_max(const struct drm_i915_private *dev_priv) |
Ville Syrjälä | 4e97508 | 2014-03-07 18:32:11 +0200 | [diff] [blame] | 2719 | { |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 2720 | if (DISPLAY_VER(dev_priv) >= 8) |
Ville Syrjälä | 4e97508 | 2014-03-07 18:32:11 +0200 | [diff] [blame] | 2721 | return 31; |
| 2722 | else |
| 2723 | return 15; |
| 2724 | } |
| 2725 | |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2726 | /* Calculate the maximum primary/sprite plane watermark */ |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 2727 | static unsigned int ilk_plane_wm_max(const struct drm_i915_private *dev_priv, |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2728 | int level, |
Ville Syrjälä | 240264f | 2013-08-07 13:29:12 +0300 | [diff] [blame] | 2729 | const struct intel_wm_config *config, |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2730 | enum intel_ddb_partitioning ddb_partitioning, |
| 2731 | bool is_sprite) |
| 2732 | { |
Tvrtko Ursulin | 175fded | 2016-11-16 08:55:42 +0000 | [diff] [blame] | 2733 | unsigned int fifo_size = ilk_display_fifo_size(dev_priv); |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2734 | |
| 2735 | /* if sprites aren't enabled, sprites get nothing */ |
Ville Syrjälä | 240264f | 2013-08-07 13:29:12 +0300 | [diff] [blame] | 2736 | if (is_sprite && !config->sprites_enabled) |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2737 | return 0; |
| 2738 | |
| 2739 | /* HSW allows LP1+ watermarks even with multiple pipes */ |
Ville Syrjälä | 240264f | 2013-08-07 13:29:12 +0300 | [diff] [blame] | 2740 | if (level == 0 || config->num_pipes_active > 1) { |
Jani Nikula | 2497787 | 2019-09-11 12:26:08 +0300 | [diff] [blame] | 2741 | fifo_size /= INTEL_NUM_PIPES(dev_priv); |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2742 | |
| 2743 | /* |
| 2744 | * For some reason the non self refresh |
| 2745 | * FIFO size is only half of the self |
| 2746 | * refresh FIFO size on ILK/SNB. |
| 2747 | */ |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 2748 | if (DISPLAY_VER(dev_priv) <= 6) |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2749 | fifo_size /= 2; |
| 2750 | } |
| 2751 | |
Ville Syrjälä | 240264f | 2013-08-07 13:29:12 +0300 | [diff] [blame] | 2752 | if (config->sprites_enabled) { |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2753 | /* level 0 is always calculated with 1:1 split */ |
| 2754 | if (level > 0 && ddb_partitioning == INTEL_DDB_PART_5_6) { |
| 2755 | if (is_sprite) |
| 2756 | fifo_size *= 5; |
| 2757 | fifo_size /= 6; |
| 2758 | } else { |
| 2759 | fifo_size /= 2; |
| 2760 | } |
| 2761 | } |
| 2762 | |
| 2763 | /* clamp to max that the registers can hold */ |
Tvrtko Ursulin | 175fded | 2016-11-16 08:55:42 +0000 | [diff] [blame] | 2764 | return min(fifo_size, ilk_plane_wm_reg_max(dev_priv, level, is_sprite)); |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2765 | } |
| 2766 | |
| 2767 | /* Calculate the maximum cursor plane watermark */ |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 2768 | static unsigned int ilk_cursor_wm_max(const struct drm_i915_private *dev_priv, |
Ville Syrjälä | 240264f | 2013-08-07 13:29:12 +0300 | [diff] [blame] | 2769 | int level, |
| 2770 | const struct intel_wm_config *config) |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2771 | { |
| 2772 | /* HSW LP1+ watermarks w/ multiple pipes */ |
Ville Syrjälä | 240264f | 2013-08-07 13:29:12 +0300 | [diff] [blame] | 2773 | if (level > 0 && config->num_pipes_active > 1) |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2774 | return 64; |
| 2775 | |
| 2776 | /* otherwise just report max that registers can hold */ |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 2777 | return ilk_cursor_wm_reg_max(dev_priv, level); |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2778 | } |
| 2779 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 2780 | static void ilk_compute_wm_maximums(const struct drm_i915_private *dev_priv, |
Ville Syrjälä | 34982fe | 2013-10-09 19:18:09 +0300 | [diff] [blame] | 2781 | int level, |
| 2782 | const struct intel_wm_config *config, |
| 2783 | enum intel_ddb_partitioning ddb_partitioning, |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 2784 | struct ilk_wm_maximums *max) |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2785 | { |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 2786 | max->pri = ilk_plane_wm_max(dev_priv, level, config, ddb_partitioning, false); |
| 2787 | max->spr = ilk_plane_wm_max(dev_priv, level, config, ddb_partitioning, true); |
| 2788 | max->cur = ilk_cursor_wm_max(dev_priv, level, config); |
| 2789 | max->fbc = ilk_fbc_wm_reg_max(dev_priv); |
Ville Syrjälä | 158ae64 | 2013-08-07 13:28:19 +0300 | [diff] [blame] | 2790 | } |
| 2791 | |
Tvrtko Ursulin | 175fded | 2016-11-16 08:55:42 +0000 | [diff] [blame] | 2792 | static void ilk_compute_wm_reg_maximums(const struct drm_i915_private *dev_priv, |
Ville Syrjälä | a3cb404 | 2014-04-28 15:44:56 +0300 | [diff] [blame] | 2793 | int level, |
| 2794 | struct ilk_wm_maximums *max) |
| 2795 | { |
Tvrtko Ursulin | 175fded | 2016-11-16 08:55:42 +0000 | [diff] [blame] | 2796 | max->pri = ilk_plane_wm_reg_max(dev_priv, level, false); |
| 2797 | max->spr = ilk_plane_wm_reg_max(dev_priv, level, true); |
| 2798 | max->cur = ilk_cursor_wm_reg_max(dev_priv, level); |
| 2799 | max->fbc = ilk_fbc_wm_reg_max(dev_priv); |
Ville Syrjälä | a3cb404 | 2014-04-28 15:44:56 +0300 | [diff] [blame] | 2800 | } |
| 2801 | |
Ville Syrjälä | d939565 | 2013-10-09 19:18:10 +0300 | [diff] [blame] | 2802 | static bool ilk_validate_wm_level(int level, |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 2803 | const struct ilk_wm_maximums *max, |
Ville Syrjälä | d939565 | 2013-10-09 19:18:10 +0300 | [diff] [blame] | 2804 | struct intel_wm_level *result) |
Ville Syrjälä | a9786a1 | 2013-08-07 13:24:47 +0300 | [diff] [blame] | 2805 | { |
| 2806 | bool ret; |
| 2807 | |
| 2808 | /* already determined to be invalid? */ |
| 2809 | if (!result->enable) |
| 2810 | return false; |
| 2811 | |
| 2812 | result->enable = result->pri_val <= max->pri && |
| 2813 | result->spr_val <= max->spr && |
| 2814 | result->cur_val <= max->cur; |
| 2815 | |
| 2816 | ret = result->enable; |
| 2817 | |
| 2818 | /* |
| 2819 | * HACK until we can pre-compute everything, |
| 2820 | * and thus fail gracefully if LP0 watermarks |
| 2821 | * are exceeded... |
| 2822 | */ |
| 2823 | if (level == 0 && !result->enable) { |
| 2824 | if (result->pri_val > max->pri) |
| 2825 | DRM_DEBUG_KMS("Primary WM%d too large %u (max %u)\n", |
| 2826 | level, result->pri_val, max->pri); |
| 2827 | if (result->spr_val > max->spr) |
| 2828 | DRM_DEBUG_KMS("Sprite WM%d too large %u (max %u)\n", |
| 2829 | level, result->spr_val, max->spr); |
| 2830 | if (result->cur_val > max->cur) |
| 2831 | DRM_DEBUG_KMS("Cursor WM%d too large %u (max %u)\n", |
| 2832 | level, result->cur_val, max->cur); |
| 2833 | |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2834 | result->pri_val = min_t(u32, result->pri_val, max->pri); |
| 2835 | result->spr_val = min_t(u32, result->spr_val, max->spr); |
| 2836 | result->cur_val = min_t(u32, result->cur_val, max->cur); |
Ville Syrjälä | a9786a1 | 2013-08-07 13:24:47 +0300 | [diff] [blame] | 2837 | result->enable = true; |
| 2838 | } |
| 2839 | |
Ville Syrjälä | a9786a1 | 2013-08-07 13:24:47 +0300 | [diff] [blame] | 2840 | return ret; |
| 2841 | } |
| 2842 | |
Damien Lespiau | d34ff9c | 2014-01-06 19:17:23 +0000 | [diff] [blame] | 2843 | static void ilk_compute_wm_level(const struct drm_i915_private *dev_priv, |
Ville Syrjälä | 2a67054b | 2020-02-25 19:11:06 +0200 | [diff] [blame] | 2844 | const struct intel_crtc *crtc, |
Ville Syrjälä | 6f5ddd1 | 2013-08-06 22:24:02 +0300 | [diff] [blame] | 2845 | int level, |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2846 | struct intel_crtc_state *crtc_state, |
Maarten Lankhorst | 28283f4 | 2017-10-19 17:13:40 +0200 | [diff] [blame] | 2847 | const struct intel_plane_state *pristate, |
| 2848 | const struct intel_plane_state *sprstate, |
| 2849 | const struct intel_plane_state *curstate, |
Ville Syrjälä | 1fd527c | 2013-08-06 22:24:05 +0300 | [diff] [blame] | 2850 | struct intel_wm_level *result) |
Ville Syrjälä | 6f5ddd1 | 2013-08-06 22:24:02 +0300 | [diff] [blame] | 2851 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2852 | u16 pri_latency = dev_priv->wm.pri_latency[level]; |
| 2853 | u16 spr_latency = dev_priv->wm.spr_latency[level]; |
| 2854 | u16 cur_latency = dev_priv->wm.cur_latency[level]; |
Ville Syrjälä | 6f5ddd1 | 2013-08-06 22:24:02 +0300 | [diff] [blame] | 2855 | |
| 2856 | /* WM1+ latency values stored in 0.5us units */ |
| 2857 | if (level > 0) { |
| 2858 | pri_latency *= 5; |
| 2859 | spr_latency *= 5; |
| 2860 | cur_latency *= 5; |
| 2861 | } |
| 2862 | |
Maarten Lankhorst | e3bddde | 2016-03-01 11:07:22 +0100 | [diff] [blame] | 2863 | if (pristate) { |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2864 | result->pri_val = ilk_compute_pri_wm(crtc_state, pristate, |
Maarten Lankhorst | e3bddde | 2016-03-01 11:07:22 +0100 | [diff] [blame] | 2865 | pri_latency, level); |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2866 | result->fbc_val = ilk_compute_fbc_wm(crtc_state, pristate, result->pri_val); |
Maarten Lankhorst | e3bddde | 2016-03-01 11:07:22 +0100 | [diff] [blame] | 2867 | } |
| 2868 | |
| 2869 | if (sprstate) |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2870 | result->spr_val = ilk_compute_spr_wm(crtc_state, sprstate, spr_latency); |
Maarten Lankhorst | e3bddde | 2016-03-01 11:07:22 +0100 | [diff] [blame] | 2871 | |
| 2872 | if (curstate) |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 2873 | result->cur_val = ilk_compute_cur_wm(crtc_state, curstate, cur_latency); |
Maarten Lankhorst | e3bddde | 2016-03-01 11:07:22 +0100 | [diff] [blame] | 2874 | |
Ville Syrjälä | 6f5ddd1 | 2013-08-06 22:24:02 +0300 | [diff] [blame] | 2875 | result->enable = true; |
| 2876 | } |
| 2877 | |
Ville Syrjälä | bb72651 | 2016-10-31 22:37:24 +0200 | [diff] [blame] | 2878 | static void intel_read_wm_latency(struct drm_i915_private *dev_priv, |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2879 | u16 wm[8]) |
Ville Syrjälä | 12b134d | 2013-07-05 11:57:21 +0300 | [diff] [blame] | 2880 | { |
Tvrtko Ursulin | 1cea02d | 2019-06-10 13:06:07 +0100 | [diff] [blame] | 2881 | struct intel_uncore *uncore = &dev_priv->uncore; |
| 2882 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 2883 | if (DISPLAY_VER(dev_priv) >= 9) { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2884 | u32 val; |
Vandana Kannan | 4f94738 | 2014-11-04 17:06:47 +0000 | [diff] [blame] | 2885 | int ret, i; |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 2886 | int level, max_level = ilk_wm_max_level(dev_priv); |
Matt Roper | d3252e1 | 2021-08-20 15:57:10 -0700 | [diff] [blame] | 2887 | int mult = IS_DG2(dev_priv) ? 2 : 1; |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 2888 | |
| 2889 | /* read the first set of memory latencies[0:3] */ |
| 2890 | val = 0; /* data0 to be programmed to 0 for first set */ |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 2891 | ret = sandybridge_pcode_read(dev_priv, |
| 2892 | GEN9_PCODE_READ_MEM_LATENCY, |
Ville Syrjälä | d284d51 | 2019-05-21 19:40:24 +0300 | [diff] [blame] | 2893 | &val, NULL); |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 2894 | |
| 2895 | if (ret) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 2896 | drm_err(&dev_priv->drm, |
| 2897 | "SKL Mailbox read error = %d\n", ret); |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 2898 | return; |
| 2899 | } |
| 2900 | |
Matt Roper | d3252e1 | 2021-08-20 15:57:10 -0700 | [diff] [blame] | 2901 | wm[0] = (val & GEN9_MEM_LATENCY_LEVEL_MASK) * mult; |
| 2902 | wm[1] = ((val >> GEN9_MEM_LATENCY_LEVEL_1_5_SHIFT) & |
| 2903 | GEN9_MEM_LATENCY_LEVEL_MASK) * mult; |
| 2904 | wm[2] = ((val >> GEN9_MEM_LATENCY_LEVEL_2_6_SHIFT) & |
| 2905 | GEN9_MEM_LATENCY_LEVEL_MASK) * mult; |
| 2906 | wm[3] = ((val >> GEN9_MEM_LATENCY_LEVEL_3_7_SHIFT) & |
| 2907 | GEN9_MEM_LATENCY_LEVEL_MASK) * mult; |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 2908 | |
| 2909 | /* read the second set of memory latencies[4:7] */ |
| 2910 | val = 1; /* data0 to be programmed to 1 for second set */ |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 2911 | ret = sandybridge_pcode_read(dev_priv, |
| 2912 | GEN9_PCODE_READ_MEM_LATENCY, |
Ville Syrjälä | d284d51 | 2019-05-21 19:40:24 +0300 | [diff] [blame] | 2913 | &val, NULL); |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 2914 | if (ret) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 2915 | drm_err(&dev_priv->drm, |
| 2916 | "SKL Mailbox read error = %d\n", ret); |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 2917 | return; |
| 2918 | } |
| 2919 | |
Matt Roper | d3252e1 | 2021-08-20 15:57:10 -0700 | [diff] [blame] | 2920 | wm[4] = (val & GEN9_MEM_LATENCY_LEVEL_MASK) * mult; |
| 2921 | wm[5] = ((val >> GEN9_MEM_LATENCY_LEVEL_1_5_SHIFT) & |
| 2922 | GEN9_MEM_LATENCY_LEVEL_MASK) * mult; |
| 2923 | wm[6] = ((val >> GEN9_MEM_LATENCY_LEVEL_2_6_SHIFT) & |
| 2924 | GEN9_MEM_LATENCY_LEVEL_MASK) * mult; |
| 2925 | wm[7] = ((val >> GEN9_MEM_LATENCY_LEVEL_3_7_SHIFT) & |
| 2926 | GEN9_MEM_LATENCY_LEVEL_MASK) * mult; |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 2927 | |
Vandana Kannan | 367294b | 2014-11-04 17:06:46 +0000 | [diff] [blame] | 2928 | /* |
Paulo Zanoni | 0727e40 | 2016-09-22 18:00:30 -0300 | [diff] [blame] | 2929 | * If a level n (n > 1) has a 0us latency, all levels m (m >= n) |
| 2930 | * need to be disabled. We make sure to sanitize the values out |
| 2931 | * of the punit to satisfy this requirement. |
| 2932 | */ |
| 2933 | for (level = 1; level <= max_level; level++) { |
| 2934 | if (wm[level] == 0) { |
| 2935 | for (i = level + 1; i <= max_level; i++) |
| 2936 | wm[i] = 0; |
Lucas De Marchi | 0bc3a4e | 2021-06-22 14:22:10 -0700 | [diff] [blame] | 2937 | |
| 2938 | max_level = level - 1; |
| 2939 | |
Paulo Zanoni | 0727e40 | 2016-09-22 18:00:30 -0300 | [diff] [blame] | 2940 | break; |
| 2941 | } |
| 2942 | } |
| 2943 | |
| 2944 | /* |
Lucas De Marchi | cbeeb00 | 2021-06-22 14:22:09 -0700 | [diff] [blame] | 2945 | * WaWmMemoryReadLatency |
Damien Lespiau | 6f97235 | 2015-02-09 19:33:07 +0000 | [diff] [blame] | 2946 | * |
Vandana Kannan | 367294b | 2014-11-04 17:06:46 +0000 | [diff] [blame] | 2947 | * punit doesn't take into account the read latency so we need |
Lucas De Marchi | cbeeb00 | 2021-06-22 14:22:09 -0700 | [diff] [blame] | 2948 | * to add proper adjustement to each valid level we retrieve |
| 2949 | * from the punit when level 0 response data is 0us. |
Vandana Kannan | 367294b | 2014-11-04 17:06:46 +0000 | [diff] [blame] | 2950 | */ |
Paulo Zanoni | 0727e40 | 2016-09-22 18:00:30 -0300 | [diff] [blame] | 2951 | if (wm[0] == 0) { |
Lucas De Marchi | cbeeb00 | 2021-06-22 14:22:09 -0700 | [diff] [blame] | 2952 | u8 adjust = DISPLAY_VER(dev_priv) >= 12 ? 3 : 2; |
| 2953 | |
Lucas De Marchi | 0bc3a4e | 2021-06-22 14:22:10 -0700 | [diff] [blame] | 2954 | for (level = 0; level <= max_level; level++) |
Lucas De Marchi | cbeeb00 | 2021-06-22 14:22:09 -0700 | [diff] [blame] | 2955 | wm[level] += adjust; |
Paulo Zanoni | 0727e40 | 2016-09-22 18:00:30 -0300 | [diff] [blame] | 2956 | } |
| 2957 | |
Mahesh Kumar | 86b5928 | 2018-08-31 16:39:42 +0530 | [diff] [blame] | 2958 | /* |
| 2959 | * WA Level-0 adjustment for 16GB DIMMs: SKL+ |
| 2960 | * If we could not get dimm info enable this WA to prevent from |
| 2961 | * any underrun. If not able to get Dimm info assume 16GB dimm |
| 2962 | * to avoid any underrun. |
| 2963 | */ |
José Roberto de Souza | 66a2450 | 2021-01-28 08:43:12 -0800 | [diff] [blame] | 2964 | if (dev_priv->dram_info.wm_lv_0_adjust_needed) |
Mahesh Kumar | 86b5928 | 2018-08-31 16:39:42 +0530 | [diff] [blame] | 2965 | wm[0] += 1; |
Tvrtko Ursulin | 8652744 | 2016-10-13 11:03:00 +0100 | [diff] [blame] | 2966 | } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) { |
Tvrtko Ursulin | 1cea02d | 2019-06-10 13:06:07 +0100 | [diff] [blame] | 2967 | u64 sskpd = intel_uncore_read64(uncore, MCH_SSKPD); |
Ville Syrjälä | 12b134d | 2013-07-05 11:57:21 +0300 | [diff] [blame] | 2968 | |
| 2969 | wm[0] = (sskpd >> 56) & 0xFF; |
| 2970 | if (wm[0] == 0) |
| 2971 | wm[0] = sskpd & 0xF; |
Ville Syrjälä | e5d5019 | 2013-07-05 11:57:22 +0300 | [diff] [blame] | 2972 | wm[1] = (sskpd >> 4) & 0xFF; |
| 2973 | wm[2] = (sskpd >> 12) & 0xFF; |
| 2974 | wm[3] = (sskpd >> 20) & 0x1FF; |
| 2975 | wm[4] = (sskpd >> 32) & 0x1FF; |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 2976 | } else if (DISPLAY_VER(dev_priv) >= 6) { |
Tvrtko Ursulin | 1cea02d | 2019-06-10 13:06:07 +0100 | [diff] [blame] | 2977 | u32 sskpd = intel_uncore_read(uncore, MCH_SSKPD); |
Ville Syrjälä | 63cf9a1 | 2013-07-05 11:57:23 +0300 | [diff] [blame] | 2978 | |
| 2979 | wm[0] = (sskpd >> SSKPD_WM0_SHIFT) & SSKPD_WM_MASK; |
| 2980 | wm[1] = (sskpd >> SSKPD_WM1_SHIFT) & SSKPD_WM_MASK; |
| 2981 | wm[2] = (sskpd >> SSKPD_WM2_SHIFT) & SSKPD_WM_MASK; |
| 2982 | wm[3] = (sskpd >> SSKPD_WM3_SHIFT) & SSKPD_WM_MASK; |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 2983 | } else if (DISPLAY_VER(dev_priv) >= 5) { |
Tvrtko Ursulin | 1cea02d | 2019-06-10 13:06:07 +0100 | [diff] [blame] | 2984 | u32 mltr = intel_uncore_read(uncore, MLTR_ILK); |
Ville Syrjälä | 3a88d0a | 2013-08-01 16:18:49 +0300 | [diff] [blame] | 2985 | |
| 2986 | /* ILK primary LP0 latency is 700 ns */ |
| 2987 | wm[0] = 7; |
| 2988 | wm[1] = (mltr >> MLTR_WM1_SHIFT) & ILK_SRLT_MASK; |
| 2989 | wm[2] = (mltr >> MLTR_WM2_SHIFT) & ILK_SRLT_MASK; |
Paulo Zanoni | 50682ee | 2017-08-09 13:52:43 -0700 | [diff] [blame] | 2990 | } else { |
| 2991 | MISSING_CASE(INTEL_DEVID(dev_priv)); |
Ville Syrjälä | 12b134d | 2013-07-05 11:57:21 +0300 | [diff] [blame] | 2992 | } |
| 2993 | } |
| 2994 | |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 2995 | static void intel_fixup_spr_wm_latency(struct drm_i915_private *dev_priv, |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 2996 | u16 wm[5]) |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 2997 | { |
| 2998 | /* ILK sprite LP0 latency is 1300 ns */ |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 2999 | if (DISPLAY_VER(dev_priv) == 5) |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 3000 | wm[0] = 13; |
| 3001 | } |
| 3002 | |
Tvrtko Ursulin | fd6b8f4 | 2016-10-14 10:13:06 +0100 | [diff] [blame] | 3003 | static void intel_fixup_cur_wm_latency(struct drm_i915_private *dev_priv, |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 3004 | u16 wm[5]) |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 3005 | { |
| 3006 | /* ILK cursor LP0 latency is 1300 ns */ |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 3007 | if (DISPLAY_VER(dev_priv) == 5) |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 3008 | wm[0] = 13; |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 3009 | } |
| 3010 | |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 3011 | int ilk_wm_max_level(const struct drm_i915_private *dev_priv) |
Ville Syrjälä | ad0d6dc | 2013-08-30 14:30:25 +0300 | [diff] [blame] | 3012 | { |
| 3013 | /* how many WM levels are we expecting */ |
Matt Roper | 7959ffe | 2021-05-18 17:06:11 -0700 | [diff] [blame] | 3014 | if (HAS_HW_SAGV_WM(dev_priv)) |
| 3015 | return 5; |
| 3016 | else if (DISPLAY_VER(dev_priv) >= 9) |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 3017 | return 7; |
Tvrtko Ursulin | 8652744 | 2016-10-13 11:03:00 +0100 | [diff] [blame] | 3018 | else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) |
Ville Syrjälä | ad0d6dc | 2013-08-30 14:30:25 +0300 | [diff] [blame] | 3019 | return 4; |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3020 | else if (DISPLAY_VER(dev_priv) >= 6) |
Ville Syrjälä | ad0d6dc | 2013-08-30 14:30:25 +0300 | [diff] [blame] | 3021 | return 3; |
| 3022 | else |
| 3023 | return 2; |
| 3024 | } |
Daniel Vetter | 7526ed7 | 2014-09-29 15:07:19 +0200 | [diff] [blame] | 3025 | |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 3026 | static void intel_print_wm_latency(struct drm_i915_private *dev_priv, |
Ville Syrjälä | 26ec971 | 2013-08-01 16:18:52 +0300 | [diff] [blame] | 3027 | const char *name, |
Linus Torvalds | e7c6e40 | 2021-04-27 17:05:53 -0700 | [diff] [blame] | 3028 | const u16 wm[]) |
Ville Syrjälä | 26ec971 | 2013-08-01 16:18:52 +0300 | [diff] [blame] | 3029 | { |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 3030 | int level, max_level = ilk_wm_max_level(dev_priv); |
Ville Syrjälä | 26ec971 | 2013-08-01 16:18:52 +0300 | [diff] [blame] | 3031 | |
| 3032 | for (level = 0; level <= max_level; level++) { |
| 3033 | unsigned int latency = wm[level]; |
| 3034 | |
| 3035 | if (latency == 0) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 3036 | drm_dbg_kms(&dev_priv->drm, |
| 3037 | "%s WM%d latency not provided\n", |
| 3038 | name, level); |
Ville Syrjälä | 26ec971 | 2013-08-01 16:18:52 +0300 | [diff] [blame] | 3039 | continue; |
| 3040 | } |
| 3041 | |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 3042 | /* |
| 3043 | * - latencies are in us on gen9. |
| 3044 | * - before then, WM1+ latency values are in 0.5us units |
| 3045 | */ |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3046 | if (DISPLAY_VER(dev_priv) >= 9) |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 3047 | latency *= 10; |
| 3048 | else if (level > 0) |
Ville Syrjälä | 26ec971 | 2013-08-01 16:18:52 +0300 | [diff] [blame] | 3049 | latency *= 5; |
| 3050 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 3051 | drm_dbg_kms(&dev_priv->drm, |
| 3052 | "%s WM%d latency %u (%u.%u usec)\n", name, level, |
| 3053 | wm[level], latency / 10, latency % 10); |
Ville Syrjälä | 26ec971 | 2013-08-01 16:18:52 +0300 | [diff] [blame] | 3054 | } |
| 3055 | } |
| 3056 | |
Ville Syrjälä | e95a2f7 | 2014-05-08 15:09:19 +0300 | [diff] [blame] | 3057 | static bool ilk_increase_wm_latency(struct drm_i915_private *dev_priv, |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 3058 | u16 wm[5], u16 min) |
Ville Syrjälä | e95a2f7 | 2014-05-08 15:09:19 +0300 | [diff] [blame] | 3059 | { |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 3060 | int level, max_level = ilk_wm_max_level(dev_priv); |
Ville Syrjälä | e95a2f7 | 2014-05-08 15:09:19 +0300 | [diff] [blame] | 3061 | |
| 3062 | if (wm[0] >= min) |
| 3063 | return false; |
| 3064 | |
| 3065 | wm[0] = max(wm[0], min); |
| 3066 | for (level = 1; level <= max_level; level++) |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 3067 | wm[level] = max_t(u16, wm[level], DIV_ROUND_UP(min, 5)); |
Ville Syrjälä | e95a2f7 | 2014-05-08 15:09:19 +0300 | [diff] [blame] | 3068 | |
| 3069 | return true; |
| 3070 | } |
| 3071 | |
Ville Syrjälä | bb72651 | 2016-10-31 22:37:24 +0200 | [diff] [blame] | 3072 | static void snb_wm_latency_quirk(struct drm_i915_private *dev_priv) |
Ville Syrjälä | e95a2f7 | 2014-05-08 15:09:19 +0300 | [diff] [blame] | 3073 | { |
Ville Syrjälä | e95a2f7 | 2014-05-08 15:09:19 +0300 | [diff] [blame] | 3074 | bool changed; |
| 3075 | |
| 3076 | /* |
| 3077 | * The BIOS provided WM memory latency values are often |
| 3078 | * inadequate for high resolution displays. Adjust them. |
| 3079 | */ |
Nathan Chancellor | 2e70570 | 2021-10-14 14:19:16 -0700 | [diff] [blame] | 3080 | changed = ilk_increase_wm_latency(dev_priv, dev_priv->wm.pri_latency, 12); |
| 3081 | changed |= ilk_increase_wm_latency(dev_priv, dev_priv->wm.spr_latency, 12); |
| 3082 | changed |= ilk_increase_wm_latency(dev_priv, dev_priv->wm.cur_latency, 12); |
Ville Syrjälä | e95a2f7 | 2014-05-08 15:09:19 +0300 | [diff] [blame] | 3083 | |
| 3084 | if (!changed) |
| 3085 | return; |
| 3086 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 3087 | drm_dbg_kms(&dev_priv->drm, |
| 3088 | "WM latency values increased to avoid potential underruns\n"); |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 3089 | intel_print_wm_latency(dev_priv, "Primary", dev_priv->wm.pri_latency); |
| 3090 | intel_print_wm_latency(dev_priv, "Sprite", dev_priv->wm.spr_latency); |
| 3091 | intel_print_wm_latency(dev_priv, "Cursor", dev_priv->wm.cur_latency); |
Ville Syrjälä | e95a2f7 | 2014-05-08 15:09:19 +0300 | [diff] [blame] | 3092 | } |
| 3093 | |
Ville Syrjälä | 03981c6 | 2018-11-14 19:34:40 +0200 | [diff] [blame] | 3094 | static void snb_wm_lp3_irq_quirk(struct drm_i915_private *dev_priv) |
| 3095 | { |
| 3096 | /* |
| 3097 | * On some SNB machines (Thinkpad X220 Tablet at least) |
| 3098 | * LP3 usage can cause vblank interrupts to be lost. |
| 3099 | * The DEIIR bit will go high but it looks like the CPU |
| 3100 | * never gets interrupted. |
| 3101 | * |
| 3102 | * It's not clear whether other interrupt source could |
| 3103 | * be affected or if this is somehow limited to vblank |
| 3104 | * interrupts only. To play it safe we disable LP3 |
| 3105 | * watermarks entirely. |
| 3106 | */ |
| 3107 | if (dev_priv->wm.pri_latency[3] == 0 && |
| 3108 | dev_priv->wm.spr_latency[3] == 0 && |
| 3109 | dev_priv->wm.cur_latency[3] == 0) |
| 3110 | return; |
| 3111 | |
| 3112 | dev_priv->wm.pri_latency[3] = 0; |
| 3113 | dev_priv->wm.spr_latency[3] = 0; |
| 3114 | dev_priv->wm.cur_latency[3] = 0; |
| 3115 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 3116 | drm_dbg_kms(&dev_priv->drm, |
| 3117 | "LP3 watermarks disabled due to potential for lost interrupts\n"); |
Ville Syrjälä | 03981c6 | 2018-11-14 19:34:40 +0200 | [diff] [blame] | 3118 | intel_print_wm_latency(dev_priv, "Primary", dev_priv->wm.pri_latency); |
| 3119 | intel_print_wm_latency(dev_priv, "Sprite", dev_priv->wm.spr_latency); |
| 3120 | intel_print_wm_latency(dev_priv, "Cursor", dev_priv->wm.cur_latency); |
| 3121 | } |
| 3122 | |
Ville Syrjälä | bb72651 | 2016-10-31 22:37:24 +0200 | [diff] [blame] | 3123 | static void ilk_setup_wm_latency(struct drm_i915_private *dev_priv) |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 3124 | { |
Ville Syrjälä | bb72651 | 2016-10-31 22:37:24 +0200 | [diff] [blame] | 3125 | intel_read_wm_latency(dev_priv, dev_priv->wm.pri_latency); |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 3126 | |
| 3127 | memcpy(dev_priv->wm.spr_latency, dev_priv->wm.pri_latency, |
| 3128 | sizeof(dev_priv->wm.pri_latency)); |
| 3129 | memcpy(dev_priv->wm.cur_latency, dev_priv->wm.pri_latency, |
| 3130 | sizeof(dev_priv->wm.pri_latency)); |
| 3131 | |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 3132 | intel_fixup_spr_wm_latency(dev_priv, dev_priv->wm.spr_latency); |
Tvrtko Ursulin | fd6b8f4 | 2016-10-14 10:13:06 +0100 | [diff] [blame] | 3133 | intel_fixup_cur_wm_latency(dev_priv, dev_priv->wm.cur_latency); |
Ville Syrjälä | 26ec971 | 2013-08-01 16:18:52 +0300 | [diff] [blame] | 3134 | |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 3135 | intel_print_wm_latency(dev_priv, "Primary", dev_priv->wm.pri_latency); |
| 3136 | intel_print_wm_latency(dev_priv, "Sprite", dev_priv->wm.spr_latency); |
| 3137 | intel_print_wm_latency(dev_priv, "Cursor", dev_priv->wm.cur_latency); |
Ville Syrjälä | e95a2f7 | 2014-05-08 15:09:19 +0300 | [diff] [blame] | 3138 | |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 3139 | if (DISPLAY_VER(dev_priv) == 6) { |
Ville Syrjälä | bb72651 | 2016-10-31 22:37:24 +0200 | [diff] [blame] | 3140 | snb_wm_latency_quirk(dev_priv); |
Ville Syrjälä | 03981c6 | 2018-11-14 19:34:40 +0200 | [diff] [blame] | 3141 | snb_wm_lp3_irq_quirk(dev_priv); |
| 3142 | } |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 3143 | } |
| 3144 | |
Ville Syrjälä | bb72651 | 2016-10-31 22:37:24 +0200 | [diff] [blame] | 3145 | static void skl_setup_wm_latency(struct drm_i915_private *dev_priv) |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 3146 | { |
Ville Syrjälä | bb72651 | 2016-10-31 22:37:24 +0200 | [diff] [blame] | 3147 | intel_read_wm_latency(dev_priv, dev_priv->wm.skl_latency); |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 3148 | intel_print_wm_latency(dev_priv, "Gen9 Plane", dev_priv->wm.skl_latency); |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 3149 | } |
| 3150 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3151 | static bool ilk_validate_pipe_wm(const struct drm_i915_private *dev_priv, |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 3152 | struct intel_pipe_wm *pipe_wm) |
| 3153 | { |
| 3154 | /* LP0 watermark maximums depend on this pipe alone */ |
| 3155 | const struct intel_wm_config config = { |
| 3156 | .num_pipes_active = 1, |
| 3157 | .sprites_enabled = pipe_wm->sprites_enabled, |
| 3158 | .sprites_scaled = pipe_wm->sprites_scaled, |
| 3159 | }; |
| 3160 | struct ilk_wm_maximums max; |
| 3161 | |
| 3162 | /* LP0 watermarks always use 1/2 DDB partitioning */ |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3163 | ilk_compute_wm_maximums(dev_priv, 0, &config, INTEL_DDB_PART_1_2, &max); |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 3164 | |
| 3165 | /* At least LP0 must be valid */ |
| 3166 | if (!ilk_validate_wm_level(0, &max, &pipe_wm->wm[0])) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 3167 | drm_dbg_kms(&dev_priv->drm, "LP0 watermark invalid\n"); |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 3168 | return false; |
| 3169 | } |
| 3170 | |
| 3171 | return true; |
| 3172 | } |
| 3173 | |
Matt Roper | 261a27d | 2015-10-08 15:28:25 -0700 | [diff] [blame] | 3174 | /* Compute new watermarks for the pipe */ |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 3175 | static int ilk_compute_pipe_wm(struct intel_atomic_state *state, |
| 3176 | struct intel_crtc *crtc) |
Matt Roper | 261a27d | 2015-10-08 15:28:25 -0700 | [diff] [blame] | 3177 | { |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 3178 | struct drm_i915_private *dev_priv = to_i915(state->base.dev); |
| 3179 | struct intel_crtc_state *crtc_state = |
| 3180 | intel_atomic_get_new_crtc_state(state, crtc); |
Matt Roper | 86c8bbb | 2015-09-24 15:53:16 -0700 | [diff] [blame] | 3181 | struct intel_pipe_wm *pipe_wm; |
Maarten Lankhorst | af9fbfa | 2019-10-04 13:34:53 +0200 | [diff] [blame] | 3182 | struct intel_plane *plane; |
| 3183 | const struct intel_plane_state *plane_state; |
Maarten Lankhorst | 28283f4 | 2017-10-19 17:13:40 +0200 | [diff] [blame] | 3184 | const struct intel_plane_state *pristate = NULL; |
| 3185 | const struct intel_plane_state *sprstate = NULL; |
| 3186 | const struct intel_plane_state *curstate = NULL; |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 3187 | int level, max_level = ilk_wm_max_level(dev_priv), usable_level; |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 3188 | struct ilk_wm_maximums max; |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3189 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 3190 | pipe_wm = &crtc_state->wm.ilk.optimal; |
Matt Roper | 86c8bbb | 2015-09-24 15:53:16 -0700 | [diff] [blame] | 3191 | |
Maarten Lankhorst | af9fbfa | 2019-10-04 13:34:53 +0200 | [diff] [blame] | 3192 | intel_atomic_crtc_state_for_each_plane_state(plane, plane_state, crtc_state) { |
| 3193 | if (plane->base.type == DRM_PLANE_TYPE_PRIMARY) |
| 3194 | pristate = plane_state; |
| 3195 | else if (plane->base.type == DRM_PLANE_TYPE_OVERLAY) |
| 3196 | sprstate = plane_state; |
| 3197 | else if (plane->base.type == DRM_PLANE_TYPE_CURSOR) |
| 3198 | curstate = plane_state; |
Matt Roper | 43d59ed | 2015-09-24 15:53:07 -0700 | [diff] [blame] | 3199 | } |
| 3200 | |
Maarten Lankhorst | 1326a92 | 2019-10-31 12:26:02 +0100 | [diff] [blame] | 3201 | pipe_wm->pipe_enabled = crtc_state->hw.active; |
Maarten Lankhorst | e3bddde | 2016-03-01 11:07:22 +0100 | [diff] [blame] | 3202 | if (sprstate) { |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 3203 | pipe_wm->sprites_enabled = sprstate->uapi.visible; |
| 3204 | pipe_wm->sprites_scaled = sprstate->uapi.visible && |
| 3205 | (drm_rect_width(&sprstate->uapi.dst) != drm_rect_width(&sprstate->uapi.src) >> 16 || |
| 3206 | drm_rect_height(&sprstate->uapi.dst) != drm_rect_height(&sprstate->uapi.src) >> 16); |
Maarten Lankhorst | e3bddde | 2016-03-01 11:07:22 +0100 | [diff] [blame] | 3207 | } |
| 3208 | |
Maarten Lankhorst | d81f04c | 2016-03-02 12:38:06 +0100 | [diff] [blame] | 3209 | usable_level = max_level; |
| 3210 | |
Ville Syrjälä | 7b39a0b | 2013-12-05 15:51:30 +0200 | [diff] [blame] | 3211 | /* ILK/SNB: LP2+ watermarks only w/o sprites */ |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3212 | if (DISPLAY_VER(dev_priv) <= 6 && pipe_wm->sprites_enabled) |
Maarten Lankhorst | d81f04c | 2016-03-02 12:38:06 +0100 | [diff] [blame] | 3213 | usable_level = 1; |
Ville Syrjälä | 7b39a0b | 2013-12-05 15:51:30 +0200 | [diff] [blame] | 3214 | |
| 3215 | /* ILK/SNB/IVB: LP1+ watermarks only w/o scaling */ |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 3216 | if (pipe_wm->sprites_scaled) |
Maarten Lankhorst | d81f04c | 2016-03-02 12:38:06 +0100 | [diff] [blame] | 3217 | usable_level = 0; |
Ville Syrjälä | 7b39a0b | 2013-12-05 15:51:30 +0200 | [diff] [blame] | 3218 | |
Maarten Lankhorst | 71f0a62 | 2016-03-08 10:57:16 +0100 | [diff] [blame] | 3219 | memset(&pipe_wm->wm, 0, sizeof(pipe_wm->wm)); |
Ville Syrjälä | 2a67054b | 2020-02-25 19:11:06 +0200 | [diff] [blame] | 3220 | ilk_compute_wm_level(dev_priv, crtc, 0, crtc_state, |
Maarten Lankhorst | 28283f4 | 2017-10-19 17:13:40 +0200 | [diff] [blame] | 3221 | pristate, sprstate, curstate, &pipe_wm->wm[0]); |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3222 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3223 | if (!ilk_validate_pipe_wm(dev_priv, pipe_wm)) |
Maarten Lankhorst | 1a426d6 | 2016-03-02 12:36:03 +0100 | [diff] [blame] | 3224 | return -EINVAL; |
Ville Syrjälä | a3cb404 | 2014-04-28 15:44:56 +0300 | [diff] [blame] | 3225 | |
Tvrtko Ursulin | 175fded | 2016-11-16 08:55:42 +0000 | [diff] [blame] | 3226 | ilk_compute_wm_reg_maximums(dev_priv, 1, &max); |
Ville Syrjälä | a3cb404 | 2014-04-28 15:44:56 +0300 | [diff] [blame] | 3227 | |
Maarten Lankhorst | 28283f4 | 2017-10-19 17:13:40 +0200 | [diff] [blame] | 3228 | for (level = 1; level <= usable_level; level++) { |
| 3229 | struct intel_wm_level *wm = &pipe_wm->wm[level]; |
Ville Syrjälä | a3cb404 | 2014-04-28 15:44:56 +0300 | [diff] [blame] | 3230 | |
Ville Syrjälä | 2a67054b | 2020-02-25 19:11:06 +0200 | [diff] [blame] | 3231 | ilk_compute_wm_level(dev_priv, crtc, level, crtc_state, |
Maarten Lankhorst | d81f04c | 2016-03-02 12:38:06 +0100 | [diff] [blame] | 3232 | pristate, sprstate, curstate, wm); |
Ville Syrjälä | a3cb404 | 2014-04-28 15:44:56 +0300 | [diff] [blame] | 3233 | |
| 3234 | /* |
| 3235 | * Disable any watermark level that exceeds the |
| 3236 | * register maximums since such watermarks are |
| 3237 | * always invalid. |
| 3238 | */ |
Maarten Lankhorst | 28283f4 | 2017-10-19 17:13:40 +0200 | [diff] [blame] | 3239 | if (!ilk_validate_wm_level(level, &max, wm)) { |
| 3240 | memset(wm, 0, sizeof(*wm)); |
| 3241 | break; |
| 3242 | } |
Ville Syrjälä | a3cb404 | 2014-04-28 15:44:56 +0300 | [diff] [blame] | 3243 | } |
| 3244 | |
Matt Roper | 86c8bbb | 2015-09-24 15:53:16 -0700 | [diff] [blame] | 3245 | return 0; |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3246 | } |
| 3247 | |
| 3248 | /* |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 3249 | * Build a set of 'intermediate' watermark values that satisfy both the old |
| 3250 | * state and the new state. These can be programmed to the hardware |
| 3251 | * immediately. |
| 3252 | */ |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 3253 | static int ilk_compute_intermediate_wm(struct intel_atomic_state *state, |
| 3254 | struct intel_crtc *crtc) |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 3255 | { |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 3256 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 3257 | struct intel_crtc_state *new_crtc_state = |
| 3258 | intel_atomic_get_new_crtc_state(state, crtc); |
| 3259 | const struct intel_crtc_state *old_crtc_state = |
| 3260 | intel_atomic_get_old_crtc_state(state, crtc); |
| 3261 | struct intel_pipe_wm *a = &new_crtc_state->wm.ilk.intermediate; |
| 3262 | const struct intel_pipe_wm *b = &old_crtc_state->wm.ilk.optimal; |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3263 | int level, max_level = ilk_wm_max_level(dev_priv); |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 3264 | |
| 3265 | /* |
| 3266 | * Start with the final, target watermarks, then combine with the |
| 3267 | * currently active watermarks to get values that are safe both before |
| 3268 | * and after the vblank. |
| 3269 | */ |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 3270 | *a = new_crtc_state->wm.ilk.optimal; |
| 3271 | if (!new_crtc_state->hw.active || |
| 3272 | drm_atomic_crtc_needs_modeset(&new_crtc_state->uapi) || |
| 3273 | state->skip_intermediate_wm) |
Maarten Lankhorst | b6b178a | 2017-10-19 17:13:41 +0200 | [diff] [blame] | 3274 | return 0; |
| 3275 | |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 3276 | a->pipe_enabled |= b->pipe_enabled; |
| 3277 | a->sprites_enabled |= b->sprites_enabled; |
| 3278 | a->sprites_scaled |= b->sprites_scaled; |
| 3279 | |
| 3280 | for (level = 0; level <= max_level; level++) { |
| 3281 | struct intel_wm_level *a_wm = &a->wm[level]; |
| 3282 | const struct intel_wm_level *b_wm = &b->wm[level]; |
| 3283 | |
| 3284 | a_wm->enable &= b_wm->enable; |
| 3285 | a_wm->pri_val = max(a_wm->pri_val, b_wm->pri_val); |
| 3286 | a_wm->spr_val = max(a_wm->spr_val, b_wm->spr_val); |
| 3287 | a_wm->cur_val = max(a_wm->cur_val, b_wm->cur_val); |
| 3288 | a_wm->fbc_val = max(a_wm->fbc_val, b_wm->fbc_val); |
| 3289 | } |
| 3290 | |
| 3291 | /* |
| 3292 | * We need to make sure that these merged watermark values are |
| 3293 | * actually a valid configuration themselves. If they're not, |
| 3294 | * there's no safe way to transition from the old state to |
| 3295 | * the new state, so we need to fail the atomic transaction. |
| 3296 | */ |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3297 | if (!ilk_validate_pipe_wm(dev_priv, a)) |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 3298 | return -EINVAL; |
| 3299 | |
| 3300 | /* |
| 3301 | * If our intermediate WM are identical to the final WM, then we can |
| 3302 | * omit the post-vblank programming; only update if it's different. |
| 3303 | */ |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 3304 | if (memcmp(a, &new_crtc_state->wm.ilk.optimal, sizeof(*a)) != 0) |
| 3305 | new_crtc_state->wm.need_postvbl_update = true; |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 3306 | |
| 3307 | return 0; |
| 3308 | } |
| 3309 | |
| 3310 | /* |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3311 | * Merge the watermarks from all active pipes for a specific level. |
| 3312 | */ |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3313 | static void ilk_merge_wm_level(struct drm_i915_private *dev_priv, |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3314 | int level, |
| 3315 | struct intel_wm_level *ret_wm) |
| 3316 | { |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 3317 | const struct intel_crtc *crtc; |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3318 | |
Ville Syrjälä | d52fea5 | 2014-04-28 15:44:57 +0300 | [diff] [blame] | 3319 | ret_wm->enable = true; |
| 3320 | |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 3321 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
| 3322 | const struct intel_pipe_wm *active = &crtc->wm.active.ilk; |
Ville Syrjälä | fe392ef | 2014-03-07 18:32:10 +0200 | [diff] [blame] | 3323 | const struct intel_wm_level *wm = &active->wm[level]; |
| 3324 | |
| 3325 | if (!active->pipe_enabled) |
| 3326 | continue; |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3327 | |
Ville Syrjälä | d52fea5 | 2014-04-28 15:44:57 +0300 | [diff] [blame] | 3328 | /* |
| 3329 | * The watermark values may have been used in the past, |
| 3330 | * so we must maintain them in the registers for some |
| 3331 | * time even if the level is now disabled. |
| 3332 | */ |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3333 | if (!wm->enable) |
Ville Syrjälä | d52fea5 | 2014-04-28 15:44:57 +0300 | [diff] [blame] | 3334 | ret_wm->enable = false; |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3335 | |
| 3336 | ret_wm->pri_val = max(ret_wm->pri_val, wm->pri_val); |
| 3337 | ret_wm->spr_val = max(ret_wm->spr_val, wm->spr_val); |
| 3338 | ret_wm->cur_val = max(ret_wm->cur_val, wm->cur_val); |
| 3339 | ret_wm->fbc_val = max(ret_wm->fbc_val, wm->fbc_val); |
| 3340 | } |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3341 | } |
| 3342 | |
| 3343 | /* |
| 3344 | * Merge all low power watermarks for all active pipes. |
| 3345 | */ |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3346 | static void ilk_wm_merge(struct drm_i915_private *dev_priv, |
Ville Syrjälä | 0ba22e2 | 2013-12-05 15:51:34 +0200 | [diff] [blame] | 3347 | const struct intel_wm_config *config, |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 3348 | const struct ilk_wm_maximums *max, |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3349 | struct intel_pipe_wm *merged) |
| 3350 | { |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 3351 | int level, max_level = ilk_wm_max_level(dev_priv); |
Ville Syrjälä | d52fea5 | 2014-04-28 15:44:57 +0300 | [diff] [blame] | 3352 | int last_enabled_level = max_level; |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3353 | |
Ville Syrjälä | 0ba22e2 | 2013-12-05 15:51:34 +0200 | [diff] [blame] | 3354 | /* ILK/SNB/IVB: LP1+ watermarks only w/ single pipe */ |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3355 | if ((DISPLAY_VER(dev_priv) <= 6 || IS_IVYBRIDGE(dev_priv)) && |
Ville Syrjälä | 0ba22e2 | 2013-12-05 15:51:34 +0200 | [diff] [blame] | 3356 | config->num_pipes_active > 1) |
Ville Syrjälä | 1204d5b | 2016-04-01 21:53:18 +0300 | [diff] [blame] | 3357 | last_enabled_level = 0; |
Ville Syrjälä | 0ba22e2 | 2013-12-05 15:51:34 +0200 | [diff] [blame] | 3358 | |
Ville Syrjälä | 6c8b6c2 | 2013-12-05 15:51:35 +0200 | [diff] [blame] | 3359 | /* ILK: FBC WM must be disabled always */ |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3360 | merged->fbc_wm_enabled = DISPLAY_VER(dev_priv) >= 6; |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3361 | |
| 3362 | /* merge each WM1+ level */ |
| 3363 | for (level = 1; level <= max_level; level++) { |
| 3364 | struct intel_wm_level *wm = &merged->wm[level]; |
| 3365 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3366 | ilk_merge_wm_level(dev_priv, level, wm); |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3367 | |
Ville Syrjälä | d52fea5 | 2014-04-28 15:44:57 +0300 | [diff] [blame] | 3368 | if (level > last_enabled_level) |
| 3369 | wm->enable = false; |
| 3370 | else if (!ilk_validate_wm_level(level, max, wm)) |
| 3371 | /* make sure all following levels get disabled */ |
| 3372 | last_enabled_level = level - 1; |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3373 | |
| 3374 | /* |
| 3375 | * The spec says it is preferred to disable |
| 3376 | * FBC WMs instead of disabling a WM level. |
| 3377 | */ |
| 3378 | if (wm->fbc_val > max->fbc) { |
Ville Syrjälä | d52fea5 | 2014-04-28 15:44:57 +0300 | [diff] [blame] | 3379 | if (wm->enable) |
| 3380 | merged->fbc_wm_enabled = false; |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3381 | wm->fbc_val = 0; |
| 3382 | } |
| 3383 | } |
Ville Syrjälä | 6c8b6c2 | 2013-12-05 15:51:35 +0200 | [diff] [blame] | 3384 | |
| 3385 | /* ILK: LP2+ must be disabled when FBC WM is disabled but FBC enabled */ |
Ville Syrjälä | 248e251 | 2021-11-24 13:36:33 +0200 | [diff] [blame] | 3386 | if (DISPLAY_VER(dev_priv) == 5 && HAS_FBC(dev_priv) && |
| 3387 | dev_priv->params.enable_fbc && !merged->fbc_wm_enabled) { |
Ville Syrjälä | 6c8b6c2 | 2013-12-05 15:51:35 +0200 | [diff] [blame] | 3388 | for (level = 2; level <= max_level; level++) { |
| 3389 | struct intel_wm_level *wm = &merged->wm[level]; |
| 3390 | |
| 3391 | wm->enable = false; |
| 3392 | } |
| 3393 | } |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3394 | } |
| 3395 | |
Ville Syrjälä | b380ca3 | 2013-10-09 19:18:01 +0300 | [diff] [blame] | 3396 | static int ilk_wm_lp_to_level(int wm_lp, const struct intel_pipe_wm *pipe_wm) |
| 3397 | { |
| 3398 | /* LP1,LP2,LP3 levels are either 1,2,3 or 1,3,4 */ |
| 3399 | return wm_lp + (wm_lp >= 2 && pipe_wm->wm[4].enable); |
| 3400 | } |
| 3401 | |
Ville Syrjälä | a68d68e | 2013-12-05 15:51:29 +0200 | [diff] [blame] | 3402 | /* The value we need to program into the WM_LPx latency field */ |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3403 | static unsigned int ilk_wm_lp_latency(struct drm_i915_private *dev_priv, |
| 3404 | int level) |
Ville Syrjälä | a68d68e | 2013-12-05 15:51:29 +0200 | [diff] [blame] | 3405 | { |
Tvrtko Ursulin | 8652744 | 2016-10-13 11:03:00 +0100 | [diff] [blame] | 3406 | if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) |
Ville Syrjälä | a68d68e | 2013-12-05 15:51:29 +0200 | [diff] [blame] | 3407 | return 2 * level; |
| 3408 | else |
| 3409 | return dev_priv->wm.pri_latency[level]; |
| 3410 | } |
| 3411 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3412 | static void ilk_compute_wm_results(struct drm_i915_private *dev_priv, |
Ville Syrjälä | 0362c78 | 2013-10-09 19:17:57 +0300 | [diff] [blame] | 3413 | const struct intel_pipe_wm *merged, |
Ville Syrjälä | 609cede | 2013-10-09 19:18:03 +0300 | [diff] [blame] | 3414 | enum intel_ddb_partitioning partitioning, |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 3415 | struct ilk_wm_values *results) |
Paulo Zanoni | 1011d8c | 2013-05-09 16:55:50 -0300 | [diff] [blame] | 3416 | { |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 3417 | struct intel_crtc *crtc; |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3418 | int level, wm_lp; |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 3419 | |
Ville Syrjälä | 0362c78 | 2013-10-09 19:17:57 +0300 | [diff] [blame] | 3420 | results->enable_fbc_wm = merged->fbc_wm_enabled; |
Ville Syrjälä | 609cede | 2013-10-09 19:18:03 +0300 | [diff] [blame] | 3421 | results->partitioning = partitioning; |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 3422 | |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3423 | /* LP1+ register values */ |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 3424 | for (wm_lp = 1; wm_lp <= 3; wm_lp++) { |
Ville Syrjälä | 1fd527c | 2013-08-06 22:24:05 +0300 | [diff] [blame] | 3425 | const struct intel_wm_level *r; |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 3426 | |
Ville Syrjälä | b380ca3 | 2013-10-09 19:18:01 +0300 | [diff] [blame] | 3427 | level = ilk_wm_lp_to_level(wm_lp, merged); |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3428 | |
Ville Syrjälä | 0362c78 | 2013-10-09 19:17:57 +0300 | [diff] [blame] | 3429 | r = &merged->wm[level]; |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 3430 | |
Ville Syrjälä | d52fea5 | 2014-04-28 15:44:57 +0300 | [diff] [blame] | 3431 | /* |
| 3432 | * Maintain the watermark values even if the level is |
| 3433 | * disabled. Doing otherwise could cause underruns. |
| 3434 | */ |
| 3435 | results->wm_lp[wm_lp - 1] = |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3436 | (ilk_wm_lp_latency(dev_priv, level) << WM1_LP_LATENCY_SHIFT) | |
Ville Syrjälä | 416f472 | 2013-11-02 21:07:46 -0700 | [diff] [blame] | 3437 | (r->pri_val << WM1_LP_SR_SHIFT) | |
| 3438 | r->cur_val; |
| 3439 | |
Ville Syrjälä | d52fea5 | 2014-04-28 15:44:57 +0300 | [diff] [blame] | 3440 | if (r->enable) |
| 3441 | results->wm_lp[wm_lp - 1] |= WM1_LP_SR_EN; |
| 3442 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3443 | if (DISPLAY_VER(dev_priv) >= 8) |
Ville Syrjälä | 416f472 | 2013-11-02 21:07:46 -0700 | [diff] [blame] | 3444 | results->wm_lp[wm_lp - 1] |= |
| 3445 | r->fbc_val << WM1_LP_FBC_SHIFT_BDW; |
| 3446 | else |
| 3447 | results->wm_lp[wm_lp - 1] |= |
| 3448 | r->fbc_val << WM1_LP_FBC_SHIFT; |
| 3449 | |
Ville Syrjälä | d52fea5 | 2014-04-28 15:44:57 +0300 | [diff] [blame] | 3450 | /* |
| 3451 | * Always set WM1S_LP_EN when spr_val != 0, even if the |
| 3452 | * level is disabled. Doing otherwise could cause underruns. |
| 3453 | */ |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3454 | if (DISPLAY_VER(dev_priv) <= 6 && r->spr_val) { |
Pankaj Bharadiya | 48a1b8d | 2020-01-15 09:14:53 +0530 | [diff] [blame] | 3455 | drm_WARN_ON(&dev_priv->drm, wm_lp != 1); |
Ville Syrjälä | 6cef2b8a | 2013-12-05 15:51:32 +0200 | [diff] [blame] | 3456 | results->wm_lp_spr[wm_lp - 1] = WM1S_LP_EN | r->spr_val; |
| 3457 | } else |
| 3458 | results->wm_lp_spr[wm_lp - 1] = r->spr_val; |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 3459 | } |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 3460 | |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3461 | /* LP0 register values */ |
Ville Syrjälä | 670c89e | 2021-06-09 11:56:30 +0300 | [diff] [blame] | 3462 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
| 3463 | enum pipe pipe = crtc->pipe; |
| 3464 | const struct intel_pipe_wm *pipe_wm = &crtc->wm.active.ilk; |
Ville Syrjälä | 0560b0c | 2020-01-20 19:47:11 +0200 | [diff] [blame] | 3465 | const struct intel_wm_level *r = &pipe_wm->wm[0]; |
Paulo Zanoni | 1011d8c | 2013-05-09 16:55:50 -0300 | [diff] [blame] | 3466 | |
Pankaj Bharadiya | 48a1b8d | 2020-01-15 09:14:53 +0530 | [diff] [blame] | 3467 | if (drm_WARN_ON(&dev_priv->drm, !r->enable)) |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3468 | continue; |
Ville Syrjälä | 0b2ae6d | 2013-10-09 19:17:55 +0300 | [diff] [blame] | 3469 | |
| 3470 | results->wm_pipe[pipe] = |
| 3471 | (r->pri_val << WM0_PIPE_PLANE_SHIFT) | |
| 3472 | (r->spr_val << WM0_PIPE_SPRITE_SHIFT) | |
| 3473 | r->cur_val; |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 3474 | } |
| 3475 | } |
| 3476 | |
Paulo Zanoni | 861f338 | 2013-05-31 10:19:21 -0300 | [diff] [blame] | 3477 | /* Find the result with the highest level enabled. Check for enable_fbc_wm in |
| 3478 | * case both are at the same level. Prefer r1 in case they're the same. */ |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3479 | static struct intel_pipe_wm * |
| 3480 | ilk_find_best_result(struct drm_i915_private *dev_priv, |
| 3481 | struct intel_pipe_wm *r1, |
| 3482 | struct intel_pipe_wm *r2) |
Paulo Zanoni | 861f338 | 2013-05-31 10:19:21 -0300 | [diff] [blame] | 3483 | { |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 3484 | int level, max_level = ilk_wm_max_level(dev_priv); |
Ville Syrjälä | 198a1e9 | 2013-10-09 19:17:58 +0300 | [diff] [blame] | 3485 | int level1 = 0, level2 = 0; |
Paulo Zanoni | 861f338 | 2013-05-31 10:19:21 -0300 | [diff] [blame] | 3486 | |
Ville Syrjälä | 198a1e9 | 2013-10-09 19:17:58 +0300 | [diff] [blame] | 3487 | for (level = 1; level <= max_level; level++) { |
| 3488 | if (r1->wm[level].enable) |
| 3489 | level1 = level; |
| 3490 | if (r2->wm[level].enable) |
| 3491 | level2 = level; |
Paulo Zanoni | 861f338 | 2013-05-31 10:19:21 -0300 | [diff] [blame] | 3492 | } |
| 3493 | |
Ville Syrjälä | 198a1e9 | 2013-10-09 19:17:58 +0300 | [diff] [blame] | 3494 | if (level1 == level2) { |
| 3495 | if (r2->fbc_wm_enabled && !r1->fbc_wm_enabled) |
Paulo Zanoni | 861f338 | 2013-05-31 10:19:21 -0300 | [diff] [blame] | 3496 | return r2; |
| 3497 | else |
| 3498 | return r1; |
Ville Syrjälä | 198a1e9 | 2013-10-09 19:17:58 +0300 | [diff] [blame] | 3499 | } else if (level1 > level2) { |
Paulo Zanoni | 861f338 | 2013-05-31 10:19:21 -0300 | [diff] [blame] | 3500 | return r1; |
| 3501 | } else { |
| 3502 | return r2; |
| 3503 | } |
| 3504 | } |
| 3505 | |
Ville Syrjälä | 49a687c | 2013-10-11 19:39:52 +0300 | [diff] [blame] | 3506 | /* dirty bits used to track which watermarks need changes */ |
| 3507 | #define WM_DIRTY_PIPE(pipe) (1 << (pipe)) |
Ville Syrjälä | 49a687c | 2013-10-11 19:39:52 +0300 | [diff] [blame] | 3508 | #define WM_DIRTY_LP(wm_lp) (1 << (15 + (wm_lp))) |
| 3509 | #define WM_DIRTY_LP_ALL (WM_DIRTY_LP(1) | WM_DIRTY_LP(2) | WM_DIRTY_LP(3)) |
| 3510 | #define WM_DIRTY_FBC (1 << 24) |
| 3511 | #define WM_DIRTY_DDB (1 << 25) |
| 3512 | |
Damien Lespiau | 055e393 | 2014-08-18 13:49:10 +0100 | [diff] [blame] | 3513 | static unsigned int ilk_compute_wm_dirty(struct drm_i915_private *dev_priv, |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 3514 | const struct ilk_wm_values *old, |
| 3515 | const struct ilk_wm_values *new) |
Ville Syrjälä | 49a687c | 2013-10-11 19:39:52 +0300 | [diff] [blame] | 3516 | { |
| 3517 | unsigned int dirty = 0; |
| 3518 | enum pipe pipe; |
| 3519 | int wm_lp; |
| 3520 | |
Damien Lespiau | 055e393 | 2014-08-18 13:49:10 +0100 | [diff] [blame] | 3521 | for_each_pipe(dev_priv, pipe) { |
Ville Syrjälä | 49a687c | 2013-10-11 19:39:52 +0300 | [diff] [blame] | 3522 | if (old->wm_pipe[pipe] != new->wm_pipe[pipe]) { |
| 3523 | dirty |= WM_DIRTY_PIPE(pipe); |
| 3524 | /* Must disable LP1+ watermarks too */ |
| 3525 | dirty |= WM_DIRTY_LP_ALL; |
| 3526 | } |
| 3527 | } |
| 3528 | |
| 3529 | if (old->enable_fbc_wm != new->enable_fbc_wm) { |
| 3530 | dirty |= WM_DIRTY_FBC; |
| 3531 | /* Must disable LP1+ watermarks too */ |
| 3532 | dirty |= WM_DIRTY_LP_ALL; |
| 3533 | } |
| 3534 | |
| 3535 | if (old->partitioning != new->partitioning) { |
| 3536 | dirty |= WM_DIRTY_DDB; |
| 3537 | /* Must disable LP1+ watermarks too */ |
| 3538 | dirty |= WM_DIRTY_LP_ALL; |
| 3539 | } |
| 3540 | |
| 3541 | /* LP1+ watermarks already deemed dirty, no need to continue */ |
| 3542 | if (dirty & WM_DIRTY_LP_ALL) |
| 3543 | return dirty; |
| 3544 | |
| 3545 | /* Find the lowest numbered LP1+ watermark in need of an update... */ |
| 3546 | for (wm_lp = 1; wm_lp <= 3; wm_lp++) { |
| 3547 | if (old->wm_lp[wm_lp - 1] != new->wm_lp[wm_lp - 1] || |
| 3548 | old->wm_lp_spr[wm_lp - 1] != new->wm_lp_spr[wm_lp - 1]) |
| 3549 | break; |
| 3550 | } |
| 3551 | |
| 3552 | /* ...and mark it and all higher numbered LP1+ watermarks as dirty */ |
| 3553 | for (; wm_lp <= 3; wm_lp++) |
| 3554 | dirty |= WM_DIRTY_LP(wm_lp); |
| 3555 | |
| 3556 | return dirty; |
| 3557 | } |
| 3558 | |
Ville Syrjälä | 8553c18 | 2013-12-05 15:51:39 +0200 | [diff] [blame] | 3559 | static bool _ilk_disable_lp_wm(struct drm_i915_private *dev_priv, |
| 3560 | unsigned int dirty) |
| 3561 | { |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 3562 | struct ilk_wm_values *previous = &dev_priv->wm.hw; |
Ville Syrjälä | 8553c18 | 2013-12-05 15:51:39 +0200 | [diff] [blame] | 3563 | bool changed = false; |
| 3564 | |
| 3565 | if (dirty & WM_DIRTY_LP(3) && previous->wm_lp[2] & WM1_LP_SR_EN) { |
| 3566 | previous->wm_lp[2] &= ~WM1_LP_SR_EN; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3567 | intel_uncore_write(&dev_priv->uncore, WM3_LP_ILK, previous->wm_lp[2]); |
Ville Syrjälä | 8553c18 | 2013-12-05 15:51:39 +0200 | [diff] [blame] | 3568 | changed = true; |
| 3569 | } |
| 3570 | if (dirty & WM_DIRTY_LP(2) && previous->wm_lp[1] & WM1_LP_SR_EN) { |
| 3571 | previous->wm_lp[1] &= ~WM1_LP_SR_EN; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3572 | intel_uncore_write(&dev_priv->uncore, WM2_LP_ILK, previous->wm_lp[1]); |
Ville Syrjälä | 8553c18 | 2013-12-05 15:51:39 +0200 | [diff] [blame] | 3573 | changed = true; |
| 3574 | } |
| 3575 | if (dirty & WM_DIRTY_LP(1) && previous->wm_lp[0] & WM1_LP_SR_EN) { |
| 3576 | previous->wm_lp[0] &= ~WM1_LP_SR_EN; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3577 | intel_uncore_write(&dev_priv->uncore, WM1_LP_ILK, previous->wm_lp[0]); |
Ville Syrjälä | 8553c18 | 2013-12-05 15:51:39 +0200 | [diff] [blame] | 3578 | changed = true; |
| 3579 | } |
| 3580 | |
| 3581 | /* |
| 3582 | * Don't touch WM1S_LP_EN here. |
| 3583 | * Doing so could cause underruns. |
| 3584 | */ |
| 3585 | |
| 3586 | return changed; |
| 3587 | } |
| 3588 | |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 3589 | /* |
| 3590 | * The spec says we shouldn't write when we don't need, because every write |
| 3591 | * causes WMs to be re-evaluated, expending some power. |
| 3592 | */ |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 3593 | static void ilk_write_wm_values(struct drm_i915_private *dev_priv, |
| 3594 | struct ilk_wm_values *results) |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 3595 | { |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 3596 | struct ilk_wm_values *previous = &dev_priv->wm.hw; |
Ville Syrjälä | 49a687c | 2013-10-11 19:39:52 +0300 | [diff] [blame] | 3597 | unsigned int dirty; |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 3598 | u32 val; |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 3599 | |
Damien Lespiau | 055e393 | 2014-08-18 13:49:10 +0100 | [diff] [blame] | 3600 | dirty = ilk_compute_wm_dirty(dev_priv, previous, results); |
Ville Syrjälä | 49a687c | 2013-10-11 19:39:52 +0300 | [diff] [blame] | 3601 | if (!dirty) |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 3602 | return; |
| 3603 | |
Ville Syrjälä | 8553c18 | 2013-12-05 15:51:39 +0200 | [diff] [blame] | 3604 | _ilk_disable_lp_wm(dev_priv, dirty); |
Ville Syrjälä | 6cef2b8a | 2013-12-05 15:51:32 +0200 | [diff] [blame] | 3605 | |
Ville Syrjälä | 49a687c | 2013-10-11 19:39:52 +0300 | [diff] [blame] | 3606 | if (dirty & WM_DIRTY_PIPE(PIPE_A)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3607 | intel_uncore_write(&dev_priv->uncore, WM0_PIPE_ILK(PIPE_A), results->wm_pipe[0]); |
Ville Syrjälä | 49a687c | 2013-10-11 19:39:52 +0300 | [diff] [blame] | 3608 | if (dirty & WM_DIRTY_PIPE(PIPE_B)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3609 | intel_uncore_write(&dev_priv->uncore, WM0_PIPE_ILK(PIPE_B), results->wm_pipe[1]); |
Ville Syrjälä | 49a687c | 2013-10-11 19:39:52 +0300 | [diff] [blame] | 3610 | if (dirty & WM_DIRTY_PIPE(PIPE_C)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3611 | intel_uncore_write(&dev_priv->uncore, WM0_PIPE_ILK(PIPE_C), results->wm_pipe[2]); |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 3612 | |
Ville Syrjälä | 49a687c | 2013-10-11 19:39:52 +0300 | [diff] [blame] | 3613 | if (dirty & WM_DIRTY_DDB) { |
Tvrtko Ursulin | 8652744 | 2016-10-13 11:03:00 +0100 | [diff] [blame] | 3614 | if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3615 | val = intel_uncore_read(&dev_priv->uncore, WM_MISC); |
Ville Syrjälä | ac9545f | 2013-12-05 15:51:28 +0200 | [diff] [blame] | 3616 | if (results->partitioning == INTEL_DDB_PART_1_2) |
| 3617 | val &= ~WM_MISC_DATA_PARTITION_5_6; |
| 3618 | else |
| 3619 | val |= WM_MISC_DATA_PARTITION_5_6; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3620 | intel_uncore_write(&dev_priv->uncore, WM_MISC, val); |
Ville Syrjälä | ac9545f | 2013-12-05 15:51:28 +0200 | [diff] [blame] | 3621 | } else { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3622 | val = intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL2); |
Ville Syrjälä | ac9545f | 2013-12-05 15:51:28 +0200 | [diff] [blame] | 3623 | if (results->partitioning == INTEL_DDB_PART_1_2) |
| 3624 | val &= ~DISP_DATA_PARTITION_5_6; |
| 3625 | else |
| 3626 | val |= DISP_DATA_PARTITION_5_6; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3627 | intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL2, val); |
Ville Syrjälä | ac9545f | 2013-12-05 15:51:28 +0200 | [diff] [blame] | 3628 | } |
Paulo Zanoni | 1011d8c | 2013-05-09 16:55:50 -0300 | [diff] [blame] | 3629 | } |
| 3630 | |
Ville Syrjälä | 49a687c | 2013-10-11 19:39:52 +0300 | [diff] [blame] | 3631 | if (dirty & WM_DIRTY_FBC) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3632 | val = intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL); |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 3633 | if (results->enable_fbc_wm) |
| 3634 | val &= ~DISP_FBC_WM_DIS; |
| 3635 | else |
| 3636 | val |= DISP_FBC_WM_DIS; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3637 | intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL, val); |
Paulo Zanoni | cca32e9 | 2013-05-31 11:45:06 -0300 | [diff] [blame] | 3638 | } |
| 3639 | |
Imre Deak | 954911e | 2013-12-17 14:46:34 +0200 | [diff] [blame] | 3640 | if (dirty & WM_DIRTY_LP(1) && |
| 3641 | previous->wm_lp_spr[0] != results->wm_lp_spr[0]) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3642 | intel_uncore_write(&dev_priv->uncore, WM1S_LP_ILK, results->wm_lp_spr[0]); |
Imre Deak | 954911e | 2013-12-17 14:46:34 +0200 | [diff] [blame] | 3643 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3644 | if (DISPLAY_VER(dev_priv) >= 7) { |
Ville Syrjälä | 6cef2b8a | 2013-12-05 15:51:32 +0200 | [diff] [blame] | 3645 | if (dirty & WM_DIRTY_LP(2) && previous->wm_lp_spr[1] != results->wm_lp_spr[1]) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3646 | intel_uncore_write(&dev_priv->uncore, WM2S_LP_IVB, results->wm_lp_spr[1]); |
Ville Syrjälä | 6cef2b8a | 2013-12-05 15:51:32 +0200 | [diff] [blame] | 3647 | if (dirty & WM_DIRTY_LP(3) && previous->wm_lp_spr[2] != results->wm_lp_spr[2]) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3648 | intel_uncore_write(&dev_priv->uncore, WM3S_LP_IVB, results->wm_lp_spr[2]); |
Ville Syrjälä | 6cef2b8a | 2013-12-05 15:51:32 +0200 | [diff] [blame] | 3649 | } |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 3650 | |
Ville Syrjälä | facd619b | 2013-12-05 15:51:33 +0200 | [diff] [blame] | 3651 | if (dirty & WM_DIRTY_LP(1) && previous->wm_lp[0] != results->wm_lp[0]) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3652 | intel_uncore_write(&dev_priv->uncore, WM1_LP_ILK, results->wm_lp[0]); |
Ville Syrjälä | facd619b | 2013-12-05 15:51:33 +0200 | [diff] [blame] | 3653 | if (dirty & WM_DIRTY_LP(2) && previous->wm_lp[1] != results->wm_lp[1]) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3654 | intel_uncore_write(&dev_priv->uncore, WM2_LP_ILK, results->wm_lp[1]); |
Ville Syrjälä | facd619b | 2013-12-05 15:51:33 +0200 | [diff] [blame] | 3655 | if (dirty & WM_DIRTY_LP(3) && previous->wm_lp[2] != results->wm_lp[2]) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 3656 | intel_uncore_write(&dev_priv->uncore, WM3_LP_ILK, results->wm_lp[2]); |
Ville Syrjälä | 609cede | 2013-10-09 19:18:03 +0300 | [diff] [blame] | 3657 | |
| 3658 | dev_priv->wm.hw = *results; |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 3659 | } |
| 3660 | |
Ville Syrjälä | 60aca57 | 2019-11-27 21:05:51 +0200 | [diff] [blame] | 3661 | bool ilk_disable_lp_wm(struct drm_i915_private *dev_priv) |
Ville Syrjälä | 8553c18 | 2013-12-05 15:51:39 +0200 | [diff] [blame] | 3662 | { |
Ville Syrjälä | 8553c18 | 2013-12-05 15:51:39 +0200 | [diff] [blame] | 3663 | return _ilk_disable_lp_wm(dev_priv, WM_DIRTY_LP_ALL); |
| 3664 | } |
| 3665 | |
Stanislav Lisovskiy | 0f0f9ae | 2020-02-03 01:06:29 +0200 | [diff] [blame] | 3666 | u8 intel_enabled_dbuf_slices_mask(struct drm_i915_private *dev_priv) |
Mahesh Kumar | 74bd800 | 2018-04-26 19:55:15 +0530 | [diff] [blame] | 3667 | { |
Ville Syrjälä | b88da66 | 2021-04-16 20:10:09 +0300 | [diff] [blame] | 3668 | u8 enabled_slices = 0; |
| 3669 | enum dbuf_slice slice; |
Mahesh Kumar | 74bd800 | 2018-04-26 19:55:15 +0530 | [diff] [blame] | 3670 | |
Ville Syrjälä | b88da66 | 2021-04-16 20:10:09 +0300 | [diff] [blame] | 3671 | for_each_dbuf_slice(dev_priv, slice) { |
| 3672 | if (intel_uncore_read(&dev_priv->uncore, |
| 3673 | DBUF_CTL_S(slice)) & DBUF_POWER_STATE) |
| 3674 | enabled_slices |= BIT(slice); |
Stanislav Lisovskiy | 0f0f9ae | 2020-02-03 01:06:29 +0200 | [diff] [blame] | 3675 | } |
Mahesh Kumar | 74bd800 | 2018-04-26 19:55:15 +0530 | [diff] [blame] | 3676 | |
Ville Syrjälä | b88da66 | 2021-04-16 20:10:09 +0300 | [diff] [blame] | 3677 | return enabled_slices; |
Mahesh Kumar | 74bd800 | 2018-04-26 19:55:15 +0530 | [diff] [blame] | 3678 | } |
| 3679 | |
Matt Roper | 024c904 | 2015-09-24 15:53:11 -0700 | [diff] [blame] | 3680 | /* |
Paulo Zanoni | ee3d532 | 2016-10-11 15:25:38 -0300 | [diff] [blame] | 3681 | * FIXME: We still don't have the proper code detect if we need to apply the WA, |
| 3682 | * so assume we'll always need it in order to avoid underruns. |
| 3683 | */ |
Ville Syrjälä | 60e983f | 2018-12-21 19:14:33 +0200 | [diff] [blame] | 3684 | static bool skl_needs_memory_bw_wa(struct drm_i915_private *dev_priv) |
Paulo Zanoni | ee3d532 | 2016-10-11 15:25:38 -0300 | [diff] [blame] | 3685 | { |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 3686 | return DISPLAY_VER(dev_priv) == 9; |
Paulo Zanoni | ee3d532 | 2016-10-11 15:25:38 -0300 | [diff] [blame] | 3687 | } |
| 3688 | |
Paulo Zanoni | 56feca9 | 2016-09-22 18:00:28 -0300 | [diff] [blame] | 3689 | static bool |
| 3690 | intel_has_sagv(struct drm_i915_private *dev_priv) |
| 3691 | { |
Matt Roper | 70bfb30 | 2021-04-07 13:39:45 -0700 | [diff] [blame] | 3692 | return DISPLAY_VER(dev_priv) >= 9 && !IS_LP(dev_priv) && |
Rodrigo Vivi | 1ca2b06 | 2018-10-26 13:03:17 -0700 | [diff] [blame] | 3693 | dev_priv->sagv_status != I915_SAGV_NOT_CONTROLLED; |
Paulo Zanoni | 56feca9 | 2016-09-22 18:00:28 -0300 | [diff] [blame] | 3694 | } |
| 3695 | |
James Ausmus | b068a86 | 2019-10-09 10:23:14 -0700 | [diff] [blame] | 3696 | static void |
| 3697 | skl_setup_sagv_block_time(struct drm_i915_private *dev_priv) |
| 3698 | { |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3699 | if (DISPLAY_VER(dev_priv) >= 12) { |
James Ausmus | da80f04 | 2019-10-09 10:23:15 -0700 | [diff] [blame] | 3700 | u32 val = 0; |
| 3701 | int ret; |
| 3702 | |
| 3703 | ret = sandybridge_pcode_read(dev_priv, |
| 3704 | GEN12_PCODE_READ_SAGV_BLOCK_TIME_US, |
| 3705 | &val, NULL); |
| 3706 | if (!ret) { |
| 3707 | dev_priv->sagv_block_time_us = val; |
| 3708 | return; |
| 3709 | } |
| 3710 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 3711 | drm_dbg(&dev_priv->drm, "Couldn't read SAGV block time!\n"); |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 3712 | } else if (DISPLAY_VER(dev_priv) == 11) { |
James Ausmus | b068a86 | 2019-10-09 10:23:14 -0700 | [diff] [blame] | 3713 | dev_priv->sagv_block_time_us = 10; |
| 3714 | return; |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 3715 | } else if (DISPLAY_VER(dev_priv) == 10) { |
James Ausmus | b068a86 | 2019-10-09 10:23:14 -0700 | [diff] [blame] | 3716 | dev_priv->sagv_block_time_us = 20; |
| 3717 | return; |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 3718 | } else if (DISPLAY_VER(dev_priv) == 9) { |
James Ausmus | b068a86 | 2019-10-09 10:23:14 -0700 | [diff] [blame] | 3719 | dev_priv->sagv_block_time_us = 30; |
| 3720 | return; |
| 3721 | } else { |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3722 | MISSING_CASE(DISPLAY_VER(dev_priv)); |
James Ausmus | b068a86 | 2019-10-09 10:23:14 -0700 | [diff] [blame] | 3723 | } |
| 3724 | |
| 3725 | /* Default to an unusable block time */ |
| 3726 | dev_priv->sagv_block_time_us = -1; |
| 3727 | } |
| 3728 | |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3729 | /* |
| 3730 | * SAGV dynamically adjusts the system agent voltage and clock frequencies |
| 3731 | * depending on power and performance requirements. The display engine access |
| 3732 | * to system memory is blocked during the adjustment time. Because of the |
| 3733 | * blocking time, having this enabled can cause full system hangs and/or pipe |
| 3734 | * underruns if we don't meet all of the following requirements: |
| 3735 | * |
| 3736 | * - <= 1 pipe enabled |
| 3737 | * - All planes can enable watermarks for latencies >= SAGV engine block time |
| 3738 | * - We're not using an interlaced display configuration |
| 3739 | */ |
Ville Syrjälä | 7102404 | 2020-09-25 15:17:48 +0300 | [diff] [blame] | 3740 | static int |
Paulo Zanoni | 16dcdc4 | 2016-09-22 18:00:27 -0300 | [diff] [blame] | 3741 | intel_enable_sagv(struct drm_i915_private *dev_priv) |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3742 | { |
| 3743 | int ret; |
| 3744 | |
Paulo Zanoni | 56feca9 | 2016-09-22 18:00:28 -0300 | [diff] [blame] | 3745 | if (!intel_has_sagv(dev_priv)) |
| 3746 | return 0; |
| 3747 | |
| 3748 | if (dev_priv->sagv_status == I915_SAGV_ENABLED) |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3749 | return 0; |
| 3750 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 3751 | drm_dbg_kms(&dev_priv->drm, "Enabling SAGV\n"); |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3752 | ret = sandybridge_pcode_write(dev_priv, GEN9_PCODE_SAGV_CONTROL, |
| 3753 | GEN9_SAGV_ENABLE); |
| 3754 | |
Ville Syrjälä | ff61a97 | 2018-12-21 19:14:34 +0200 | [diff] [blame] | 3755 | /* We don't need to wait for SAGV when enabling */ |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3756 | |
| 3757 | /* |
| 3758 | * Some skl systems, pre-release machines in particular, |
Ville Syrjälä | ff61a97 | 2018-12-21 19:14:34 +0200 | [diff] [blame] | 3759 | * don't actually have SAGV. |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3760 | */ |
Paulo Zanoni | 6e3100e | 2016-09-22 18:00:29 -0300 | [diff] [blame] | 3761 | if (IS_SKYLAKE(dev_priv) && ret == -ENXIO) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 3762 | drm_dbg(&dev_priv->drm, "No SAGV found on system, ignoring\n"); |
Paulo Zanoni | 16dcdc4 | 2016-09-22 18:00:27 -0300 | [diff] [blame] | 3763 | dev_priv->sagv_status = I915_SAGV_NOT_CONTROLLED; |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3764 | return 0; |
| 3765 | } else if (ret < 0) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 3766 | drm_err(&dev_priv->drm, "Failed to enable SAGV\n"); |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3767 | return ret; |
| 3768 | } |
| 3769 | |
Paulo Zanoni | 16dcdc4 | 2016-09-22 18:00:27 -0300 | [diff] [blame] | 3770 | dev_priv->sagv_status = I915_SAGV_ENABLED; |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3771 | return 0; |
| 3772 | } |
| 3773 | |
Ville Syrjälä | 7102404 | 2020-09-25 15:17:48 +0300 | [diff] [blame] | 3774 | static int |
Paulo Zanoni | 16dcdc4 | 2016-09-22 18:00:27 -0300 | [diff] [blame] | 3775 | intel_disable_sagv(struct drm_i915_private *dev_priv) |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3776 | { |
Imre Deak | b3b8e99 | 2016-12-05 18:27:38 +0200 | [diff] [blame] | 3777 | int ret; |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3778 | |
Paulo Zanoni | 56feca9 | 2016-09-22 18:00:28 -0300 | [diff] [blame] | 3779 | if (!intel_has_sagv(dev_priv)) |
| 3780 | return 0; |
| 3781 | |
| 3782 | if (dev_priv->sagv_status == I915_SAGV_DISABLED) |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3783 | return 0; |
| 3784 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 3785 | drm_dbg_kms(&dev_priv->drm, "Disabling SAGV\n"); |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3786 | /* bspec says to keep retrying for at least 1 ms */ |
Imre Deak | b3b8e99 | 2016-12-05 18:27:38 +0200 | [diff] [blame] | 3787 | ret = skl_pcode_request(dev_priv, GEN9_PCODE_SAGV_CONTROL, |
| 3788 | GEN9_SAGV_DISABLE, |
| 3789 | GEN9_SAGV_IS_DISABLED, GEN9_SAGV_IS_DISABLED, |
| 3790 | 1); |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3791 | /* |
| 3792 | * Some skl systems, pre-release machines in particular, |
Ville Syrjälä | ff61a97 | 2018-12-21 19:14:34 +0200 | [diff] [blame] | 3793 | * don't actually have SAGV. |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3794 | */ |
Imre Deak | b3b8e99 | 2016-12-05 18:27:38 +0200 | [diff] [blame] | 3795 | if (IS_SKYLAKE(dev_priv) && ret == -ENXIO) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 3796 | drm_dbg(&dev_priv->drm, "No SAGV found on system, ignoring\n"); |
Paulo Zanoni | 16dcdc4 | 2016-09-22 18:00:27 -0300 | [diff] [blame] | 3797 | dev_priv->sagv_status = I915_SAGV_NOT_CONTROLLED; |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3798 | return 0; |
Imre Deak | b3b8e99 | 2016-12-05 18:27:38 +0200 | [diff] [blame] | 3799 | } else if (ret < 0) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 3800 | drm_err(&dev_priv->drm, "Failed to disable SAGV (%d)\n", ret); |
Imre Deak | b3b8e99 | 2016-12-05 18:27:38 +0200 | [diff] [blame] | 3801 | return ret; |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3802 | } |
| 3803 | |
Paulo Zanoni | 16dcdc4 | 2016-09-22 18:00:27 -0300 | [diff] [blame] | 3804 | dev_priv->sagv_status = I915_SAGV_DISABLED; |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3805 | return 0; |
| 3806 | } |
| 3807 | |
Stanislav Lisovskiy | 680e1af | 2020-04-15 17:39:04 +0300 | [diff] [blame] | 3808 | void intel_sagv_pre_plane_update(struct intel_atomic_state *state) |
| 3809 | { |
| 3810 | struct drm_i915_private *dev_priv = to_i915(state->base.dev); |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 3811 | const struct intel_bw_state *new_bw_state; |
Stanislav Lisovskiy | 20f505f | 2020-05-14 10:48:52 +0300 | [diff] [blame] | 3812 | const struct intel_bw_state *old_bw_state; |
| 3813 | u32 new_mask = 0; |
Stanislav Lisovskiy | 680e1af | 2020-04-15 17:39:04 +0300 | [diff] [blame] | 3814 | |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 3815 | /* |
| 3816 | * Just return if we can't control SAGV or don't have it. |
| 3817 | * This is different from situation when we have SAGV but just can't |
| 3818 | * afford it due to DBuf limitation - in case if SAGV is completely |
| 3819 | * disabled in a BIOS, we are not even allowed to send a PCode request, |
| 3820 | * as it will throw an error. So have to check it here. |
| 3821 | */ |
| 3822 | if (!intel_has_sagv(dev_priv)) |
| 3823 | return; |
| 3824 | |
| 3825 | new_bw_state = intel_atomic_get_new_bw_state(state); |
| 3826 | if (!new_bw_state) |
| 3827 | return; |
| 3828 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3829 | if (DISPLAY_VER(dev_priv) < 11 && !intel_can_enable_sagv(dev_priv, new_bw_state)) { |
Stanislav Lisovskiy | 680e1af | 2020-04-15 17:39:04 +0300 | [diff] [blame] | 3830 | intel_disable_sagv(dev_priv); |
Stanislav Lisovskiy | 20f505f | 2020-05-14 10:48:52 +0300 | [diff] [blame] | 3831 | return; |
| 3832 | } |
| 3833 | |
| 3834 | old_bw_state = intel_atomic_get_old_bw_state(state); |
| 3835 | /* |
| 3836 | * Nothing to mask |
| 3837 | */ |
| 3838 | if (new_bw_state->qgv_points_mask == old_bw_state->qgv_points_mask) |
| 3839 | return; |
| 3840 | |
| 3841 | new_mask = old_bw_state->qgv_points_mask | new_bw_state->qgv_points_mask; |
| 3842 | |
| 3843 | /* |
| 3844 | * If new mask is zero - means there is nothing to mask, |
| 3845 | * we can only unmask, which should be done in unmask. |
| 3846 | */ |
| 3847 | if (!new_mask) |
| 3848 | return; |
| 3849 | |
| 3850 | /* |
| 3851 | * Restrict required qgv points before updating the configuration. |
| 3852 | * According to BSpec we can't mask and unmask qgv points at the same |
| 3853 | * time. Also masking should be done before updating the configuration |
| 3854 | * and unmasking afterwards. |
| 3855 | */ |
| 3856 | icl_pcode_restrict_qgv_points(dev_priv, new_mask); |
Stanislav Lisovskiy | 680e1af | 2020-04-15 17:39:04 +0300 | [diff] [blame] | 3857 | } |
| 3858 | |
| 3859 | void intel_sagv_post_plane_update(struct intel_atomic_state *state) |
| 3860 | { |
| 3861 | struct drm_i915_private *dev_priv = to_i915(state->base.dev); |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 3862 | const struct intel_bw_state *new_bw_state; |
Stanislav Lisovskiy | 20f505f | 2020-05-14 10:48:52 +0300 | [diff] [blame] | 3863 | const struct intel_bw_state *old_bw_state; |
| 3864 | u32 new_mask = 0; |
Stanislav Lisovskiy | 680e1af | 2020-04-15 17:39:04 +0300 | [diff] [blame] | 3865 | |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 3866 | /* |
| 3867 | * Just return if we can't control SAGV or don't have it. |
| 3868 | * This is different from situation when we have SAGV but just can't |
| 3869 | * afford it due to DBuf limitation - in case if SAGV is completely |
| 3870 | * disabled in a BIOS, we are not even allowed to send a PCode request, |
| 3871 | * as it will throw an error. So have to check it here. |
| 3872 | */ |
| 3873 | if (!intel_has_sagv(dev_priv)) |
| 3874 | return; |
| 3875 | |
| 3876 | new_bw_state = intel_atomic_get_new_bw_state(state); |
| 3877 | if (!new_bw_state) |
| 3878 | return; |
| 3879 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3880 | if (DISPLAY_VER(dev_priv) < 11 && intel_can_enable_sagv(dev_priv, new_bw_state)) { |
Stanislav Lisovskiy | 680e1af | 2020-04-15 17:39:04 +0300 | [diff] [blame] | 3881 | intel_enable_sagv(dev_priv); |
Stanislav Lisovskiy | 20f505f | 2020-05-14 10:48:52 +0300 | [diff] [blame] | 3882 | return; |
| 3883 | } |
| 3884 | |
| 3885 | old_bw_state = intel_atomic_get_old_bw_state(state); |
| 3886 | /* |
| 3887 | * Nothing to unmask |
| 3888 | */ |
| 3889 | if (new_bw_state->qgv_points_mask == old_bw_state->qgv_points_mask) |
| 3890 | return; |
| 3891 | |
| 3892 | new_mask = new_bw_state->qgv_points_mask; |
| 3893 | |
| 3894 | /* |
| 3895 | * Allow required qgv points after updating the configuration. |
| 3896 | * According to BSpec we can't mask and unmask qgv points at the same |
| 3897 | * time. Also masking should be done before updating the configuration |
| 3898 | * and unmasking afterwards. |
| 3899 | */ |
| 3900 | icl_pcode_restrict_qgv_points(dev_priv, new_mask); |
Stanislav Lisovskiy | 680e1af | 2020-04-15 17:39:04 +0300 | [diff] [blame] | 3901 | } |
| 3902 | |
Stanislav Lisovskiy | 1d0a6c8 | 2020-05-13 12:38:12 +0300 | [diff] [blame] | 3903 | static bool skl_crtc_can_enable_sagv(const struct intel_crtc_state *crtc_state) |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3904 | { |
Stanislav Lisovskiy | a389c49 | 2020-04-15 17:57:40 +0300 | [diff] [blame] | 3905 | struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 3906 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
Ville Syrjälä | 9c31212 | 2020-11-06 19:30:40 +0200 | [diff] [blame] | 3907 | enum plane_id plane_id; |
Ville Syrjälä | cdf6462 | 2021-03-05 17:36:06 +0200 | [diff] [blame] | 3908 | int max_level = INT_MAX; |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3909 | |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 3910 | if (!intel_has_sagv(dev_priv)) |
| 3911 | return false; |
| 3912 | |
Stanislav Lisovskiy | a389c49 | 2020-04-15 17:57:40 +0300 | [diff] [blame] | 3913 | if (!crtc_state->hw.active) |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3914 | return true; |
Lucas De Marchi | da17223 | 2019-04-04 16:04:26 -0700 | [diff] [blame] | 3915 | |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 3916 | if (crtc_state->hw.pipe_mode.flags & DRM_MODE_FLAG_INTERLACE) |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3917 | return false; |
| 3918 | |
Ville Syrjälä | 9c31212 | 2020-11-06 19:30:40 +0200 | [diff] [blame] | 3919 | for_each_plane_id_on_crtc(crtc, plane_id) { |
Stanislav Lisovskiy | a389c49 | 2020-04-15 17:57:40 +0300 | [diff] [blame] | 3920 | const struct skl_plane_wm *wm = |
Ville Syrjälä | 9c31212 | 2020-11-06 19:30:40 +0200 | [diff] [blame] | 3921 | &crtc_state->wm.skl.optimal.planes[plane_id]; |
| 3922 | int level; |
Paulo Zanoni | ee3d532 | 2016-10-11 15:25:38 -0300 | [diff] [blame] | 3923 | |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3924 | /* Skip this plane if it's not enabled */ |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 3925 | if (!wm->wm[0].enable) |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3926 | continue; |
| 3927 | |
| 3928 | /* Find the highest enabled wm level for this plane */ |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 3929 | for (level = ilk_wm_max_level(dev_priv); |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 3930 | !wm->wm[level].enable; --level) |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3931 | { } |
| 3932 | |
Ville Syrjälä | cdf6462 | 2021-03-05 17:36:06 +0200 | [diff] [blame] | 3933 | /* Highest common enabled wm level for all planes */ |
| 3934 | max_level = min(level, max_level); |
| 3935 | } |
| 3936 | |
| 3937 | /* No enabled planes? */ |
| 3938 | if (max_level == INT_MAX) |
| 3939 | return true; |
| 3940 | |
| 3941 | for_each_plane_id_on_crtc(crtc, plane_id) { |
| 3942 | const struct skl_plane_wm *wm = |
| 3943 | &crtc_state->wm.skl.optimal.planes[plane_id]; |
| 3944 | |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3945 | /* |
Ville Syrjälä | cdf6462 | 2021-03-05 17:36:06 +0200 | [diff] [blame] | 3946 | * All enabled planes must have enabled a common wm level that |
| 3947 | * can tolerate memory latencies higher than sagv_block_time_us |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3948 | */ |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 3949 | if (wm->wm[0].enable && !wm->wm[max_level].can_sagv) |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 3950 | return false; |
| 3951 | } |
| 3952 | |
| 3953 | return true; |
| 3954 | } |
| 3955 | |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 3956 | static bool tgl_crtc_can_enable_sagv(const struct intel_crtc_state *crtc_state) |
| 3957 | { |
| 3958 | struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); |
| 3959 | enum plane_id plane_id; |
| 3960 | |
| 3961 | if (!crtc_state->hw.active) |
| 3962 | return true; |
| 3963 | |
| 3964 | for_each_plane_id_on_crtc(crtc, plane_id) { |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 3965 | const struct skl_plane_wm *wm = |
| 3966 | &crtc_state->wm.skl.optimal.planes[plane_id]; |
| 3967 | |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 3968 | if (wm->wm[0].enable && !wm->sagv.wm0.enable) |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 3969 | return false; |
| 3970 | } |
| 3971 | |
| 3972 | return true; |
| 3973 | } |
| 3974 | |
Stanislav Lisovskiy | 1d0a6c8 | 2020-05-13 12:38:12 +0300 | [diff] [blame] | 3975 | static bool intel_crtc_can_enable_sagv(const struct intel_crtc_state *crtc_state) |
| 3976 | { |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 3977 | struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); |
| 3978 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 3979 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3980 | if (DISPLAY_VER(dev_priv) >= 12) |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 3981 | return tgl_crtc_can_enable_sagv(crtc_state); |
| 3982 | else |
| 3983 | return skl_crtc_can_enable_sagv(crtc_state); |
Stanislav Lisovskiy | 1d0a6c8 | 2020-05-13 12:38:12 +0300 | [diff] [blame] | 3984 | } |
| 3985 | |
Stanislav Lisovskiy | d8d5afe | 2020-05-13 12:38:13 +0300 | [diff] [blame] | 3986 | bool intel_can_enable_sagv(struct drm_i915_private *dev_priv, |
| 3987 | const struct intel_bw_state *bw_state) |
Stanislav Lisovskiy | a389c49 | 2020-04-15 17:57:40 +0300 | [diff] [blame] | 3988 | { |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 3989 | if (DISPLAY_VER(dev_priv) < 11 && |
Stanislav Lisovskiy | d8d5afe | 2020-05-13 12:38:13 +0300 | [diff] [blame] | 3990 | bw_state->active_pipes && !is_power_of_2(bw_state->active_pipes)) |
Stanislav Lisovskiy | ecab0f3 | 2020-04-30 22:56:34 +0300 | [diff] [blame] | 3991 | return false; |
| 3992 | |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 3993 | return bw_state->pipe_sagv_reject == 0; |
| 3994 | } |
| 3995 | |
| 3996 | static int intel_compute_sagv_mask(struct intel_atomic_state *state) |
| 3997 | { |
Stanislav Lisovskiy | d8d5afe | 2020-05-13 12:38:13 +0300 | [diff] [blame] | 3998 | struct drm_i915_private *dev_priv = to_i915(state->base.dev); |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 3999 | int ret; |
Stanislav Lisovskiy | a389c49 | 2020-04-15 17:57:40 +0300 | [diff] [blame] | 4000 | struct intel_crtc *crtc; |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 4001 | struct intel_crtc_state *new_crtc_state; |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 4002 | struct intel_bw_state *new_bw_state = NULL; |
| 4003 | const struct intel_bw_state *old_bw_state = NULL; |
| 4004 | int i; |
Stanislav Lisovskiy | a389c49 | 2020-04-15 17:57:40 +0300 | [diff] [blame] | 4005 | |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 4006 | for_each_new_intel_crtc_in_state(state, crtc, |
| 4007 | new_crtc_state, i) { |
| 4008 | new_bw_state = intel_atomic_get_bw_state(state); |
| 4009 | if (IS_ERR(new_bw_state)) |
| 4010 | return PTR_ERR(new_bw_state); |
Stanislav Lisovskiy | a389c49 | 2020-04-15 17:57:40 +0300 | [diff] [blame] | 4011 | |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 4012 | old_bw_state = intel_atomic_get_old_bw_state(state); |
Stanislav Lisovskiy | a389c49 | 2020-04-15 17:57:40 +0300 | [diff] [blame] | 4013 | |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 4014 | if (intel_crtc_can_enable_sagv(new_crtc_state)) |
| 4015 | new_bw_state->pipe_sagv_reject &= ~BIT(crtc->pipe); |
| 4016 | else |
| 4017 | new_bw_state->pipe_sagv_reject |= BIT(crtc->pipe); |
| 4018 | } |
Stanislav Lisovskiy | a389c49 | 2020-04-15 17:57:40 +0300 | [diff] [blame] | 4019 | |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 4020 | if (!new_bw_state) |
| 4021 | return 0; |
Stanislav Lisovskiy | a389c49 | 2020-04-15 17:57:40 +0300 | [diff] [blame] | 4022 | |
Stanislav Lisovskiy | ecab0f3 | 2020-04-30 22:56:34 +0300 | [diff] [blame] | 4023 | new_bw_state->active_pipes = |
| 4024 | intel_calc_active_pipes(state, old_bw_state->active_pipes); |
Stanislav Lisovskiy | 1d0a6c8 | 2020-05-13 12:38:12 +0300 | [diff] [blame] | 4025 | |
Stanislav Lisovskiy | ecab0f3 | 2020-04-30 22:56:34 +0300 | [diff] [blame] | 4026 | if (new_bw_state->active_pipes != old_bw_state->active_pipes) { |
| 4027 | ret = intel_atomic_lock_global_state(&new_bw_state->base); |
| 4028 | if (ret) |
| 4029 | return ret; |
| 4030 | } |
| 4031 | |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 4032 | for_each_new_intel_crtc_in_state(state, crtc, |
| 4033 | new_crtc_state, i) { |
| 4034 | struct skl_pipe_wm *pipe_wm = &new_crtc_state->wm.skl.optimal; |
| 4035 | |
| 4036 | /* |
| 4037 | * We store use_sagv_wm in the crtc state rather than relying on |
| 4038 | * that bw state since we have no convenient way to get at the |
| 4039 | * latter from the plane commit hooks (especially in the legacy |
| 4040 | * cursor case) |
| 4041 | */ |
Matt Roper | 7959ffe | 2021-05-18 17:06:11 -0700 | [diff] [blame] | 4042 | pipe_wm->use_sagv_wm = !HAS_HW_SAGV_WM(dev_priv) && |
| 4043 | DISPLAY_VER(dev_priv) >= 12 && |
| 4044 | intel_can_enable_sagv(dev_priv, new_bw_state); |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 4045 | } |
| 4046 | |
Stanislav Lisovskiy | d8d5afe | 2020-05-13 12:38:13 +0300 | [diff] [blame] | 4047 | if (intel_can_enable_sagv(dev_priv, new_bw_state) != |
| 4048 | intel_can_enable_sagv(dev_priv, old_bw_state)) { |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 4049 | ret = intel_atomic_serialize_global_state(&new_bw_state->base); |
| 4050 | if (ret) |
| 4051 | return ret; |
| 4052 | } else if (new_bw_state->pipe_sagv_reject != old_bw_state->pipe_sagv_reject) { |
| 4053 | ret = intel_atomic_lock_global_state(&new_bw_state->base); |
| 4054 | if (ret) |
| 4055 | return ret; |
| 4056 | } |
| 4057 | |
| 4058 | return 0; |
Stanislav Lisovskiy | a389c49 | 2020-04-15 17:57:40 +0300 | [diff] [blame] | 4059 | } |
| 4060 | |
Ville Syrjälä | 944a5e3 | 2021-01-22 22:56:28 +0200 | [diff] [blame] | 4061 | static int intel_dbuf_slice_size(struct drm_i915_private *dev_priv) |
| 4062 | { |
Ville Syrjälä | b88da66 | 2021-04-16 20:10:09 +0300 | [diff] [blame] | 4063 | return INTEL_INFO(dev_priv)->dbuf.size / |
| 4064 | hweight8(INTEL_INFO(dev_priv)->dbuf.slice_mask); |
Ville Syrjälä | 944a5e3 | 2021-01-22 22:56:28 +0200 | [diff] [blame] | 4065 | } |
| 4066 | |
Ville Syrjälä | 96dc6ed | 2021-01-22 22:56:29 +0200 | [diff] [blame] | 4067 | static void |
| 4068 | skl_ddb_entry_for_slices(struct drm_i915_private *dev_priv, u8 slice_mask, |
| 4069 | struct skl_ddb_entry *ddb) |
Mahesh Kumar | aa9664f | 2018-04-26 19:55:16 +0530 | [diff] [blame] | 4070 | { |
Ville Syrjälä | 96dc6ed | 2021-01-22 22:56:29 +0200 | [diff] [blame] | 4071 | int slice_size = intel_dbuf_slice_size(dev_priv); |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4072 | |
Ville Syrjälä | 96dc6ed | 2021-01-22 22:56:29 +0200 | [diff] [blame] | 4073 | if (!slice_mask) { |
| 4074 | ddb->start = 0; |
| 4075 | ddb->end = 0; |
| 4076 | return; |
| 4077 | } |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4078 | |
Ville Syrjälä | 96dc6ed | 2021-01-22 22:56:29 +0200 | [diff] [blame] | 4079 | ddb->start = (ffs(slice_mask) - 1) * slice_size; |
| 4080 | ddb->end = fls(slice_mask) * slice_size; |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4081 | |
Ville Syrjälä | 96dc6ed | 2021-01-22 22:56:29 +0200 | [diff] [blame] | 4082 | WARN_ON(ddb->start >= ddb->end); |
Ville Syrjälä | b88da66 | 2021-04-16 20:10:09 +0300 | [diff] [blame] | 4083 | WARN_ON(ddb->end > INTEL_INFO(dev_priv)->dbuf.size); |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4084 | } |
| 4085 | |
Ville Syrjälä | 835c176 | 2021-05-18 17:06:16 -0700 | [diff] [blame] | 4086 | static unsigned int mbus_ddb_offset(struct drm_i915_private *i915, u8 slice_mask) |
| 4087 | { |
| 4088 | struct skl_ddb_entry ddb; |
| 4089 | |
| 4090 | if (slice_mask & (BIT(DBUF_S1) | BIT(DBUF_S2))) |
| 4091 | slice_mask = BIT(DBUF_S1); |
| 4092 | else if (slice_mask & (BIT(DBUF_S3) | BIT(DBUF_S4))) |
| 4093 | slice_mask = BIT(DBUF_S3); |
| 4094 | |
| 4095 | skl_ddb_entry_for_slices(i915, slice_mask, &ddb); |
| 4096 | |
| 4097 | return ddb.start; |
| 4098 | } |
| 4099 | |
Stanislav Lisovskiy | cd19154 | 2020-05-20 18:00:58 +0300 | [diff] [blame] | 4100 | u32 skl_ddb_dbuf_slice_mask(struct drm_i915_private *dev_priv, |
| 4101 | const struct skl_ddb_entry *entry) |
| 4102 | { |
Ville Syrjälä | 6390e5a | 2021-04-16 20:10:07 +0300 | [diff] [blame] | 4103 | int slice_size = intel_dbuf_slice_size(dev_priv); |
| 4104 | enum dbuf_slice start_slice, end_slice; |
| 4105 | u8 slice_mask = 0; |
Stanislav Lisovskiy | cd19154 | 2020-05-20 18:00:58 +0300 | [diff] [blame] | 4106 | |
| 4107 | if (!skl_ddb_entry_size(entry)) |
| 4108 | return 0; |
| 4109 | |
| 4110 | start_slice = entry->start / slice_size; |
| 4111 | end_slice = (entry->end - 1) / slice_size; |
| 4112 | |
| 4113 | /* |
| 4114 | * Per plane DDB entry can in a really worst case be on multiple slices |
| 4115 | * but single entry is anyway contigious. |
| 4116 | */ |
| 4117 | while (start_slice <= end_slice) { |
| 4118 | slice_mask |= BIT(start_slice); |
| 4119 | start_slice++; |
| 4120 | } |
| 4121 | |
| 4122 | return slice_mask; |
| 4123 | } |
| 4124 | |
Ville Syrjälä | 2791a40 | 2021-01-22 22:56:26 +0200 | [diff] [blame] | 4125 | static unsigned int intel_crtc_ddb_weight(const struct intel_crtc_state *crtc_state) |
| 4126 | { |
| 4127 | const struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; |
| 4128 | int hdisplay, vdisplay; |
| 4129 | |
| 4130 | if (!crtc_state->hw.active) |
| 4131 | return 0; |
| 4132 | |
| 4133 | /* |
| 4134 | * Watermark/ddb requirement highly depends upon width of the |
| 4135 | * framebuffer, So instead of allocating DDB equally among pipes |
| 4136 | * distribute DDB based on resolution/width of the display. |
| 4137 | */ |
| 4138 | drm_mode_get_hv_timing(pipe_mode, &hdisplay, &vdisplay); |
| 4139 | |
| 4140 | return hdisplay; |
| 4141 | } |
| 4142 | |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4143 | static void intel_crtc_dbuf_weights(const struct intel_dbuf_state *dbuf_state, |
| 4144 | enum pipe for_pipe, |
| 4145 | unsigned int *weight_start, |
| 4146 | unsigned int *weight_end, |
| 4147 | unsigned int *weight_total) |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 4148 | { |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4149 | struct drm_i915_private *dev_priv = |
| 4150 | to_i915(dbuf_state->base.state->base.dev); |
| 4151 | enum pipe pipe; |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4152 | |
| 4153 | *weight_start = 0; |
| 4154 | *weight_end = 0; |
| 4155 | *weight_total = 0; |
| 4156 | |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4157 | for_each_pipe(dev_priv, pipe) { |
| 4158 | int weight = dbuf_state->weight[pipe]; |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4159 | |
| 4160 | /* |
| 4161 | * Do not account pipes using other slice sets |
| 4162 | * luckily as of current BSpec slice sets do not partially |
| 4163 | * intersect(pipes share either same one slice or same slice set |
| 4164 | * i.e no partial intersection), so it is enough to check for |
| 4165 | * equality for now. |
| 4166 | */ |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4167 | if (dbuf_state->slices[pipe] != dbuf_state->slices[for_pipe]) |
Mahesh Kumar | cf1f697 | 2018-08-01 20:41:13 +0530 | [diff] [blame] | 4168 | continue; |
| 4169 | |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4170 | *weight_total += weight; |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4171 | if (pipe < for_pipe) { |
| 4172 | *weight_start += weight; |
| 4173 | *weight_end += weight; |
| 4174 | } else if (pipe == for_pipe) { |
| 4175 | *weight_end += weight; |
| 4176 | } |
Mahesh Kumar | cf1f697 | 2018-08-01 20:41:13 +0530 | [diff] [blame] | 4177 | } |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4178 | } |
| 4179 | |
| 4180 | static int |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4181 | skl_crtc_allocate_ddb(struct intel_atomic_state *state, struct intel_crtc *crtc) |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4182 | { |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4183 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 4184 | unsigned int weight_total, weight_start, weight_end; |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4185 | const struct intel_dbuf_state *old_dbuf_state = |
| 4186 | intel_atomic_get_old_dbuf_state(state); |
| 4187 | struct intel_dbuf_state *new_dbuf_state = |
| 4188 | intel_atomic_get_new_dbuf_state(state); |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4189 | struct intel_crtc_state *crtc_state; |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4190 | struct skl_ddb_entry ddb_slices; |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4191 | enum pipe pipe = crtc->pipe; |
Manasi Navare | e2bebb9 | 2021-06-03 14:53:38 -0700 | [diff] [blame] | 4192 | unsigned int mbus_offset = 0; |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4193 | u32 ddb_range_size; |
| 4194 | u32 dbuf_slice_mask; |
| 4195 | u32 start, end; |
| 4196 | int ret; |
| 4197 | |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4198 | if (new_dbuf_state->weight[pipe] == 0) { |
| 4199 | new_dbuf_state->ddb[pipe].start = 0; |
| 4200 | new_dbuf_state->ddb[pipe].end = 0; |
| 4201 | goto out; |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4202 | } |
| 4203 | |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4204 | dbuf_slice_mask = new_dbuf_state->slices[pipe]; |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4205 | |
| 4206 | skl_ddb_entry_for_slices(dev_priv, dbuf_slice_mask, &ddb_slices); |
Ville Syrjälä | 835c176 | 2021-05-18 17:06:16 -0700 | [diff] [blame] | 4207 | mbus_offset = mbus_ddb_offset(dev_priv, dbuf_slice_mask); |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4208 | ddb_range_size = skl_ddb_entry_size(&ddb_slices); |
| 4209 | |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4210 | intel_crtc_dbuf_weights(new_dbuf_state, pipe, |
| 4211 | &weight_start, &weight_end, &weight_total); |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4212 | |
| 4213 | start = ddb_range_size * weight_start / weight_total; |
| 4214 | end = ddb_range_size * weight_end / weight_total; |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4215 | |
Ville Syrjälä | 835c176 | 2021-05-18 17:06:16 -0700 | [diff] [blame] | 4216 | new_dbuf_state->ddb[pipe].start = ddb_slices.start - mbus_offset + start; |
| 4217 | new_dbuf_state->ddb[pipe].end = ddb_slices.start - mbus_offset + end; |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4218 | out: |
Ville Syrjälä | 835c176 | 2021-05-18 17:06:16 -0700 | [diff] [blame] | 4219 | if (old_dbuf_state->slices[pipe] == new_dbuf_state->slices[pipe] && |
| 4220 | skl_ddb_entry_equal(&old_dbuf_state->ddb[pipe], |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4221 | &new_dbuf_state->ddb[pipe])) |
| 4222 | return 0; |
| 4223 | |
| 4224 | ret = intel_atomic_lock_global_state(&new_dbuf_state->base); |
| 4225 | if (ret) |
| 4226 | return ret; |
| 4227 | |
| 4228 | crtc_state = intel_atomic_get_crtc_state(&state->base, crtc); |
| 4229 | if (IS_ERR(crtc_state)) |
| 4230 | return PTR_ERR(crtc_state); |
| 4231 | |
Ville Syrjälä | 835c176 | 2021-05-18 17:06:16 -0700 | [diff] [blame] | 4232 | /* |
| 4233 | * Used for checking overlaps, so we need absolute |
| 4234 | * offsets instead of MBUS relative offsets. |
| 4235 | */ |
| 4236 | crtc_state->wm.skl.ddb.start = mbus_offset + new_dbuf_state->ddb[pipe].start; |
| 4237 | crtc_state->wm.skl.ddb.end = mbus_offset + new_dbuf_state->ddb[pipe].end; |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4238 | |
Ville Syrjälä | 70b1a26 | 2020-02-25 19:11:16 +0200 | [diff] [blame] | 4239 | drm_dbg_kms(&dev_priv->drm, |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4240 | "[CRTC:%d:%s] dbuf slices 0x%x -> 0x%x, ddb (%d - %d) -> (%d - %d), active pipes 0x%x -> 0x%x\n", |
Ville Syrjälä | 5363096 | 2021-01-22 22:56:31 +0200 | [diff] [blame] | 4241 | crtc->base.base.id, crtc->base.name, |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 4242 | old_dbuf_state->slices[pipe], new_dbuf_state->slices[pipe], |
| 4243 | old_dbuf_state->ddb[pipe].start, old_dbuf_state->ddb[pipe].end, |
| 4244 | new_dbuf_state->ddb[pipe].start, new_dbuf_state->ddb[pipe].end, |
| 4245 | old_dbuf_state->active_pipes, new_dbuf_state->active_pipes); |
Ville Syrjälä | 3cf43cd | 2020-02-25 19:11:13 +0200 | [diff] [blame] | 4246 | |
| 4247 | return 0; |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 4248 | } |
| 4249 | |
Ville Syrjälä | df331de | 2019-03-19 18:03:11 +0200 | [diff] [blame] | 4250 | static int skl_compute_wm_params(const struct intel_crtc_state *crtc_state, |
| 4251 | int width, const struct drm_format_info *format, |
| 4252 | u64 modifier, unsigned int rotation, |
| 4253 | u32 plane_pixel_rate, struct skl_wm_params *wp, |
| 4254 | int color_plane); |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 4255 | static void skl_compute_plane_wm(const struct intel_crtc_state *crtc_state, |
Ville Syrjälä | df331de | 2019-03-19 18:03:11 +0200 | [diff] [blame] | 4256 | int level, |
Stanislav Lisovskiy | 7b99475 | 2020-04-09 18:47:18 +0300 | [diff] [blame] | 4257 | unsigned int latency, |
Ville Syrjälä | df331de | 2019-03-19 18:03:11 +0200 | [diff] [blame] | 4258 | const struct skl_wm_params *wp, |
| 4259 | const struct skl_wm_level *result_prev, |
| 4260 | struct skl_wm_level *result /* out */); |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 4261 | |
Ville Syrjälä | df331de | 2019-03-19 18:03:11 +0200 | [diff] [blame] | 4262 | static unsigned int |
| 4263 | skl_cursor_allocation(const struct intel_crtc_state *crtc_state, |
| 4264 | int num_active) |
| 4265 | { |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 4266 | struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); |
Ville Syrjälä | df331de | 2019-03-19 18:03:11 +0200 | [diff] [blame] | 4267 | int level, max_level = ilk_wm_max_level(dev_priv); |
| 4268 | struct skl_wm_level wm = {}; |
| 4269 | int ret, min_ddb_alloc = 0; |
| 4270 | struct skl_wm_params wp; |
| 4271 | |
| 4272 | ret = skl_compute_wm_params(crtc_state, 256, |
| 4273 | drm_format_info(DRM_FORMAT_ARGB8888), |
| 4274 | DRM_FORMAT_MOD_LINEAR, |
| 4275 | DRM_MODE_ROTATE_0, |
| 4276 | crtc_state->pixel_rate, &wp, 0); |
Pankaj Bharadiya | 48a1b8d | 2020-01-15 09:14:53 +0530 | [diff] [blame] | 4277 | drm_WARN_ON(&dev_priv->drm, ret); |
Ville Syrjälä | df331de | 2019-03-19 18:03:11 +0200 | [diff] [blame] | 4278 | |
| 4279 | for (level = 0; level <= max_level; level++) { |
Stanislav Lisovskiy | 7b99475 | 2020-04-09 18:47:18 +0300 | [diff] [blame] | 4280 | unsigned int latency = dev_priv->wm.skl_latency[level]; |
| 4281 | |
| 4282 | skl_compute_plane_wm(crtc_state, level, latency, &wp, &wm, &wm); |
Ville Syrjälä | df331de | 2019-03-19 18:03:11 +0200 | [diff] [blame] | 4283 | if (wm.min_ddb_alloc == U16_MAX) |
| 4284 | break; |
| 4285 | |
| 4286 | min_ddb_alloc = wm.min_ddb_alloc; |
| 4287 | } |
| 4288 | |
| 4289 | return max(num_active == 1 ? 32 : 8, min_ddb_alloc); |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 4290 | } |
| 4291 | |
Mahesh Kumar | 37cde11 | 2018-04-26 19:55:17 +0530 | [diff] [blame] | 4292 | static void skl_ddb_entry_init_from_hw(struct drm_i915_private *dev_priv, |
| 4293 | struct skl_ddb_entry *entry, u32 reg) |
Damien Lespiau | a269c58 | 2014-11-04 17:06:49 +0000 | [diff] [blame] | 4294 | { |
Ville Syrjälä | d7e449a | 2019-02-05 22:50:56 +0200 | [diff] [blame] | 4295 | entry->start = reg & DDB_ENTRY_MASK; |
| 4296 | entry->end = (reg >> DDB_ENTRY_END_SHIFT) & DDB_ENTRY_MASK; |
Mahesh Kumar | 37cde11 | 2018-04-26 19:55:17 +0530 | [diff] [blame] | 4297 | |
Damien Lespiau | 16160e3 | 2014-11-04 17:06:53 +0000 | [diff] [blame] | 4298 | if (entry->end) |
| 4299 | entry->end += 1; |
Damien Lespiau | a269c58 | 2014-11-04 17:06:49 +0000 | [diff] [blame] | 4300 | } |
| 4301 | |
Mahesh Kumar | ddf3431 | 2018-04-09 09:11:03 +0530 | [diff] [blame] | 4302 | static void |
| 4303 | skl_ddb_get_hw_plane_state(struct drm_i915_private *dev_priv, |
| 4304 | const enum pipe pipe, |
| 4305 | const enum plane_id plane_id, |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 4306 | struct skl_ddb_entry *ddb_y, |
| 4307 | struct skl_ddb_entry *ddb_uv) |
Mahesh Kumar | ddf3431 | 2018-04-09 09:11:03 +0530 | [diff] [blame] | 4308 | { |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 4309 | u32 val, val2; |
| 4310 | u32 fourcc = 0; |
Mahesh Kumar | ddf3431 | 2018-04-09 09:11:03 +0530 | [diff] [blame] | 4311 | |
| 4312 | /* Cursor doesn't support NV12/planar, so no extra calculation needed */ |
| 4313 | if (plane_id == PLANE_CURSOR) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 4314 | val = intel_uncore_read(&dev_priv->uncore, CUR_BUF_CFG(pipe)); |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 4315 | skl_ddb_entry_init_from_hw(dev_priv, ddb_y, val); |
Mahesh Kumar | ddf3431 | 2018-04-09 09:11:03 +0530 | [diff] [blame] | 4316 | return; |
| 4317 | } |
| 4318 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 4319 | val = intel_uncore_read(&dev_priv->uncore, PLANE_CTL(pipe, plane_id)); |
Mahesh Kumar | ddf3431 | 2018-04-09 09:11:03 +0530 | [diff] [blame] | 4320 | |
| 4321 | /* No DDB allocated for disabled planes */ |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 4322 | if (val & PLANE_CTL_ENABLE) |
| 4323 | fourcc = skl_format_to_fourcc(val & PLANE_CTL_FORMAT_MASK, |
| 4324 | val & PLANE_CTL_ORDER_RGBX, |
| 4325 | val & PLANE_CTL_ALPHA_MASK); |
Mahesh Kumar | ddf3431 | 2018-04-09 09:11:03 +0530 | [diff] [blame] | 4326 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 4327 | if (DISPLAY_VER(dev_priv) >= 11) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 4328 | val = intel_uncore_read(&dev_priv->uncore, PLANE_BUF_CFG(pipe, plane_id)); |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 4329 | skl_ddb_entry_init_from_hw(dev_priv, ddb_y, val); |
| 4330 | } else { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 4331 | val = intel_uncore_read(&dev_priv->uncore, PLANE_BUF_CFG(pipe, plane_id)); |
| 4332 | val2 = intel_uncore_read(&dev_priv->uncore, PLANE_NV12_BUF_CFG(pipe, plane_id)); |
Mahesh Kumar | ddf3431 | 2018-04-09 09:11:03 +0530 | [diff] [blame] | 4333 | |
Ville Syrjälä | d1d23d7 | 2019-09-13 22:31:54 +0300 | [diff] [blame] | 4334 | if (fourcc && |
| 4335 | drm_format_info_is_yuv_semiplanar(drm_format_info(fourcc))) |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 4336 | swap(val, val2); |
| 4337 | |
| 4338 | skl_ddb_entry_init_from_hw(dev_priv, ddb_y, val); |
| 4339 | skl_ddb_entry_init_from_hw(dev_priv, ddb_uv, val2); |
Mahesh Kumar | ddf3431 | 2018-04-09 09:11:03 +0530 | [diff] [blame] | 4340 | } |
| 4341 | } |
| 4342 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 4343 | void skl_pipe_ddb_get_hw_state(struct intel_crtc *crtc, |
| 4344 | struct skl_ddb_entry *ddb_y, |
| 4345 | struct skl_ddb_entry *ddb_uv) |
| 4346 | { |
| 4347 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 4348 | enum intel_display_power_domain power_domain; |
| 4349 | enum pipe pipe = crtc->pipe; |
Chris Wilson | 0e6e0be | 2019-01-14 14:21:24 +0000 | [diff] [blame] | 4350 | intel_wakeref_t wakeref; |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 4351 | enum plane_id plane_id; |
| 4352 | |
| 4353 | power_domain = POWER_DOMAIN_PIPE(pipe); |
Chris Wilson | 0e6e0be | 2019-01-14 14:21:24 +0000 | [diff] [blame] | 4354 | wakeref = intel_display_power_get_if_enabled(dev_priv, power_domain); |
| 4355 | if (!wakeref) |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 4356 | return; |
| 4357 | |
| 4358 | for_each_plane_id_on_crtc(crtc, plane_id) |
| 4359 | skl_ddb_get_hw_plane_state(dev_priv, pipe, |
| 4360 | plane_id, |
| 4361 | &ddb_y[plane_id], |
| 4362 | &ddb_uv[plane_id]); |
| 4363 | |
Chris Wilson | 0e6e0be | 2019-01-14 14:21:24 +0000 | [diff] [blame] | 4364 | intel_display_power_put(dev_priv, power_domain, wakeref); |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 4365 | } |
| 4366 | |
Kumar, Mahesh | 9c2f7a9 | 2016-05-16 15:52:00 -0700 | [diff] [blame] | 4367 | /* |
| 4368 | * Determines the downscale amount of a plane for the purposes of watermark calculations. |
| 4369 | * The bspec defines downscale amount as: |
| 4370 | * |
| 4371 | * """ |
| 4372 | * Horizontal down scale amount = maximum[1, Horizontal source size / |
| 4373 | * Horizontal destination size] |
| 4374 | * Vertical down scale amount = maximum[1, Vertical source size / |
| 4375 | * Vertical destination size] |
| 4376 | * Total down scale amount = Horizontal down scale amount * |
| 4377 | * Vertical down scale amount |
| 4378 | * """ |
| 4379 | * |
| 4380 | * Return value is provided in 16.16 fixed point form to retain fractional part. |
| 4381 | * Caller should take care of dividing & rounding off the value. |
| 4382 | */ |
Kumar, Mahesh | 7084b50 | 2017-05-17 17:28:23 +0530 | [diff] [blame] | 4383 | static uint_fixed_16_16_t |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 4384 | skl_plane_downscale_amount(const struct intel_crtc_state *crtc_state, |
| 4385 | const struct intel_plane_state *plane_state) |
Kumar, Mahesh | 9c2f7a9 | 2016-05-16 15:52:00 -0700 | [diff] [blame] | 4386 | { |
Pankaj Bharadiya | 19edeb38 | 2020-05-04 23:45:59 +0530 | [diff] [blame] | 4387 | struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 4388 | u32 src_w, src_h, dst_w, dst_h; |
Kumar, Mahesh | 7084b50 | 2017-05-17 17:28:23 +0530 | [diff] [blame] | 4389 | uint_fixed_16_16_t fp_w_ratio, fp_h_ratio; |
| 4390 | uint_fixed_16_16_t downscale_h, downscale_w; |
Kumar, Mahesh | 9c2f7a9 | 2016-05-16 15:52:00 -0700 | [diff] [blame] | 4391 | |
Pankaj Bharadiya | 19edeb38 | 2020-05-04 23:45:59 +0530 | [diff] [blame] | 4392 | if (drm_WARN_ON(&dev_priv->drm, |
| 4393 | !intel_wm_plane_visible(crtc_state, plane_state))) |
Kumar, Mahesh | eac2cb8 | 2017-07-05 20:01:46 +0530 | [diff] [blame] | 4394 | return u32_to_fixed16(0); |
Kumar, Mahesh | 9c2f7a9 | 2016-05-16 15:52:00 -0700 | [diff] [blame] | 4395 | |
Maarten Lankhorst | 3a61276 | 2019-10-04 13:34:54 +0200 | [diff] [blame] | 4396 | /* |
| 4397 | * Src coordinates are already rotated by 270 degrees for |
| 4398 | * the 90/270 degree plane rotation cases (to match the |
| 4399 | * GTT mapping), hence no need to account for rotation here. |
| 4400 | * |
| 4401 | * n.b., src is 16.16 fixed point, dst is whole integer. |
| 4402 | */ |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 4403 | src_w = drm_rect_width(&plane_state->uapi.src) >> 16; |
| 4404 | src_h = drm_rect_height(&plane_state->uapi.src) >> 16; |
| 4405 | dst_w = drm_rect_width(&plane_state->uapi.dst); |
| 4406 | dst_h = drm_rect_height(&plane_state->uapi.dst); |
Ville Syrjälä | 93aa2a1 | 2017-03-14 17:10:50 +0200 | [diff] [blame] | 4407 | |
Kumar, Mahesh | eac2cb8 | 2017-07-05 20:01:46 +0530 | [diff] [blame] | 4408 | fp_w_ratio = div_fixed16(src_w, dst_w); |
| 4409 | fp_h_ratio = div_fixed16(src_h, dst_h); |
| 4410 | downscale_w = max_fixed16(fp_w_ratio, u32_to_fixed16(1)); |
| 4411 | downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1)); |
Kumar, Mahesh | 9c2f7a9 | 2016-05-16 15:52:00 -0700 | [diff] [blame] | 4412 | |
Kumar, Mahesh | 7084b50 | 2017-05-17 17:28:23 +0530 | [diff] [blame] | 4413 | return mul_fixed16(downscale_w, downscale_h); |
Kumar, Mahesh | 9c2f7a9 | 2016-05-16 15:52:00 -0700 | [diff] [blame] | 4414 | } |
| 4415 | |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4416 | struct dbuf_slice_conf_entry { |
| 4417 | u8 active_pipes; |
| 4418 | u8 dbuf_mask[I915_MAX_PIPES]; |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 4419 | bool join_mbus; |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4420 | }; |
| 4421 | |
| 4422 | /* |
| 4423 | * Table taken from Bspec 12716 |
| 4424 | * Pipes do have some preferred DBuf slice affinity, |
| 4425 | * plus there are some hardcoded requirements on how |
| 4426 | * those should be distributed for multipipe scenarios. |
| 4427 | * For more DBuf slices algorithm can get even more messy |
| 4428 | * and less readable, so decided to use a table almost |
| 4429 | * as is from BSpec itself - that way it is at least easier |
| 4430 | * to compare, change and check. |
| 4431 | */ |
Jani Nikula | f8226d0 | 2020-02-19 17:45:42 +0200 | [diff] [blame] | 4432 | static const struct dbuf_slice_conf_entry icl_allowed_dbufs[] = |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4433 | /* Autogenerated with igt/tools/intel_dbuf_map tool: */ |
| 4434 | { |
| 4435 | { |
| 4436 | .active_pipes = BIT(PIPE_A), |
| 4437 | .dbuf_mask = { |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4438 | [PIPE_A] = BIT(DBUF_S1), |
| 4439 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4440 | }, |
| 4441 | { |
| 4442 | .active_pipes = BIT(PIPE_B), |
| 4443 | .dbuf_mask = { |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4444 | [PIPE_B] = BIT(DBUF_S1), |
| 4445 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4446 | }, |
| 4447 | { |
| 4448 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B), |
| 4449 | .dbuf_mask = { |
| 4450 | [PIPE_A] = BIT(DBUF_S1), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4451 | [PIPE_B] = BIT(DBUF_S2), |
| 4452 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4453 | }, |
| 4454 | { |
| 4455 | .active_pipes = BIT(PIPE_C), |
| 4456 | .dbuf_mask = { |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4457 | [PIPE_C] = BIT(DBUF_S2), |
| 4458 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4459 | }, |
| 4460 | { |
| 4461 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_C), |
| 4462 | .dbuf_mask = { |
| 4463 | [PIPE_A] = BIT(DBUF_S1), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4464 | [PIPE_C] = BIT(DBUF_S2), |
| 4465 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4466 | }, |
| 4467 | { |
| 4468 | .active_pipes = BIT(PIPE_B) | BIT(PIPE_C), |
| 4469 | .dbuf_mask = { |
| 4470 | [PIPE_B] = BIT(DBUF_S1), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4471 | [PIPE_C] = BIT(DBUF_S2), |
| 4472 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4473 | }, |
| 4474 | { |
| 4475 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C), |
| 4476 | .dbuf_mask = { |
| 4477 | [PIPE_A] = BIT(DBUF_S1), |
| 4478 | [PIPE_B] = BIT(DBUF_S1), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4479 | [PIPE_C] = BIT(DBUF_S2), |
| 4480 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4481 | }, |
Ville Syrjälä | 05e8155 | 2020-02-25 19:11:09 +0200 | [diff] [blame] | 4482 | {} |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4483 | }; |
| 4484 | |
| 4485 | /* |
| 4486 | * Table taken from Bspec 49255 |
| 4487 | * Pipes do have some preferred DBuf slice affinity, |
| 4488 | * plus there are some hardcoded requirements on how |
| 4489 | * those should be distributed for multipipe scenarios. |
| 4490 | * For more DBuf slices algorithm can get even more messy |
| 4491 | * and less readable, so decided to use a table almost |
| 4492 | * as is from BSpec itself - that way it is at least easier |
| 4493 | * to compare, change and check. |
| 4494 | */ |
Jani Nikula | f8226d0 | 2020-02-19 17:45:42 +0200 | [diff] [blame] | 4495 | static const struct dbuf_slice_conf_entry tgl_allowed_dbufs[] = |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4496 | /* Autogenerated with igt/tools/intel_dbuf_map tool: */ |
| 4497 | { |
| 4498 | { |
| 4499 | .active_pipes = BIT(PIPE_A), |
| 4500 | .dbuf_mask = { |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4501 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4502 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4503 | }, |
| 4504 | { |
| 4505 | .active_pipes = BIT(PIPE_B), |
| 4506 | .dbuf_mask = { |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4507 | [PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4508 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4509 | }, |
| 4510 | { |
| 4511 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B), |
| 4512 | .dbuf_mask = { |
| 4513 | [PIPE_A] = BIT(DBUF_S2), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4514 | [PIPE_B] = BIT(DBUF_S1), |
| 4515 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4516 | }, |
| 4517 | { |
| 4518 | .active_pipes = BIT(PIPE_C), |
| 4519 | .dbuf_mask = { |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4520 | [PIPE_C] = BIT(DBUF_S2) | BIT(DBUF_S1), |
| 4521 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4522 | }, |
| 4523 | { |
| 4524 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_C), |
| 4525 | .dbuf_mask = { |
| 4526 | [PIPE_A] = BIT(DBUF_S1), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4527 | [PIPE_C] = BIT(DBUF_S2), |
| 4528 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4529 | }, |
| 4530 | { |
| 4531 | .active_pipes = BIT(PIPE_B) | BIT(PIPE_C), |
| 4532 | .dbuf_mask = { |
| 4533 | [PIPE_B] = BIT(DBUF_S1), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4534 | [PIPE_C] = BIT(DBUF_S2), |
| 4535 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4536 | }, |
| 4537 | { |
| 4538 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C), |
| 4539 | .dbuf_mask = { |
| 4540 | [PIPE_A] = BIT(DBUF_S1), |
| 4541 | [PIPE_B] = BIT(DBUF_S1), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4542 | [PIPE_C] = BIT(DBUF_S2), |
| 4543 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4544 | }, |
| 4545 | { |
| 4546 | .active_pipes = BIT(PIPE_D), |
| 4547 | .dbuf_mask = { |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4548 | [PIPE_D] = BIT(DBUF_S2) | BIT(DBUF_S1), |
| 4549 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4550 | }, |
| 4551 | { |
| 4552 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_D), |
| 4553 | .dbuf_mask = { |
| 4554 | [PIPE_A] = BIT(DBUF_S1), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4555 | [PIPE_D] = BIT(DBUF_S2), |
| 4556 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4557 | }, |
| 4558 | { |
| 4559 | .active_pipes = BIT(PIPE_B) | BIT(PIPE_D), |
| 4560 | .dbuf_mask = { |
| 4561 | [PIPE_B] = BIT(DBUF_S1), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4562 | [PIPE_D] = BIT(DBUF_S2), |
| 4563 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4564 | }, |
| 4565 | { |
| 4566 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_D), |
| 4567 | .dbuf_mask = { |
| 4568 | [PIPE_A] = BIT(DBUF_S1), |
| 4569 | [PIPE_B] = BIT(DBUF_S1), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4570 | [PIPE_D] = BIT(DBUF_S2), |
| 4571 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4572 | }, |
| 4573 | { |
| 4574 | .active_pipes = BIT(PIPE_C) | BIT(PIPE_D), |
| 4575 | .dbuf_mask = { |
| 4576 | [PIPE_C] = BIT(DBUF_S1), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4577 | [PIPE_D] = BIT(DBUF_S2), |
| 4578 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4579 | }, |
| 4580 | { |
| 4581 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_C) | BIT(PIPE_D), |
| 4582 | .dbuf_mask = { |
| 4583 | [PIPE_A] = BIT(DBUF_S1), |
| 4584 | [PIPE_C] = BIT(DBUF_S2), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4585 | [PIPE_D] = BIT(DBUF_S2), |
| 4586 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4587 | }, |
| 4588 | { |
| 4589 | .active_pipes = BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D), |
| 4590 | .dbuf_mask = { |
| 4591 | [PIPE_B] = BIT(DBUF_S1), |
| 4592 | [PIPE_C] = BIT(DBUF_S2), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4593 | [PIPE_D] = BIT(DBUF_S2), |
| 4594 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4595 | }, |
| 4596 | { |
| 4597 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D), |
| 4598 | .dbuf_mask = { |
| 4599 | [PIPE_A] = BIT(DBUF_S1), |
| 4600 | [PIPE_B] = BIT(DBUF_S1), |
| 4601 | [PIPE_C] = BIT(DBUF_S2), |
Ville Syrjälä | 06812bd | 2020-02-25 19:11:08 +0200 | [diff] [blame] | 4602 | [PIPE_D] = BIT(DBUF_S2), |
| 4603 | }, |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4604 | }, |
Ville Syrjälä | 05e8155 | 2020-02-25 19:11:09 +0200 | [diff] [blame] | 4605 | {} |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4606 | }; |
| 4607 | |
Matt Roper | 49f7563 | 2021-07-21 15:30:40 -0700 | [diff] [blame] | 4608 | static const struct dbuf_slice_conf_entry dg2_allowed_dbufs[] = { |
| 4609 | { |
| 4610 | .active_pipes = BIT(PIPE_A), |
| 4611 | .dbuf_mask = { |
| 4612 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4613 | }, |
| 4614 | }, |
| 4615 | { |
| 4616 | .active_pipes = BIT(PIPE_B), |
| 4617 | .dbuf_mask = { |
| 4618 | [PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4619 | }, |
| 4620 | }, |
| 4621 | { |
| 4622 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B), |
| 4623 | .dbuf_mask = { |
| 4624 | [PIPE_A] = BIT(DBUF_S1), |
| 4625 | [PIPE_B] = BIT(DBUF_S2), |
| 4626 | }, |
| 4627 | }, |
| 4628 | { |
| 4629 | .active_pipes = BIT(PIPE_C), |
| 4630 | .dbuf_mask = { |
| 4631 | [PIPE_C] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4632 | }, |
| 4633 | }, |
| 4634 | { |
| 4635 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_C), |
| 4636 | .dbuf_mask = { |
| 4637 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4638 | [PIPE_C] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4639 | }, |
| 4640 | }, |
| 4641 | { |
| 4642 | .active_pipes = BIT(PIPE_B) | BIT(PIPE_C), |
| 4643 | .dbuf_mask = { |
| 4644 | [PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4645 | [PIPE_C] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4646 | }, |
| 4647 | }, |
| 4648 | { |
| 4649 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C), |
| 4650 | .dbuf_mask = { |
| 4651 | [PIPE_A] = BIT(DBUF_S1), |
| 4652 | [PIPE_B] = BIT(DBUF_S2), |
| 4653 | [PIPE_C] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4654 | }, |
| 4655 | }, |
| 4656 | { |
| 4657 | .active_pipes = BIT(PIPE_D), |
| 4658 | .dbuf_mask = { |
| 4659 | [PIPE_D] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4660 | }, |
| 4661 | }, |
| 4662 | { |
| 4663 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_D), |
| 4664 | .dbuf_mask = { |
| 4665 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4666 | [PIPE_D] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4667 | }, |
| 4668 | }, |
| 4669 | { |
| 4670 | .active_pipes = BIT(PIPE_B) | BIT(PIPE_D), |
| 4671 | .dbuf_mask = { |
| 4672 | [PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4673 | [PIPE_D] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4674 | }, |
| 4675 | }, |
| 4676 | { |
| 4677 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_D), |
| 4678 | .dbuf_mask = { |
| 4679 | [PIPE_A] = BIT(DBUF_S1), |
| 4680 | [PIPE_B] = BIT(DBUF_S2), |
| 4681 | [PIPE_D] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4682 | }, |
| 4683 | }, |
| 4684 | { |
| 4685 | .active_pipes = BIT(PIPE_C) | BIT(PIPE_D), |
| 4686 | .dbuf_mask = { |
| 4687 | [PIPE_C] = BIT(DBUF_S3), |
| 4688 | [PIPE_D] = BIT(DBUF_S4), |
| 4689 | }, |
| 4690 | }, |
| 4691 | { |
| 4692 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_C) | BIT(PIPE_D), |
| 4693 | .dbuf_mask = { |
| 4694 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4695 | [PIPE_C] = BIT(DBUF_S3), |
| 4696 | [PIPE_D] = BIT(DBUF_S4), |
| 4697 | }, |
| 4698 | }, |
| 4699 | { |
| 4700 | .active_pipes = BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D), |
| 4701 | .dbuf_mask = { |
| 4702 | [PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4703 | [PIPE_C] = BIT(DBUF_S3), |
| 4704 | [PIPE_D] = BIT(DBUF_S4), |
| 4705 | }, |
| 4706 | }, |
| 4707 | { |
| 4708 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D), |
| 4709 | .dbuf_mask = { |
| 4710 | [PIPE_A] = BIT(DBUF_S1), |
| 4711 | [PIPE_B] = BIT(DBUF_S2), |
| 4712 | [PIPE_C] = BIT(DBUF_S3), |
| 4713 | [PIPE_D] = BIT(DBUF_S4), |
| 4714 | }, |
| 4715 | }, |
| 4716 | {} |
| 4717 | }; |
| 4718 | |
Vandita Kulkarni | 247bdac | 2021-05-18 17:06:15 -0700 | [diff] [blame] | 4719 | static const struct dbuf_slice_conf_entry adlp_allowed_dbufs[] = { |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4720 | /* |
| 4721 | * Keep the join_mbus cases first so check_mbus_joined() |
| 4722 | * will prefer them over the !join_mbus cases. |
| 4723 | */ |
Vandita Kulkarni | 247bdac | 2021-05-18 17:06:15 -0700 | [diff] [blame] | 4724 | { |
| 4725 | .active_pipes = BIT(PIPE_A), |
| 4726 | .dbuf_mask = { |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 4727 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2) | BIT(DBUF_S3) | BIT(DBUF_S4), |
Vandita Kulkarni | 247bdac | 2021-05-18 17:06:15 -0700 | [diff] [blame] | 4728 | }, |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 4729 | .join_mbus = true, |
Vandita Kulkarni | 247bdac | 2021-05-18 17:06:15 -0700 | [diff] [blame] | 4730 | }, |
| 4731 | { |
| 4732 | .active_pipes = BIT(PIPE_B), |
| 4733 | .dbuf_mask = { |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 4734 | [PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2) | BIT(DBUF_S3) | BIT(DBUF_S4), |
Vandita Kulkarni | 247bdac | 2021-05-18 17:06:15 -0700 | [diff] [blame] | 4735 | }, |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 4736 | .join_mbus = true, |
Vandita Kulkarni | 247bdac | 2021-05-18 17:06:15 -0700 | [diff] [blame] | 4737 | }, |
| 4738 | { |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4739 | .active_pipes = BIT(PIPE_A), |
| 4740 | .dbuf_mask = { |
| 4741 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4742 | }, |
| 4743 | .join_mbus = false, |
| 4744 | }, |
| 4745 | { |
| 4746 | .active_pipes = BIT(PIPE_B), |
| 4747 | .dbuf_mask = { |
| 4748 | [PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4749 | }, |
| 4750 | .join_mbus = false, |
| 4751 | }, |
| 4752 | { |
Vandita Kulkarni | 247bdac | 2021-05-18 17:06:15 -0700 | [diff] [blame] | 4753 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B), |
| 4754 | .dbuf_mask = { |
| 4755 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4756 | [PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4757 | }, |
| 4758 | }, |
| 4759 | { |
| 4760 | .active_pipes = BIT(PIPE_C), |
| 4761 | .dbuf_mask = { |
| 4762 | [PIPE_C] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4763 | }, |
| 4764 | }, |
| 4765 | { |
| 4766 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_C), |
| 4767 | .dbuf_mask = { |
| 4768 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4769 | [PIPE_C] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4770 | }, |
| 4771 | }, |
| 4772 | { |
| 4773 | .active_pipes = BIT(PIPE_B) | BIT(PIPE_C), |
| 4774 | .dbuf_mask = { |
| 4775 | [PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4776 | [PIPE_C] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4777 | }, |
| 4778 | }, |
| 4779 | { |
| 4780 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C), |
| 4781 | .dbuf_mask = { |
| 4782 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4783 | [PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4784 | [PIPE_C] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4785 | }, |
| 4786 | }, |
| 4787 | { |
| 4788 | .active_pipes = BIT(PIPE_D), |
| 4789 | .dbuf_mask = { |
| 4790 | [PIPE_D] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4791 | }, |
| 4792 | }, |
| 4793 | { |
| 4794 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_D), |
| 4795 | .dbuf_mask = { |
| 4796 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4797 | [PIPE_D] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4798 | }, |
| 4799 | }, |
| 4800 | { |
| 4801 | .active_pipes = BIT(PIPE_B) | BIT(PIPE_D), |
| 4802 | .dbuf_mask = { |
| 4803 | [PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4804 | [PIPE_D] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4805 | }, |
| 4806 | }, |
| 4807 | { |
| 4808 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_D), |
| 4809 | .dbuf_mask = { |
| 4810 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4811 | [PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4812 | [PIPE_D] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4813 | }, |
| 4814 | }, |
| 4815 | { |
| 4816 | .active_pipes = BIT(PIPE_C) | BIT(PIPE_D), |
| 4817 | .dbuf_mask = { |
| 4818 | [PIPE_C] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4819 | [PIPE_D] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4820 | }, |
| 4821 | }, |
| 4822 | { |
| 4823 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_C) | BIT(PIPE_D), |
| 4824 | .dbuf_mask = { |
| 4825 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4826 | [PIPE_C] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4827 | [PIPE_D] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4828 | }, |
| 4829 | }, |
| 4830 | { |
| 4831 | .active_pipes = BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D), |
| 4832 | .dbuf_mask = { |
| 4833 | [PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4834 | [PIPE_C] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4835 | [PIPE_D] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4836 | }, |
| 4837 | }, |
| 4838 | { |
| 4839 | .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D), |
| 4840 | .dbuf_mask = { |
| 4841 | [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4842 | [PIPE_B] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4843 | [PIPE_C] = BIT(DBUF_S3) | BIT(DBUF_S4), |
| 4844 | [PIPE_D] = BIT(DBUF_S1) | BIT(DBUF_S2), |
| 4845 | }, |
| 4846 | }, |
| 4847 | {} |
| 4848 | |
| 4849 | }; |
| 4850 | |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 4851 | static bool check_mbus_joined(u8 active_pipes, |
| 4852 | const struct dbuf_slice_conf_entry *dbuf_slices) |
| 4853 | { |
| 4854 | int i; |
| 4855 | |
| 4856 | for (i = 0; i < dbuf_slices[i].active_pipes; i++) { |
| 4857 | if (dbuf_slices[i].active_pipes == active_pipes) |
| 4858 | return dbuf_slices[i].join_mbus; |
| 4859 | } |
| 4860 | return false; |
| 4861 | } |
| 4862 | |
| 4863 | static bool adlp_check_mbus_joined(u8 active_pipes) |
| 4864 | { |
| 4865 | return check_mbus_joined(active_pipes, adlp_allowed_dbufs); |
| 4866 | } |
| 4867 | |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4868 | static u8 compute_dbuf_slices(enum pipe pipe, u8 active_pipes, bool join_mbus, |
Ville Syrjälä | 05e8155 | 2020-02-25 19:11:09 +0200 | [diff] [blame] | 4869 | const struct dbuf_slice_conf_entry *dbuf_slices) |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4870 | { |
| 4871 | int i; |
| 4872 | |
Ville Syrjälä | 05e8155 | 2020-02-25 19:11:09 +0200 | [diff] [blame] | 4873 | for (i = 0; i < dbuf_slices[i].active_pipes; i++) { |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4874 | if (dbuf_slices[i].active_pipes == active_pipes && |
| 4875 | dbuf_slices[i].join_mbus == join_mbus) |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4876 | return dbuf_slices[i].dbuf_mask[pipe]; |
| 4877 | } |
| 4878 | return 0; |
| 4879 | } |
| 4880 | |
| 4881 | /* |
| 4882 | * This function finds an entry with same enabled pipe configuration and |
| 4883 | * returns correspondent DBuf slice mask as stated in BSpec for particular |
| 4884 | * platform. |
| 4885 | */ |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4886 | static u8 icl_compute_dbuf_slices(enum pipe pipe, u8 active_pipes, bool join_mbus) |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4887 | { |
| 4888 | /* |
| 4889 | * FIXME: For ICL this is still a bit unclear as prev BSpec revision |
| 4890 | * required calculating "pipe ratio" in order to determine |
| 4891 | * if one or two slices can be used for single pipe configurations |
| 4892 | * as additional constraint to the existing table. |
| 4893 | * However based on recent info, it should be not "pipe ratio" |
| 4894 | * but rather ratio between pixel_rate and cdclk with additional |
| 4895 | * constants, so for now we are using only table until this is |
| 4896 | * clarified. Also this is the reason why crtc_state param is |
| 4897 | * still here - we will need it once those additional constraints |
| 4898 | * pop up. |
| 4899 | */ |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4900 | return compute_dbuf_slices(pipe, active_pipes, join_mbus, |
| 4901 | icl_allowed_dbufs); |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4902 | } |
| 4903 | |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4904 | static u8 tgl_compute_dbuf_slices(enum pipe pipe, u8 active_pipes, bool join_mbus) |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4905 | { |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4906 | return compute_dbuf_slices(pipe, active_pipes, join_mbus, |
| 4907 | tgl_allowed_dbufs); |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4908 | } |
| 4909 | |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4910 | static u8 adlp_compute_dbuf_slices(enum pipe pipe, u8 active_pipes, bool join_mbus) |
Vandita Kulkarni | 247bdac | 2021-05-18 17:06:15 -0700 | [diff] [blame] | 4911 | { |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4912 | return compute_dbuf_slices(pipe, active_pipes, join_mbus, |
| 4913 | adlp_allowed_dbufs); |
Vandita Kulkarni | 247bdac | 2021-05-18 17:06:15 -0700 | [diff] [blame] | 4914 | } |
| 4915 | |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4916 | static u8 dg2_compute_dbuf_slices(enum pipe pipe, u8 active_pipes, bool join_mbus) |
Matt Roper | 49f7563 | 2021-07-21 15:30:40 -0700 | [diff] [blame] | 4917 | { |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4918 | return compute_dbuf_slices(pipe, active_pipes, join_mbus, |
| 4919 | dg2_allowed_dbufs); |
Matt Roper | 49f7563 | 2021-07-21 15:30:40 -0700 | [diff] [blame] | 4920 | } |
| 4921 | |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4922 | static u8 skl_compute_dbuf_slices(struct intel_crtc *crtc, u8 active_pipes, bool join_mbus) |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4923 | { |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4924 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 4925 | enum pipe pipe = crtc->pipe; |
| 4926 | |
Matt Roper | 49f7563 | 2021-07-21 15:30:40 -0700 | [diff] [blame] | 4927 | if (IS_DG2(dev_priv)) |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4928 | return dg2_compute_dbuf_slices(pipe, active_pipes, join_mbus); |
Matt Roper | 49f7563 | 2021-07-21 15:30:40 -0700 | [diff] [blame] | 4929 | else if (IS_ALDERLAKE_P(dev_priv)) |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4930 | return adlp_compute_dbuf_slices(pipe, active_pipes, join_mbus); |
Vandita Kulkarni | 247bdac | 2021-05-18 17:06:15 -0700 | [diff] [blame] | 4931 | else if (DISPLAY_VER(dev_priv) == 12) |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4932 | return tgl_compute_dbuf_slices(pipe, active_pipes, join_mbus); |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 4933 | else if (DISPLAY_VER(dev_priv) == 11) |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 4934 | return icl_compute_dbuf_slices(pipe, active_pipes, join_mbus); |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4935 | /* |
| 4936 | * For anything else just return one slice yet. |
| 4937 | * Should be extended for other platforms. |
| 4938 | */ |
Ville Syrjälä | 2f9078c | 2020-02-25 19:11:10 +0200 | [diff] [blame] | 4939 | return active_pipes & BIT(pipe) ? BIT(DBUF_S1) : 0; |
Stanislav Lisovskiy | ff2cd86 | 2020-02-03 01:06:30 +0200 | [diff] [blame] | 4940 | } |
| 4941 | |
Maarten Lankhorst | 24719e9 | 2018-10-22 12:20:00 +0200 | [diff] [blame] | 4942 | static u64 |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 4943 | skl_plane_relative_data_rate(const struct intel_crtc_state *crtc_state, |
| 4944 | const struct intel_plane_state *plane_state, |
Ville Syrjälä | d1d23d7 | 2019-09-13 22:31:54 +0300 | [diff] [blame] | 4945 | int color_plane) |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 4946 | { |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 4947 | struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 4948 | const struct drm_framebuffer *fb = plane_state->hw.fb; |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 4949 | u32 data_rate; |
| 4950 | u32 width = 0, height = 0; |
Kumar, Mahesh | 7084b50 | 2017-05-17 17:28:23 +0530 | [diff] [blame] | 4951 | uint_fixed_16_16_t down_scale_amount; |
Maarten Lankhorst | 24719e9 | 2018-10-22 12:20:00 +0200 | [diff] [blame] | 4952 | u64 rate; |
Matt Roper | a1de91e | 2016-05-12 07:05:57 -0700 | [diff] [blame] | 4953 | |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 4954 | if (!plane_state->uapi.visible) |
Matt Roper | a1de91e | 2016-05-12 07:05:57 -0700 | [diff] [blame] | 4955 | return 0; |
Ville Syrjälä | 8305494 | 2016-11-18 21:53:00 +0200 | [diff] [blame] | 4956 | |
Ville Syrjälä | d1d23d7 | 2019-09-13 22:31:54 +0300 | [diff] [blame] | 4957 | if (plane->id == PLANE_CURSOR) |
Matt Roper | a1de91e | 2016-05-12 07:05:57 -0700 | [diff] [blame] | 4958 | return 0; |
Ville Syrjälä | d1d23d7 | 2019-09-13 22:31:54 +0300 | [diff] [blame] | 4959 | |
| 4960 | if (color_plane == 1 && |
Imre Deak | 4941f35 | 2019-12-21 14:05:43 +0200 | [diff] [blame] | 4961 | !intel_format_info_is_yuv_semiplanar(fb->format, fb->modifier)) |
Matt Roper | a1de91e | 2016-05-12 07:05:57 -0700 | [diff] [blame] | 4962 | return 0; |
Kumar, Mahesh | a280f7d | 2016-04-06 08:26:39 -0700 | [diff] [blame] | 4963 | |
Ville Syrjälä | fce5adf | 2017-03-31 21:00:55 +0300 | [diff] [blame] | 4964 | /* |
| 4965 | * Src coordinates are already rotated by 270 degrees for |
| 4966 | * the 90/270 degree plane rotation cases (to match the |
| 4967 | * GTT mapping), hence no need to account for rotation here. |
| 4968 | */ |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 4969 | width = drm_rect_width(&plane_state->uapi.src) >> 16; |
| 4970 | height = drm_rect_height(&plane_state->uapi.src) >> 16; |
Kumar, Mahesh | a280f7d | 2016-04-06 08:26:39 -0700 | [diff] [blame] | 4971 | |
Mahesh Kumar | b879d58 | 2018-04-09 09:11:01 +0530 | [diff] [blame] | 4972 | /* UV plane does 1/2 pixel sub-sampling */ |
Ville Syrjälä | d1d23d7 | 2019-09-13 22:31:54 +0300 | [diff] [blame] | 4973 | if (color_plane == 1) { |
Mahesh Kumar | b879d58 | 2018-04-09 09:11:01 +0530 | [diff] [blame] | 4974 | width /= 2; |
| 4975 | height /= 2; |
Chandra Konduru | 2cd601c | 2015-04-27 15:47:37 -0700 | [diff] [blame] | 4976 | } |
| 4977 | |
Maarten Lankhorst | 24719e9 | 2018-10-22 12:20:00 +0200 | [diff] [blame] | 4978 | data_rate = width * height; |
Mahesh Kumar | b879d58 | 2018-04-09 09:11:01 +0530 | [diff] [blame] | 4979 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 4980 | down_scale_amount = skl_plane_downscale_amount(crtc_state, plane_state); |
Kumar, Mahesh | 8d19d7d | 2016-05-19 15:03:01 -0700 | [diff] [blame] | 4981 | |
Maarten Lankhorst | 24719e9 | 2018-10-22 12:20:00 +0200 | [diff] [blame] | 4982 | rate = mul_round_up_u32_fixed16(data_rate, down_scale_amount); |
| 4983 | |
Ville Syrjälä | d1d23d7 | 2019-09-13 22:31:54 +0300 | [diff] [blame] | 4984 | rate *= fb->format->cpp[color_plane]; |
Maarten Lankhorst | 24719e9 | 2018-10-22 12:20:00 +0200 | [diff] [blame] | 4985 | return rate; |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 4986 | } |
| 4987 | |
Maarten Lankhorst | 24719e9 | 2018-10-22 12:20:00 +0200 | [diff] [blame] | 4988 | static u64 |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 4989 | skl_get_total_relative_data_rate(struct intel_atomic_state *state, |
| 4990 | struct intel_crtc *crtc) |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 4991 | { |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 4992 | struct intel_crtc_state *crtc_state = |
| 4993 | intel_atomic_get_new_crtc_state(state, crtc); |
Maarten Lankhorst | af9fbfa | 2019-10-04 13:34:53 +0200 | [diff] [blame] | 4994 | const struct intel_plane_state *plane_state; |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 4995 | struct intel_plane *plane; |
Maarten Lankhorst | 24719e9 | 2018-10-22 12:20:00 +0200 | [diff] [blame] | 4996 | u64 total_data_rate = 0; |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 4997 | enum plane_id plane_id; |
| 4998 | int i; |
Matt Roper | a6d3460e | 2016-05-12 07:06:04 -0700 | [diff] [blame] | 4999 | |
Matt Roper | a1de91e | 2016-05-12 07:05:57 -0700 | [diff] [blame] | 5000 | /* Calculate and cache data rate for each plane */ |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5001 | for_each_new_intel_plane_in_state(state, plane, plane_state, i) { |
| 5002 | if (plane->pipe != crtc->pipe) |
| 5003 | continue; |
| 5004 | |
| 5005 | plane_id = plane->id; |
Matt Roper | 024c904 | 2015-09-24 15:53:11 -0700 | [diff] [blame] | 5006 | |
Mahesh Kumar | b879d58 | 2018-04-09 09:11:01 +0530 | [diff] [blame] | 5007 | /* packed/y */ |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5008 | crtc_state->plane_data_rate[plane_id] = |
| 5009 | skl_plane_relative_data_rate(crtc_state, plane_state, 0); |
Matt Roper | 9c74d82 | 2016-05-12 07:05:58 -0700 | [diff] [blame] | 5010 | |
Mahesh Kumar | b879d58 | 2018-04-09 09:11:01 +0530 | [diff] [blame] | 5011 | /* uv-plane */ |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5012 | crtc_state->uv_plane_data_rate[plane_id] = |
| 5013 | skl_plane_relative_data_rate(crtc_state, plane_state, 1); |
| 5014 | } |
| 5015 | |
| 5016 | for_each_plane_id_on_crtc(crtc, plane_id) { |
| 5017 | total_data_rate += crtc_state->plane_data_rate[plane_id]; |
| 5018 | total_data_rate += crtc_state->uv_plane_data_rate[plane_id]; |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 5019 | } |
| 5020 | |
| 5021 | return total_data_rate; |
| 5022 | } |
| 5023 | |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5024 | static u64 |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5025 | icl_get_total_relative_data_rate(struct intel_atomic_state *state, |
| 5026 | struct intel_crtc *crtc) |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5027 | { |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5028 | struct intel_crtc_state *crtc_state = |
| 5029 | intel_atomic_get_new_crtc_state(state, crtc); |
Maarten Lankhorst | af9fbfa | 2019-10-04 13:34:53 +0200 | [diff] [blame] | 5030 | const struct intel_plane_state *plane_state; |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5031 | struct intel_plane *plane; |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5032 | u64 total_data_rate = 0; |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5033 | enum plane_id plane_id; |
| 5034 | int i; |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5035 | |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5036 | /* Calculate and cache data rate for each plane */ |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5037 | for_each_new_intel_plane_in_state(state, plane, plane_state, i) { |
| 5038 | if (plane->pipe != crtc->pipe) |
| 5039 | continue; |
| 5040 | |
| 5041 | plane_id = plane->id; |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5042 | |
Maarten Lankhorst | c47b7dd | 2019-09-20 13:42:20 +0200 | [diff] [blame] | 5043 | if (!plane_state->planar_linked_plane) { |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5044 | crtc_state->plane_data_rate[plane_id] = |
| 5045 | skl_plane_relative_data_rate(crtc_state, plane_state, 0); |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5046 | } else { |
| 5047 | enum plane_id y_plane_id; |
| 5048 | |
| 5049 | /* |
| 5050 | * The slave plane might not iterate in |
Maarten Lankhorst | af9fbfa | 2019-10-04 13:34:53 +0200 | [diff] [blame] | 5051 | * intel_atomic_crtc_state_for_each_plane_state(), |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5052 | * and needs the master plane state which may be |
| 5053 | * NULL if we try get_new_plane_state(), so we |
| 5054 | * always calculate from the master. |
| 5055 | */ |
Maarten Lankhorst | c47b7dd | 2019-09-20 13:42:20 +0200 | [diff] [blame] | 5056 | if (plane_state->planar_slave) |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5057 | continue; |
| 5058 | |
| 5059 | /* Y plane rate is calculated on the slave */ |
Maarten Lankhorst | c47b7dd | 2019-09-20 13:42:20 +0200 | [diff] [blame] | 5060 | y_plane_id = plane_state->planar_linked_plane->id; |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5061 | crtc_state->plane_data_rate[y_plane_id] = |
| 5062 | skl_plane_relative_data_rate(crtc_state, plane_state, 0); |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5063 | |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5064 | crtc_state->plane_data_rate[plane_id] = |
| 5065 | skl_plane_relative_data_rate(crtc_state, plane_state, 1); |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5066 | } |
| 5067 | } |
| 5068 | |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5069 | for_each_plane_id_on_crtc(crtc, plane_id) |
| 5070 | total_data_rate += crtc_state->plane_data_rate[plane_id]; |
| 5071 | |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5072 | return total_data_rate; |
| 5073 | } |
| 5074 | |
Ville Syrjälä | 5516e89 | 2021-02-26 17:32:03 +0200 | [diff] [blame] | 5075 | const struct skl_wm_level * |
Ville Syrjälä | 2871b2f | 2021-02-26 17:31:58 +0200 | [diff] [blame] | 5076 | skl_plane_wm_level(const struct skl_pipe_wm *pipe_wm, |
Stanislav Lisovskiy | d916234 | 2020-05-13 12:38:11 +0300 | [diff] [blame] | 5077 | enum plane_id plane_id, |
| 5078 | int level) |
| 5079 | { |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 5080 | const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; |
| 5081 | |
| 5082 | if (level == 0 && pipe_wm->use_sagv_wm) |
Ville Syrjälä | a68aa48 | 2021-02-26 17:32:01 +0200 | [diff] [blame] | 5083 | return &wm->sagv.wm0; |
Stanislav Lisovskiy | d916234 | 2020-05-13 12:38:11 +0300 | [diff] [blame] | 5084 | |
| 5085 | return &wm->wm[level]; |
| 5086 | } |
| 5087 | |
Ville Syrjälä | 5516e89 | 2021-02-26 17:32:03 +0200 | [diff] [blame] | 5088 | const struct skl_wm_level * |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 5089 | skl_plane_trans_wm(const struct skl_pipe_wm *pipe_wm, |
| 5090 | enum plane_id plane_id) |
| 5091 | { |
| 5092 | const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; |
| 5093 | |
| 5094 | if (pipe_wm->use_sagv_wm) |
| 5095 | return &wm->sagv.trans_wm; |
| 5096 | |
| 5097 | return &wm->trans_wm; |
| 5098 | } |
| 5099 | |
Ville Syrjälä | a5941b4 | 2021-03-05 17:36:09 +0200 | [diff] [blame] | 5100 | /* |
| 5101 | * We only disable the watermarks for each plane if |
| 5102 | * they exceed the ddb allocation of said plane. This |
| 5103 | * is done so that we don't end up touching cursor |
| 5104 | * watermarks needlessly when some other plane reduces |
| 5105 | * our max possible watermark level. |
| 5106 | * |
| 5107 | * Bspec has this to say about the PLANE_WM enable bit: |
| 5108 | * "All the watermarks at this level for all enabled |
| 5109 | * planes must be enabled before the level will be used." |
| 5110 | * So this is actually safe to do. |
| 5111 | */ |
| 5112 | static void |
| 5113 | skl_check_wm_level(struct skl_wm_level *wm, u64 total) |
| 5114 | { |
| 5115 | if (wm->min_ddb_alloc > total) |
| 5116 | memset(wm, 0, sizeof(*wm)); |
| 5117 | } |
| 5118 | |
| 5119 | static void |
| 5120 | skl_check_nv12_wm_level(struct skl_wm_level *wm, struct skl_wm_level *uv_wm, |
| 5121 | u64 total, u64 uv_total) |
| 5122 | { |
| 5123 | if (wm->min_ddb_alloc > total || |
| 5124 | uv_wm->min_ddb_alloc > uv_total) { |
| 5125 | memset(wm, 0, sizeof(*wm)); |
| 5126 | memset(uv_wm, 0, sizeof(*uv_wm)); |
| 5127 | } |
| 5128 | } |
| 5129 | |
Stanislav Lisovskiy | eeb04fa | 2021-11-18 11:39:07 +0200 | [diff] [blame] | 5130 | static bool icl_need_wm1_wa(struct drm_i915_private *i915, |
| 5131 | enum plane_id plane_id) |
| 5132 | { |
| 5133 | /* |
| 5134 | * Wa_1408961008:icl, ehl |
| 5135 | * Wa_14012656716:tgl, adl |
| 5136 | * Underruns with WM1+ disabled |
| 5137 | */ |
| 5138 | return DISPLAY_VER(i915) == 11 || |
| 5139 | (IS_DISPLAY_VER(i915, 12, 13) && plane_id == PLANE_CURSOR); |
| 5140 | } |
| 5141 | |
Matt Roper | c107acf | 2016-05-12 07:06:01 -0700 | [diff] [blame] | 5142 | static int |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 5143 | skl_allocate_plane_ddb(struct intel_atomic_state *state, |
| 5144 | struct intel_crtc *crtc) |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 5145 | { |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 5146 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
Ville Syrjälä | ffc9003 | 2020-11-06 19:30:37 +0200 | [diff] [blame] | 5147 | struct intel_crtc_state *crtc_state = |
| 5148 | intel_atomic_get_new_crtc_state(state, crtc); |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 5149 | const struct intel_dbuf_state *dbuf_state = |
Ville Syrjälä | 47a1495 | 2021-01-22 22:56:30 +0200 | [diff] [blame] | 5150 | intel_atomic_get_new_dbuf_state(state); |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 5151 | const struct skl_ddb_entry *alloc = &dbuf_state->ddb[crtc->pipe]; |
| 5152 | int num_active = hweight8(dbuf_state->active_pipes); |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 5153 | u16 alloc_size, start = 0; |
| 5154 | u16 total[I915_MAX_PLANES] = {}; |
| 5155 | u16 uv_total[I915_MAX_PLANES] = {}; |
Maarten Lankhorst | 24719e9 | 2018-10-22 12:20:00 +0200 | [diff] [blame] | 5156 | u64 total_data_rate; |
Ville Syrjälä | d5cdfdf5 | 2016-11-22 18:01:58 +0200 | [diff] [blame] | 5157 | enum plane_id plane_id; |
Ville Syrjälä | 0aded17 | 2019-02-05 17:50:53 +0200 | [diff] [blame] | 5158 | u32 blocks; |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5159 | int level; |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 5160 | |
Paulo Zanoni | 5a920b8 | 2016-10-04 14:37:32 -0300 | [diff] [blame] | 5161 | /* Clear the partitioning for disabled planes. */ |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5162 | memset(crtc_state->wm.skl.plane_ddb_y, 0, sizeof(crtc_state->wm.skl.plane_ddb_y)); |
| 5163 | memset(crtc_state->wm.skl.plane_ddb_uv, 0, sizeof(crtc_state->wm.skl.plane_ddb_uv)); |
Paulo Zanoni | 5a920b8 | 2016-10-04 14:37:32 -0300 | [diff] [blame] | 5164 | |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 5165 | if (!crtc_state->hw.active) |
Matt Roper | c107acf | 2016-05-12 07:06:01 -0700 | [diff] [blame] | 5166 | return 0; |
Matt Roper | c107acf | 2016-05-12 07:06:01 -0700 | [diff] [blame] | 5167 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 5168 | if (DISPLAY_VER(dev_priv) >= 11) |
Lucas De Marchi | 323b0a8 | 2019-04-04 16:04:25 -0700 | [diff] [blame] | 5169 | total_data_rate = |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5170 | icl_get_total_relative_data_rate(state, crtc); |
Lucas De Marchi | 323b0a8 | 2019-04-04 16:04:25 -0700 | [diff] [blame] | 5171 | else |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5172 | total_data_rate = |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5173 | skl_get_total_relative_data_rate(state, crtc); |
Lucas De Marchi | 323b0a8 | 2019-04-04 16:04:25 -0700 | [diff] [blame] | 5174 | |
Damien Lespiau | 34bb56a | 2014-11-04 17:07:01 +0000 | [diff] [blame] | 5175 | alloc_size = skl_ddb_entry_size(alloc); |
Kumar, Mahesh | 336031e | 2017-05-17 17:28:25 +0530 | [diff] [blame] | 5176 | if (alloc_size == 0) |
Matt Roper | c107acf | 2016-05-12 07:06:01 -0700 | [diff] [blame] | 5177 | return 0; |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 5178 | |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5179 | /* Allocate fixed number of blocks for cursor. */ |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5180 | total[PLANE_CURSOR] = skl_cursor_allocation(crtc_state, num_active); |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5181 | alloc_size -= total[PLANE_CURSOR]; |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5182 | crtc_state->wm.skl.plane_ddb_y[PLANE_CURSOR].start = |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5183 | alloc->end - total[PLANE_CURSOR]; |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5184 | crtc_state->wm.skl.plane_ddb_y[PLANE_CURSOR].end = alloc->end; |
Maarten Lankhorst | 49845a7 | 2016-10-26 15:41:34 +0200 | [diff] [blame] | 5185 | |
Matt Roper | a1de91e | 2016-05-12 07:05:57 -0700 | [diff] [blame] | 5186 | if (total_data_rate == 0) |
Matt Roper | c107acf | 2016-05-12 07:06:01 -0700 | [diff] [blame] | 5187 | return 0; |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 5188 | |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5189 | /* |
| 5190 | * Find the highest watermark level for which we can satisfy the block |
| 5191 | * requirement of active planes. |
| 5192 | */ |
| 5193 | for (level = ilk_wm_max_level(dev_priv); level >= 0; level--) { |
Matt Roper | 25db2ea | 2018-12-12 11:17:20 -0800 | [diff] [blame] | 5194 | blocks = 0; |
Ville Syrjälä | 2a67054b | 2020-02-25 19:11:06 +0200 | [diff] [blame] | 5195 | for_each_plane_id_on_crtc(crtc, plane_id) { |
Ville Syrjälä | 5e6037c | 2019-03-12 22:58:42 +0200 | [diff] [blame] | 5196 | const struct skl_plane_wm *wm = |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5197 | &crtc_state->wm.skl.optimal.planes[plane_id]; |
Ville Syrjälä | 10a7e07 | 2019-03-12 22:58:40 +0200 | [diff] [blame] | 5198 | |
| 5199 | if (plane_id == PLANE_CURSOR) { |
Vandita Kulkarni | 4ba4870 | 2019-12-16 13:36:19 +0530 | [diff] [blame] | 5200 | if (wm->wm[level].min_ddb_alloc > total[PLANE_CURSOR]) { |
Pankaj Bharadiya | 48a1b8d | 2020-01-15 09:14:53 +0530 | [diff] [blame] | 5201 | drm_WARN_ON(&dev_priv->drm, |
| 5202 | wm->wm[level].min_ddb_alloc != U16_MAX); |
Ville Syrjälä | 10a7e07 | 2019-03-12 22:58:40 +0200 | [diff] [blame] | 5203 | blocks = U32_MAX; |
| 5204 | break; |
| 5205 | } |
| 5206 | continue; |
| 5207 | } |
| 5208 | |
Ville Syrjälä | 961d95e | 2018-12-21 19:14:32 +0200 | [diff] [blame] | 5209 | blocks += wm->wm[level].min_ddb_alloc; |
| 5210 | blocks += wm->uv_wm[level].min_ddb_alloc; |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5211 | } |
| 5212 | |
Ville Syrjälä | 3cf963c | 2019-03-12 22:58:36 +0200 | [diff] [blame] | 5213 | if (blocks <= alloc_size) { |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5214 | alloc_size -= blocks; |
| 5215 | break; |
| 5216 | } |
| 5217 | } |
| 5218 | |
| 5219 | if (level < 0) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 5220 | drm_dbg_kms(&dev_priv->drm, |
| 5221 | "Requested display configuration exceeds system DDB limitations"); |
| 5222 | drm_dbg_kms(&dev_priv->drm, "minimum required %d/%d\n", |
| 5223 | blocks, alloc_size); |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5224 | return -EINVAL; |
| 5225 | } |
| 5226 | |
| 5227 | /* |
| 5228 | * Grant each plane the blocks it requires at the highest achievable |
| 5229 | * watermark level, plus an extra share of the leftover blocks |
| 5230 | * proportional to its relative data rate. |
| 5231 | */ |
Ville Syrjälä | 2a67054b | 2020-02-25 19:11:06 +0200 | [diff] [blame] | 5232 | for_each_plane_id_on_crtc(crtc, plane_id) { |
Ville Syrjälä | 5e6037c | 2019-03-12 22:58:42 +0200 | [diff] [blame] | 5233 | const struct skl_plane_wm *wm = |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5234 | &crtc_state->wm.skl.optimal.planes[plane_id]; |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5235 | u64 rate; |
| 5236 | u16 extra; |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 5237 | |
Ville Syrjälä | d5cdfdf5 | 2016-11-22 18:01:58 +0200 | [diff] [blame] | 5238 | if (plane_id == PLANE_CURSOR) |
Maarten Lankhorst | 49845a7 | 2016-10-26 15:41:34 +0200 | [diff] [blame] | 5239 | continue; |
| 5240 | |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 5241 | /* |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5242 | * We've accounted for all active planes; remaining planes are |
| 5243 | * all disabled. |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 5244 | */ |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5245 | if (total_data_rate == 0) |
| 5246 | break; |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 5247 | |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5248 | rate = crtc_state->plane_data_rate[plane_id]; |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5249 | extra = min_t(u16, alloc_size, |
| 5250 | DIV64_U64_ROUND_UP(alloc_size * rate, |
| 5251 | total_data_rate)); |
Ville Syrjälä | 961d95e | 2018-12-21 19:14:32 +0200 | [diff] [blame] | 5252 | total[plane_id] = wm->wm[level].min_ddb_alloc + extra; |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5253 | alloc_size -= extra; |
| 5254 | total_data_rate -= rate; |
Rodrigo Vivi | 9a30a26 | 2017-06-13 10:52:30 -0700 | [diff] [blame] | 5255 | |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5256 | if (total_data_rate == 0) |
| 5257 | break; |
Chandra Konduru | 2cd601c | 2015-04-27 15:47:37 -0700 | [diff] [blame] | 5258 | |
Ville Syrjälä | ab01630 | 2020-11-06 19:30:41 +0200 | [diff] [blame] | 5259 | rate = crtc_state->uv_plane_data_rate[plane_id]; |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5260 | extra = min_t(u16, alloc_size, |
| 5261 | DIV64_U64_ROUND_UP(alloc_size * rate, |
| 5262 | total_data_rate)); |
Ville Syrjälä | 961d95e | 2018-12-21 19:14:32 +0200 | [diff] [blame] | 5263 | uv_total[plane_id] = wm->uv_wm[level].min_ddb_alloc + extra; |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5264 | alloc_size -= extra; |
| 5265 | total_data_rate -= rate; |
| 5266 | } |
Pankaj Bharadiya | 48a1b8d | 2020-01-15 09:14:53 +0530 | [diff] [blame] | 5267 | drm_WARN_ON(&dev_priv->drm, alloc_size != 0 || total_data_rate != 0); |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5268 | |
| 5269 | /* Set the actual DDB start/end points for each plane */ |
| 5270 | start = alloc->start; |
Ville Syrjälä | 2a67054b | 2020-02-25 19:11:06 +0200 | [diff] [blame] | 5271 | for_each_plane_id_on_crtc(crtc, plane_id) { |
Ville Syrjälä | 5e6037c | 2019-03-12 22:58:42 +0200 | [diff] [blame] | 5272 | struct skl_ddb_entry *plane_alloc = |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5273 | &crtc_state->wm.skl.plane_ddb_y[plane_id]; |
Ville Syrjälä | 5e6037c | 2019-03-12 22:58:42 +0200 | [diff] [blame] | 5274 | struct skl_ddb_entry *uv_plane_alloc = |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5275 | &crtc_state->wm.skl.plane_ddb_uv[plane_id]; |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5276 | |
| 5277 | if (plane_id == PLANE_CURSOR) |
| 5278 | continue; |
| 5279 | |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5280 | /* Gen11+ uses a separate plane for UV watermarks */ |
Pankaj Bharadiya | 48a1b8d | 2020-01-15 09:14:53 +0530 | [diff] [blame] | 5281 | drm_WARN_ON(&dev_priv->drm, |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 5282 | DISPLAY_VER(dev_priv) >= 11 && uv_total[plane_id]); |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5283 | |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5284 | /* Leave disabled planes at (0,0) */ |
| 5285 | if (total[plane_id]) { |
| 5286 | plane_alloc->start = start; |
| 5287 | start += total[plane_id]; |
| 5288 | plane_alloc->end = start; |
Matt Roper | c107acf | 2016-05-12 07:06:01 -0700 | [diff] [blame] | 5289 | } |
Rodrigo Vivi | 9a30a26 | 2017-06-13 10:52:30 -0700 | [diff] [blame] | 5290 | |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5291 | if (uv_total[plane_id]) { |
| 5292 | uv_plane_alloc->start = start; |
| 5293 | start += uv_total[plane_id]; |
| 5294 | uv_plane_alloc->end = start; |
| 5295 | } |
| 5296 | } |
| 5297 | |
| 5298 | /* |
| 5299 | * When we calculated watermark values we didn't know how high |
| 5300 | * of a level we'd actually be able to hit, so we just marked |
| 5301 | * all levels as "enabled." Go back now and disable the ones |
| 5302 | * that aren't actually possible. |
| 5303 | */ |
| 5304 | for (level++; level <= ilk_wm_max_level(dev_priv); level++) { |
Ville Syrjälä | 2a67054b | 2020-02-25 19:11:06 +0200 | [diff] [blame] | 5305 | for_each_plane_id_on_crtc(crtc, plane_id) { |
Ville Syrjälä | 5e6037c | 2019-03-12 22:58:42 +0200 | [diff] [blame] | 5306 | struct skl_plane_wm *wm = |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5307 | &crtc_state->wm.skl.optimal.planes[plane_id]; |
Ville Syrjälä | a301cb0 | 2019-03-12 22:58:41 +0200 | [diff] [blame] | 5308 | |
Ville Syrjälä | a5941b4 | 2021-03-05 17:36:09 +0200 | [diff] [blame] | 5309 | skl_check_nv12_wm_level(&wm->wm[level], &wm->uv_wm[level], |
| 5310 | total[plane_id], uv_total[plane_id]); |
Ville Syrjälä | 290248c | 2019-02-13 18:54:24 +0200 | [diff] [blame] | 5311 | |
Stanislav Lisovskiy | eeb04fa | 2021-11-18 11:39:07 +0200 | [diff] [blame] | 5312 | if (icl_need_wm1_wa(dev_priv, plane_id) && |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5313 | level == 1 && wm->wm[0].enable) { |
| 5314 | wm->wm[level].blocks = wm->wm[0].blocks; |
| 5315 | wm->wm[level].lines = wm->wm[0].lines; |
Ville Syrjälä | c384afe | 2019-02-28 19:36:39 +0200 | [diff] [blame] | 5316 | wm->wm[level].ignore_lines = wm->wm[0].ignore_lines; |
Ville Syrjälä | 290248c | 2019-02-13 18:54:24 +0200 | [diff] [blame] | 5317 | } |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5318 | } |
| 5319 | } |
| 5320 | |
| 5321 | /* |
Ville Syrjälä | df4a50a | 2021-02-26 17:31:59 +0200 | [diff] [blame] | 5322 | * Go back and disable the transition and SAGV watermarks |
| 5323 | * if it turns out we don't have enough DDB blocks for them. |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5324 | */ |
Ville Syrjälä | 2a67054b | 2020-02-25 19:11:06 +0200 | [diff] [blame] | 5325 | for_each_plane_id_on_crtc(crtc, plane_id) { |
Ville Syrjälä | 5e6037c | 2019-03-12 22:58:42 +0200 | [diff] [blame] | 5326 | struct skl_plane_wm *wm = |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5327 | &crtc_state->wm.skl.optimal.planes[plane_id]; |
Ville Syrjälä | 5e6037c | 2019-03-12 22:58:42 +0200 | [diff] [blame] | 5328 | |
Ville Syrjälä | a5941b4 | 2021-03-05 17:36:09 +0200 | [diff] [blame] | 5329 | skl_check_wm_level(&wm->trans_wm, total[plane_id]); |
| 5330 | skl_check_wm_level(&wm->sagv.wm0, total[plane_id]); |
| 5331 | skl_check_wm_level(&wm->sagv.trans_wm, total[plane_id]); |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 5332 | } |
| 5333 | |
Matt Roper | c107acf | 2016-05-12 07:06:01 -0700 | [diff] [blame] | 5334 | return 0; |
Damien Lespiau | b9cec07 | 2014-11-04 17:06:43 +0000 | [diff] [blame] | 5335 | } |
| 5336 | |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5337 | /* |
| 5338 | * The max latency should be 257 (max the punit can code is 255 and we add 2us |
Ville Syrjälä | ac48496 | 2016-01-20 21:05:26 +0200 | [diff] [blame] | 5339 | * for the read latency) and cpp should always be <= 8, so that |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5340 | * should allow pixel_rate up to ~2 GHz which seems sufficient since max |
| 5341 | * 2xcdclk is 1350 MHz and the pixel rate should never exceed that. |
| 5342 | */ |
Paulo Zanoni | 6c64dd3 | 2017-08-11 16:38:25 -0700 | [diff] [blame] | 5343 | static uint_fixed_16_16_t |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 5344 | skl_wm_method1(const struct drm_i915_private *dev_priv, u32 pixel_rate, |
| 5345 | u8 cpp, u32 latency, u32 dbuf_block_size) |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5346 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 5347 | u32 wm_intermediate_val; |
Mahesh Kumar | b95320b | 2016-12-01 21:19:37 +0530 | [diff] [blame] | 5348 | uint_fixed_16_16_t ret; |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5349 | |
| 5350 | if (latency == 0) |
Mahesh Kumar | b95320b | 2016-12-01 21:19:37 +0530 | [diff] [blame] | 5351 | return FP_16_16_MAX; |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5352 | |
Mahesh Kumar | b95320b | 2016-12-01 21:19:37 +0530 | [diff] [blame] | 5353 | wm_intermediate_val = latency * pixel_rate * cpp; |
Mahesh Kumar | df8ee19 | 2018-01-30 11:49:11 -0200 | [diff] [blame] | 5354 | ret = div_fixed16(wm_intermediate_val, 1000 * dbuf_block_size); |
Paulo Zanoni | 6c64dd3 | 2017-08-11 16:38:25 -0700 | [diff] [blame] | 5355 | |
Matt Roper | 2b5a456 | 2021-03-22 16:38:40 -0700 | [diff] [blame] | 5356 | if (DISPLAY_VER(dev_priv) >= 10) |
Paulo Zanoni | 6c64dd3 | 2017-08-11 16:38:25 -0700 | [diff] [blame] | 5357 | ret = add_fixed16_u32(ret, 1); |
| 5358 | |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5359 | return ret; |
| 5360 | } |
| 5361 | |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 5362 | static uint_fixed_16_16_t |
| 5363 | skl_wm_method2(u32 pixel_rate, u32 pipe_htotal, u32 latency, |
| 5364 | uint_fixed_16_16_t plane_blocks_per_line) |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5365 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 5366 | u32 wm_intermediate_val; |
Mahesh Kumar | b95320b | 2016-12-01 21:19:37 +0530 | [diff] [blame] | 5367 | uint_fixed_16_16_t ret; |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5368 | |
| 5369 | if (latency == 0) |
Mahesh Kumar | b95320b | 2016-12-01 21:19:37 +0530 | [diff] [blame] | 5370 | return FP_16_16_MAX; |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5371 | |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5372 | wm_intermediate_val = latency * pixel_rate; |
Mahesh Kumar | b95320b | 2016-12-01 21:19:37 +0530 | [diff] [blame] | 5373 | wm_intermediate_val = DIV_ROUND_UP(wm_intermediate_val, |
| 5374 | pipe_htotal * 1000); |
Kumar, Mahesh | eac2cb8 | 2017-07-05 20:01:46 +0530 | [diff] [blame] | 5375 | ret = mul_u32_fixed16(wm_intermediate_val, plane_blocks_per_line); |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5376 | return ret; |
| 5377 | } |
| 5378 | |
Kumar, Mahesh | d555cb5 | 2017-05-17 17:28:29 +0530 | [diff] [blame] | 5379 | static uint_fixed_16_16_t |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5380 | intel_get_linetime_us(const struct intel_crtc_state *crtc_state) |
Kumar, Mahesh | d555cb5 | 2017-05-17 17:28:29 +0530 | [diff] [blame] | 5381 | { |
Pankaj Bharadiya | 19edeb38 | 2020-05-04 23:45:59 +0530 | [diff] [blame] | 5382 | struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 5383 | u32 pixel_rate; |
| 5384 | u32 crtc_htotal; |
Kumar, Mahesh | d555cb5 | 2017-05-17 17:28:29 +0530 | [diff] [blame] | 5385 | uint_fixed_16_16_t linetime_us; |
| 5386 | |
Maarten Lankhorst | 1326a92 | 2019-10-31 12:26:02 +0100 | [diff] [blame] | 5387 | if (!crtc_state->hw.active) |
Kumar, Mahesh | eac2cb8 | 2017-07-05 20:01:46 +0530 | [diff] [blame] | 5388 | return u32_to_fixed16(0); |
Kumar, Mahesh | d555cb5 | 2017-05-17 17:28:29 +0530 | [diff] [blame] | 5389 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5390 | pixel_rate = crtc_state->pixel_rate; |
Kumar, Mahesh | d555cb5 | 2017-05-17 17:28:29 +0530 | [diff] [blame] | 5391 | |
Pankaj Bharadiya | 19edeb38 | 2020-05-04 23:45:59 +0530 | [diff] [blame] | 5392 | if (drm_WARN_ON(&dev_priv->drm, pixel_rate == 0)) |
Kumar, Mahesh | eac2cb8 | 2017-07-05 20:01:46 +0530 | [diff] [blame] | 5393 | return u32_to_fixed16(0); |
Kumar, Mahesh | d555cb5 | 2017-05-17 17:28:29 +0530 | [diff] [blame] | 5394 | |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 5395 | crtc_htotal = crtc_state->hw.pipe_mode.crtc_htotal; |
Kumar, Mahesh | eac2cb8 | 2017-07-05 20:01:46 +0530 | [diff] [blame] | 5396 | linetime_us = div_fixed16(crtc_htotal * 1000, pixel_rate); |
Kumar, Mahesh | d555cb5 | 2017-05-17 17:28:29 +0530 | [diff] [blame] | 5397 | |
| 5398 | return linetime_us; |
| 5399 | } |
| 5400 | |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5401 | static int |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5402 | skl_compute_wm_params(const struct intel_crtc_state *crtc_state, |
| 5403 | int width, const struct drm_format_info *format, |
| 5404 | u64 modifier, unsigned int rotation, |
| 5405 | u32 plane_pixel_rate, struct skl_wm_params *wp, |
| 5406 | int color_plane) |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5407 | { |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 5408 | struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5409 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 5410 | u32 interm_pbpl; |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5411 | |
Juha-Pekka Heikkila | df7d415 | 2019-03-04 17:26:31 +0530 | [diff] [blame] | 5412 | /* only planar format has two planes */ |
Imre Deak | 4941f35 | 2019-12-21 14:05:43 +0200 | [diff] [blame] | 5413 | if (color_plane == 1 && |
| 5414 | !intel_format_info_is_yuv_semiplanar(format, modifier)) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 5415 | drm_dbg_kms(&dev_priv->drm, |
| 5416 | "Non planar format have single plane\n"); |
Mahesh Kumar | 942aa2d | 2018-04-09 09:11:04 +0530 | [diff] [blame] | 5417 | return -EINVAL; |
| 5418 | } |
| 5419 | |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5420 | wp->y_tiled = modifier == I915_FORMAT_MOD_Y_TILED || |
| 5421 | modifier == I915_FORMAT_MOD_Yf_TILED || |
| 5422 | modifier == I915_FORMAT_MOD_Y_TILED_CCS || |
| 5423 | modifier == I915_FORMAT_MOD_Yf_TILED_CCS; |
| 5424 | wp->x_tiled = modifier == I915_FORMAT_MOD_X_TILED; |
| 5425 | wp->rc_surface = modifier == I915_FORMAT_MOD_Y_TILED_CCS || |
| 5426 | modifier == I915_FORMAT_MOD_Yf_TILED_CCS; |
Imre Deak | 4941f35 | 2019-12-21 14:05:43 +0200 | [diff] [blame] | 5427 | wp->is_planar = intel_format_info_is_yuv_semiplanar(format, modifier); |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5428 | |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5429 | wp->width = width; |
Ville Syrjälä | 45bee43 | 2018-11-14 23:07:28 +0200 | [diff] [blame] | 5430 | if (color_plane == 1 && wp->is_planar) |
Mahesh Kumar | 942aa2d | 2018-04-09 09:11:04 +0530 | [diff] [blame] | 5431 | wp->width /= 2; |
| 5432 | |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5433 | wp->cpp = format->cpp[color_plane]; |
| 5434 | wp->plane_pixel_rate = plane_pixel_rate; |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5435 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 5436 | if (DISPLAY_VER(dev_priv) >= 11 && |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5437 | modifier == I915_FORMAT_MOD_Yf_TILED && wp->cpp == 1) |
Mahesh Kumar | df8ee19 | 2018-01-30 11:49:11 -0200 | [diff] [blame] | 5438 | wp->dbuf_block_size = 256; |
| 5439 | else |
| 5440 | wp->dbuf_block_size = 512; |
| 5441 | |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5442 | if (drm_rotation_90_or_270(rotation)) { |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5443 | switch (wp->cpp) { |
| 5444 | case 1: |
| 5445 | wp->y_min_scanlines = 16; |
| 5446 | break; |
| 5447 | case 2: |
| 5448 | wp->y_min_scanlines = 8; |
| 5449 | break; |
| 5450 | case 4: |
| 5451 | wp->y_min_scanlines = 4; |
| 5452 | break; |
| 5453 | default: |
| 5454 | MISSING_CASE(wp->cpp); |
| 5455 | return -EINVAL; |
| 5456 | } |
| 5457 | } else { |
| 5458 | wp->y_min_scanlines = 4; |
| 5459 | } |
| 5460 | |
Ville Syrjälä | 60e983f | 2018-12-21 19:14:33 +0200 | [diff] [blame] | 5461 | if (skl_needs_memory_bw_wa(dev_priv)) |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5462 | wp->y_min_scanlines *= 2; |
| 5463 | |
| 5464 | wp->plane_bytes_per_line = wp->width * wp->cpp; |
| 5465 | if (wp->y_tiled) { |
| 5466 | interm_pbpl = DIV_ROUND_UP(wp->plane_bytes_per_line * |
Mahesh Kumar | df8ee19 | 2018-01-30 11:49:11 -0200 | [diff] [blame] | 5467 | wp->y_min_scanlines, |
| 5468 | wp->dbuf_block_size); |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5469 | |
Matt Roper | 2b5a456 | 2021-03-22 16:38:40 -0700 | [diff] [blame] | 5470 | if (DISPLAY_VER(dev_priv) >= 10) |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5471 | interm_pbpl++; |
| 5472 | |
| 5473 | wp->plane_blocks_per_line = div_fixed16(interm_pbpl, |
| 5474 | wp->y_min_scanlines); |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5475 | } else { |
Mahesh Kumar | df8ee19 | 2018-01-30 11:49:11 -0200 | [diff] [blame] | 5476 | interm_pbpl = DIV_ROUND_UP(wp->plane_bytes_per_line, |
Ville Syrjälä | 260a6c1b | 2020-04-30 15:58:21 +0300 | [diff] [blame] | 5477 | wp->dbuf_block_size); |
| 5478 | |
Matt Roper | 2b5a456 | 2021-03-22 16:38:40 -0700 | [diff] [blame] | 5479 | if (!wp->x_tiled || DISPLAY_VER(dev_priv) >= 10) |
Ville Syrjälä | 260a6c1b | 2020-04-30 15:58:21 +0300 | [diff] [blame] | 5480 | interm_pbpl++; |
| 5481 | |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5482 | wp->plane_blocks_per_line = u32_to_fixed16(interm_pbpl); |
| 5483 | } |
| 5484 | |
| 5485 | wp->y_tile_minimum = mul_u32_fixed16(wp->y_min_scanlines, |
| 5486 | wp->plane_blocks_per_line); |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5487 | |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5488 | wp->linetime_us = fixed16_to_u32_round_up( |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5489 | intel_get_linetime_us(crtc_state)); |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5490 | |
| 5491 | return 0; |
| 5492 | } |
| 5493 | |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5494 | static int |
| 5495 | skl_compute_plane_wm_params(const struct intel_crtc_state *crtc_state, |
| 5496 | const struct intel_plane_state *plane_state, |
| 5497 | struct skl_wm_params *wp, int color_plane) |
| 5498 | { |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 5499 | const struct drm_framebuffer *fb = plane_state->hw.fb; |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5500 | int width; |
| 5501 | |
Maarten Lankhorst | 3a61276 | 2019-10-04 13:34:54 +0200 | [diff] [blame] | 5502 | /* |
| 5503 | * Src coordinates are already rotated by 270 degrees for |
| 5504 | * the 90/270 degree plane rotation cases (to match the |
| 5505 | * GTT mapping), hence no need to account for rotation here. |
| 5506 | */ |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 5507 | width = drm_rect_width(&plane_state->uapi.src) >> 16; |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5508 | |
| 5509 | return skl_compute_wm_params(crtc_state, width, |
| 5510 | fb->format, fb->modifier, |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 5511 | plane_state->hw.rotation, |
Ville Syrjälä | 3df3fe2 | 2020-11-06 19:30:42 +0200 | [diff] [blame] | 5512 | intel_plane_pixel_rate(crtc_state, plane_state), |
Ville Syrjälä | c92558a | 2019-03-12 22:58:38 +0200 | [diff] [blame] | 5513 | wp, color_plane); |
| 5514 | } |
| 5515 | |
Ville Syrjälä | b52c273 | 2018-12-21 19:14:28 +0200 | [diff] [blame] | 5516 | static bool skl_wm_has_lines(struct drm_i915_private *dev_priv, int level) |
| 5517 | { |
Matt Roper | 2b5a456 | 2021-03-22 16:38:40 -0700 | [diff] [blame] | 5518 | if (DISPLAY_VER(dev_priv) >= 10) |
Ville Syrjälä | b52c273 | 2018-12-21 19:14:28 +0200 | [diff] [blame] | 5519 | return true; |
| 5520 | |
| 5521 | /* The number of lines are ignored for the level 0 watermark. */ |
| 5522 | return level > 0; |
| 5523 | } |
| 5524 | |
Matt Roper | 1003cee | 2021-05-14 08:36:54 -0700 | [diff] [blame] | 5525 | static int skl_wm_max_lines(struct drm_i915_private *dev_priv) |
| 5526 | { |
| 5527 | if (DISPLAY_VER(dev_priv) >= 13) |
| 5528 | return 255; |
| 5529 | else |
| 5530 | return 31; |
| 5531 | } |
| 5532 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5533 | static void skl_compute_plane_wm(const struct intel_crtc_state *crtc_state, |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5534 | int level, |
Stanislav Lisovskiy | 7b99475 | 2020-04-09 18:47:18 +0300 | [diff] [blame] | 5535 | unsigned int latency, |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5536 | const struct skl_wm_params *wp, |
| 5537 | const struct skl_wm_level *result_prev, |
| 5538 | struct skl_wm_level *result /* out */) |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5539 | { |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 5540 | struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); |
Mahesh Kumar | b95320b | 2016-12-01 21:19:37 +0530 | [diff] [blame] | 5541 | uint_fixed_16_16_t method1, method2; |
Mahesh Kumar | b95320b | 2016-12-01 21:19:37 +0530 | [diff] [blame] | 5542 | uint_fixed_16_16_t selected_result; |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5543 | u32 blocks, lines, min_ddb_alloc = 0; |
Ville Syrjälä | ce110ec | 2018-11-14 23:07:21 +0200 | [diff] [blame] | 5544 | |
Ville Syrjälä | 0aded17 | 2019-02-05 17:50:53 +0200 | [diff] [blame] | 5545 | if (latency == 0) { |
| 5546 | /* reject it */ |
| 5547 | result->min_ddb_alloc = U16_MAX; |
Ville Syrjälä | 692927f | 2018-12-21 19:14:29 +0200 | [diff] [blame] | 5548 | return; |
Ville Syrjälä | 0aded17 | 2019-02-05 17:50:53 +0200 | [diff] [blame] | 5549 | } |
Ville Syrjälä | 692927f | 2018-12-21 19:14:29 +0200 | [diff] [blame] | 5550 | |
Ville Syrjälä | 25312ef | 2019-05-03 20:38:05 +0300 | [diff] [blame] | 5551 | /* |
| 5552 | * WaIncreaseLatencyIPCEnabled: kbl,cfl |
| 5553 | * Display WA #1141: kbl,cfl |
| 5554 | */ |
Chris Wilson | 5f4ae27 | 2020-06-02 15:05:40 +0100 | [diff] [blame] | 5555 | if ((IS_KABYLAKE(dev_priv) || |
| 5556 | IS_COFFEELAKE(dev_priv) || |
| 5557 | IS_COMETLAKE(dev_priv)) && |
Rodrigo Vivi | 82525c1 | 2017-06-08 08:50:00 -0700 | [diff] [blame] | 5558 | dev_priv->ipc_enabled) |
Mahesh Kumar | 4b7b233 | 2016-12-01 21:19:35 +0530 | [diff] [blame] | 5559 | latency += 4; |
| 5560 | |
Ville Syrjälä | 60e983f | 2018-12-21 19:14:33 +0200 | [diff] [blame] | 5561 | if (skl_needs_memory_bw_wa(dev_priv) && wp->x_tiled) |
Paulo Zanoni | ee3d532 | 2016-10-11 15:25:38 -0300 | [diff] [blame] | 5562 | latency += 15; |
| 5563 | |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5564 | method1 = skl_wm_method1(dev_priv, wp->plane_pixel_rate, |
Mahesh Kumar | df8ee19 | 2018-01-30 11:49:11 -0200 | [diff] [blame] | 5565 | wp->cpp, latency, wp->dbuf_block_size); |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5566 | method2 = skl_wm_method2(wp->plane_pixel_rate, |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 5567 | crtc_state->hw.pipe_mode.crtc_htotal, |
Paulo Zanoni | 1186fa8 | 2016-09-22 18:00:31 -0300 | [diff] [blame] | 5568 | latency, |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5569 | wp->plane_blocks_per_line); |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5570 | |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5571 | if (wp->y_tiled) { |
| 5572 | selected_result = max_fixed16(method2, wp->y_tile_minimum); |
Tvrtko Ursulin | 0fda656 | 2015-02-27 15:12:35 +0000 | [diff] [blame] | 5573 | } else { |
Maarten Lankhorst | bafcdad | 2020-11-12 21:17:18 +0200 | [diff] [blame] | 5574 | if ((wp->cpp * crtc_state->hw.pipe_mode.crtc_htotal / |
Mahesh Kumar | df8ee19 | 2018-01-30 11:49:11 -0200 | [diff] [blame] | 5575 | wp->dbuf_block_size < 1) && |
Paulo Zanoni | 077b582 | 2018-10-04 16:15:57 -0700 | [diff] [blame] | 5576 | (wp->plane_bytes_per_line / wp->dbuf_block_size < 1)) { |
Paulo Zanoni | f1db3ea | 2016-09-22 18:00:34 -0300 | [diff] [blame] | 5577 | selected_result = method2; |
Paulo Zanoni | 077b582 | 2018-10-04 16:15:57 -0700 | [diff] [blame] | 5578 | } else if (latency >= wp->linetime_us) { |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 5579 | if (DISPLAY_VER(dev_priv) == 9) |
Paulo Zanoni | 077b582 | 2018-10-04 16:15:57 -0700 | [diff] [blame] | 5580 | selected_result = min_fixed16(method1, method2); |
| 5581 | else |
| 5582 | selected_result = method2; |
| 5583 | } else { |
Tvrtko Ursulin | 0fda656 | 2015-02-27 15:12:35 +0000 | [diff] [blame] | 5584 | selected_result = method1; |
Paulo Zanoni | 077b582 | 2018-10-04 16:15:57 -0700 | [diff] [blame] | 5585 | } |
Tvrtko Ursulin | 0fda656 | 2015-02-27 15:12:35 +0000 | [diff] [blame] | 5586 | } |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5587 | |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5588 | blocks = fixed16_to_u32_round_up(selected_result) + 1; |
| 5589 | lines = div_round_up_fixed16(selected_result, |
| 5590 | wp->plane_blocks_per_line); |
Damien Lespiau | e6d6617 | 2014-11-04 17:06:55 +0000 | [diff] [blame] | 5591 | |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 5592 | if (DISPLAY_VER(dev_priv) == 9) { |
Paulo Zanoni | a5b79d3 | 2018-11-13 17:24:32 -0800 | [diff] [blame] | 5593 | /* Display WA #1125: skl,bxt,kbl */ |
| 5594 | if (level == 0 && wp->rc_surface) |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5595 | blocks += fixed16_to_u32_round_up(wp->y_tile_minimum); |
Ville Syrjälä | 2e2adb0 | 2017-08-01 09:58:13 -0700 | [diff] [blame] | 5596 | |
Paulo Zanoni | a5b79d3 | 2018-11-13 17:24:32 -0800 | [diff] [blame] | 5597 | /* Display WA #1126: skl,bxt,kbl */ |
| 5598 | if (level >= 1 && level <= 7) { |
| 5599 | if (wp->y_tiled) { |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5600 | blocks += fixed16_to_u32_round_up(wp->y_tile_minimum); |
| 5601 | lines += wp->y_min_scanlines; |
Paulo Zanoni | a5b79d3 | 2018-11-13 17:24:32 -0800 | [diff] [blame] | 5602 | } else { |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5603 | blocks++; |
Paulo Zanoni | a5b79d3 | 2018-11-13 17:24:32 -0800 | [diff] [blame] | 5604 | } |
| 5605 | |
| 5606 | /* |
| 5607 | * Make sure result blocks for higher latency levels are |
| 5608 | * atleast as high as level below the current level. |
| 5609 | * Assumption in DDB algorithm optimization for special |
| 5610 | * cases. Also covers Display WA #1125 for RC. |
| 5611 | */ |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5612 | if (result_prev->blocks > blocks) |
| 5613 | blocks = result_prev->blocks; |
Paulo Zanoni | 75676ed | 2016-09-22 18:00:33 -0300 | [diff] [blame] | 5614 | } |
Tvrtko Ursulin | 0fda656 | 2015-02-27 15:12:35 +0000 | [diff] [blame] | 5615 | } |
Tvrtko Ursulin | d4c2aa6 | 2015-02-27 11:15:22 +0000 | [diff] [blame] | 5616 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 5617 | if (DISPLAY_VER(dev_priv) >= 11) { |
Ville Syrjälä | 961d95e | 2018-12-21 19:14:32 +0200 | [diff] [blame] | 5618 | if (wp->y_tiled) { |
| 5619 | int extra_lines; |
| 5620 | |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5621 | if (lines % wp->y_min_scanlines == 0) |
Ville Syrjälä | 961d95e | 2018-12-21 19:14:32 +0200 | [diff] [blame] | 5622 | extra_lines = wp->y_min_scanlines; |
| 5623 | else |
| 5624 | extra_lines = wp->y_min_scanlines * 2 - |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5625 | lines % wp->y_min_scanlines; |
Ville Syrjälä | 961d95e | 2018-12-21 19:14:32 +0200 | [diff] [blame] | 5626 | |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5627 | min_ddb_alloc = mul_round_up_u32_fixed16(lines + extra_lines, |
Ville Syrjälä | 961d95e | 2018-12-21 19:14:32 +0200 | [diff] [blame] | 5628 | wp->plane_blocks_per_line); |
| 5629 | } else { |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5630 | min_ddb_alloc = blocks + DIV_ROUND_UP(blocks, 10); |
Ville Syrjälä | 961d95e | 2018-12-21 19:14:32 +0200 | [diff] [blame] | 5631 | } |
| 5632 | } |
| 5633 | |
Ville Syrjälä | b52c273 | 2018-12-21 19:14:28 +0200 | [diff] [blame] | 5634 | if (!skl_wm_has_lines(dev_priv, level)) |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5635 | lines = 0; |
Ville Syrjälä | b52c273 | 2018-12-21 19:14:28 +0200 | [diff] [blame] | 5636 | |
Matt Roper | 1003cee | 2021-05-14 08:36:54 -0700 | [diff] [blame] | 5637 | if (lines > skl_wm_max_lines(dev_priv)) { |
Ville Syrjälä | 0aded17 | 2019-02-05 17:50:53 +0200 | [diff] [blame] | 5638 | /* reject it */ |
| 5639 | result->min_ddb_alloc = U16_MAX; |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5640 | return; |
Ville Syrjälä | 0aded17 | 2019-02-05 17:50:53 +0200 | [diff] [blame] | 5641 | } |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5642 | |
| 5643 | /* |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5644 | * If lines is valid, assume we can use this watermark level |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5645 | * for now. We'll come back and disable it after we calculate the |
| 5646 | * DDB allocation if it turns out we don't actually have enough |
| 5647 | * blocks to satisfy it. |
| 5648 | */ |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5649 | result->blocks = blocks; |
| 5650 | result->lines = lines; |
Ville Syrjälä | 961d95e | 2018-12-21 19:14:32 +0200 | [diff] [blame] | 5651 | /* Bspec says: value >= plane ddb allocation -> invalid, hence the +1 here */ |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5652 | result->min_ddb_alloc = max(min_ddb_alloc, blocks) + 1; |
| 5653 | result->enable = true; |
Ville Syrjälä | 9c31212 | 2020-11-06 19:30:40 +0200 | [diff] [blame] | 5654 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 5655 | if (DISPLAY_VER(dev_priv) < 12) |
Ville Syrjälä | 9c31212 | 2020-11-06 19:30:40 +0200 | [diff] [blame] | 5656 | result->can_sagv = latency >= dev_priv->sagv_block_time_us; |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5657 | } |
| 5658 | |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5659 | static void |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5660 | skl_compute_wm_levels(const struct intel_crtc_state *crtc_state, |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5661 | const struct skl_wm_params *wm_params, |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5662 | struct skl_wm_level *levels) |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5663 | { |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 5664 | struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); |
Kumar, Mahesh | d2f5e36 | 2017-05-17 17:28:28 +0530 | [diff] [blame] | 5665 | int level, max_level = ilk_wm_max_level(dev_priv); |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5666 | struct skl_wm_level *result_prev = &levels[0]; |
Lyude | a62163e | 2016-10-04 14:28:20 -0400 | [diff] [blame] | 5667 | |
Kumar, Mahesh | d2f5e36 | 2017-05-17 17:28:28 +0530 | [diff] [blame] | 5668 | for (level = 0; level <= max_level; level++) { |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5669 | struct skl_wm_level *result = &levels[level]; |
Stanislav Lisovskiy | 7b99475 | 2020-04-09 18:47:18 +0300 | [diff] [blame] | 5670 | unsigned int latency = dev_priv->wm.skl_latency[level]; |
Kumar, Mahesh | d2f5e36 | 2017-05-17 17:28:28 +0530 | [diff] [blame] | 5671 | |
Stanislav Lisovskiy | 7b99475 | 2020-04-09 18:47:18 +0300 | [diff] [blame] | 5672 | skl_compute_plane_wm(crtc_state, level, latency, |
| 5673 | wm_params, result_prev, result); |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5674 | |
| 5675 | result_prev = result; |
Kumar, Mahesh | d2f5e36 | 2017-05-17 17:28:28 +0530 | [diff] [blame] | 5676 | } |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5677 | } |
| 5678 | |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 5679 | static void tgl_compute_sagv_wm(const struct intel_crtc_state *crtc_state, |
| 5680 | const struct skl_wm_params *wm_params, |
| 5681 | struct skl_plane_wm *plane_wm) |
| 5682 | { |
| 5683 | struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); |
Ville Syrjälä | a68aa48 | 2021-02-26 17:32:01 +0200 | [diff] [blame] | 5684 | struct skl_wm_level *sagv_wm = &plane_wm->sagv.wm0; |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 5685 | struct skl_wm_level *levels = plane_wm->wm; |
| 5686 | unsigned int latency = dev_priv->wm.skl_latency[0] + dev_priv->sagv_block_time_us; |
| 5687 | |
| 5688 | skl_compute_plane_wm(crtc_state, 0, latency, |
| 5689 | wm_params, &levels[0], |
| 5690 | sagv_wm); |
| 5691 | } |
| 5692 | |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 5693 | static void skl_compute_transition_wm(struct drm_i915_private *dev_priv, |
| 5694 | struct skl_wm_level *trans_wm, |
| 5695 | const struct skl_wm_level *wm0, |
| 5696 | const struct skl_wm_params *wp) |
Damien Lespiau | 407b50f | 2014-11-04 17:06:57 +0000 | [diff] [blame] | 5697 | { |
Ville Syrjälä | c834d03 | 2020-02-28 22:35:52 +0200 | [diff] [blame] | 5698 | u16 trans_min, trans_amount, trans_y_tile_min; |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5699 | u16 wm0_blocks, trans_offset, blocks; |
Damien Lespiau | 9414f56 | 2014-11-04 17:06:58 +0000 | [diff] [blame] | 5700 | |
Kumar, Mahesh | ca47667 | 2017-08-17 19:15:24 +0530 | [diff] [blame] | 5701 | /* Transition WM don't make any sense if ipc is disabled */ |
| 5702 | if (!dev_priv->ipc_enabled) |
Ville Syrjälä | 14a4306 | 2018-11-14 23:07:22 +0200 | [diff] [blame] | 5703 | return; |
Kumar, Mahesh | ca47667 | 2017-08-17 19:15:24 +0530 | [diff] [blame] | 5704 | |
Ville Syrjälä | a7f1e8e | 2020-02-28 22:35:51 +0200 | [diff] [blame] | 5705 | /* |
| 5706 | * WaDisableTWM:skl,kbl,cfl,bxt |
| 5707 | * Transition WM are not recommended by HW team for GEN9 |
| 5708 | */ |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 5709 | if (DISPLAY_VER(dev_priv) == 9) |
Ville Syrjälä | a7f1e8e | 2020-02-28 22:35:51 +0200 | [diff] [blame] | 5710 | return; |
| 5711 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 5712 | if (DISPLAY_VER(dev_priv) >= 11) |
Kumar, Mahesh | ca47667 | 2017-08-17 19:15:24 +0530 | [diff] [blame] | 5713 | trans_min = 4; |
Ville Syrjälä | c834d03 | 2020-02-28 22:35:52 +0200 | [diff] [blame] | 5714 | else |
| 5715 | trans_min = 14; |
| 5716 | |
| 5717 | /* Display WA #1140: glk,cnl */ |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 5718 | if (DISPLAY_VER(dev_priv) == 10) |
Ville Syrjälä | c834d03 | 2020-02-28 22:35:52 +0200 | [diff] [blame] | 5719 | trans_amount = 0; |
| 5720 | else |
| 5721 | trans_amount = 10; /* This is configurable amount */ |
Kumar, Mahesh | ca47667 | 2017-08-17 19:15:24 +0530 | [diff] [blame] | 5722 | |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5723 | trans_offset = trans_min + trans_amount; |
Kumar, Mahesh | ca47667 | 2017-08-17 19:15:24 +0530 | [diff] [blame] | 5724 | |
Paulo Zanoni | cbacc79 | 2018-10-04 16:15:58 -0700 | [diff] [blame] | 5725 | /* |
| 5726 | * The spec asks for Selected Result Blocks for wm0 (the real value), |
| 5727 | * not Result Blocks (the integer value). Pay attention to the capital |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5728 | * letters. The value wm_l0->blocks is actually Result Blocks, but |
Paulo Zanoni | cbacc79 | 2018-10-04 16:15:58 -0700 | [diff] [blame] | 5729 | * since Result Blocks is the ceiling of Selected Result Blocks plus 1, |
| 5730 | * and since we later will have to get the ceiling of the sum in the |
| 5731 | * transition watermarks calculation, we can just pretend Selected |
| 5732 | * Result Blocks is Result Blocks minus 1 and it should work for the |
| 5733 | * current platforms. |
| 5734 | */ |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5735 | wm0_blocks = wm0->blocks - 1; |
Paulo Zanoni | cbacc79 | 2018-10-04 16:15:58 -0700 | [diff] [blame] | 5736 | |
Kumar, Mahesh | ca47667 | 2017-08-17 19:15:24 +0530 | [diff] [blame] | 5737 | if (wp->y_tiled) { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 5738 | trans_y_tile_min = |
| 5739 | (u16)mul_round_up_u32_fixed16(2, wp->y_tile_minimum); |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5740 | blocks = max(wm0_blocks, trans_y_tile_min) + trans_offset; |
Kumar, Mahesh | ca47667 | 2017-08-17 19:15:24 +0530 | [diff] [blame] | 5741 | } else { |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5742 | blocks = wm0_blocks + trans_offset; |
Kumar, Mahesh | ca47667 | 2017-08-17 19:15:24 +0530 | [diff] [blame] | 5743 | } |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5744 | blocks++; |
Kumar, Mahesh | ca47667 | 2017-08-17 19:15:24 +0530 | [diff] [blame] | 5745 | |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 5746 | /* |
| 5747 | * Just assume we can enable the transition watermark. After |
| 5748 | * computing the DDB we'll come back and disable it if that |
| 5749 | * assumption turns out to be false. |
| 5750 | */ |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5751 | trans_wm->blocks = blocks; |
| 5752 | trans_wm->min_ddb_alloc = max_t(u16, wm0->min_ddb_alloc, blocks + 1); |
| 5753 | trans_wm->enable = true; |
Damien Lespiau | 407b50f | 2014-11-04 17:06:57 +0000 | [diff] [blame] | 5754 | } |
| 5755 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5756 | static int skl_build_plane_wm_single(struct intel_crtc_state *crtc_state, |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5757 | const struct intel_plane_state *plane_state, |
| 5758 | enum plane_id plane_id, int color_plane) |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5759 | { |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 5760 | struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); |
| 5761 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
Ville Syrjälä | dbf7138 | 2020-11-06 19:30:38 +0200 | [diff] [blame] | 5762 | struct skl_plane_wm *wm = &crtc_state->wm.skl.raw.planes[plane_id]; |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5763 | struct skl_wm_params wm_params; |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5764 | int ret; |
| 5765 | |
Ville Syrjälä | 51de9c6 | 2018-11-14 23:07:25 +0200 | [diff] [blame] | 5766 | ret = skl_compute_plane_wm_params(crtc_state, plane_state, |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5767 | &wm_params, color_plane); |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5768 | if (ret) |
| 5769 | return ret; |
| 5770 | |
Ville Syrjälä | 67155a6 | 2019-03-12 22:58:37 +0200 | [diff] [blame] | 5771 | skl_compute_wm_levels(crtc_state, &wm_params, wm->wm); |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 5772 | |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 5773 | skl_compute_transition_wm(dev_priv, &wm->trans_wm, |
| 5774 | &wm->wm[0], &wm_params); |
| 5775 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 5776 | if (DISPLAY_VER(dev_priv) >= 12) { |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 5777 | tgl_compute_sagv_wm(crtc_state, &wm_params, wm); |
| 5778 | |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 5779 | skl_compute_transition_wm(dev_priv, &wm->sagv.trans_wm, |
| 5780 | &wm->sagv.wm0, &wm_params); |
| 5781 | } |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5782 | |
| 5783 | return 0; |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5784 | } |
| 5785 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5786 | static int skl_build_plane_wm_uv(struct intel_crtc_state *crtc_state, |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5787 | const struct intel_plane_state *plane_state, |
| 5788 | enum plane_id plane_id) |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5789 | { |
Ville Syrjälä | dbf7138 | 2020-11-06 19:30:38 +0200 | [diff] [blame] | 5790 | struct skl_plane_wm *wm = &crtc_state->wm.skl.raw.planes[plane_id]; |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5791 | struct skl_wm_params wm_params; |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5792 | int ret; |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5793 | |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5794 | wm->is_planar = true; |
| 5795 | |
| 5796 | /* uv plane watermarks must also be validated for NV12/Planar */ |
Ville Syrjälä | 51de9c6 | 2018-11-14 23:07:25 +0200 | [diff] [blame] | 5797 | ret = skl_compute_plane_wm_params(crtc_state, plane_state, |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5798 | &wm_params, 1); |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5799 | if (ret) |
| 5800 | return ret; |
| 5801 | |
Ville Syrjälä | 67155a6 | 2019-03-12 22:58:37 +0200 | [diff] [blame] | 5802 | skl_compute_wm_levels(crtc_state, &wm_params, wm->uv_wm); |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5803 | |
| 5804 | return 0; |
| 5805 | } |
| 5806 | |
Ville Syrjälä | 96cb7cd | 2019-03-12 22:58:43 +0200 | [diff] [blame] | 5807 | static int skl_build_plane_wm(struct intel_crtc_state *crtc_state, |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5808 | const struct intel_plane_state *plane_state) |
| 5809 | { |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 5810 | struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5811 | enum plane_id plane_id = plane->id; |
Ville Syrjälä | dbf7138 | 2020-11-06 19:30:38 +0200 | [diff] [blame] | 5812 | struct skl_plane_wm *wm = &crtc_state->wm.skl.raw.planes[plane_id]; |
| 5813 | const struct drm_framebuffer *fb = plane_state->hw.fb; |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5814 | int ret; |
| 5815 | |
Ville Syrjälä | dbf7138 | 2020-11-06 19:30:38 +0200 | [diff] [blame] | 5816 | memset(wm, 0, sizeof(*wm)); |
| 5817 | |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5818 | if (!intel_wm_plane_visible(crtc_state, plane_state)) |
| 5819 | return 0; |
| 5820 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5821 | ret = skl_build_plane_wm_single(crtc_state, plane_state, |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5822 | plane_id, 0); |
| 5823 | if (ret) |
| 5824 | return ret; |
| 5825 | |
| 5826 | if (fb->format->is_yuv && fb->format->num_planes > 1) { |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5827 | ret = skl_build_plane_wm_uv(crtc_state, plane_state, |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5828 | plane_id); |
| 5829 | if (ret) |
| 5830 | return ret; |
| 5831 | } |
| 5832 | |
| 5833 | return 0; |
| 5834 | } |
| 5835 | |
Ville Syrjälä | 96cb7cd | 2019-03-12 22:58:43 +0200 | [diff] [blame] | 5836 | static int icl_build_plane_wm(struct intel_crtc_state *crtc_state, |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5837 | const struct intel_plane_state *plane_state) |
| 5838 | { |
Ville Syrjälä | dbf7138 | 2020-11-06 19:30:38 +0200 | [diff] [blame] | 5839 | struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); |
| 5840 | struct drm_i915_private *dev_priv = to_i915(plane->base.dev); |
| 5841 | enum plane_id plane_id = plane->id; |
| 5842 | struct skl_plane_wm *wm = &crtc_state->wm.skl.raw.planes[plane_id]; |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5843 | int ret; |
| 5844 | |
| 5845 | /* Watermarks calculated in master */ |
Maarten Lankhorst | c47b7dd | 2019-09-20 13:42:20 +0200 | [diff] [blame] | 5846 | if (plane_state->planar_slave) |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5847 | return 0; |
| 5848 | |
Ville Syrjälä | f99b805 | 2021-03-27 02:59:45 +0200 | [diff] [blame] | 5849 | memset(wm, 0, sizeof(*wm)); |
| 5850 | |
Maarten Lankhorst | c47b7dd | 2019-09-20 13:42:20 +0200 | [diff] [blame] | 5851 | if (plane_state->planar_linked_plane) { |
Maarten Lankhorst | 7b3cb17 | 2019-10-31 12:26:07 +0100 | [diff] [blame] | 5852 | const struct drm_framebuffer *fb = plane_state->hw.fb; |
Maarten Lankhorst | c47b7dd | 2019-09-20 13:42:20 +0200 | [diff] [blame] | 5853 | enum plane_id y_plane_id = plane_state->planar_linked_plane->id; |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5854 | |
Pankaj Bharadiya | 19edeb38 | 2020-05-04 23:45:59 +0530 | [diff] [blame] | 5855 | drm_WARN_ON(&dev_priv->drm, |
| 5856 | !intel_wm_plane_visible(crtc_state, plane_state)); |
| 5857 | drm_WARN_ON(&dev_priv->drm, !fb->format->is_yuv || |
| 5858 | fb->format->num_planes == 1); |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5859 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5860 | ret = skl_build_plane_wm_single(crtc_state, plane_state, |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5861 | y_plane_id, 0); |
| 5862 | if (ret) |
| 5863 | return ret; |
| 5864 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5865 | ret = skl_build_plane_wm_single(crtc_state, plane_state, |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5866 | plane_id, 1); |
| 5867 | if (ret) |
| 5868 | return ret; |
| 5869 | } else if (intel_wm_plane_visible(crtc_state, plane_state)) { |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5870 | ret = skl_build_plane_wm_single(crtc_state, plane_state, |
Ville Syrjälä | 8315847 | 2018-11-27 18:57:26 +0200 | [diff] [blame] | 5871 | plane_id, 0); |
| 5872 | if (ret) |
| 5873 | return ret; |
| 5874 | } |
| 5875 | |
| 5876 | return 0; |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5877 | } |
| 5878 | |
Ville Syrjälä | ffc9003 | 2020-11-06 19:30:37 +0200 | [diff] [blame] | 5879 | static int skl_build_pipe_wm(struct intel_atomic_state *state, |
| 5880 | struct intel_crtc *crtc) |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5881 | { |
Ville Syrjälä | ffc9003 | 2020-11-06 19:30:37 +0200 | [diff] [blame] | 5882 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 5883 | struct intel_crtc_state *crtc_state = |
| 5884 | intel_atomic_get_new_crtc_state(state, crtc); |
Maarten Lankhorst | af9fbfa | 2019-10-04 13:34:53 +0200 | [diff] [blame] | 5885 | const struct intel_plane_state *plane_state; |
Ville Syrjälä | dbf7138 | 2020-11-06 19:30:38 +0200 | [diff] [blame] | 5886 | struct intel_plane *plane; |
| 5887 | int ret, i; |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5888 | |
Ville Syrjälä | dbf7138 | 2020-11-06 19:30:38 +0200 | [diff] [blame] | 5889 | for_each_new_intel_plane_in_state(state, plane, plane_state, i) { |
| 5890 | /* |
| 5891 | * FIXME should perhaps check {old,new}_plane_crtc->hw.crtc |
| 5892 | * instead but we don't populate that correctly for NV12 Y |
| 5893 | * planes so for now hack this. |
| 5894 | */ |
| 5895 | if (plane->pipe != crtc->pipe) |
| 5896 | continue; |
Kumar, Mahesh | eb2fdcd | 2017-05-17 17:28:27 +0530 | [diff] [blame] | 5897 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 5898 | if (DISPLAY_VER(dev_priv) >= 11) |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5899 | ret = icl_build_plane_wm(crtc_state, plane_state); |
Maarten Lankhorst | b048a00 | 2018-10-18 13:51:30 +0200 | [diff] [blame] | 5900 | else |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 5901 | ret = skl_build_plane_wm(crtc_state, plane_state); |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 5902 | if (ret) |
| 5903 | return ret; |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5904 | } |
Mahesh Kumar | 942aa2d | 2018-04-09 09:11:04 +0530 | [diff] [blame] | 5905 | |
Ville Syrjälä | dbf7138 | 2020-11-06 19:30:38 +0200 | [diff] [blame] | 5906 | crtc_state->wm.skl.optimal = crtc_state->wm.skl.raw; |
| 5907 | |
Matt Roper | 55994c2 | 2016-05-12 07:06:08 -0700 | [diff] [blame] | 5908 | return 0; |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 5909 | } |
| 5910 | |
Ville Syrjälä | f0f59a0 | 2015-11-18 15:33:26 +0200 | [diff] [blame] | 5911 | static void skl_ddb_entry_write(struct drm_i915_private *dev_priv, |
| 5912 | i915_reg_t reg, |
Damien Lespiau | 16160e3 | 2014-11-04 17:06:53 +0000 | [diff] [blame] | 5913 | const struct skl_ddb_entry *entry) |
| 5914 | { |
| 5915 | if (entry->end) |
Jani Nikula | 9b6320a | 2020-01-23 16:00:04 +0200 | [diff] [blame] | 5916 | intel_de_write_fw(dev_priv, reg, |
| 5917 | (entry->end - 1) << 16 | entry->start); |
Damien Lespiau | 16160e3 | 2014-11-04 17:06:53 +0000 | [diff] [blame] | 5918 | else |
Jani Nikula | 9b6320a | 2020-01-23 16:00:04 +0200 | [diff] [blame] | 5919 | intel_de_write_fw(dev_priv, reg, 0); |
Damien Lespiau | 16160e3 | 2014-11-04 17:06:53 +0000 | [diff] [blame] | 5920 | } |
| 5921 | |
cpaul@redhat.com | d8c0faf | 2016-10-18 16:09:49 -0200 | [diff] [blame] | 5922 | static void skl_write_wm_level(struct drm_i915_private *dev_priv, |
| 5923 | i915_reg_t reg, |
| 5924 | const struct skl_wm_level *level) |
| 5925 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 5926 | u32 val = 0; |
cpaul@redhat.com | d8c0faf | 2016-10-18 16:09:49 -0200 | [diff] [blame] | 5927 | |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5928 | if (level->enable) |
cpaul@redhat.com | d8c0faf | 2016-10-18 16:09:49 -0200 | [diff] [blame] | 5929 | val |= PLANE_WM_EN; |
Ville Syrjälä | 2ed8e1f | 2019-02-13 18:54:23 +0200 | [diff] [blame] | 5930 | if (level->ignore_lines) |
| 5931 | val |= PLANE_WM_IGNORE_LINES; |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 5932 | val |= level->blocks; |
Matt Roper | 1003cee | 2021-05-14 08:36:54 -0700 | [diff] [blame] | 5933 | val |= REG_FIELD_PREP(PLANE_WM_LINES_MASK, level->lines); |
cpaul@redhat.com | d8c0faf | 2016-10-18 16:09:49 -0200 | [diff] [blame] | 5934 | |
Jani Nikula | 9b6320a | 2020-01-23 16:00:04 +0200 | [diff] [blame] | 5935 | intel_de_write_fw(dev_priv, reg, val); |
cpaul@redhat.com | d8c0faf | 2016-10-18 16:09:49 -0200 | [diff] [blame] | 5936 | } |
| 5937 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5938 | void skl_write_plane_wm(struct intel_plane *plane, |
| 5939 | const struct intel_crtc_state *crtc_state) |
Lyude | 62e0fb8 | 2016-08-22 12:50:08 -0400 | [diff] [blame] | 5940 | { |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5941 | struct drm_i915_private *dev_priv = to_i915(plane->base.dev); |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 5942 | int level, max_level = ilk_wm_max_level(dev_priv); |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5943 | enum plane_id plane_id = plane->id; |
| 5944 | enum pipe pipe = plane->pipe; |
Ville Syrjälä | 2871b2f | 2021-02-26 17:31:58 +0200 | [diff] [blame] | 5945 | const struct skl_pipe_wm *pipe_wm = &crtc_state->wm.skl.optimal; |
| 5946 | const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5947 | const struct skl_ddb_entry *ddb_y = |
| 5948 | &crtc_state->wm.skl.plane_ddb_y[plane_id]; |
| 5949 | const struct skl_ddb_entry *ddb_uv = |
| 5950 | &crtc_state->wm.skl.plane_ddb_uv[plane_id]; |
Lyude | 62e0fb8 | 2016-08-22 12:50:08 -0400 | [diff] [blame] | 5951 | |
Ville Syrjälä | 2871b2f | 2021-02-26 17:31:58 +0200 | [diff] [blame] | 5952 | for (level = 0; level <= max_level; level++) |
Ville Syrjälä | d5cdfdf5 | 2016-11-22 18:01:58 +0200 | [diff] [blame] | 5953 | skl_write_wm_level(dev_priv, PLANE_WM(pipe, plane_id, level), |
Ville Syrjälä | 2871b2f | 2021-02-26 17:31:58 +0200 | [diff] [blame] | 5954 | skl_plane_wm_level(pipe_wm, plane_id, level)); |
| 5955 | |
Ville Syrjälä | d5cdfdf5 | 2016-11-22 18:01:58 +0200 | [diff] [blame] | 5956 | skl_write_wm_level(dev_priv, PLANE_WM_TRANS(pipe, plane_id), |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 5957 | skl_plane_trans_wm(pipe_wm, plane_id)); |
Lyude | 2708249 | 2016-08-24 07:48:10 +0200 | [diff] [blame] | 5958 | |
Matt Roper | 7959ffe | 2021-05-18 17:06:11 -0700 | [diff] [blame] | 5959 | if (HAS_HW_SAGV_WM(dev_priv)) { |
| 5960 | skl_write_wm_level(dev_priv, PLANE_WM_SAGV(pipe, plane_id), |
| 5961 | &wm->sagv.wm0); |
| 5962 | skl_write_wm_level(dev_priv, PLANE_WM_SAGV_TRANS(pipe, plane_id), |
| 5963 | &wm->sagv.trans_wm); |
| 5964 | } |
| 5965 | |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 5966 | if (DISPLAY_VER(dev_priv) >= 11) { |
Mahesh Kumar | 234059d | 2018-01-30 11:49:13 -0200 | [diff] [blame] | 5967 | skl_ddb_entry_write(dev_priv, |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5968 | PLANE_BUF_CFG(pipe, plane_id), ddb_y); |
| 5969 | return; |
Mahesh Kumar | b879d58 | 2018-04-09 09:11:01 +0530 | [diff] [blame] | 5970 | } |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5971 | |
| 5972 | if (wm->is_planar) |
| 5973 | swap(ddb_y, ddb_uv); |
| 5974 | |
| 5975 | skl_ddb_entry_write(dev_priv, |
| 5976 | PLANE_BUF_CFG(pipe, plane_id), ddb_y); |
| 5977 | skl_ddb_entry_write(dev_priv, |
| 5978 | PLANE_NV12_BUF_CFG(pipe, plane_id), ddb_uv); |
Lyude | 62e0fb8 | 2016-08-22 12:50:08 -0400 | [diff] [blame] | 5979 | } |
| 5980 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5981 | void skl_write_cursor_wm(struct intel_plane *plane, |
| 5982 | const struct intel_crtc_state *crtc_state) |
Lyude | 62e0fb8 | 2016-08-22 12:50:08 -0400 | [diff] [blame] | 5983 | { |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5984 | struct drm_i915_private *dev_priv = to_i915(plane->base.dev); |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 5985 | int level, max_level = ilk_wm_max_level(dev_priv); |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5986 | enum plane_id plane_id = plane->id; |
| 5987 | enum pipe pipe = plane->pipe; |
Ville Syrjälä | 2871b2f | 2021-02-26 17:31:58 +0200 | [diff] [blame] | 5988 | const struct skl_pipe_wm *pipe_wm = &crtc_state->wm.skl.optimal; |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 5989 | const struct skl_ddb_entry *ddb = |
| 5990 | &crtc_state->wm.skl.plane_ddb_y[plane_id]; |
Lyude | 62e0fb8 | 2016-08-22 12:50:08 -0400 | [diff] [blame] | 5991 | |
Ville Syrjälä | 2871b2f | 2021-02-26 17:31:58 +0200 | [diff] [blame] | 5992 | for (level = 0; level <= max_level; level++) |
cpaul@redhat.com | d8c0faf | 2016-10-18 16:09:49 -0200 | [diff] [blame] | 5993 | skl_write_wm_level(dev_priv, CUR_WM(pipe, level), |
Ville Syrjälä | 2871b2f | 2021-02-26 17:31:58 +0200 | [diff] [blame] | 5994 | skl_plane_wm_level(pipe_wm, plane_id, level)); |
| 5995 | |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 5996 | skl_write_wm_level(dev_priv, CUR_WM_TRANS(pipe), |
| 5997 | skl_plane_trans_wm(pipe_wm, plane_id)); |
Lyude | 2708249 | 2016-08-24 07:48:10 +0200 | [diff] [blame] | 5998 | |
Matt Roper | 7959ffe | 2021-05-18 17:06:11 -0700 | [diff] [blame] | 5999 | if (HAS_HW_SAGV_WM(dev_priv)) { |
| 6000 | const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; |
| 6001 | |
| 6002 | skl_write_wm_level(dev_priv, CUR_WM_SAGV(pipe), |
| 6003 | &wm->sagv.wm0); |
| 6004 | skl_write_wm_level(dev_priv, CUR_WM_SAGV_TRANS(pipe), |
| 6005 | &wm->sagv.trans_wm); |
| 6006 | } |
| 6007 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6008 | skl_ddb_entry_write(dev_priv, CUR_BUF_CFG(pipe), ddb); |
Lyude | 62e0fb8 | 2016-08-22 12:50:08 -0400 | [diff] [blame] | 6009 | } |
| 6010 | |
cpaul@redhat.com | 45ece23 | 2016-10-14 17:31:56 -0400 | [diff] [blame] | 6011 | bool skl_wm_level_equals(const struct skl_wm_level *l1, |
| 6012 | const struct skl_wm_level *l2) |
| 6013 | { |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 6014 | return l1->enable == l2->enable && |
Ville Syrjälä | 2ed8e1f | 2019-02-13 18:54:23 +0200 | [diff] [blame] | 6015 | l1->ignore_lines == l2->ignore_lines && |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 6016 | l1->lines == l2->lines && |
| 6017 | l1->blocks == l2->blocks; |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6018 | } |
cpaul@redhat.com | 45ece23 | 2016-10-14 17:31:56 -0400 | [diff] [blame] | 6019 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6020 | static bool skl_plane_wm_equals(struct drm_i915_private *dev_priv, |
| 6021 | const struct skl_plane_wm *wm1, |
| 6022 | const struct skl_plane_wm *wm2) |
| 6023 | { |
| 6024 | int level, max_level = ilk_wm_max_level(dev_priv); |
cpaul@redhat.com | 45ece23 | 2016-10-14 17:31:56 -0400 | [diff] [blame] | 6025 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6026 | for (level = 0; level <= max_level; level++) { |
Ville Syrjälä | e7f54e6 | 2020-02-28 22:35:49 +0200 | [diff] [blame] | 6027 | /* |
| 6028 | * We don't check uv_wm as the hardware doesn't actually |
| 6029 | * use it. It only gets used for calculating the required |
| 6030 | * ddb allocation. |
| 6031 | */ |
| 6032 | if (!skl_wm_level_equals(&wm1->wm[level], &wm2->wm[level])) |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6033 | return false; |
| 6034 | } |
| 6035 | |
Ville Syrjälä | f11449d | 2021-02-26 17:32:00 +0200 | [diff] [blame] | 6036 | return skl_wm_level_equals(&wm1->trans_wm, &wm2->trans_wm) && |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 6037 | skl_wm_level_equals(&wm1->sagv.wm0, &wm2->sagv.wm0) && |
| 6038 | skl_wm_level_equals(&wm1->sagv.trans_wm, &wm2->sagv.trans_wm); |
cpaul@redhat.com | 45ece23 | 2016-10-14 17:31:56 -0400 | [diff] [blame] | 6039 | } |
| 6040 | |
Jani Nikula | 81b55ef | 2020-04-20 17:04:38 +0300 | [diff] [blame] | 6041 | static bool skl_ddb_entries_overlap(const struct skl_ddb_entry *a, |
| 6042 | const struct skl_ddb_entry *b) |
Damien Lespiau | 0e8fb7b | 2014-11-04 17:07:02 +0000 | [diff] [blame] | 6043 | { |
Lyude | 2708249 | 2016-08-24 07:48:10 +0200 | [diff] [blame] | 6044 | return a->start < b->end && b->start < a->end; |
Damien Lespiau | 0e8fb7b | 2014-11-04 17:07:02 +0000 | [diff] [blame] | 6045 | } |
| 6046 | |
Ville Syrjälä | 33c9c50 | 2021-01-22 22:56:33 +0200 | [diff] [blame] | 6047 | static void skl_ddb_entry_union(struct skl_ddb_entry *a, |
| 6048 | const struct skl_ddb_entry *b) |
| 6049 | { |
| 6050 | if (a->end && b->end) { |
| 6051 | a->start = min(a->start, b->start); |
| 6052 | a->end = max(a->end, b->end); |
| 6053 | } else if (b->end) { |
| 6054 | a->start = b->start; |
| 6055 | a->end = b->end; |
| 6056 | } |
| 6057 | } |
| 6058 | |
Ville Syrjälä | 53cc6880 | 2018-11-01 17:05:59 +0200 | [diff] [blame] | 6059 | bool skl_ddb_allocation_overlaps(const struct skl_ddb_entry *ddb, |
Jani Nikula | 696173b | 2019-04-05 14:00:15 +0300 | [diff] [blame] | 6060 | const struct skl_ddb_entry *entries, |
Ville Syrjälä | 53cc6880 | 2018-11-01 17:05:59 +0200 | [diff] [blame] | 6061 | int num_entries, int ignore_idx) |
Damien Lespiau | 0e8fb7b | 2014-11-04 17:07:02 +0000 | [diff] [blame] | 6062 | { |
Ville Syrjälä | 53cc6880 | 2018-11-01 17:05:59 +0200 | [diff] [blame] | 6063 | int i; |
Damien Lespiau | 0e8fb7b | 2014-11-04 17:07:02 +0000 | [diff] [blame] | 6064 | |
Ville Syrjälä | 53cc6880 | 2018-11-01 17:05:59 +0200 | [diff] [blame] | 6065 | for (i = 0; i < num_entries; i++) { |
| 6066 | if (i != ignore_idx && |
| 6067 | skl_ddb_entries_overlap(ddb, &entries[i])) |
Lyude | 2708249 | 2016-08-24 07:48:10 +0200 | [diff] [blame] | 6068 | return true; |
Mika Kahola | 2b68504 | 2017-10-10 13:17:03 +0300 | [diff] [blame] | 6069 | } |
Damien Lespiau | 0e8fb7b | 2014-11-04 17:07:02 +0000 | [diff] [blame] | 6070 | |
Lyude | 2708249 | 2016-08-24 07:48:10 +0200 | [diff] [blame] | 6071 | return false; |
Damien Lespiau | 0e8fb7b | 2014-11-04 17:07:02 +0000 | [diff] [blame] | 6072 | } |
| 6073 | |
Jani Nikula | bb7791b | 2016-10-04 12:29:17 +0300 | [diff] [blame] | 6074 | static int |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6075 | skl_ddb_add_affected_planes(const struct intel_crtc_state *old_crtc_state, |
| 6076 | struct intel_crtc_state *new_crtc_state) |
Rodrigo Vivi | 9a30a26 | 2017-06-13 10:52:30 -0700 | [diff] [blame] | 6077 | { |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 6078 | struct intel_atomic_state *state = to_intel_atomic_state(new_crtc_state->uapi.state); |
| 6079 | struct intel_crtc *crtc = to_intel_crtc(new_crtc_state->uapi.crtc); |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6080 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 6081 | struct intel_plane *plane; |
Rodrigo Vivi | 9a30a26 | 2017-06-13 10:52:30 -0700 | [diff] [blame] | 6082 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6083 | for_each_intel_plane_on_crtc(&dev_priv->drm, crtc, plane) { |
| 6084 | struct intel_plane_state *plane_state; |
| 6085 | enum plane_id plane_id = plane->id; |
Rodrigo Vivi | 9a30a26 | 2017-06-13 10:52:30 -0700 | [diff] [blame] | 6086 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6087 | if (skl_ddb_entry_equal(&old_crtc_state->wm.skl.plane_ddb_y[plane_id], |
| 6088 | &new_crtc_state->wm.skl.plane_ddb_y[plane_id]) && |
| 6089 | skl_ddb_entry_equal(&old_crtc_state->wm.skl.plane_ddb_uv[plane_id], |
| 6090 | &new_crtc_state->wm.skl.plane_ddb_uv[plane_id])) |
Rodrigo Vivi | 9a30a26 | 2017-06-13 10:52:30 -0700 | [diff] [blame] | 6091 | continue; |
| 6092 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6093 | plane_state = intel_atomic_get_plane_state(state, plane); |
Rodrigo Vivi | 9a30a26 | 2017-06-13 10:52:30 -0700 | [diff] [blame] | 6094 | if (IS_ERR(plane_state)) |
| 6095 | return PTR_ERR(plane_state); |
Maarten Lankhorst | 1ab554b | 2018-10-22 15:51:52 +0200 | [diff] [blame] | 6096 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6097 | new_crtc_state->update_planes |= BIT(plane_id); |
Rodrigo Vivi | 9a30a26 | 2017-06-13 10:52:30 -0700 | [diff] [blame] | 6098 | } |
| 6099 | |
| 6100 | return 0; |
| 6101 | } |
| 6102 | |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 6103 | static u8 intel_dbuf_enabled_slices(const struct intel_dbuf_state *dbuf_state) |
| 6104 | { |
| 6105 | struct drm_i915_private *dev_priv = to_i915(dbuf_state->base.state->base.dev); |
| 6106 | u8 enabled_slices; |
| 6107 | enum pipe pipe; |
| 6108 | |
| 6109 | /* |
| 6110 | * FIXME: For now we always enable slice S1 as per |
| 6111 | * the Bspec display initialization sequence. |
| 6112 | */ |
| 6113 | enabled_slices = BIT(DBUF_S1); |
| 6114 | |
| 6115 | for_each_pipe(dev_priv, pipe) |
| 6116 | enabled_slices |= dbuf_state->slices[pipe]; |
| 6117 | |
| 6118 | return enabled_slices; |
| 6119 | } |
| 6120 | |
Rodrigo Vivi | 9a30a26 | 2017-06-13 10:52:30 -0700 | [diff] [blame] | 6121 | static int |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6122 | skl_compute_ddb(struct intel_atomic_state *state) |
Matt Roper | 98d3949 | 2016-05-12 07:06:03 -0700 | [diff] [blame] | 6123 | { |
Ville Syrjälä | 70b1a26 | 2020-02-25 19:11:16 +0200 | [diff] [blame] | 6124 | struct drm_i915_private *dev_priv = to_i915(state->base.dev); |
| 6125 | const struct intel_dbuf_state *old_dbuf_state; |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 6126 | struct intel_dbuf_state *new_dbuf_state = NULL; |
Ville Syrjälä | 70b1a26 | 2020-02-25 19:11:16 +0200 | [diff] [blame] | 6127 | const struct intel_crtc_state *old_crtc_state; |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6128 | struct intel_crtc_state *new_crtc_state; |
Mahesh Kumar | e1f96a6 | 2018-04-09 09:11:08 +0530 | [diff] [blame] | 6129 | struct intel_crtc *crtc; |
Mahesh Kumar | e1f96a6 | 2018-04-09 09:11:08 +0530 | [diff] [blame] | 6130 | int ret, i; |
Matt Roper | 98d3949 | 2016-05-12 07:06:03 -0700 | [diff] [blame] | 6131 | |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 6132 | for_each_new_intel_crtc_in_state(state, crtc, new_crtc_state, i) { |
| 6133 | new_dbuf_state = intel_atomic_get_dbuf_state(state); |
| 6134 | if (IS_ERR(new_dbuf_state)) |
| 6135 | return PTR_ERR(new_dbuf_state); |
| 6136 | |
| 6137 | old_dbuf_state = intel_atomic_get_old_dbuf_state(state); |
| 6138 | break; |
| 6139 | } |
| 6140 | |
| 6141 | if (!new_dbuf_state) |
| 6142 | return 0; |
| 6143 | |
| 6144 | new_dbuf_state->active_pipes = |
| 6145 | intel_calc_active_pipes(state, old_dbuf_state->active_pipes); |
| 6146 | |
| 6147 | if (old_dbuf_state->active_pipes != new_dbuf_state->active_pipes) { |
| 6148 | ret = intel_atomic_lock_global_state(&new_dbuf_state->base); |
| 6149 | if (ret) |
| 6150 | return ret; |
| 6151 | } |
| 6152 | |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 6153 | if (IS_ALDERLAKE_P(dev_priv)) |
| 6154 | new_dbuf_state->joined_mbus = |
| 6155 | adlp_check_mbus_joined(new_dbuf_state->active_pipes); |
| 6156 | |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 6157 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
| 6158 | enum pipe pipe = crtc->pipe; |
| 6159 | |
| 6160 | new_dbuf_state->slices[pipe] = |
Ville Syrjälä | 8fd5a26 | 2022-02-04 16:18:16 +0200 | [diff] [blame] | 6161 | skl_compute_dbuf_slices(crtc, new_dbuf_state->active_pipes, |
| 6162 | new_dbuf_state->joined_mbus); |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 6163 | |
| 6164 | if (old_dbuf_state->slices[pipe] == new_dbuf_state->slices[pipe]) |
| 6165 | continue; |
| 6166 | |
| 6167 | ret = intel_atomic_lock_global_state(&new_dbuf_state->base); |
| 6168 | if (ret) |
| 6169 | return ret; |
| 6170 | } |
| 6171 | |
| 6172 | new_dbuf_state->enabled_slices = intel_dbuf_enabled_slices(new_dbuf_state); |
| 6173 | |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 6174 | if (old_dbuf_state->enabled_slices != new_dbuf_state->enabled_slices || |
| 6175 | old_dbuf_state->joined_mbus != new_dbuf_state->joined_mbus) { |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 6176 | ret = intel_atomic_serialize_global_state(&new_dbuf_state->base); |
| 6177 | if (ret) |
| 6178 | return ret; |
| 6179 | |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 6180 | if (old_dbuf_state->joined_mbus != new_dbuf_state->joined_mbus) { |
| 6181 | /* TODO: Implement vblank synchronized MBUS joining changes */ |
| 6182 | ret = intel_modeset_all_pipes(state); |
| 6183 | if (ret) |
| 6184 | return ret; |
| 6185 | } |
| 6186 | |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 6187 | drm_dbg_kms(&dev_priv->drm, |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 6188 | "Enabled dbuf slices 0x%x -> 0x%x (total dbuf slices 0x%x), mbus joined? %s->%s\n", |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 6189 | old_dbuf_state->enabled_slices, |
| 6190 | new_dbuf_state->enabled_slices, |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 6191 | INTEL_INFO(dev_priv)->dbuf.slice_mask, |
| 6192 | yesno(old_dbuf_state->joined_mbus), |
| 6193 | yesno(new_dbuf_state->joined_mbus)); |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 6194 | } |
| 6195 | |
| 6196 | for_each_new_intel_crtc_in_state(state, crtc, new_crtc_state, i) { |
| 6197 | enum pipe pipe = crtc->pipe; |
| 6198 | |
| 6199 | new_dbuf_state->weight[pipe] = intel_crtc_ddb_weight(new_crtc_state); |
| 6200 | |
| 6201 | if (old_dbuf_state->weight[pipe] == new_dbuf_state->weight[pipe]) |
| 6202 | continue; |
| 6203 | |
| 6204 | ret = intel_atomic_lock_global_state(&new_dbuf_state->base); |
| 6205 | if (ret) |
| 6206 | return ret; |
| 6207 | } |
| 6208 | |
| 6209 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
| 6210 | ret = skl_crtc_allocate_ddb(state, crtc); |
| 6211 | if (ret) |
| 6212 | return ret; |
| 6213 | } |
| 6214 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6215 | for_each_oldnew_intel_crtc_in_state(state, crtc, old_crtc_state, |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6216 | new_crtc_state, i) { |
Ville Syrjälä | ef79d62 | 2021-01-22 22:56:32 +0200 | [diff] [blame] | 6217 | ret = skl_allocate_plane_ddb(state, crtc); |
Rodrigo Vivi | 9a30a26 | 2017-06-13 10:52:30 -0700 | [diff] [blame] | 6218 | if (ret) |
| 6219 | return ret; |
| 6220 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6221 | ret = skl_ddb_add_affected_planes(old_crtc_state, |
| 6222 | new_crtc_state); |
Rodrigo Vivi | 9a30a26 | 2017-06-13 10:52:30 -0700 | [diff] [blame] | 6223 | if (ret) |
| 6224 | return ret; |
Matt Roper | 98d3949 | 2016-05-12 07:06:03 -0700 | [diff] [blame] | 6225 | } |
| 6226 | |
| 6227 | return 0; |
| 6228 | } |
| 6229 | |
Ville Syrjälä | ab98e94 | 2019-02-08 22:05:27 +0200 | [diff] [blame] | 6230 | static char enast(bool enable) |
| 6231 | { |
| 6232 | return enable ? '*' : ' '; |
| 6233 | } |
| 6234 | |
Matt Roper | 2722efb | 2016-08-17 15:55:55 -0400 | [diff] [blame] | 6235 | static void |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6236 | skl_print_wm_changes(struct intel_atomic_state *state) |
cpaul@redhat.com | 413fc53 | 2016-10-14 17:31:54 -0400 | [diff] [blame] | 6237 | { |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6238 | struct drm_i915_private *dev_priv = to_i915(state->base.dev); |
| 6239 | const struct intel_crtc_state *old_crtc_state; |
| 6240 | const struct intel_crtc_state *new_crtc_state; |
| 6241 | struct intel_plane *plane; |
| 6242 | struct intel_crtc *crtc; |
Maarten Lankhorst | 7570498 | 2016-11-01 12:04:10 +0100 | [diff] [blame] | 6243 | int i; |
cpaul@redhat.com | 413fc53 | 2016-10-14 17:31:54 -0400 | [diff] [blame] | 6244 | |
Jani Nikula | bdbf43d | 2019-10-28 12:38:15 +0200 | [diff] [blame] | 6245 | if (!drm_debug_enabled(DRM_UT_KMS)) |
Ville Syrjälä | ab98e94 | 2019-02-08 22:05:27 +0200 | [diff] [blame] | 6246 | return; |
| 6247 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6248 | for_each_oldnew_intel_crtc_in_state(state, crtc, old_crtc_state, |
| 6249 | new_crtc_state, i) { |
Ville Syrjälä | ab98e94 | 2019-02-08 22:05:27 +0200 | [diff] [blame] | 6250 | const struct skl_pipe_wm *old_pipe_wm, *new_pipe_wm; |
| 6251 | |
| 6252 | old_pipe_wm = &old_crtc_state->wm.skl.optimal; |
| 6253 | new_pipe_wm = &new_crtc_state->wm.skl.optimal; |
| 6254 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6255 | for_each_intel_plane_on_crtc(&dev_priv->drm, crtc, plane) { |
| 6256 | enum plane_id plane_id = plane->id; |
cpaul@redhat.com | 413fc53 | 2016-10-14 17:31:54 -0400 | [diff] [blame] | 6257 | const struct skl_ddb_entry *old, *new; |
| 6258 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6259 | old = &old_crtc_state->wm.skl.plane_ddb_y[plane_id]; |
| 6260 | new = &new_crtc_state->wm.skl.plane_ddb_y[plane_id]; |
cpaul@redhat.com | 413fc53 | 2016-10-14 17:31:54 -0400 | [diff] [blame] | 6261 | |
cpaul@redhat.com | 413fc53 | 2016-10-14 17:31:54 -0400 | [diff] [blame] | 6262 | if (skl_ddb_entry_equal(old, new)) |
| 6263 | continue; |
| 6264 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 6265 | drm_dbg_kms(&dev_priv->drm, |
| 6266 | "[PLANE:%d:%s] ddb (%4d - %4d) -> (%4d - %4d), size %4d -> %4d\n", |
| 6267 | plane->base.base.id, plane->base.name, |
| 6268 | old->start, old->end, new->start, new->end, |
| 6269 | skl_ddb_entry_size(old), skl_ddb_entry_size(new)); |
Ville Syrjälä | ab98e94 | 2019-02-08 22:05:27 +0200 | [diff] [blame] | 6270 | } |
| 6271 | |
| 6272 | for_each_intel_plane_on_crtc(&dev_priv->drm, crtc, plane) { |
| 6273 | enum plane_id plane_id = plane->id; |
| 6274 | const struct skl_plane_wm *old_wm, *new_wm; |
| 6275 | |
| 6276 | old_wm = &old_pipe_wm->planes[plane_id]; |
| 6277 | new_wm = &new_pipe_wm->planes[plane_id]; |
| 6278 | |
| 6279 | if (skl_plane_wm_equals(dev_priv, old_wm, new_wm)) |
| 6280 | continue; |
| 6281 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 6282 | drm_dbg_kms(&dev_priv->drm, |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 6283 | "[PLANE:%d:%s] level %cwm0,%cwm1,%cwm2,%cwm3,%cwm4,%cwm5,%cwm6,%cwm7,%ctwm,%cswm,%cstwm" |
| 6284 | " -> %cwm0,%cwm1,%cwm2,%cwm3,%cwm4,%cwm5,%cwm6,%cwm7,%ctwm,%cswm,%cstwm\n", |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 6285 | plane->base.base.id, plane->base.name, |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 6286 | enast(old_wm->wm[0].enable), enast(old_wm->wm[1].enable), |
| 6287 | enast(old_wm->wm[2].enable), enast(old_wm->wm[3].enable), |
| 6288 | enast(old_wm->wm[4].enable), enast(old_wm->wm[5].enable), |
| 6289 | enast(old_wm->wm[6].enable), enast(old_wm->wm[7].enable), |
| 6290 | enast(old_wm->trans_wm.enable), |
| 6291 | enast(old_wm->sagv.wm0.enable), |
| 6292 | enast(old_wm->sagv.trans_wm.enable), |
| 6293 | enast(new_wm->wm[0].enable), enast(new_wm->wm[1].enable), |
| 6294 | enast(new_wm->wm[2].enable), enast(new_wm->wm[3].enable), |
| 6295 | enast(new_wm->wm[4].enable), enast(new_wm->wm[5].enable), |
| 6296 | enast(new_wm->wm[6].enable), enast(new_wm->wm[7].enable), |
| 6297 | enast(new_wm->trans_wm.enable), |
| 6298 | enast(new_wm->sagv.wm0.enable), |
| 6299 | enast(new_wm->sagv.trans_wm.enable)); |
Ville Syrjälä | ab98e94 | 2019-02-08 22:05:27 +0200 | [diff] [blame] | 6300 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 6301 | drm_dbg_kms(&dev_priv->drm, |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 6302 | "[PLANE:%d:%s] lines %c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%4d" |
| 6303 | " -> %c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%3d,%c%4d\n", |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 6304 | plane->base.base.id, plane->base.name, |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 6305 | enast(old_wm->wm[0].ignore_lines), old_wm->wm[0].lines, |
| 6306 | enast(old_wm->wm[1].ignore_lines), old_wm->wm[1].lines, |
| 6307 | enast(old_wm->wm[2].ignore_lines), old_wm->wm[2].lines, |
| 6308 | enast(old_wm->wm[3].ignore_lines), old_wm->wm[3].lines, |
| 6309 | enast(old_wm->wm[4].ignore_lines), old_wm->wm[4].lines, |
| 6310 | enast(old_wm->wm[5].ignore_lines), old_wm->wm[5].lines, |
| 6311 | enast(old_wm->wm[6].ignore_lines), old_wm->wm[6].lines, |
| 6312 | enast(old_wm->wm[7].ignore_lines), old_wm->wm[7].lines, |
| 6313 | enast(old_wm->trans_wm.ignore_lines), old_wm->trans_wm.lines, |
| 6314 | enast(old_wm->sagv.wm0.ignore_lines), old_wm->sagv.wm0.lines, |
| 6315 | enast(old_wm->sagv.trans_wm.ignore_lines), old_wm->sagv.trans_wm.lines, |
| 6316 | enast(new_wm->wm[0].ignore_lines), new_wm->wm[0].lines, |
| 6317 | enast(new_wm->wm[1].ignore_lines), new_wm->wm[1].lines, |
| 6318 | enast(new_wm->wm[2].ignore_lines), new_wm->wm[2].lines, |
| 6319 | enast(new_wm->wm[3].ignore_lines), new_wm->wm[3].lines, |
| 6320 | enast(new_wm->wm[4].ignore_lines), new_wm->wm[4].lines, |
| 6321 | enast(new_wm->wm[5].ignore_lines), new_wm->wm[5].lines, |
| 6322 | enast(new_wm->wm[6].ignore_lines), new_wm->wm[6].lines, |
| 6323 | enast(new_wm->wm[7].ignore_lines), new_wm->wm[7].lines, |
| 6324 | enast(new_wm->trans_wm.ignore_lines), new_wm->trans_wm.lines, |
| 6325 | enast(new_wm->sagv.wm0.ignore_lines), new_wm->sagv.wm0.lines, |
| 6326 | enast(new_wm->sagv.trans_wm.ignore_lines), new_wm->sagv.trans_wm.lines); |
Ville Syrjälä | ab98e94 | 2019-02-08 22:05:27 +0200 | [diff] [blame] | 6327 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 6328 | drm_dbg_kms(&dev_priv->drm, |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 6329 | "[PLANE:%d:%s] blocks %4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%5d" |
| 6330 | " -> %4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%5d\n", |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 6331 | plane->base.base.id, plane->base.name, |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 6332 | old_wm->wm[0].blocks, old_wm->wm[1].blocks, |
| 6333 | old_wm->wm[2].blocks, old_wm->wm[3].blocks, |
| 6334 | old_wm->wm[4].blocks, old_wm->wm[5].blocks, |
| 6335 | old_wm->wm[6].blocks, old_wm->wm[7].blocks, |
| 6336 | old_wm->trans_wm.blocks, |
| 6337 | old_wm->sagv.wm0.blocks, |
| 6338 | old_wm->sagv.trans_wm.blocks, |
| 6339 | new_wm->wm[0].blocks, new_wm->wm[1].blocks, |
| 6340 | new_wm->wm[2].blocks, new_wm->wm[3].blocks, |
| 6341 | new_wm->wm[4].blocks, new_wm->wm[5].blocks, |
| 6342 | new_wm->wm[6].blocks, new_wm->wm[7].blocks, |
| 6343 | new_wm->trans_wm.blocks, |
| 6344 | new_wm->sagv.wm0.blocks, |
| 6345 | new_wm->sagv.trans_wm.blocks); |
Ville Syrjälä | ab98e94 | 2019-02-08 22:05:27 +0200 | [diff] [blame] | 6346 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 6347 | drm_dbg_kms(&dev_priv->drm, |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 6348 | "[PLANE:%d:%s] min_ddb %4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%5d" |
| 6349 | " -> %4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%5d\n", |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 6350 | plane->base.base.id, plane->base.name, |
| 6351 | old_wm->wm[0].min_ddb_alloc, old_wm->wm[1].min_ddb_alloc, |
| 6352 | old_wm->wm[2].min_ddb_alloc, old_wm->wm[3].min_ddb_alloc, |
| 6353 | old_wm->wm[4].min_ddb_alloc, old_wm->wm[5].min_ddb_alloc, |
| 6354 | old_wm->wm[6].min_ddb_alloc, old_wm->wm[7].min_ddb_alloc, |
| 6355 | old_wm->trans_wm.min_ddb_alloc, |
Ville Syrjälä | a68aa48 | 2021-02-26 17:32:01 +0200 | [diff] [blame] | 6356 | old_wm->sagv.wm0.min_ddb_alloc, |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 6357 | old_wm->sagv.trans_wm.min_ddb_alloc, |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 6358 | new_wm->wm[0].min_ddb_alloc, new_wm->wm[1].min_ddb_alloc, |
| 6359 | new_wm->wm[2].min_ddb_alloc, new_wm->wm[3].min_ddb_alloc, |
| 6360 | new_wm->wm[4].min_ddb_alloc, new_wm->wm[5].min_ddb_alloc, |
| 6361 | new_wm->wm[6].min_ddb_alloc, new_wm->wm[7].min_ddb_alloc, |
Stanislav Lisovskiy | 7241c57 | 2020-05-14 10:48:51 +0300 | [diff] [blame] | 6362 | new_wm->trans_wm.min_ddb_alloc, |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 6363 | new_wm->sagv.wm0.min_ddb_alloc, |
| 6364 | new_wm->sagv.trans_wm.min_ddb_alloc); |
cpaul@redhat.com | 413fc53 | 2016-10-14 17:31:54 -0400 | [diff] [blame] | 6365 | } |
| 6366 | } |
| 6367 | } |
| 6368 | |
Ville Syrjälä | 2871b2f | 2021-02-26 17:31:58 +0200 | [diff] [blame] | 6369 | static bool skl_plane_selected_wm_equals(struct intel_plane *plane, |
| 6370 | const struct skl_pipe_wm *old_pipe_wm, |
| 6371 | const struct skl_pipe_wm *new_pipe_wm) |
| 6372 | { |
Ville Syrjälä | 2871b2f | 2021-02-26 17:31:58 +0200 | [diff] [blame] | 6373 | struct drm_i915_private *i915 = to_i915(plane->base.dev); |
| 6374 | int level, max_level = ilk_wm_max_level(i915); |
| 6375 | |
| 6376 | for (level = 0; level <= max_level; level++) { |
| 6377 | /* |
| 6378 | * We don't check uv_wm as the hardware doesn't actually |
| 6379 | * use it. It only gets used for calculating the required |
| 6380 | * ddb allocation. |
| 6381 | */ |
Ville Syrjälä | 93fe862 | 2021-03-25 02:44:14 +0200 | [diff] [blame] | 6382 | if (!skl_wm_level_equals(skl_plane_wm_level(old_pipe_wm, plane->id, level), |
| 6383 | skl_plane_wm_level(new_pipe_wm, plane->id, level))) |
Ville Syrjälä | 2871b2f | 2021-02-26 17:31:58 +0200 | [diff] [blame] | 6384 | return false; |
| 6385 | } |
| 6386 | |
Matt Roper | 7959ffe | 2021-05-18 17:06:11 -0700 | [diff] [blame] | 6387 | if (HAS_HW_SAGV_WM(i915)) { |
| 6388 | const struct skl_plane_wm *old_wm = &old_pipe_wm->planes[plane->id]; |
| 6389 | const struct skl_plane_wm *new_wm = &new_pipe_wm->planes[plane->id]; |
| 6390 | |
| 6391 | if (!skl_wm_level_equals(&old_wm->sagv.wm0, &new_wm->sagv.wm0) || |
| 6392 | !skl_wm_level_equals(&old_wm->sagv.trans_wm, &new_wm->sagv.trans_wm)) |
| 6393 | return false; |
| 6394 | } |
| 6395 | |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 6396 | return skl_wm_level_equals(skl_plane_trans_wm(old_pipe_wm, plane->id), |
| 6397 | skl_plane_trans_wm(new_pipe_wm, plane->id)); |
Ville Syrjälä | 2871b2f | 2021-02-26 17:31:58 +0200 | [diff] [blame] | 6398 | } |
| 6399 | |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6400 | /* |
| 6401 | * To make sure the cursor watermark registers are always consistent |
| 6402 | * with our computed state the following scenario needs special |
| 6403 | * treatment: |
| 6404 | * |
| 6405 | * 1. enable cursor |
| 6406 | * 2. move cursor entirely offscreen |
| 6407 | * 3. disable cursor |
| 6408 | * |
| 6409 | * Step 2. does call .disable_plane() but does not zero the watermarks |
| 6410 | * (since we consider an offscreen cursor still active for the purposes |
| 6411 | * of watermarks). Step 3. would not normally call .disable_plane() |
| 6412 | * because the actual plane visibility isn't changing, and we don't |
| 6413 | * deallocate the cursor ddb until the pipe gets disabled. So we must |
| 6414 | * force step 3. to call .disable_plane() to update the watermark |
| 6415 | * registers properly. |
| 6416 | * |
| 6417 | * Other planes do not suffer from this issues as their watermarks are |
| 6418 | * calculated based on the actual plane visibility. The only time this |
| 6419 | * can trigger for the other planes is during the initial readout as the |
| 6420 | * default value of the watermarks registers is not zero. |
| 6421 | */ |
| 6422 | static int skl_wm_add_affected_planes(struct intel_atomic_state *state, |
| 6423 | struct intel_crtc *crtc) |
| 6424 | { |
| 6425 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 6426 | const struct intel_crtc_state *old_crtc_state = |
| 6427 | intel_atomic_get_old_crtc_state(state, crtc); |
| 6428 | struct intel_crtc_state *new_crtc_state = |
| 6429 | intel_atomic_get_new_crtc_state(state, crtc); |
| 6430 | struct intel_plane *plane; |
| 6431 | |
| 6432 | for_each_intel_plane_on_crtc(&dev_priv->drm, crtc, plane) { |
| 6433 | struct intel_plane_state *plane_state; |
| 6434 | enum plane_id plane_id = plane->id; |
| 6435 | |
| 6436 | /* |
| 6437 | * Force a full wm update for every plane on modeset. |
| 6438 | * Required because the reset value of the wm registers |
| 6439 | * is non-zero, whereas we want all disabled planes to |
| 6440 | * have zero watermarks. So if we turn off the relevant |
| 6441 | * power well the hardware state will go out of sync |
| 6442 | * with the software state. |
| 6443 | */ |
Maarten Lankhorst | 2225f3c | 2019-10-31 12:26:03 +0100 | [diff] [blame] | 6444 | if (!drm_atomic_crtc_needs_modeset(&new_crtc_state->uapi) && |
Ville Syrjälä | 2871b2f | 2021-02-26 17:31:58 +0200 | [diff] [blame] | 6445 | skl_plane_selected_wm_equals(plane, |
| 6446 | &old_crtc_state->wm.skl.optimal, |
| 6447 | &new_crtc_state->wm.skl.optimal)) |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6448 | continue; |
| 6449 | |
| 6450 | plane_state = intel_atomic_get_plane_state(state, plane); |
| 6451 | if (IS_ERR(plane_state)) |
| 6452 | return PTR_ERR(plane_state); |
| 6453 | |
| 6454 | new_crtc_state->update_planes |= BIT(plane_id); |
| 6455 | } |
| 6456 | |
| 6457 | return 0; |
| 6458 | } |
| 6459 | |
Mahesh Kumar | e1f96a6 | 2018-04-09 09:11:08 +0530 | [diff] [blame] | 6460 | static int |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6461 | skl_compute_wm(struct intel_atomic_state *state) |
Mahesh Kumar | e1f96a6 | 2018-04-09 09:11:08 +0530 | [diff] [blame] | 6462 | { |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6463 | struct intel_crtc *crtc; |
Ville Syrjälä | 8cac9fd | 2019-03-12 22:58:44 +0200 | [diff] [blame] | 6464 | struct intel_crtc_state *new_crtc_state; |
Mahesh Kumar | e1f96a6 | 2018-04-09 09:11:08 +0530 | [diff] [blame] | 6465 | int ret, i; |
| 6466 | |
Ville Syrjälä | ffc9003 | 2020-11-06 19:30:37 +0200 | [diff] [blame] | 6467 | for_each_new_intel_crtc_in_state(state, crtc, new_crtc_state, i) { |
| 6468 | ret = skl_build_pipe_wm(state, crtc); |
Ville Syrjälä | ff43bc3 | 2018-11-27 18:59:00 +0200 | [diff] [blame] | 6469 | if (ret) |
| 6470 | return ret; |
Matt Roper | 734fa01 | 2016-05-12 15:11:40 -0700 | [diff] [blame] | 6471 | } |
| 6472 | |
Matt Roper | d8e8749 | 2018-12-11 09:31:07 -0800 | [diff] [blame] | 6473 | ret = skl_compute_ddb(state); |
| 6474 | if (ret) |
| 6475 | return ret; |
| 6476 | |
Stanislav Lisovskiy | ecab0f3 | 2020-04-30 22:56:34 +0300 | [diff] [blame] | 6477 | ret = intel_compute_sagv_mask(state); |
| 6478 | if (ret) |
| 6479 | return ret; |
Stanislav Lisovskiy | 9728889 | 2020-04-30 22:17:57 +0300 | [diff] [blame] | 6480 | |
Ville Syrjälä | 23baedd | 2020-02-28 22:35:50 +0200 | [diff] [blame] | 6481 | /* |
| 6482 | * skl_compute_ddb() will have adjusted the final watermarks |
| 6483 | * based on how much ddb is available. Now we can actually |
| 6484 | * check if the final watermarks changed. |
| 6485 | */ |
Ville Syrjälä | ffc9003 | 2020-11-06 19:30:37 +0200 | [diff] [blame] | 6486 | for_each_new_intel_crtc_in_state(state, crtc, new_crtc_state, i) { |
Ville Syrjälä | 23baedd | 2020-02-28 22:35:50 +0200 | [diff] [blame] | 6487 | ret = skl_wm_add_affected_planes(state, crtc); |
| 6488 | if (ret) |
| 6489 | return ret; |
| 6490 | } |
| 6491 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6492 | skl_print_wm_changes(state); |
cpaul@redhat.com | 413fc53 | 2016-10-14 17:31:54 -0400 | [diff] [blame] | 6493 | |
Matt Roper | 98d3949 | 2016-05-12 07:06:03 -0700 | [diff] [blame] | 6494 | return 0; |
| 6495 | } |
| 6496 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6497 | static void ilk_compute_wm_config(struct drm_i915_private *dev_priv, |
Ville Syrjälä | d890565 | 2016-01-14 14:53:35 +0200 | [diff] [blame] | 6498 | struct intel_wm_config *config) |
| 6499 | { |
| 6500 | struct intel_crtc *crtc; |
| 6501 | |
| 6502 | /* Compute the currently _active_ config */ |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6503 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
Ville Syrjälä | d890565 | 2016-01-14 14:53:35 +0200 | [diff] [blame] | 6504 | const struct intel_pipe_wm *wm = &crtc->wm.active.ilk; |
| 6505 | |
| 6506 | if (!wm->pipe_enabled) |
| 6507 | continue; |
| 6508 | |
| 6509 | config->sprites_enabled |= wm->sprites_enabled; |
| 6510 | config->sprites_scaled |= wm->sprites_scaled; |
| 6511 | config->num_pipes_active++; |
| 6512 | } |
| 6513 | } |
| 6514 | |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 6515 | static void ilk_program_watermarks(struct drm_i915_private *dev_priv) |
Paulo Zanoni | 801bcff | 2013-05-31 10:08:35 -0300 | [diff] [blame] | 6516 | { |
Ville Syrjälä | b9d5c83 | 2015-09-24 15:53:14 -0700 | [diff] [blame] | 6517 | struct intel_pipe_wm lp_wm_1_2 = {}, lp_wm_5_6 = {}, *best_lp_wm; |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 6518 | struct ilk_wm_maximums max; |
Ville Syrjälä | d890565 | 2016-01-14 14:53:35 +0200 | [diff] [blame] | 6519 | struct intel_wm_config config = {}; |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 6520 | struct ilk_wm_values results = {}; |
Ville Syrjälä | 77c122b | 2013-08-06 22:24:04 +0300 | [diff] [blame] | 6521 | enum intel_ddb_partitioning partitioning; |
Matt Roper | 261a27d | 2015-10-08 15:28:25 -0700 | [diff] [blame] | 6522 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6523 | ilk_compute_wm_config(dev_priv, &config); |
Ville Syrjälä | d890565 | 2016-01-14 14:53:35 +0200 | [diff] [blame] | 6524 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6525 | ilk_compute_wm_maximums(dev_priv, 1, &config, INTEL_DDB_PART_1_2, &max); |
| 6526 | ilk_wm_merge(dev_priv, &config, &max, &lp_wm_1_2); |
Ville Syrjälä | 0362c78 | 2013-10-09 19:17:57 +0300 | [diff] [blame] | 6527 | |
Ville Syrjälä | a485bfb | 2013-10-09 19:17:59 +0300 | [diff] [blame] | 6528 | /* 5/6 split only in single pipe config on IVB+ */ |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 6529 | if (DISPLAY_VER(dev_priv) >= 7 && |
Ville Syrjälä | d890565 | 2016-01-14 14:53:35 +0200 | [diff] [blame] | 6530 | config.num_pipes_active == 1 && config.sprites_enabled) { |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6531 | ilk_compute_wm_maximums(dev_priv, 1, &config, INTEL_DDB_PART_5_6, &max); |
| 6532 | ilk_wm_merge(dev_priv, &config, &max, &lp_wm_5_6); |
Ville Syrjälä | a485bfb | 2013-10-09 19:17:59 +0300 | [diff] [blame] | 6533 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6534 | best_lp_wm = ilk_find_best_result(dev_priv, &lp_wm_1_2, &lp_wm_5_6); |
Paulo Zanoni | 861f338 | 2013-05-31 10:19:21 -0300 | [diff] [blame] | 6535 | } else { |
Ville Syrjälä | 198a1e9 | 2013-10-09 19:17:58 +0300 | [diff] [blame] | 6536 | best_lp_wm = &lp_wm_1_2; |
Paulo Zanoni | 861f338 | 2013-05-31 10:19:21 -0300 | [diff] [blame] | 6537 | } |
| 6538 | |
Ville Syrjälä | 198a1e9 | 2013-10-09 19:17:58 +0300 | [diff] [blame] | 6539 | partitioning = (best_lp_wm == &lp_wm_1_2) ? |
Ville Syrjälä | 77c122b | 2013-08-06 22:24:04 +0300 | [diff] [blame] | 6540 | INTEL_DDB_PART_1_2 : INTEL_DDB_PART_5_6; |
Paulo Zanoni | 861f338 | 2013-05-31 10:19:21 -0300 | [diff] [blame] | 6541 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6542 | ilk_compute_wm_results(dev_priv, best_lp_wm, partitioning, &results); |
Ville Syrjälä | 609cede | 2013-10-09 19:18:03 +0300 | [diff] [blame] | 6543 | |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 6544 | ilk_write_wm_values(dev_priv, &results); |
Paulo Zanoni | 1011d8c | 2013-05-09 16:55:50 -0300 | [diff] [blame] | 6545 | } |
| 6546 | |
Maarten Lankhorst | ccf010f | 2016-11-08 13:55:32 +0100 | [diff] [blame] | 6547 | static void ilk_initial_watermarks(struct intel_atomic_state *state, |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 6548 | struct intel_crtc *crtc) |
Ville Syrjälä | b9d5c83 | 2015-09-24 15:53:14 -0700 | [diff] [blame] | 6549 | { |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 6550 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 6551 | const struct intel_crtc_state *crtc_state = |
| 6552 | intel_atomic_get_new_crtc_state(state, crtc); |
Ville Syrjälä | b9d5c83 | 2015-09-24 15:53:14 -0700 | [diff] [blame] | 6553 | |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 6554 | mutex_lock(&dev_priv->wm.wm_mutex); |
Ville Syrjälä | 88016a9 | 2019-07-01 19:05:45 +0300 | [diff] [blame] | 6555 | crtc->wm.active.ilk = crtc_state->wm.ilk.intermediate; |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 6556 | ilk_program_watermarks(dev_priv); |
| 6557 | mutex_unlock(&dev_priv->wm.wm_mutex); |
| 6558 | } |
Ville Syrjälä | b9d5c83 | 2015-09-24 15:53:14 -0700 | [diff] [blame] | 6559 | |
Maarten Lankhorst | ccf010f | 2016-11-08 13:55:32 +0100 | [diff] [blame] | 6560 | static void ilk_optimize_watermarks(struct intel_atomic_state *state, |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 6561 | struct intel_crtc *crtc) |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 6562 | { |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 6563 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 6564 | const struct intel_crtc_state *crtc_state = |
| 6565 | intel_atomic_get_new_crtc_state(state, crtc); |
Ville Syrjälä | 88016a9 | 2019-07-01 19:05:45 +0300 | [diff] [blame] | 6566 | |
| 6567 | if (!crtc_state->wm.need_postvbl_update) |
| 6568 | return; |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 6569 | |
| 6570 | mutex_lock(&dev_priv->wm.wm_mutex); |
Ville Syrjälä | 88016a9 | 2019-07-01 19:05:45 +0300 | [diff] [blame] | 6571 | crtc->wm.active.ilk = crtc_state->wm.ilk.optimal; |
| 6572 | ilk_program_watermarks(dev_priv); |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 6573 | mutex_unlock(&dev_priv->wm.wm_mutex); |
Ville Syrjälä | b9d5c83 | 2015-09-24 15:53:14 -0700 | [diff] [blame] | 6574 | } |
| 6575 | |
Jani Nikula | 81b55ef | 2020-04-20 17:04:38 +0300 | [diff] [blame] | 6576 | static void skl_wm_level_from_reg_val(u32 val, struct skl_wm_level *level) |
Pradeep Bhat | 3078999 | 2014-11-04 17:06:45 +0000 | [diff] [blame] | 6577 | { |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 6578 | level->enable = val & PLANE_WM_EN; |
Ville Syrjälä | 2ed8e1f | 2019-02-13 18:54:23 +0200 | [diff] [blame] | 6579 | level->ignore_lines = val & PLANE_WM_IGNORE_LINES; |
Ville Syrjälä | 5dac808 | 2021-03-05 17:36:10 +0200 | [diff] [blame] | 6580 | level->blocks = val & PLANE_WM_BLOCKS_MASK; |
Matt Roper | 1003cee | 2021-05-14 08:36:54 -0700 | [diff] [blame] | 6581 | level->lines = REG_FIELD_GET(PLANE_WM_LINES_MASK, val); |
Pradeep Bhat | 3078999 | 2014-11-04 17:06:45 +0000 | [diff] [blame] | 6582 | } |
| 6583 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6584 | void skl_pipe_wm_get_hw_state(struct intel_crtc *crtc, |
cpaul@redhat.com | bf9d99a | 2016-10-14 17:31:55 -0400 | [diff] [blame] | 6585 | struct skl_pipe_wm *out) |
Pradeep Bhat | 3078999 | 2014-11-04 17:06:45 +0000 | [diff] [blame] | 6586 | { |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6587 | struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); |
| 6588 | enum pipe pipe = crtc->pipe; |
Ville Syrjälä | d5cdfdf5 | 2016-11-22 18:01:58 +0200 | [diff] [blame] | 6589 | int level, max_level; |
| 6590 | enum plane_id plane_id; |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 6591 | u32 val; |
Pradeep Bhat | 3078999 | 2014-11-04 17:06:45 +0000 | [diff] [blame] | 6592 | |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 6593 | max_level = ilk_wm_max_level(dev_priv); |
Pradeep Bhat | 3078999 | 2014-11-04 17:06:45 +0000 | [diff] [blame] | 6594 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6595 | for_each_plane_id_on_crtc(crtc, plane_id) { |
Ville Syrjälä | d5cdfdf5 | 2016-11-22 18:01:58 +0200 | [diff] [blame] | 6596 | struct skl_plane_wm *wm = &out->planes[plane_id]; |
Pradeep Bhat | 3078999 | 2014-11-04 17:06:45 +0000 | [diff] [blame] | 6597 | |
cpaul@redhat.com | d8c0faf | 2016-10-18 16:09:49 -0200 | [diff] [blame] | 6598 | for (level = 0; level <= max_level; level++) { |
Ville Syrjälä | d5cdfdf5 | 2016-11-22 18:01:58 +0200 | [diff] [blame] | 6599 | if (plane_id != PLANE_CURSOR) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6600 | val = intel_uncore_read(&dev_priv->uncore, PLANE_WM(pipe, plane_id, level)); |
cpaul@redhat.com | d8c0faf | 2016-10-18 16:09:49 -0200 | [diff] [blame] | 6601 | else |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6602 | val = intel_uncore_read(&dev_priv->uncore, CUR_WM(pipe, level)); |
cpaul@redhat.com | d8c0faf | 2016-10-18 16:09:49 -0200 | [diff] [blame] | 6603 | |
| 6604 | skl_wm_level_from_reg_val(val, &wm->wm[level]); |
| 6605 | } |
| 6606 | |
Ville Syrjälä | d5cdfdf5 | 2016-11-22 18:01:58 +0200 | [diff] [blame] | 6607 | if (plane_id != PLANE_CURSOR) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6608 | val = intel_uncore_read(&dev_priv->uncore, PLANE_WM_TRANS(pipe, plane_id)); |
cpaul@redhat.com | d8c0faf | 2016-10-18 16:09:49 -0200 | [diff] [blame] | 6609 | else |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6610 | val = intel_uncore_read(&dev_priv->uncore, CUR_WM_TRANS(pipe)); |
cpaul@redhat.com | d8c0faf | 2016-10-18 16:09:49 -0200 | [diff] [blame] | 6611 | |
| 6612 | skl_wm_level_from_reg_val(val, &wm->trans_wm); |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 6613 | |
Matt Roper | 7959ffe | 2021-05-18 17:06:11 -0700 | [diff] [blame] | 6614 | if (HAS_HW_SAGV_WM(dev_priv)) { |
| 6615 | if (plane_id != PLANE_CURSOR) |
| 6616 | val = intel_uncore_read(&dev_priv->uncore, |
| 6617 | PLANE_WM_SAGV(pipe, plane_id)); |
| 6618 | else |
| 6619 | val = intel_uncore_read(&dev_priv->uncore, |
| 6620 | CUR_WM_SAGV(pipe)); |
| 6621 | |
| 6622 | skl_wm_level_from_reg_val(val, &wm->sagv.wm0); |
| 6623 | |
| 6624 | if (plane_id != PLANE_CURSOR) |
| 6625 | val = intel_uncore_read(&dev_priv->uncore, |
| 6626 | PLANE_WM_SAGV_TRANS(pipe, plane_id)); |
| 6627 | else |
| 6628 | val = intel_uncore_read(&dev_priv->uncore, |
| 6629 | CUR_WM_SAGV_TRANS(pipe)); |
| 6630 | |
| 6631 | skl_wm_level_from_reg_val(val, &wm->sagv.trans_wm); |
| 6632 | } else if (DISPLAY_VER(dev_priv) >= 12) { |
Ville Syrjälä | 5f25e6a | 2021-02-26 17:32:02 +0200 | [diff] [blame] | 6633 | wm->sagv.wm0 = wm->wm[0]; |
| 6634 | wm->sagv.trans_wm = wm->trans_wm; |
| 6635 | } |
cpaul@redhat.com | d8c0faf | 2016-10-18 16:09:49 -0200 | [diff] [blame] | 6636 | } |
Pradeep Bhat | 3078999 | 2014-11-04 17:06:45 +0000 | [diff] [blame] | 6637 | } |
| 6638 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6639 | void skl_wm_get_hw_state(struct drm_i915_private *dev_priv) |
Pradeep Bhat | 3078999 | 2014-11-04 17:06:45 +0000 | [diff] [blame] | 6640 | { |
Ville Syrjälä | 33c9c50 | 2021-01-22 22:56:33 +0200 | [diff] [blame] | 6641 | struct intel_dbuf_state *dbuf_state = |
| 6642 | to_intel_dbuf_state(dev_priv->dbuf.obj.state); |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6643 | struct intel_crtc *crtc; |
Pradeep Bhat | 3078999 | 2014-11-04 17:06:45 +0000 | [diff] [blame] | 6644 | |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 6645 | if (IS_ALDERLAKE_P(dev_priv)) |
| 6646 | dbuf_state->joined_mbus = intel_de_read(dev_priv, MBUS_CTL) & MBUS_JOIN; |
| 6647 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6648 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
Ville Syrjälä | 33c9c50 | 2021-01-22 22:56:33 +0200 | [diff] [blame] | 6649 | struct intel_crtc_state *crtc_state = |
| 6650 | to_intel_crtc_state(crtc->base.state); |
| 6651 | enum pipe pipe = crtc->pipe; |
Ville Syrjälä | 835c176 | 2021-05-18 17:06:16 -0700 | [diff] [blame] | 6652 | unsigned int mbus_offset; |
Ville Syrjälä | 33c9c50 | 2021-01-22 22:56:33 +0200 | [diff] [blame] | 6653 | enum plane_id plane_id; |
Ville Syrjälä | 85bb289 | 2022-02-04 16:18:17 +0200 | [diff] [blame] | 6654 | u8 slices; |
cpaul@redhat.com | bf9d99a | 2016-10-14 17:31:55 -0400 | [diff] [blame] | 6655 | |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 6656 | skl_pipe_wm_get_hw_state(crtc, &crtc_state->wm.skl.optimal); |
Ville Syrjälä | dbf7138 | 2020-11-06 19:30:38 +0200 | [diff] [blame] | 6657 | crtc_state->wm.skl.raw = crtc_state->wm.skl.optimal; |
Ville Syrjälä | 33c9c50 | 2021-01-22 22:56:33 +0200 | [diff] [blame] | 6658 | |
| 6659 | memset(&dbuf_state->ddb[pipe], 0, sizeof(dbuf_state->ddb[pipe])); |
| 6660 | |
| 6661 | for_each_plane_id_on_crtc(crtc, plane_id) { |
| 6662 | struct skl_ddb_entry *ddb_y = |
| 6663 | &crtc_state->wm.skl.plane_ddb_y[plane_id]; |
| 6664 | struct skl_ddb_entry *ddb_uv = |
| 6665 | &crtc_state->wm.skl.plane_ddb_uv[plane_id]; |
| 6666 | |
| 6667 | skl_ddb_get_hw_plane_state(dev_priv, crtc->pipe, |
| 6668 | plane_id, ddb_y, ddb_uv); |
| 6669 | |
| 6670 | skl_ddb_entry_union(&dbuf_state->ddb[pipe], ddb_y); |
| 6671 | skl_ddb_entry_union(&dbuf_state->ddb[pipe], ddb_uv); |
| 6672 | } |
| 6673 | |
Ville Syrjälä | 33c9c50 | 2021-01-22 22:56:33 +0200 | [diff] [blame] | 6674 | dbuf_state->weight[pipe] = intel_crtc_ddb_weight(crtc_state); |
| 6675 | |
Ville Syrjälä | 835c176 | 2021-05-18 17:06:16 -0700 | [diff] [blame] | 6676 | /* |
| 6677 | * Used for checking overlaps, so we need absolute |
| 6678 | * offsets instead of MBUS relative offsets. |
| 6679 | */ |
Ville Syrjälä | 85bb289 | 2022-02-04 16:18:17 +0200 | [diff] [blame] | 6680 | slices = skl_compute_dbuf_slices(crtc, dbuf_state->active_pipes, |
| 6681 | dbuf_state->joined_mbus); |
| 6682 | mbus_offset = mbus_ddb_offset(dev_priv, slices); |
Ville Syrjälä | 835c176 | 2021-05-18 17:06:16 -0700 | [diff] [blame] | 6683 | crtc_state->wm.skl.ddb.start = mbus_offset + dbuf_state->ddb[pipe].start; |
| 6684 | crtc_state->wm.skl.ddb.end = mbus_offset + dbuf_state->ddb[pipe].end; |
Ville Syrjälä | 33c9c50 | 2021-01-22 22:56:33 +0200 | [diff] [blame] | 6685 | |
Ville Syrjälä | 85bb289 | 2022-02-04 16:18:17 +0200 | [diff] [blame] | 6686 | /* The slices actually used by the planes on the pipe */ |
| 6687 | dbuf_state->slices[pipe] = |
| 6688 | skl_ddb_dbuf_slice_mask(dev_priv, &crtc_state->wm.skl.ddb); |
| 6689 | |
Ville Syrjälä | 33c9c50 | 2021-01-22 22:56:33 +0200 | [diff] [blame] | 6690 | drm_dbg_kms(&dev_priv->drm, |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 6691 | "[CRTC:%d:%s] dbuf slices 0x%x, ddb (%d - %d), active pipes 0x%x, mbus joined: %s\n", |
Ville Syrjälä | 33c9c50 | 2021-01-22 22:56:33 +0200 | [diff] [blame] | 6692 | crtc->base.base.id, crtc->base.name, |
| 6693 | dbuf_state->slices[pipe], dbuf_state->ddb[pipe].start, |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 6694 | dbuf_state->ddb[pipe].end, dbuf_state->active_pipes, |
| 6695 | yesno(dbuf_state->joined_mbus)); |
cpaul@redhat.com | bf9d99a | 2016-10-14 17:31:55 -0400 | [diff] [blame] | 6696 | } |
Ville Syrjälä | 33c9c50 | 2021-01-22 22:56:33 +0200 | [diff] [blame] | 6697 | |
| 6698 | dbuf_state->enabled_slices = dev_priv->dbuf.enabled_slices; |
Pradeep Bhat | 3078999 | 2014-11-04 17:06:45 +0000 | [diff] [blame] | 6699 | } |
| 6700 | |
Ville Syrjälä | 4e6f551 | 2022-02-04 16:18:18 +0200 | [diff] [blame] | 6701 | static bool skl_dbuf_is_misconfigured(struct drm_i915_private *i915) |
| 6702 | { |
| 6703 | const struct intel_dbuf_state *dbuf_state = |
| 6704 | to_intel_dbuf_state(i915->dbuf.obj.state); |
| 6705 | struct skl_ddb_entry entries[I915_MAX_PIPES] = {}; |
| 6706 | struct intel_crtc *crtc; |
| 6707 | |
| 6708 | for_each_intel_crtc(&i915->drm, crtc) { |
| 6709 | const struct intel_crtc_state *crtc_state = |
| 6710 | to_intel_crtc_state(crtc->base.state); |
| 6711 | |
| 6712 | entries[crtc->pipe] = crtc_state->wm.skl.ddb; |
| 6713 | } |
| 6714 | |
| 6715 | for_each_intel_crtc(&i915->drm, crtc) { |
| 6716 | const struct intel_crtc_state *crtc_state = |
| 6717 | to_intel_crtc_state(crtc->base.state); |
| 6718 | u8 slices; |
| 6719 | |
| 6720 | slices = skl_compute_dbuf_slices(crtc, dbuf_state->active_pipes, |
| 6721 | dbuf_state->joined_mbus); |
| 6722 | if (dbuf_state->slices[crtc->pipe] & ~slices) |
| 6723 | return true; |
| 6724 | |
| 6725 | if (skl_ddb_allocation_overlaps(&crtc_state->wm.skl.ddb, entries, |
| 6726 | I915_MAX_PIPES, crtc->pipe)) |
| 6727 | return true; |
| 6728 | } |
| 6729 | |
| 6730 | return false; |
| 6731 | } |
| 6732 | |
| 6733 | void skl_wm_sanitize(struct drm_i915_private *i915) |
| 6734 | { |
| 6735 | struct intel_crtc *crtc; |
| 6736 | |
| 6737 | /* |
| 6738 | * On TGL/RKL (at least) the BIOS likes to assign the planes |
| 6739 | * to the wrong DBUF slices. This will cause an infinite loop |
| 6740 | * in skl_commit_modeset_enables() as it can't find a way to |
| 6741 | * transition between the old bogus DBUF layout to the new |
| 6742 | * proper DBUF layout without DBUF allocation overlaps between |
| 6743 | * the planes (which cannot be allowed or else the hardware |
| 6744 | * may hang). If we detect a bogus DBUF layout just turn off |
| 6745 | * all the planes so that skl_commit_modeset_enables() can |
| 6746 | * simply ignore them. |
| 6747 | */ |
| 6748 | if (!skl_dbuf_is_misconfigured(i915)) |
| 6749 | return; |
| 6750 | |
| 6751 | drm_dbg_kms(&i915->drm, "BIOS has misprogrammed the DBUF, disabling all planes\n"); |
| 6752 | |
| 6753 | for_each_intel_crtc(&i915->drm, crtc) { |
| 6754 | struct intel_plane *plane = to_intel_plane(crtc->base.primary); |
| 6755 | const struct intel_plane_state *plane_state = |
| 6756 | to_intel_plane_state(plane->base.state); |
| 6757 | struct intel_crtc_state *crtc_state = |
| 6758 | to_intel_crtc_state(crtc->base.state); |
| 6759 | |
| 6760 | if (plane_state->uapi.visible) |
| 6761 | intel_plane_disable_noatomic(crtc, plane); |
| 6762 | |
| 6763 | drm_WARN_ON(&i915->drm, crtc_state->active_planes != 0); |
| 6764 | |
| 6765 | memset(&crtc_state->wm.skl.ddb, 0, sizeof(crtc_state->wm.skl.ddb)); |
| 6766 | } |
| 6767 | } |
| 6768 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6769 | static void ilk_pipe_wm_get_hw_state(struct intel_crtc *crtc) |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 6770 | { |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6771 | struct drm_device *dev = crtc->base.dev; |
Chris Wilson | fac5e23 | 2016-07-04 11:34:36 +0100 | [diff] [blame] | 6772 | struct drm_i915_private *dev_priv = to_i915(dev); |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 6773 | struct ilk_wm_values *hw = &dev_priv->wm.hw; |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 6774 | struct intel_crtc_state *crtc_state = to_intel_crtc_state(crtc->base.state); |
| 6775 | struct intel_pipe_wm *active = &crtc_state->wm.ilk.optimal; |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6776 | enum pipe pipe = crtc->pipe; |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 6777 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6778 | hw->wm_pipe[pipe] = intel_uncore_read(&dev_priv->uncore, WM0_PIPE_ILK(pipe)); |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 6779 | |
Ville Syrjälä | 1560653 | 2016-05-13 17:55:17 +0300 | [diff] [blame] | 6780 | memset(active, 0, sizeof(*active)); |
| 6781 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6782 | active->pipe_enabled = crtc->active; |
Ville Syrjälä | 2a44b76 | 2014-03-07 18:32:09 +0200 | [diff] [blame] | 6783 | |
| 6784 | if (active->pipe_enabled) { |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 6785 | u32 tmp = hw->wm_pipe[pipe]; |
| 6786 | |
| 6787 | /* |
| 6788 | * For active pipes LP0 watermark is marked as |
| 6789 | * enabled, and LP1+ watermaks as disabled since |
| 6790 | * we can't really reverse compute them in case |
| 6791 | * multiple pipes are active. |
| 6792 | */ |
| 6793 | active->wm[0].enable = true; |
| 6794 | active->wm[0].pri_val = (tmp & WM0_PIPE_PLANE_MASK) >> WM0_PIPE_PLANE_SHIFT; |
| 6795 | active->wm[0].spr_val = (tmp & WM0_PIPE_SPRITE_MASK) >> WM0_PIPE_SPRITE_SHIFT; |
| 6796 | active->wm[0].cur_val = tmp & WM0_PIPE_CURSOR_MASK; |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 6797 | } else { |
Tvrtko Ursulin | 5db9401 | 2016-10-13 11:03:10 +0100 | [diff] [blame] | 6798 | int level, max_level = ilk_wm_max_level(dev_priv); |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 6799 | |
| 6800 | /* |
| 6801 | * For inactive pipes, all watermark levels |
| 6802 | * should be marked as enabled but zeroed, |
| 6803 | * which is what we'd compute them to. |
| 6804 | */ |
| 6805 | for (level = 0; level <= max_level; level++) |
| 6806 | active->wm[level].enable = true; |
| 6807 | } |
Matt Roper | 4e0963c | 2015-09-24 15:53:15 -0700 | [diff] [blame] | 6808 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6809 | crtc->wm.active.ilk = *active; |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 6810 | } |
| 6811 | |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6812 | #define _FW_WM(value, plane) \ |
| 6813 | (((value) & DSPFW_ ## plane ## _MASK) >> DSPFW_ ## plane ## _SHIFT) |
| 6814 | #define _FW_WM_VLV(value, plane) \ |
| 6815 | (((value) & DSPFW_ ## plane ## _MASK_VLV) >> DSPFW_ ## plane ## _SHIFT) |
| 6816 | |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6817 | static void g4x_read_wm_values(struct drm_i915_private *dev_priv, |
| 6818 | struct g4x_wm_values *wm) |
| 6819 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 6820 | u32 tmp; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6821 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6822 | tmp = intel_uncore_read(&dev_priv->uncore, DSPFW1); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6823 | wm->sr.plane = _FW_WM(tmp, SR); |
| 6824 | wm->pipe[PIPE_B].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORB); |
| 6825 | wm->pipe[PIPE_B].plane[PLANE_PRIMARY] = _FW_WM(tmp, PLANEB); |
| 6826 | wm->pipe[PIPE_A].plane[PLANE_PRIMARY] = _FW_WM(tmp, PLANEA); |
| 6827 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6828 | tmp = intel_uncore_read(&dev_priv->uncore, DSPFW2); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6829 | wm->fbc_en = tmp & DSPFW_FBC_SR_EN; |
| 6830 | wm->sr.fbc = _FW_WM(tmp, FBC_SR); |
| 6831 | wm->hpll.fbc = _FW_WM(tmp, FBC_HPLL_SR); |
| 6832 | wm->pipe[PIPE_B].plane[PLANE_SPRITE0] = _FW_WM(tmp, SPRITEB); |
| 6833 | wm->pipe[PIPE_A].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORA); |
| 6834 | wm->pipe[PIPE_A].plane[PLANE_SPRITE0] = _FW_WM(tmp, SPRITEA); |
| 6835 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6836 | tmp = intel_uncore_read(&dev_priv->uncore, DSPFW3); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6837 | wm->hpll_en = tmp & DSPFW_HPLL_SR_EN; |
| 6838 | wm->sr.cursor = _FW_WM(tmp, CURSOR_SR); |
| 6839 | wm->hpll.cursor = _FW_WM(tmp, HPLL_CURSOR); |
| 6840 | wm->hpll.plane = _FW_WM(tmp, HPLL_SR); |
| 6841 | } |
| 6842 | |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6843 | static void vlv_read_wm_values(struct drm_i915_private *dev_priv, |
| 6844 | struct vlv_wm_values *wm) |
| 6845 | { |
| 6846 | enum pipe pipe; |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 6847 | u32 tmp; |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6848 | |
| 6849 | for_each_pipe(dev_priv, pipe) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6850 | tmp = intel_uncore_read(&dev_priv->uncore, VLV_DDL(pipe)); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6851 | |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 6852 | wm->ddl[pipe].plane[PLANE_PRIMARY] = |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6853 | (tmp >> DDL_PLANE_SHIFT) & (DDL_PRECISION_HIGH | DRAIN_LATENCY_MASK); |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 6854 | wm->ddl[pipe].plane[PLANE_CURSOR] = |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6855 | (tmp >> DDL_CURSOR_SHIFT) & (DDL_PRECISION_HIGH | DRAIN_LATENCY_MASK); |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 6856 | wm->ddl[pipe].plane[PLANE_SPRITE0] = |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6857 | (tmp >> DDL_SPRITE_SHIFT(0)) & (DDL_PRECISION_HIGH | DRAIN_LATENCY_MASK); |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 6858 | wm->ddl[pipe].plane[PLANE_SPRITE1] = |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6859 | (tmp >> DDL_SPRITE_SHIFT(1)) & (DDL_PRECISION_HIGH | DRAIN_LATENCY_MASK); |
| 6860 | } |
| 6861 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6862 | tmp = intel_uncore_read(&dev_priv->uncore, DSPFW1); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6863 | wm->sr.plane = _FW_WM(tmp, SR); |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 6864 | wm->pipe[PIPE_B].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORB); |
| 6865 | wm->pipe[PIPE_B].plane[PLANE_PRIMARY] = _FW_WM_VLV(tmp, PLANEB); |
| 6866 | wm->pipe[PIPE_A].plane[PLANE_PRIMARY] = _FW_WM_VLV(tmp, PLANEA); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6867 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6868 | tmp = intel_uncore_read(&dev_priv->uncore, DSPFW2); |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 6869 | wm->pipe[PIPE_A].plane[PLANE_SPRITE1] = _FW_WM_VLV(tmp, SPRITEB); |
| 6870 | wm->pipe[PIPE_A].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORA); |
| 6871 | wm->pipe[PIPE_A].plane[PLANE_SPRITE0] = _FW_WM_VLV(tmp, SPRITEA); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6872 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6873 | tmp = intel_uncore_read(&dev_priv->uncore, DSPFW3); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6874 | wm->sr.cursor = _FW_WM(tmp, CURSOR_SR); |
| 6875 | |
| 6876 | if (IS_CHERRYVIEW(dev_priv)) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6877 | tmp = intel_uncore_read(&dev_priv->uncore, DSPFW7_CHV); |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 6878 | wm->pipe[PIPE_B].plane[PLANE_SPRITE1] = _FW_WM_VLV(tmp, SPRITED); |
| 6879 | wm->pipe[PIPE_B].plane[PLANE_SPRITE0] = _FW_WM_VLV(tmp, SPRITEC); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6880 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6881 | tmp = intel_uncore_read(&dev_priv->uncore, DSPFW8_CHV); |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 6882 | wm->pipe[PIPE_C].plane[PLANE_SPRITE1] = _FW_WM_VLV(tmp, SPRITEF); |
| 6883 | wm->pipe[PIPE_C].plane[PLANE_SPRITE0] = _FW_WM_VLV(tmp, SPRITEE); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6884 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6885 | tmp = intel_uncore_read(&dev_priv->uncore, DSPFW9_CHV); |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 6886 | wm->pipe[PIPE_C].plane[PLANE_PRIMARY] = _FW_WM_VLV(tmp, PLANEC); |
| 6887 | wm->pipe[PIPE_C].plane[PLANE_CURSOR] = _FW_WM(tmp, CURSORC); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6888 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6889 | tmp = intel_uncore_read(&dev_priv->uncore, DSPHOWM); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6890 | wm->sr.plane |= _FW_WM(tmp, SR_HI) << 9; |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 6891 | wm->pipe[PIPE_C].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITEF_HI) << 8; |
| 6892 | wm->pipe[PIPE_C].plane[PLANE_SPRITE0] |= _FW_WM(tmp, SPRITEE_HI) << 8; |
| 6893 | wm->pipe[PIPE_C].plane[PLANE_PRIMARY] |= _FW_WM(tmp, PLANEC_HI) << 8; |
| 6894 | wm->pipe[PIPE_B].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITED_HI) << 8; |
| 6895 | wm->pipe[PIPE_B].plane[PLANE_SPRITE0] |= _FW_WM(tmp, SPRITEC_HI) << 8; |
| 6896 | wm->pipe[PIPE_B].plane[PLANE_PRIMARY] |= _FW_WM(tmp, PLANEB_HI) << 8; |
| 6897 | wm->pipe[PIPE_A].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITEB_HI) << 8; |
| 6898 | wm->pipe[PIPE_A].plane[PLANE_SPRITE0] |= _FW_WM(tmp, SPRITEA_HI) << 8; |
| 6899 | wm->pipe[PIPE_A].plane[PLANE_PRIMARY] |= _FW_WM(tmp, PLANEA_HI) << 8; |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6900 | } else { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6901 | tmp = intel_uncore_read(&dev_priv->uncore, DSPFW7); |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 6902 | wm->pipe[PIPE_B].plane[PLANE_SPRITE1] = _FW_WM_VLV(tmp, SPRITED); |
| 6903 | wm->pipe[PIPE_B].plane[PLANE_SPRITE0] = _FW_WM_VLV(tmp, SPRITEC); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6904 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6905 | tmp = intel_uncore_read(&dev_priv->uncore, DSPHOWM); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6906 | wm->sr.plane |= _FW_WM(tmp, SR_HI) << 9; |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 6907 | wm->pipe[PIPE_B].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITED_HI) << 8; |
| 6908 | wm->pipe[PIPE_B].plane[PLANE_SPRITE0] |= _FW_WM(tmp, SPRITEC_HI) << 8; |
| 6909 | wm->pipe[PIPE_B].plane[PLANE_PRIMARY] |= _FW_WM(tmp, PLANEB_HI) << 8; |
| 6910 | wm->pipe[PIPE_A].plane[PLANE_SPRITE1] |= _FW_WM(tmp, SPRITEB_HI) << 8; |
| 6911 | wm->pipe[PIPE_A].plane[PLANE_SPRITE0] |= _FW_WM(tmp, SPRITEA_HI) << 8; |
| 6912 | wm->pipe[PIPE_A].plane[PLANE_PRIMARY] |= _FW_WM(tmp, PLANEA_HI) << 8; |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 6913 | } |
| 6914 | } |
| 6915 | |
| 6916 | #undef _FW_WM |
| 6917 | #undef _FW_WM_VLV |
| 6918 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6919 | void g4x_wm_get_hw_state(struct drm_i915_private *dev_priv) |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6920 | { |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6921 | struct g4x_wm_values *wm = &dev_priv->wm.g4x; |
| 6922 | struct intel_crtc *crtc; |
| 6923 | |
| 6924 | g4x_read_wm_values(dev_priv, wm); |
| 6925 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 6926 | wm->cxsr = intel_uncore_read(&dev_priv->uncore, FW_BLC_SELF) & FW_BLC_SELF_EN; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6927 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 6928 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6929 | struct intel_crtc_state *crtc_state = |
| 6930 | to_intel_crtc_state(crtc->base.state); |
| 6931 | struct g4x_wm_state *active = &crtc->wm.active.g4x; |
| 6932 | struct g4x_pipe_wm *raw; |
| 6933 | enum pipe pipe = crtc->pipe; |
| 6934 | enum plane_id plane_id; |
| 6935 | int level, max_level; |
| 6936 | |
| 6937 | active->cxsr = wm->cxsr; |
| 6938 | active->hpll_en = wm->hpll_en; |
| 6939 | active->fbc_en = wm->fbc_en; |
| 6940 | |
| 6941 | active->sr = wm->sr; |
| 6942 | active->hpll = wm->hpll; |
| 6943 | |
| 6944 | for_each_plane_id_on_crtc(crtc, plane_id) { |
| 6945 | active->wm.plane[plane_id] = |
| 6946 | wm->pipe[pipe].plane[plane_id]; |
| 6947 | } |
| 6948 | |
| 6949 | if (wm->cxsr && wm->hpll_en) |
| 6950 | max_level = G4X_WM_LEVEL_HPLL; |
| 6951 | else if (wm->cxsr) |
| 6952 | max_level = G4X_WM_LEVEL_SR; |
| 6953 | else |
| 6954 | max_level = G4X_WM_LEVEL_NORMAL; |
| 6955 | |
| 6956 | level = G4X_WM_LEVEL_NORMAL; |
| 6957 | raw = &crtc_state->wm.g4x.raw[level]; |
| 6958 | for_each_plane_id_on_crtc(crtc, plane_id) |
| 6959 | raw->plane[plane_id] = active->wm.plane[plane_id]; |
| 6960 | |
Ville Syrjälä | ab98ebb | 2021-05-14 15:57:42 +0300 | [diff] [blame] | 6961 | level = G4X_WM_LEVEL_SR; |
| 6962 | if (level > max_level) |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6963 | goto out; |
| 6964 | |
| 6965 | raw = &crtc_state->wm.g4x.raw[level]; |
| 6966 | raw->plane[PLANE_PRIMARY] = active->sr.plane; |
| 6967 | raw->plane[PLANE_CURSOR] = active->sr.cursor; |
| 6968 | raw->plane[PLANE_SPRITE0] = 0; |
| 6969 | raw->fbc = active->sr.fbc; |
| 6970 | |
Ville Syrjälä | ab98ebb | 2021-05-14 15:57:42 +0300 | [diff] [blame] | 6971 | level = G4X_WM_LEVEL_HPLL; |
| 6972 | if (level > max_level) |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6973 | goto out; |
| 6974 | |
| 6975 | raw = &crtc_state->wm.g4x.raw[level]; |
| 6976 | raw->plane[PLANE_PRIMARY] = active->hpll.plane; |
| 6977 | raw->plane[PLANE_CURSOR] = active->hpll.cursor; |
| 6978 | raw->plane[PLANE_SPRITE0] = 0; |
| 6979 | raw->fbc = active->hpll.fbc; |
| 6980 | |
Ville Syrjälä | ab98ebb | 2021-05-14 15:57:42 +0300 | [diff] [blame] | 6981 | level++; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6982 | out: |
| 6983 | for_each_plane_id_on_crtc(crtc, plane_id) |
| 6984 | g4x_raw_plane_wm_set(crtc_state, level, |
| 6985 | plane_id, USHRT_MAX); |
| 6986 | g4x_raw_fbc_wm_set(crtc_state, level, USHRT_MAX); |
| 6987 | |
| 6988 | crtc_state->wm.g4x.optimal = *active; |
| 6989 | crtc_state->wm.g4x.intermediate = *active; |
| 6990 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 6991 | drm_dbg_kms(&dev_priv->drm, |
| 6992 | "Initial watermarks: pipe %c, plane=%d, cursor=%d, sprite=%d\n", |
| 6993 | pipe_name(pipe), |
| 6994 | wm->pipe[pipe].plane[PLANE_PRIMARY], |
| 6995 | wm->pipe[pipe].plane[PLANE_CURSOR], |
| 6996 | wm->pipe[pipe].plane[PLANE_SPRITE0]); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 6997 | } |
| 6998 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 6999 | drm_dbg_kms(&dev_priv->drm, |
| 7000 | "Initial SR watermarks: plane=%d, cursor=%d fbc=%d\n", |
| 7001 | wm->sr.plane, wm->sr.cursor, wm->sr.fbc); |
| 7002 | drm_dbg_kms(&dev_priv->drm, |
| 7003 | "Initial HPLL watermarks: plane=%d, SR cursor=%d fbc=%d\n", |
| 7004 | wm->hpll.plane, wm->hpll.cursor, wm->hpll.fbc); |
| 7005 | drm_dbg_kms(&dev_priv->drm, "Initial SR=%s HPLL=%s FBC=%s\n", |
| 7006 | yesno(wm->cxsr), yesno(wm->hpll_en), yesno(wm->fbc_en)); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 7007 | } |
| 7008 | |
| 7009 | void g4x_wm_sanitize(struct drm_i915_private *dev_priv) |
| 7010 | { |
| 7011 | struct intel_plane *plane; |
| 7012 | struct intel_crtc *crtc; |
| 7013 | |
| 7014 | mutex_lock(&dev_priv->wm.wm_mutex); |
| 7015 | |
| 7016 | for_each_intel_plane(&dev_priv->drm, plane) { |
| 7017 | struct intel_crtc *crtc = |
Jani Nikula | 7794b6d | 2021-12-01 15:57:04 +0200 | [diff] [blame] | 7018 | intel_crtc_for_pipe(dev_priv, plane->pipe); |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 7019 | struct intel_crtc_state *crtc_state = |
| 7020 | to_intel_crtc_state(crtc->base.state); |
| 7021 | struct intel_plane_state *plane_state = |
| 7022 | to_intel_plane_state(plane->base.state); |
| 7023 | struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; |
| 7024 | enum plane_id plane_id = plane->id; |
| 7025 | int level; |
| 7026 | |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 7027 | if (plane_state->uapi.visible) |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 7028 | continue; |
| 7029 | |
| 7030 | for (level = 0; level < 3; level++) { |
| 7031 | struct g4x_pipe_wm *raw = |
| 7032 | &crtc_state->wm.g4x.raw[level]; |
| 7033 | |
| 7034 | raw->plane[plane_id] = 0; |
| 7035 | wm_state->wm.plane[plane_id] = 0; |
| 7036 | } |
| 7037 | |
| 7038 | if (plane_id == PLANE_PRIMARY) { |
| 7039 | for (level = 0; level < 3; level++) { |
| 7040 | struct g4x_pipe_wm *raw = |
| 7041 | &crtc_state->wm.g4x.raw[level]; |
| 7042 | raw->fbc = 0; |
| 7043 | } |
| 7044 | |
| 7045 | wm_state->sr.fbc = 0; |
| 7046 | wm_state->hpll.fbc = 0; |
| 7047 | wm_state->fbc_en = false; |
| 7048 | } |
| 7049 | } |
| 7050 | |
| 7051 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
| 7052 | struct intel_crtc_state *crtc_state = |
| 7053 | to_intel_crtc_state(crtc->base.state); |
| 7054 | |
| 7055 | crtc_state->wm.g4x.intermediate = |
| 7056 | crtc_state->wm.g4x.optimal; |
| 7057 | crtc->wm.active.g4x = crtc_state->wm.g4x.optimal; |
| 7058 | } |
| 7059 | |
| 7060 | g4x_program_watermarks(dev_priv); |
| 7061 | |
| 7062 | mutex_unlock(&dev_priv->wm.wm_mutex); |
| 7063 | } |
| 7064 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 7065 | void vlv_wm_get_hw_state(struct drm_i915_private *dev_priv) |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 7066 | { |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 7067 | struct vlv_wm_values *wm = &dev_priv->wm.vlv; |
Ville Syrjälä | f07d43d | 2017-03-02 19:14:52 +0200 | [diff] [blame] | 7068 | struct intel_crtc *crtc; |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 7069 | u32 val; |
| 7070 | |
| 7071 | vlv_read_wm_values(dev_priv, wm); |
| 7072 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7073 | wm->cxsr = intel_uncore_read(&dev_priv->uncore, FW_BLC_SELF_VLV) & FW_CSPWRDWNEN; |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 7074 | wm->level = VLV_WM_LEVEL_PM2; |
| 7075 | |
| 7076 | if (IS_CHERRYVIEW(dev_priv)) { |
Chris Wilson | 337fa6e | 2019-04-26 09:17:20 +0100 | [diff] [blame] | 7077 | vlv_punit_get(dev_priv); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 7078 | |
Ville Syrjälä | c11b813 | 2018-11-29 19:55:03 +0200 | [diff] [blame] | 7079 | val = vlv_punit_read(dev_priv, PUNIT_REG_DSPSSPM); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 7080 | if (val & DSP_MAXFIFO_PM5_ENABLE) |
| 7081 | wm->level = VLV_WM_LEVEL_PM5; |
| 7082 | |
Ville Syrjälä | 58590c1 | 2015-09-08 21:05:12 +0300 | [diff] [blame] | 7083 | /* |
| 7084 | * If DDR DVFS is disabled in the BIOS, Punit |
| 7085 | * will never ack the request. So if that happens |
| 7086 | * assume we don't have to enable/disable DDR DVFS |
| 7087 | * dynamically. To test that just set the REQ_ACK |
| 7088 | * bit to poke the Punit, but don't change the |
| 7089 | * HIGH/LOW bits so that we don't actually change |
| 7090 | * the current state. |
| 7091 | */ |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 7092 | val = vlv_punit_read(dev_priv, PUNIT_REG_DDR_SETUP2); |
Ville Syrjälä | 58590c1 | 2015-09-08 21:05:12 +0300 | [diff] [blame] | 7093 | val |= FORCE_DDR_FREQ_REQ_ACK; |
| 7094 | vlv_punit_write(dev_priv, PUNIT_REG_DDR_SETUP2, val); |
| 7095 | |
| 7096 | if (wait_for((vlv_punit_read(dev_priv, PUNIT_REG_DDR_SETUP2) & |
| 7097 | FORCE_DDR_FREQ_REQ_ACK) == 0, 3)) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 7098 | drm_dbg_kms(&dev_priv->drm, |
| 7099 | "Punit not acking DDR DVFS request, " |
| 7100 | "assuming DDR DVFS is disabled\n"); |
Ville Syrjälä | 58590c1 | 2015-09-08 21:05:12 +0300 | [diff] [blame] | 7101 | dev_priv->wm.max_level = VLV_WM_LEVEL_PM5; |
| 7102 | } else { |
| 7103 | val = vlv_punit_read(dev_priv, PUNIT_REG_DDR_SETUP2); |
| 7104 | if ((val & FORCE_DDR_HIGH_FREQ) == 0) |
| 7105 | wm->level = VLV_WM_LEVEL_DDR_DVFS; |
| 7106 | } |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 7107 | |
Chris Wilson | 337fa6e | 2019-04-26 09:17:20 +0100 | [diff] [blame] | 7108 | vlv_punit_put(dev_priv); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 7109 | } |
| 7110 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 7111 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 7112 | struct intel_crtc_state *crtc_state = |
| 7113 | to_intel_crtc_state(crtc->base.state); |
| 7114 | struct vlv_wm_state *active = &crtc->wm.active.vlv; |
| 7115 | const struct vlv_fifo_state *fifo_state = |
| 7116 | &crtc_state->wm.vlv.fifo_state; |
| 7117 | enum pipe pipe = crtc->pipe; |
| 7118 | enum plane_id plane_id; |
| 7119 | int level; |
| 7120 | |
| 7121 | vlv_get_fifo_size(crtc_state); |
| 7122 | |
| 7123 | active->num_levels = wm->level + 1; |
| 7124 | active->cxsr = wm->cxsr; |
| 7125 | |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 7126 | for (level = 0; level < active->num_levels; level++) { |
Ville Syrjälä | 114d7dc | 2017-04-21 21:14:21 +0300 | [diff] [blame] | 7127 | struct g4x_pipe_wm *raw = |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 7128 | &crtc_state->wm.vlv.raw[level]; |
| 7129 | |
| 7130 | active->sr[level].plane = wm->sr.plane; |
| 7131 | active->sr[level].cursor = wm->sr.cursor; |
| 7132 | |
| 7133 | for_each_plane_id_on_crtc(crtc, plane_id) { |
| 7134 | active->wm[level].plane[plane_id] = |
| 7135 | wm->pipe[pipe].plane[plane_id]; |
| 7136 | |
| 7137 | raw->plane[plane_id] = |
| 7138 | vlv_invert_wm_value(active->wm[level].plane[plane_id], |
| 7139 | fifo_state->plane[plane_id]); |
| 7140 | } |
| 7141 | } |
| 7142 | |
| 7143 | for_each_plane_id_on_crtc(crtc, plane_id) |
| 7144 | vlv_raw_plane_wm_set(crtc_state, level, |
| 7145 | plane_id, USHRT_MAX); |
| 7146 | vlv_invalidate_wms(crtc, active, level); |
| 7147 | |
| 7148 | crtc_state->wm.vlv.optimal = *active; |
Ville Syrjälä | 4841da5 | 2017-03-02 19:14:59 +0200 | [diff] [blame] | 7149 | crtc_state->wm.vlv.intermediate = *active; |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 7150 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 7151 | drm_dbg_kms(&dev_priv->drm, |
| 7152 | "Initial watermarks: pipe %c, plane=%d, cursor=%d, sprite0=%d, sprite1=%d\n", |
| 7153 | pipe_name(pipe), |
| 7154 | wm->pipe[pipe].plane[PLANE_PRIMARY], |
| 7155 | wm->pipe[pipe].plane[PLANE_CURSOR], |
| 7156 | wm->pipe[pipe].plane[PLANE_SPRITE0], |
| 7157 | wm->pipe[pipe].plane[PLANE_SPRITE1]); |
Ville Syrjälä | ff32c54 | 2017-03-02 19:14:57 +0200 | [diff] [blame] | 7158 | } |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 7159 | |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 7160 | drm_dbg_kms(&dev_priv->drm, |
| 7161 | "Initial watermarks: SR plane=%d, SR cursor=%d level=%d cxsr=%d\n", |
| 7162 | wm->sr.plane, wm->sr.cursor, wm->level, wm->cxsr); |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 7163 | } |
| 7164 | |
Ville Syrjälä | 602ae83 | 2017-03-02 19:15:02 +0200 | [diff] [blame] | 7165 | void vlv_wm_sanitize(struct drm_i915_private *dev_priv) |
| 7166 | { |
| 7167 | struct intel_plane *plane; |
| 7168 | struct intel_crtc *crtc; |
| 7169 | |
| 7170 | mutex_lock(&dev_priv->wm.wm_mutex); |
| 7171 | |
| 7172 | for_each_intel_plane(&dev_priv->drm, plane) { |
| 7173 | struct intel_crtc *crtc = |
Jani Nikula | 7794b6d | 2021-12-01 15:57:04 +0200 | [diff] [blame] | 7174 | intel_crtc_for_pipe(dev_priv, plane->pipe); |
Ville Syrjälä | 602ae83 | 2017-03-02 19:15:02 +0200 | [diff] [blame] | 7175 | struct intel_crtc_state *crtc_state = |
| 7176 | to_intel_crtc_state(crtc->base.state); |
| 7177 | struct intel_plane_state *plane_state = |
| 7178 | to_intel_plane_state(plane->base.state); |
| 7179 | struct vlv_wm_state *wm_state = &crtc_state->wm.vlv.optimal; |
| 7180 | const struct vlv_fifo_state *fifo_state = |
| 7181 | &crtc_state->wm.vlv.fifo_state; |
| 7182 | enum plane_id plane_id = plane->id; |
| 7183 | int level; |
| 7184 | |
Maarten Lankhorst | f90a85e | 2019-10-31 12:26:08 +0100 | [diff] [blame] | 7185 | if (plane_state->uapi.visible) |
Ville Syrjälä | 602ae83 | 2017-03-02 19:15:02 +0200 | [diff] [blame] | 7186 | continue; |
| 7187 | |
| 7188 | for (level = 0; level < wm_state->num_levels; level++) { |
Ville Syrjälä | 114d7dc | 2017-04-21 21:14:21 +0300 | [diff] [blame] | 7189 | struct g4x_pipe_wm *raw = |
Ville Syrjälä | 602ae83 | 2017-03-02 19:15:02 +0200 | [diff] [blame] | 7190 | &crtc_state->wm.vlv.raw[level]; |
| 7191 | |
| 7192 | raw->plane[plane_id] = 0; |
| 7193 | |
| 7194 | wm_state->wm[level].plane[plane_id] = |
| 7195 | vlv_invert_wm_value(raw->plane[plane_id], |
| 7196 | fifo_state->plane[plane_id]); |
| 7197 | } |
| 7198 | } |
| 7199 | |
| 7200 | for_each_intel_crtc(&dev_priv->drm, crtc) { |
| 7201 | struct intel_crtc_state *crtc_state = |
| 7202 | to_intel_crtc_state(crtc->base.state); |
| 7203 | |
| 7204 | crtc_state->wm.vlv.intermediate = |
| 7205 | crtc_state->wm.vlv.optimal; |
| 7206 | crtc->wm.active.vlv = crtc_state->wm.vlv.optimal; |
| 7207 | } |
| 7208 | |
| 7209 | vlv_program_watermarks(dev_priv); |
| 7210 | |
| 7211 | mutex_unlock(&dev_priv->wm.wm_mutex); |
| 7212 | } |
| 7213 | |
Ville Syrjälä | f72b84c | 2017-11-08 15:35:55 +0200 | [diff] [blame] | 7214 | /* |
| 7215 | * FIXME should probably kill this and improve |
| 7216 | * the real watermark readout/sanitation instead |
| 7217 | */ |
| 7218 | static void ilk_init_lp_watermarks(struct drm_i915_private *dev_priv) |
| 7219 | { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7220 | intel_uncore_write(&dev_priv->uncore, WM3_LP_ILK, intel_uncore_read(&dev_priv->uncore, WM3_LP_ILK) & ~WM1_LP_SR_EN); |
| 7221 | intel_uncore_write(&dev_priv->uncore, WM2_LP_ILK, intel_uncore_read(&dev_priv->uncore, WM2_LP_ILK) & ~WM1_LP_SR_EN); |
| 7222 | intel_uncore_write(&dev_priv->uncore, WM1_LP_ILK, intel_uncore_read(&dev_priv->uncore, WM1_LP_ILK) & ~WM1_LP_SR_EN); |
Ville Syrjälä | f72b84c | 2017-11-08 15:35:55 +0200 | [diff] [blame] | 7223 | |
| 7224 | /* |
| 7225 | * Don't touch WM1S_LP_EN here. |
| 7226 | * Doing so could cause underruns. |
| 7227 | */ |
| 7228 | } |
| 7229 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 7230 | void ilk_wm_get_hw_state(struct drm_i915_private *dev_priv) |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 7231 | { |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 7232 | struct ilk_wm_values *hw = &dev_priv->wm.hw; |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 7233 | struct intel_crtc *crtc; |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 7234 | |
Ville Syrjälä | f72b84c | 2017-11-08 15:35:55 +0200 | [diff] [blame] | 7235 | ilk_init_lp_watermarks(dev_priv); |
| 7236 | |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 7237 | for_each_intel_crtc(&dev_priv->drm, crtc) |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 7238 | ilk_pipe_wm_get_hw_state(crtc); |
| 7239 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7240 | hw->wm_lp[0] = intel_uncore_read(&dev_priv->uncore, WM1_LP_ILK); |
| 7241 | hw->wm_lp[1] = intel_uncore_read(&dev_priv->uncore, WM2_LP_ILK); |
| 7242 | hw->wm_lp[2] = intel_uncore_read(&dev_priv->uncore, WM3_LP_ILK); |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 7243 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7244 | hw->wm_lp_spr[0] = intel_uncore_read(&dev_priv->uncore, WM1S_LP_ILK); |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 7245 | if (DISPLAY_VER(dev_priv) >= 7) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7246 | hw->wm_lp_spr[1] = intel_uncore_read(&dev_priv->uncore, WM2S_LP_IVB); |
| 7247 | hw->wm_lp_spr[2] = intel_uncore_read(&dev_priv->uncore, WM3S_LP_IVB); |
Ville Syrjälä | cfa7698 | 2014-03-07 18:32:08 +0200 | [diff] [blame] | 7248 | } |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 7249 | |
Tvrtko Ursulin | 8652744 | 2016-10-13 11:03:00 +0100 | [diff] [blame] | 7250 | if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7251 | hw->partitioning = (intel_uncore_read(&dev_priv->uncore, WM_MISC) & WM_MISC_DATA_PARTITION_5_6) ? |
Ville Syrjälä | ac9545f | 2013-12-05 15:51:28 +0200 | [diff] [blame] | 7252 | INTEL_DDB_PART_5_6 : INTEL_DDB_PART_1_2; |
Tvrtko Ursulin | fd6b8f4 | 2016-10-14 10:13:06 +0100 | [diff] [blame] | 7253 | else if (IS_IVYBRIDGE(dev_priv)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7254 | hw->partitioning = (intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL2) & DISP_DATA_PARTITION_5_6) ? |
Ville Syrjälä | ac9545f | 2013-12-05 15:51:28 +0200 | [diff] [blame] | 7255 | INTEL_DDB_PART_5_6 : INTEL_DDB_PART_1_2; |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 7256 | |
| 7257 | hw->enable_fbc_wm = |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7258 | !(intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL) & DISP_FBC_WM_DIS); |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 7259 | } |
| 7260 | |
Kumar, Mahesh | 2503a0f | 2017-08-17 19:15:28 +0530 | [diff] [blame] | 7261 | void intel_enable_ipc(struct drm_i915_private *dev_priv) |
| 7262 | { |
| 7263 | u32 val; |
| 7264 | |
José Roberto de Souza | fd847b8 | 2018-09-18 13:47:11 -0700 | [diff] [blame] | 7265 | if (!HAS_IPC(dev_priv)) |
| 7266 | return; |
| 7267 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7268 | val = intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL2); |
Kumar, Mahesh | 2503a0f | 2017-08-17 19:15:28 +0530 | [diff] [blame] | 7269 | |
| 7270 | if (dev_priv->ipc_enabled) |
| 7271 | val |= DISP_IPC_ENABLE; |
| 7272 | else |
| 7273 | val &= ~DISP_IPC_ENABLE; |
| 7274 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7275 | intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL2, val); |
Kumar, Mahesh | 2503a0f | 2017-08-17 19:15:28 +0530 | [diff] [blame] | 7276 | } |
| 7277 | |
Ville Syrjälä | c91a45f | 2019-05-03 20:38:07 +0300 | [diff] [blame] | 7278 | static bool intel_can_enable_ipc(struct drm_i915_private *dev_priv) |
| 7279 | { |
| 7280 | /* Display WA #0477 WaDisableIPC: skl */ |
| 7281 | if (IS_SKYLAKE(dev_priv)) |
| 7282 | return false; |
| 7283 | |
| 7284 | /* Display WA #1141: SKL:all KBL:all CFL */ |
Chris Wilson | 5f4ae27 | 2020-06-02 15:05:40 +0100 | [diff] [blame] | 7285 | if (IS_KABYLAKE(dev_priv) || |
| 7286 | IS_COFFEELAKE(dev_priv) || |
| 7287 | IS_COMETLAKE(dev_priv)) |
Ville Syrjälä | c91a45f | 2019-05-03 20:38:07 +0300 | [diff] [blame] | 7288 | return dev_priv->dram_info.symmetric_memory; |
| 7289 | |
| 7290 | return true; |
| 7291 | } |
| 7292 | |
Kumar, Mahesh | 2503a0f | 2017-08-17 19:15:28 +0530 | [diff] [blame] | 7293 | void intel_init_ipc(struct drm_i915_private *dev_priv) |
| 7294 | { |
Kumar, Mahesh | 2503a0f | 2017-08-17 19:15:28 +0530 | [diff] [blame] | 7295 | if (!HAS_IPC(dev_priv)) |
| 7296 | return; |
| 7297 | |
Ville Syrjälä | c91a45f | 2019-05-03 20:38:07 +0300 | [diff] [blame] | 7298 | dev_priv->ipc_enabled = intel_can_enable_ipc(dev_priv); |
José Roberto de Souza | c9b818d | 2018-09-18 13:47:13 -0700 | [diff] [blame] | 7299 | |
Kumar, Mahesh | 2503a0f | 2017-08-17 19:15:28 +0530 | [diff] [blame] | 7300 | intel_enable_ipc(dev_priv); |
| 7301 | } |
| 7302 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7303 | static void ibx_init_clock_gating(struct drm_i915_private *dev_priv) |
Daniel Vetter | 3107bd4 | 2012-10-31 22:52:31 +0100 | [diff] [blame] | 7304 | { |
Daniel Vetter | 3107bd4 | 2012-10-31 22:52:31 +0100 | [diff] [blame] | 7305 | /* |
| 7306 | * On Ibex Peak and Cougar Point, we need to disable clock |
| 7307 | * gating for the panel power sequencer or it will fail to |
| 7308 | * start up when no ports are active. |
| 7309 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7310 | intel_uncore_write(&dev_priv->uncore, SOUTH_DSPCLK_GATE_D, PCH_DPLSUNIT_CLOCK_GATE_DISABLE); |
Daniel Vetter | 3107bd4 | 2012-10-31 22:52:31 +0100 | [diff] [blame] | 7311 | } |
| 7312 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7313 | static void g4x_disable_trickle_feed(struct drm_i915_private *dev_priv) |
Ville Syrjälä | 0e088b8 | 2013-06-07 10:47:04 +0300 | [diff] [blame] | 7314 | { |
Ville Syrjälä | b12ce1d | 2015-05-26 20:27:23 +0300 | [diff] [blame] | 7315 | enum pipe pipe; |
Ville Syrjälä | 0e088b8 | 2013-06-07 10:47:04 +0300 | [diff] [blame] | 7316 | |
Damien Lespiau | 055e393 | 2014-08-18 13:49:10 +0100 | [diff] [blame] | 7317 | for_each_pipe(dev_priv, pipe) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7318 | intel_uncore_write(&dev_priv->uncore, DSPCNTR(pipe), |
| 7319 | intel_uncore_read(&dev_priv->uncore, DSPCNTR(pipe)) | |
Ville Syrjälä | 0e088b8 | 2013-06-07 10:47:04 +0300 | [diff] [blame] | 7320 | DISPPLANE_TRICKLE_FEED_DISABLE); |
Ville Syrjälä | b12ce1d | 2015-05-26 20:27:23 +0300 | [diff] [blame] | 7321 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7322 | intel_uncore_write(&dev_priv->uncore, DSPSURF(pipe), intel_uncore_read(&dev_priv->uncore, DSPSURF(pipe))); |
| 7323 | intel_uncore_posting_read(&dev_priv->uncore, DSPSURF(pipe)); |
Ville Syrjälä | 0e088b8 | 2013-06-07 10:47:04 +0300 | [diff] [blame] | 7324 | } |
| 7325 | } |
| 7326 | |
Rodrigo Vivi | 91200c0 | 2017-08-28 22:20:26 -0700 | [diff] [blame] | 7327 | static void ilk_init_clock_gating(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7328 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 7329 | u32 dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7330 | |
Damien Lespiau | f1e8fa5 | 2013-06-07 17:41:09 +0100 | [diff] [blame] | 7331 | /* |
| 7332 | * Required for FBC |
| 7333 | * WaFbcDisableDpfcClockGating:ilk |
| 7334 | */ |
Damien Lespiau | 4d47e4f | 2012-10-19 17:55:42 +0100 | [diff] [blame] | 7335 | dspclk_gate |= ILK_DPFCRUNIT_CLOCK_GATE_DISABLE | |
| 7336 | ILK_DPFCUNIT_CLOCK_GATE_DISABLE | |
| 7337 | ILK_DPFDUNIT_CLOCK_GATE_ENABLE; |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7338 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7339 | intel_uncore_write(&dev_priv->uncore, PCH_3DCGDIS0, |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7340 | MARIUNIT_CLOCK_GATE_DISABLE | |
| 7341 | SVSMUNIT_CLOCK_GATE_DISABLE); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7342 | intel_uncore_write(&dev_priv->uncore, PCH_3DCGDIS1, |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7343 | VFMUNIT_CLOCK_GATE_DISABLE); |
| 7344 | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7345 | /* |
| 7346 | * According to the spec the following bits should be set in |
| 7347 | * order to enable memory self-refresh |
| 7348 | * The bit 22/21 of 0x42004 |
| 7349 | * The bit 5 of 0x42020 |
| 7350 | * The bit 15 of 0x45000 |
| 7351 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7352 | intel_uncore_write(&dev_priv->uncore, ILK_DISPLAY_CHICKEN2, |
| 7353 | (intel_uncore_read(&dev_priv->uncore, ILK_DISPLAY_CHICKEN2) | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7354 | ILK_DPARB_GATE | ILK_VSDPFD_FULL)); |
Damien Lespiau | 4d47e4f | 2012-10-19 17:55:42 +0100 | [diff] [blame] | 7355 | dspclk_gate |= ILK_DPARBUNIT_CLOCK_GATE_ENABLE; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7356 | intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL, |
| 7357 | (intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL) | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7358 | DISP_FBC_WM_DIS)); |
Ville Syrjälä | 017636c | 2013-12-05 15:51:37 +0200 | [diff] [blame] | 7359 | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7360 | /* |
| 7361 | * Based on the document from hardware guys the following bits |
| 7362 | * should be set unconditionally in order to enable FBC. |
| 7363 | * The bit 22 of 0x42000 |
| 7364 | * The bit 22 of 0x42004 |
| 7365 | * The bit 7,8,9 of 0x42020. |
| 7366 | */ |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 7367 | if (IS_IRONLAKE_M(dev_priv)) { |
Damien Lespiau | 4bb3533 | 2013-06-14 15:23:24 +0100 | [diff] [blame] | 7368 | /* WaFbcAsynchFlipDisableFbcQueue:ilk */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7369 | intel_uncore_write(&dev_priv->uncore, ILK_DISPLAY_CHICKEN1, |
| 7370 | intel_uncore_read(&dev_priv->uncore, ILK_DISPLAY_CHICKEN1) | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7371 | ILK_FBCQ_DIS); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7372 | intel_uncore_write(&dev_priv->uncore, ILK_DISPLAY_CHICKEN2, |
| 7373 | intel_uncore_read(&dev_priv->uncore, ILK_DISPLAY_CHICKEN2) | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7374 | ILK_DPARB_GATE); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7375 | } |
| 7376 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7377 | intel_uncore_write(&dev_priv->uncore, ILK_DSPCLK_GATE_D, dspclk_gate); |
Damien Lespiau | 4d47e4f | 2012-10-19 17:55:42 +0100 | [diff] [blame] | 7378 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7379 | intel_uncore_write(&dev_priv->uncore, ILK_DISPLAY_CHICKEN2, |
| 7380 | intel_uncore_read(&dev_priv->uncore, ILK_DISPLAY_CHICKEN2) | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7381 | ILK_ELPIN_409_SELECT); |
Akash Goel | 4e04632 | 2014-04-04 17:14:38 +0530 | [diff] [blame] | 7382 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7383 | g4x_disable_trickle_feed(dev_priv); |
Ville Syrjälä | bdad2b2 | 2013-06-07 10:47:03 +0300 | [diff] [blame] | 7384 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7385 | ibx_init_clock_gating(dev_priv); |
Daniel Vetter | 3107bd4 | 2012-10-31 22:52:31 +0100 | [diff] [blame] | 7386 | } |
| 7387 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7388 | static void cpt_init_clock_gating(struct drm_i915_private *dev_priv) |
Daniel Vetter | 3107bd4 | 2012-10-31 22:52:31 +0100 | [diff] [blame] | 7389 | { |
Ville Syrjälä | d048a26 | 2019-08-21 20:30:31 +0300 | [diff] [blame] | 7390 | enum pipe pipe; |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 7391 | u32 val; |
Daniel Vetter | 3107bd4 | 2012-10-31 22:52:31 +0100 | [diff] [blame] | 7392 | |
| 7393 | /* |
| 7394 | * On Ibex Peak and Cougar Point, we need to disable clock |
| 7395 | * gating for the panel power sequencer or it will fail to |
| 7396 | * start up when no ports are active. |
| 7397 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7398 | intel_uncore_write(&dev_priv->uncore, SOUTH_DSPCLK_GATE_D, PCH_DPLSUNIT_CLOCK_GATE_DISABLE | |
Jesse Barnes | cd66407 | 2013-10-02 10:34:19 -0700 | [diff] [blame] | 7399 | PCH_DPLUNIT_CLOCK_GATE_DISABLE | |
| 7400 | PCH_CPUNIT_CLOCK_GATE_DISABLE); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7401 | intel_uncore_write(&dev_priv->uncore, SOUTH_CHICKEN2, intel_uncore_read(&dev_priv->uncore, SOUTH_CHICKEN2) | |
Daniel Vetter | 3107bd4 | 2012-10-31 22:52:31 +0100 | [diff] [blame] | 7402 | DPLS_EDP_PPS_FIX_DIS); |
Takashi Iwai | 335c07b | 2012-12-11 11:46:29 +0100 | [diff] [blame] | 7403 | /* The below fixes the weird display corruption, a few pixels shifted |
| 7404 | * downward, on (only) LVDS of some HP laptops with IVY. |
| 7405 | */ |
Damien Lespiau | 055e393 | 2014-08-18 13:49:10 +0100 | [diff] [blame] | 7406 | for_each_pipe(dev_priv, pipe) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7407 | val = intel_uncore_read(&dev_priv->uncore, TRANS_CHICKEN2(pipe)); |
Paulo Zanoni | dc4bd2d | 2013-04-08 15:48:08 -0300 | [diff] [blame] | 7408 | val |= TRANS_CHICKEN2_TIMING_OVERRIDE; |
| 7409 | val &= ~TRANS_CHICKEN2_FDI_POLARITY_REVERSED; |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 7410 | if (dev_priv->vbt.fdi_rx_polarity_inverted) |
Paulo Zanoni | 3f704fa | 2013-04-08 15:48:07 -0300 | [diff] [blame] | 7411 | val |= TRANS_CHICKEN2_FDI_POLARITY_REVERSED; |
Paulo Zanoni | dc4bd2d | 2013-04-08 15:48:08 -0300 | [diff] [blame] | 7412 | val &= ~TRANS_CHICKEN2_DISABLE_DEEP_COLOR_COUNTER; |
| 7413 | val &= ~TRANS_CHICKEN2_DISABLE_DEEP_COLOR_MODESWITCH; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7414 | intel_uncore_write(&dev_priv->uncore, TRANS_CHICKEN2(pipe), val); |
Paulo Zanoni | 3f704fa | 2013-04-08 15:48:07 -0300 | [diff] [blame] | 7415 | } |
Daniel Vetter | 3107bd4 | 2012-10-31 22:52:31 +0100 | [diff] [blame] | 7416 | /* WADP0ClockGatingDisable */ |
Damien Lespiau | 055e393 | 2014-08-18 13:49:10 +0100 | [diff] [blame] | 7417 | for_each_pipe(dev_priv, pipe) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7418 | intel_uncore_write(&dev_priv->uncore, TRANS_CHICKEN1(pipe), |
Daniel Vetter | 3107bd4 | 2012-10-31 22:52:31 +0100 | [diff] [blame] | 7419 | TRANS_CHICKEN1_DP0UNIT_GC_DISABLE); |
| 7420 | } |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7421 | } |
| 7422 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7423 | static void gen6_check_mch_setup(struct drm_i915_private *dev_priv) |
Daniel Vetter | 1d7aaa0 | 2013-02-09 21:03:42 +0100 | [diff] [blame] | 7424 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 7425 | u32 tmp; |
Daniel Vetter | 1d7aaa0 | 2013-02-09 21:03:42 +0100 | [diff] [blame] | 7426 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7427 | tmp = intel_uncore_read(&dev_priv->uncore, MCH_SSKPD); |
Daniel Vetter | df662a2 | 2014-08-04 11:17:25 +0200 | [diff] [blame] | 7428 | if ((tmp & MCH_SSKPD_WM0_MASK) != MCH_SSKPD_WM0_VAL) |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 7429 | drm_dbg_kms(&dev_priv->drm, |
| 7430 | "Wrong MCH_SSKPD value: 0x%08x This can cause underruns.\n", |
| 7431 | tmp); |
Daniel Vetter | 1d7aaa0 | 2013-02-09 21:03:42 +0100 | [diff] [blame] | 7432 | } |
| 7433 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7434 | static void gen6_init_clock_gating(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7435 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 7436 | u32 dspclk_gate = ILK_VRHUNIT_CLOCK_GATE_DISABLE; |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7437 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7438 | intel_uncore_write(&dev_priv->uncore, ILK_DSPCLK_GATE_D, dspclk_gate); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7439 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7440 | intel_uncore_write(&dev_priv->uncore, ILK_DISPLAY_CHICKEN2, |
| 7441 | intel_uncore_read(&dev_priv->uncore, ILK_DISPLAY_CHICKEN2) | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7442 | ILK_ELPIN_409_SELECT); |
| 7443 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7444 | intel_uncore_write(&dev_priv->uncore, GEN6_UCGCTL1, |
| 7445 | intel_uncore_read(&dev_priv->uncore, GEN6_UCGCTL1) | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7446 | GEN6_BLBUNIT_CLOCK_GATE_DISABLE | |
| 7447 | GEN6_CSUNIT_CLOCK_GATE_DISABLE); |
| 7448 | |
| 7449 | /* According to the BSpec vol1g, bit 12 (RCPBUNIT) clock |
| 7450 | * gating disable must be set. Failure to set it results in |
| 7451 | * flickering pixels due to Z write ordering failures after |
| 7452 | * some amount of runtime in the Mesa "fire" demo, and Unigine |
| 7453 | * Sanctuary and Tropics, and apparently anything else with |
| 7454 | * alpha test or pixel discard. |
| 7455 | * |
| 7456 | * According to the spec, bit 11 (RCCUNIT) must also be set, |
| 7457 | * but we didn't debug actual testcases to find it out. |
Jesse Barnes | 0f846f8 | 2012-06-14 11:04:47 -0700 | [diff] [blame] | 7458 | * |
Ville Syrjälä | ef59318 | 2014-01-22 21:32:47 +0200 | [diff] [blame] | 7459 | * WaDisableRCCUnitClockGating:snb |
| 7460 | * WaDisableRCPBUnitClockGating:snb |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7461 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7462 | intel_uncore_write(&dev_priv->uncore, GEN6_UCGCTL2, |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7463 | GEN6_RCPBUNIT_CLOCK_GATE_DISABLE | |
| 7464 | GEN6_RCCUNIT_CLOCK_GATE_DISABLE); |
| 7465 | |
Ville Syrjälä | e927ecd | 2014-02-04 21:59:18 +0200 | [diff] [blame] | 7466 | /* |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7467 | * According to the spec the following bits should be |
| 7468 | * set in order to enable memory self-refresh and fbc: |
| 7469 | * The bit21 and bit22 of 0x42000 |
| 7470 | * The bit21 and bit22 of 0x42004 |
| 7471 | * The bit5 and bit7 of 0x42020 |
| 7472 | * The bit14 of 0x70180 |
| 7473 | * The bit14 of 0x71180 |
Damien Lespiau | 4bb3533 | 2013-06-14 15:23:24 +0100 | [diff] [blame] | 7474 | * |
| 7475 | * WaFbcAsynchFlipDisableFbcQueue:snb |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7476 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7477 | intel_uncore_write(&dev_priv->uncore, ILK_DISPLAY_CHICKEN1, |
| 7478 | intel_uncore_read(&dev_priv->uncore, ILK_DISPLAY_CHICKEN1) | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7479 | ILK_FBCQ_DIS | ILK_PABSTRETCH_DIS); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7480 | intel_uncore_write(&dev_priv->uncore, ILK_DISPLAY_CHICKEN2, |
| 7481 | intel_uncore_read(&dev_priv->uncore, ILK_DISPLAY_CHICKEN2) | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7482 | ILK_DPARB_GATE | ILK_VSDPFD_FULL); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7483 | intel_uncore_write(&dev_priv->uncore, ILK_DSPCLK_GATE_D, |
| 7484 | intel_uncore_read(&dev_priv->uncore, ILK_DSPCLK_GATE_D) | |
Damien Lespiau | 231e54f | 2012-10-19 17:55:41 +0100 | [diff] [blame] | 7485 | ILK_DPARBUNIT_CLOCK_GATE_ENABLE | |
| 7486 | ILK_DPFDUNIT_CLOCK_GATE_ENABLE); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7487 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7488 | g4x_disable_trickle_feed(dev_priv); |
Ben Widawsky | f8f2ac9 | 2012-10-03 19:34:24 -0700 | [diff] [blame] | 7489 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7490 | cpt_init_clock_gating(dev_priv); |
Daniel Vetter | 1d7aaa0 | 2013-02-09 21:03:42 +0100 | [diff] [blame] | 7491 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7492 | gen6_check_mch_setup(dev_priv); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7493 | } |
| 7494 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7495 | static void lpt_init_clock_gating(struct drm_i915_private *dev_priv) |
Paulo Zanoni | 17a303e | 2012-11-20 15:12:07 -0200 | [diff] [blame] | 7496 | { |
Paulo Zanoni | 17a303e | 2012-11-20 15:12:07 -0200 | [diff] [blame] | 7497 | /* |
| 7498 | * TODO: this bit should only be enabled when really needed, then |
| 7499 | * disabled when not needed anymore in order to save power. |
| 7500 | */ |
Tvrtko Ursulin | 4f8036a | 2016-10-13 11:02:52 +0100 | [diff] [blame] | 7501 | if (HAS_PCH_LPT_LP(dev_priv)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7502 | intel_uncore_write(&dev_priv->uncore, SOUTH_DSPCLK_GATE_D, |
| 7503 | intel_uncore_read(&dev_priv->uncore, SOUTH_DSPCLK_GATE_D) | |
Paulo Zanoni | 17a303e | 2012-11-20 15:12:07 -0200 | [diff] [blame] | 7504 | PCH_LP_PARTITION_LEVEL_DISABLE); |
Paulo Zanoni | 0a790cd | 2013-04-17 18:15:49 -0300 | [diff] [blame] | 7505 | |
| 7506 | /* WADPOClockGatingDisable:hsw */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7507 | intel_uncore_write(&dev_priv->uncore, TRANS_CHICKEN1(PIPE_A), |
| 7508 | intel_uncore_read(&dev_priv->uncore, TRANS_CHICKEN1(PIPE_A)) | |
Paulo Zanoni | 0a790cd | 2013-04-17 18:15:49 -0300 | [diff] [blame] | 7509 | TRANS_CHICKEN1_DP0UNIT_GC_DISABLE); |
Paulo Zanoni | 17a303e | 2012-11-20 15:12:07 -0200 | [diff] [blame] | 7510 | } |
| 7511 | |
Ville Syrjälä | 712bf36 | 2016-10-31 22:37:23 +0200 | [diff] [blame] | 7512 | static void lpt_suspend_hw(struct drm_i915_private *dev_priv) |
Imre Deak | 7d708ee | 2013-04-17 14:04:50 +0300 | [diff] [blame] | 7513 | { |
Tvrtko Ursulin | 4f8036a | 2016-10-13 11:02:52 +0100 | [diff] [blame] | 7514 | if (HAS_PCH_LPT_LP(dev_priv)) { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7515 | u32 val = intel_uncore_read(&dev_priv->uncore, SOUTH_DSPCLK_GATE_D); |
Imre Deak | 7d708ee | 2013-04-17 14:04:50 +0300 | [diff] [blame] | 7516 | |
| 7517 | val &= ~PCH_LP_PARTITION_LEVEL_DISABLE; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7518 | intel_uncore_write(&dev_priv->uncore, SOUTH_DSPCLK_GATE_D, val); |
Imre Deak | 7d708ee | 2013-04-17 14:04:50 +0300 | [diff] [blame] | 7519 | } |
| 7520 | } |
| 7521 | |
Imre Deak | 450174f | 2016-05-03 15:54:21 +0300 | [diff] [blame] | 7522 | static void gen8_set_l3sqc_credits(struct drm_i915_private *dev_priv, |
| 7523 | int general_prio_credits, |
| 7524 | int high_prio_credits) |
| 7525 | { |
| 7526 | u32 misccpctl; |
Oscar Mateo | 930a784 | 2017-10-17 13:25:45 -0700 | [diff] [blame] | 7527 | u32 val; |
Imre Deak | 450174f | 2016-05-03 15:54:21 +0300 | [diff] [blame] | 7528 | |
| 7529 | /* WaTempDisableDOPClkGating:bdw */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7530 | misccpctl = intel_uncore_read(&dev_priv->uncore, GEN7_MISCCPCTL); |
| 7531 | intel_uncore_write(&dev_priv->uncore, GEN7_MISCCPCTL, misccpctl & ~GEN7_DOP_CLOCK_GATE_ENABLE); |
Imre Deak | 450174f | 2016-05-03 15:54:21 +0300 | [diff] [blame] | 7532 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7533 | val = intel_uncore_read(&dev_priv->uncore, GEN8_L3SQCREG1); |
Oscar Mateo | 930a784 | 2017-10-17 13:25:45 -0700 | [diff] [blame] | 7534 | val &= ~L3_PRIO_CREDITS_MASK; |
| 7535 | val |= L3_GENERAL_PRIO_CREDITS(general_prio_credits); |
| 7536 | val |= L3_HIGH_PRIO_CREDITS(high_prio_credits); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7537 | intel_uncore_write(&dev_priv->uncore, GEN8_L3SQCREG1, val); |
Imre Deak | 450174f | 2016-05-03 15:54:21 +0300 | [diff] [blame] | 7538 | |
| 7539 | /* |
| 7540 | * Wait at least 100 clocks before re-enabling clock gating. |
| 7541 | * See the definition of L3SQCREG1 in BSpec. |
| 7542 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7543 | intel_uncore_posting_read(&dev_priv->uncore, GEN8_L3SQCREG1); |
Imre Deak | 450174f | 2016-05-03 15:54:21 +0300 | [diff] [blame] | 7544 | udelay(1); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7545 | intel_uncore_write(&dev_priv->uncore, GEN7_MISCCPCTL, misccpctl); |
Imre Deak | 450174f | 2016-05-03 15:54:21 +0300 | [diff] [blame] | 7546 | } |
| 7547 | |
Oscar Mateo | d65dc3e | 2018-05-08 14:29:24 -0700 | [diff] [blame] | 7548 | static void icl_init_clock_gating(struct drm_i915_private *dev_priv) |
| 7549 | { |
Ville Syrjälä | 885f182 | 2020-07-08 16:12:20 +0300 | [diff] [blame] | 7550 | /* Wa_1409120013:icl,ehl */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7551 | intel_uncore_write(&dev_priv->uncore, ILK_DPFC_CHICKEN, |
Ville Syrjälä | 73ab6ec | 2021-11-04 16:45:15 +0200 | [diff] [blame] | 7552 | DPFC_CHICKEN_COMP_DUMMY_PIXEL); |
Ville Syrjälä | 885f182 | 2020-07-08 16:12:20 +0300 | [diff] [blame] | 7553 | |
Matt Atwood | 6f4194c | 2020-01-13 23:11:28 -0500 | [diff] [blame] | 7554 | /*Wa_14010594013:icl, ehl */ |
| 7555 | intel_uncore_rmw(&dev_priv->uncore, GEN8_CHICKEN_DCPR_1, |
Lucas De Marchi | dbac4f3 | 2021-07-28 14:59:38 -0700 | [diff] [blame] | 7556 | 0, ICL_DELAY_PMRSP); |
Oscar Mateo | d65dc3e | 2018-05-08 14:29:24 -0700 | [diff] [blame] | 7557 | } |
| 7558 | |
José Roberto de Souza | 35f0837 | 2021-01-13 05:37:59 -0800 | [diff] [blame] | 7559 | static void gen12lp_init_clock_gating(struct drm_i915_private *dev_priv) |
Michel Thierry | 5d86923 | 2019-08-23 01:20:34 -0700 | [diff] [blame] | 7560 | { |
Matt Atwood | 487970e | 2021-11-16 09:48:18 -0800 | [diff] [blame] | 7561 | /* Wa_1409120013:tgl,rkl,adl-s,dg1,dg2 */ |
Clint Taylor | 8c209f4 | 2021-06-08 10:47:21 -0700 | [diff] [blame] | 7562 | if (IS_TIGERLAKE(dev_priv) || IS_ROCKETLAKE(dev_priv) || |
Matt Atwood | 487970e | 2021-11-16 09:48:18 -0800 | [diff] [blame] | 7563 | IS_ALDERLAKE_S(dev_priv) || IS_DG1(dev_priv) || IS_DG2(dev_priv)) |
Clint Taylor | 8c209f4 | 2021-06-08 10:47:21 -0700 | [diff] [blame] | 7564 | intel_uncore_write(&dev_priv->uncore, ILK_DPFC_CHICKEN, |
Ville Syrjälä | 73ab6ec | 2021-11-04 16:45:15 +0200 | [diff] [blame] | 7565 | DPFC_CHICKEN_COMP_DUMMY_PIXEL); |
Ville Syrjälä | 885f182 | 2020-07-08 16:12:20 +0300 | [diff] [blame] | 7566 | |
Radhakrishna Sripada | f78d5da | 2020-01-09 14:37:27 -0800 | [diff] [blame] | 7567 | /* Wa_1409825376:tgl (pre-prod)*/ |
Matt Roper | 46b0d70 | 2021-07-16 22:14:26 -0700 | [diff] [blame] | 7568 | if (IS_TGL_DISPLAY_STEP(dev_priv, STEP_A0, STEP_C0)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7569 | intel_uncore_write(&dev_priv->uncore, GEN9_CLKGATE_DIS_3, intel_uncore_read(&dev_priv->uncore, GEN9_CLKGATE_DIS_3) | |
Radhakrishna Sripada | f78d5da | 2020-01-09 14:37:27 -0800 | [diff] [blame] | 7570 | TGL_VRH_GATING_DIS); |
Matt Atwood | f9d7742 | 2020-04-15 15:35:35 -0400 | [diff] [blame] | 7571 | |
José Roberto de Souza | 41c70d2 | 2021-04-08 13:49:16 -0700 | [diff] [blame] | 7572 | /* Wa_14013723622:tgl,rkl,dg1,adl-s */ |
| 7573 | if (DISPLAY_VER(dev_priv) == 12) |
| 7574 | intel_uncore_rmw(&dev_priv->uncore, CLKREQ_POLICY, |
| 7575 | CLKREQ_POLICY_MEM_UP_OVRD, 0); |
Michel Thierry | 5d86923 | 2019-08-23 01:20:34 -0700 | [diff] [blame] | 7576 | } |
| 7577 | |
José Roberto de Souza | a8a56da | 2021-05-14 08:37:09 -0700 | [diff] [blame] | 7578 | static void adlp_init_clock_gating(struct drm_i915_private *dev_priv) |
| 7579 | { |
| 7580 | gen12lp_init_clock_gating(dev_priv); |
| 7581 | |
| 7582 | /* Wa_22011091694:adlp */ |
| 7583 | intel_de_rmw(dev_priv, GEN9_CLKGATE_DIS_5, 0, DPCE_GATING_DIS); |
| 7584 | } |
| 7585 | |
Stuart Summers | da942750 | 2020-10-14 12:19:34 -0700 | [diff] [blame] | 7586 | static void dg1_init_clock_gating(struct drm_i915_private *dev_priv) |
| 7587 | { |
José Roberto de Souza | 35f0837 | 2021-01-13 05:37:59 -0800 | [diff] [blame] | 7588 | gen12lp_init_clock_gating(dev_priv); |
| 7589 | |
Stuart Summers | da942750 | 2020-10-14 12:19:34 -0700 | [diff] [blame] | 7590 | /* Wa_1409836686:dg1[a0] */ |
José Roberto de Souza | c1f110e | 2021-10-19 17:23:53 -0700 | [diff] [blame] | 7591 | if (IS_DG1_GRAPHICS_STEP(dev_priv, STEP_A0, STEP_B0)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7592 | intel_uncore_write(&dev_priv->uncore, GEN9_CLKGATE_DIS_3, intel_uncore_read(&dev_priv->uncore, GEN9_CLKGATE_DIS_3) | |
Stuart Summers | da942750 | 2020-10-14 12:19:34 -0700 | [diff] [blame] | 7593 | DPT_GATING_DIS); |
| 7594 | } |
| 7595 | |
Stuart Summers | d73dd1f | 2021-11-02 15:25:09 -0700 | [diff] [blame] | 7596 | static void xehpsdv_init_clock_gating(struct drm_i915_private *dev_priv) |
| 7597 | { |
| 7598 | /* Wa_22010146351:xehpsdv */ |
| 7599 | if (IS_XEHPSDV_GRAPHICS_STEP(dev_priv, STEP_A0, STEP_B0)) |
| 7600 | intel_uncore_rmw(&dev_priv->uncore, XEHP_CLOCK_GATE_DIS, 0, SGR_DIS); |
| 7601 | } |
| 7602 | |
Matt Roper | 645cc0b | 2021-11-02 15:25:10 -0700 | [diff] [blame] | 7603 | static void dg2_init_clock_gating(struct drm_i915_private *i915) |
| 7604 | { |
| 7605 | /* Wa_22010954014:dg2_g10 */ |
| 7606 | if (IS_DG2_G10(i915)) |
| 7607 | intel_uncore_rmw(&i915->uncore, XEHP_CLOCK_GATE_DIS, 0, |
| 7608 | SGSI_SIDECLK_DIS); |
| 7609 | |
| 7610 | /* |
| 7611 | * Wa_14010733611:dg2_g10 |
| 7612 | * Wa_22010146351:dg2_g10 |
| 7613 | */ |
| 7614 | if (IS_DG2_GRAPHICS_STEP(i915, G10, STEP_A0, STEP_B0)) |
| 7615 | intel_uncore_rmw(&i915->uncore, XEHP_CLOCK_GATE_DIS, 0, |
| 7616 | SGR_DIS | SGGI_DIS); |
| 7617 | } |
| 7618 | |
Rodrigo Vivi | 0a46ddd | 2017-08-30 21:52:23 -0700 | [diff] [blame] | 7619 | static void cnp_init_clock_gating(struct drm_i915_private *dev_priv) |
| 7620 | { |
| 7621 | if (!HAS_PCH_CNP(dev_priv)) |
| 7622 | return; |
| 7623 | |
Rodrigo Vivi | 470e7c6 | 2018-03-05 17:28:12 -0800 | [diff] [blame] | 7624 | /* Display WA #1181 WaSouthDisplayDisablePWMCGEGating: cnp */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7625 | intel_uncore_write(&dev_priv->uncore, SOUTH_DSPCLK_GATE_D, intel_uncore_read(&dev_priv->uncore, SOUTH_DSPCLK_GATE_D) | |
Rodrigo Vivi | 4cc6feb | 2017-09-08 16:45:33 -0700 | [diff] [blame] | 7626 | CNP_PWM_CGE_GATING_DISABLE); |
Rodrigo Vivi | 0a46ddd | 2017-08-30 21:52:23 -0700 | [diff] [blame] | 7627 | } |
| 7628 | |
Rodrigo Vivi | 0a46ddd | 2017-08-30 21:52:23 -0700 | [diff] [blame] | 7629 | static void cfl_init_clock_gating(struct drm_i915_private *dev_priv) |
| 7630 | { |
| 7631 | cnp_init_clock_gating(dev_priv); |
| 7632 | gen9_init_clock_gating(dev_priv); |
| 7633 | |
Ville Syrjälä | 4d6bde58 | 2020-07-16 22:04:26 +0300 | [diff] [blame] | 7634 | /* WAC6entrylatency:cfl */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7635 | intel_uncore_write(&dev_priv->uncore, FBC_LLC_READ_CTRL, intel_uncore_read(&dev_priv->uncore, FBC_LLC_READ_CTRL) | |
Ville Syrjälä | 4d6bde58 | 2020-07-16 22:04:26 +0300 | [diff] [blame] | 7636 | FBC_LLC_FULLY_OPEN); |
| 7637 | |
Ville Syrjälä | 99bcf64e | 2020-07-08 16:12:23 +0300 | [diff] [blame] | 7638 | /* |
| 7639 | * WaFbcTurnOffFbcWatermark:cfl |
| 7640 | * Display WA #0562: cfl |
| 7641 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7642 | intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL, intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL) | |
Ville Syrjälä | c4615b2 | 2020-07-08 16:12:21 +0300 | [diff] [blame] | 7643 | DISP_FBC_WM_DIS); |
| 7644 | |
Ville Syrjälä | 99bcf64e | 2020-07-08 16:12:23 +0300 | [diff] [blame] | 7645 | /* |
| 7646 | * WaFbcNukeOnHostModify:cfl |
| 7647 | * Display WA #0873: cfl |
| 7648 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7649 | intel_uncore_write(&dev_priv->uncore, ILK_DPFC_CHICKEN, intel_uncore_read(&dev_priv->uncore, ILK_DPFC_CHICKEN) | |
Ville Syrjälä | 73ab6ec | 2021-11-04 16:45:15 +0200 | [diff] [blame] | 7650 | DPFC_NUKE_ON_ANY_MODIFICATION); |
Rodrigo Vivi | 0a46ddd | 2017-08-30 21:52:23 -0700 | [diff] [blame] | 7651 | } |
| 7652 | |
Rodrigo Vivi | 91200c0 | 2017-08-28 22:20:26 -0700 | [diff] [blame] | 7653 | static void kbl_init_clock_gating(struct drm_i915_private *dev_priv) |
Mika Kuoppala | 9498dba | 2016-06-07 17:19:01 +0300 | [diff] [blame] | 7654 | { |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7655 | gen9_init_clock_gating(dev_priv); |
Mika Kuoppala | 9498dba | 2016-06-07 17:19:01 +0300 | [diff] [blame] | 7656 | |
Ville Syrjälä | 4d6bde58 | 2020-07-16 22:04:26 +0300 | [diff] [blame] | 7657 | /* WAC6entrylatency:kbl */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7658 | intel_uncore_write(&dev_priv->uncore, FBC_LLC_READ_CTRL, intel_uncore_read(&dev_priv->uncore, FBC_LLC_READ_CTRL) | |
Ville Syrjälä | 4d6bde58 | 2020-07-16 22:04:26 +0300 | [diff] [blame] | 7659 | FBC_LLC_FULLY_OPEN); |
| 7660 | |
Mika Kuoppala | 9498dba | 2016-06-07 17:19:01 +0300 | [diff] [blame] | 7661 | /* WaDisableSDEUnitClockGating:kbl */ |
José Roberto de Souza | c1f110e | 2021-10-19 17:23:53 -0700 | [diff] [blame] | 7662 | if (IS_KBL_GRAPHICS_STEP(dev_priv, 0, STEP_C0)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7663 | intel_uncore_write(&dev_priv->uncore, GEN8_UCGCTL6, intel_uncore_read(&dev_priv->uncore, GEN8_UCGCTL6) | |
Mika Kuoppala | 9498dba | 2016-06-07 17:19:01 +0300 | [diff] [blame] | 7664 | GEN8_SDEUNIT_CLOCK_GATE_DISABLE); |
Mika Kuoppala | 8aeb7f6 | 2016-06-07 17:19:05 +0300 | [diff] [blame] | 7665 | |
| 7666 | /* WaDisableGamClockGating:kbl */ |
José Roberto de Souza | c1f110e | 2021-10-19 17:23:53 -0700 | [diff] [blame] | 7667 | if (IS_KBL_GRAPHICS_STEP(dev_priv, 0, STEP_C0)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7668 | intel_uncore_write(&dev_priv->uncore, GEN6_UCGCTL1, intel_uncore_read(&dev_priv->uncore, GEN6_UCGCTL1) | |
Mika Kuoppala | 8aeb7f6 | 2016-06-07 17:19:05 +0300 | [diff] [blame] | 7669 | GEN6_GAMUNIT_CLOCK_GATE_DISABLE); |
Mika Kuoppala | 031cd8c | 2016-06-07 17:19:18 +0300 | [diff] [blame] | 7670 | |
Ville Syrjälä | 99bcf64e | 2020-07-08 16:12:23 +0300 | [diff] [blame] | 7671 | /* |
| 7672 | * WaFbcTurnOffFbcWatermark:kbl |
| 7673 | * Display WA #0562: kbl |
| 7674 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7675 | intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL, intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL) | |
Ville Syrjälä | c4615b2 | 2020-07-08 16:12:21 +0300 | [diff] [blame] | 7676 | DISP_FBC_WM_DIS); |
| 7677 | |
Ville Syrjälä | 99bcf64e | 2020-07-08 16:12:23 +0300 | [diff] [blame] | 7678 | /* |
| 7679 | * WaFbcNukeOnHostModify:kbl |
| 7680 | * Display WA #0873: kbl |
| 7681 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7682 | intel_uncore_write(&dev_priv->uncore, ILK_DPFC_CHICKEN, intel_uncore_read(&dev_priv->uncore, ILK_DPFC_CHICKEN) | |
Ville Syrjälä | 73ab6ec | 2021-11-04 16:45:15 +0200 | [diff] [blame] | 7683 | DPFC_NUKE_ON_ANY_MODIFICATION); |
Mika Kuoppala | 9498dba | 2016-06-07 17:19:01 +0300 | [diff] [blame] | 7684 | } |
| 7685 | |
Rodrigo Vivi | 91200c0 | 2017-08-28 22:20:26 -0700 | [diff] [blame] | 7686 | static void skl_init_clock_gating(struct drm_i915_private *dev_priv) |
Daniel Vetter | dc00b6a | 2016-05-19 09:14:20 +0200 | [diff] [blame] | 7687 | { |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7688 | gen9_init_clock_gating(dev_priv); |
Mika Kuoppala | 44fff99 | 2016-06-07 17:19:09 +0300 | [diff] [blame] | 7689 | |
Ville Syrjälä | f142119 | 2020-07-16 22:04:25 +0300 | [diff] [blame] | 7690 | /* WaDisableDopClockGating:skl */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7691 | intel_uncore_write(&dev_priv->uncore, GEN7_MISCCPCTL, intel_uncore_read(&dev_priv->uncore, GEN7_MISCCPCTL) & |
Ville Syrjälä | f142119 | 2020-07-16 22:04:25 +0300 | [diff] [blame] | 7692 | ~GEN7_DOP_CLOCK_GATE_ENABLE); |
| 7693 | |
Mika Kuoppala | 44fff99 | 2016-06-07 17:19:09 +0300 | [diff] [blame] | 7694 | /* WAC6entrylatency:skl */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7695 | intel_uncore_write(&dev_priv->uncore, FBC_LLC_READ_CTRL, intel_uncore_read(&dev_priv->uncore, FBC_LLC_READ_CTRL) | |
Mika Kuoppala | 44fff99 | 2016-06-07 17:19:09 +0300 | [diff] [blame] | 7696 | FBC_LLC_FULLY_OPEN); |
Mika Kuoppala | 031cd8c | 2016-06-07 17:19:18 +0300 | [diff] [blame] | 7697 | |
Ville Syrjälä | 99bcf64e | 2020-07-08 16:12:23 +0300 | [diff] [blame] | 7698 | /* |
| 7699 | * WaFbcTurnOffFbcWatermark:skl |
| 7700 | * Display WA #0562: skl |
| 7701 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7702 | intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL, intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL) | |
Ville Syrjälä | c4615b2 | 2020-07-08 16:12:21 +0300 | [diff] [blame] | 7703 | DISP_FBC_WM_DIS); |
| 7704 | |
Ville Syrjälä | 99bcf64e | 2020-07-08 16:12:23 +0300 | [diff] [blame] | 7705 | /* |
| 7706 | * WaFbcNukeOnHostModify:skl |
| 7707 | * Display WA #0873: skl |
| 7708 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7709 | intel_uncore_write(&dev_priv->uncore, ILK_DPFC_CHICKEN, intel_uncore_read(&dev_priv->uncore, ILK_DPFC_CHICKEN) | |
Ville Syrjälä | 73ab6ec | 2021-11-04 16:45:15 +0200 | [diff] [blame] | 7710 | DPFC_NUKE_ON_ANY_MODIFICATION); |
Ville Syrjälä | cd7a881 | 2020-07-08 16:12:22 +0300 | [diff] [blame] | 7711 | |
Ville Syrjälä | 99bcf64e | 2020-07-08 16:12:23 +0300 | [diff] [blame] | 7712 | /* |
| 7713 | * WaFbcHighMemBwCorruptionAvoidance:skl |
| 7714 | * Display WA #0883: skl |
| 7715 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7716 | intel_uncore_write(&dev_priv->uncore, ILK_DPFC_CHICKEN, intel_uncore_read(&dev_priv->uncore, ILK_DPFC_CHICKEN) | |
Ville Syrjälä | 73ab6ec | 2021-11-04 16:45:15 +0200 | [diff] [blame] | 7717 | DPFC_DISABLE_DUMMY0); |
Daniel Vetter | dc00b6a | 2016-05-19 09:14:20 +0200 | [diff] [blame] | 7718 | } |
| 7719 | |
Rodrigo Vivi | 91200c0 | 2017-08-28 22:20:26 -0700 | [diff] [blame] | 7720 | static void bdw_init_clock_gating(struct drm_i915_private *dev_priv) |
Ben Widawsky | 1020a5c | 2013-11-02 21:07:06 -0700 | [diff] [blame] | 7721 | { |
Damien Lespiau | 07d27e2 | 2014-03-03 17:31:46 +0000 | [diff] [blame] | 7722 | enum pipe pipe; |
Ben Widawsky | 1020a5c | 2013-11-02 21:07:06 -0700 | [diff] [blame] | 7723 | |
Ville Syrjälä | 885f182 | 2020-07-08 16:12:20 +0300 | [diff] [blame] | 7724 | /* WaFbcAsynchFlipDisableFbcQueue:hsw,bdw */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7725 | intel_uncore_write(&dev_priv->uncore, CHICKEN_PIPESL_1(PIPE_A), |
| 7726 | intel_uncore_read(&dev_priv->uncore, CHICKEN_PIPESL_1(PIPE_A)) | |
Ville Syrjälä | 885f182 | 2020-07-08 16:12:20 +0300 | [diff] [blame] | 7727 | HSW_FBCQ_DIS); |
| 7728 | |
Ben Widawsky | ab57fff | 2013-12-12 15:28:04 -0800 | [diff] [blame] | 7729 | /* WaSwitchSolVfFArbitrationPriority:bdw */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7730 | intel_uncore_write(&dev_priv->uncore, GAM_ECOCHK, intel_uncore_read(&dev_priv->uncore, GAM_ECOCHK) | HSW_ECOCHK_ARB_PRIO_SOL); |
Ben Widawsky | fe4ab3c | 2013-11-02 21:07:54 -0700 | [diff] [blame] | 7731 | |
Ben Widawsky | ab57fff | 2013-12-12 15:28:04 -0800 | [diff] [blame] | 7732 | /* WaPsrDPAMaskVBlankInSRD:bdw */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7733 | intel_uncore_write(&dev_priv->uncore, CHICKEN_PAR1_1, |
| 7734 | intel_uncore_read(&dev_priv->uncore, CHICKEN_PAR1_1) | DPA_MASK_VBLANK_SRD); |
Ben Widawsky | fe4ab3c | 2013-11-02 21:07:54 -0700 | [diff] [blame] | 7735 | |
Damien Lespiau | 055e393 | 2014-08-18 13:49:10 +0100 | [diff] [blame] | 7736 | for_each_pipe(dev_priv, pipe) { |
Ville Syrjälä | b7a7053 | 2021-02-20 12:33:03 +0200 | [diff] [blame] | 7737 | /* WaPsrDPRSUnmaskVBlankInSRD:bdw */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7738 | intel_uncore_write(&dev_priv->uncore, CHICKEN_PIPESL_1(pipe), |
| 7739 | intel_uncore_read(&dev_priv->uncore, CHICKEN_PIPESL_1(pipe)) | |
Ville Syrjälä | 8f670bb | 2014-03-05 13:05:47 +0200 | [diff] [blame] | 7740 | BDW_DPRS_MASK_VBLANK_SRD); |
Ben Widawsky | fe4ab3c | 2013-11-02 21:07:54 -0700 | [diff] [blame] | 7741 | } |
Ben Widawsky | 63801f2 | 2013-12-12 17:26:03 -0800 | [diff] [blame] | 7742 | |
Ben Widawsky | ab57fff | 2013-12-12 15:28:04 -0800 | [diff] [blame] | 7743 | /* WaVSRefCountFullforceMissDisable:bdw */ |
| 7744 | /* WaDSRefCountFullforceMissDisable:bdw */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7745 | intel_uncore_write(&dev_priv->uncore, GEN7_FF_THREAD_MODE, |
| 7746 | intel_uncore_read(&dev_priv->uncore, GEN7_FF_THREAD_MODE) & |
Ben Widawsky | ab57fff | 2013-12-12 15:28:04 -0800 | [diff] [blame] | 7747 | ~(GEN8_FF_DS_REF_CNT_FFME | GEN7_FF_VS_REF_CNT_FFME)); |
Ville Syrjälä | 36075a4 | 2014-02-04 21:59:21 +0200 | [diff] [blame] | 7748 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7749 | intel_uncore_write(&dev_priv->uncore, GEN6_RC_SLEEP_PSMI_CONTROL, |
Ville Syrjälä | 295e8bb | 2014-02-27 21:59:01 +0200 | [diff] [blame] | 7750 | _MASKED_BIT_ENABLE(GEN8_RC_SEMA_IDLE_MSG_DISABLE)); |
Ville Syrjälä | 4f1ca9e | 2014-02-27 21:59:02 +0200 | [diff] [blame] | 7751 | |
| 7752 | /* WaDisableSDEUnitClockGating:bdw */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7753 | intel_uncore_write(&dev_priv->uncore, GEN8_UCGCTL6, intel_uncore_read(&dev_priv->uncore, GEN8_UCGCTL6) | |
Ville Syrjälä | 4f1ca9e | 2014-02-27 21:59:02 +0200 | [diff] [blame] | 7754 | GEN8_SDEUNIT_CLOCK_GATE_DISABLE); |
Damien Lespiau | 5d70868 | 2014-03-26 18:41:51 +0000 | [diff] [blame] | 7755 | |
Imre Deak | 450174f | 2016-05-03 15:54:21 +0300 | [diff] [blame] | 7756 | /* WaProgramL3SqcReg1Default:bdw */ |
| 7757 | gen8_set_l3sqc_credits(dev_priv, 30, 2); |
Ville Syrjälä | 4d487cf | 2015-05-19 20:32:56 +0300 | [diff] [blame] | 7758 | |
Mika Kuoppala | 17e0adf | 2016-06-07 17:19:02 +0300 | [diff] [blame] | 7759 | /* WaKVMNotificationOnConfigChange:bdw */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7760 | intel_uncore_write(&dev_priv->uncore, CHICKEN_PAR2_1, intel_uncore_read(&dev_priv->uncore, CHICKEN_PAR2_1) |
Mika Kuoppala | 17e0adf | 2016-06-07 17:19:02 +0300 | [diff] [blame] | 7761 | | KVM_CONFIG_CHANGE_NOTIFICATION_SELECT); |
| 7762 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7763 | lpt_init_clock_gating(dev_priv); |
Robert Bragg | 9cc1973 | 2017-02-12 13:32:52 +0000 | [diff] [blame] | 7764 | |
| 7765 | /* WaDisableDopClockGating:bdw |
| 7766 | * |
| 7767 | * Also see the CHICKEN2 write in bdw_init_workarounds() to disable DOP |
| 7768 | * clock gating. |
| 7769 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7770 | intel_uncore_write(&dev_priv->uncore, GEN6_UCGCTL1, |
| 7771 | intel_uncore_read(&dev_priv->uncore, GEN6_UCGCTL1) | GEN6_EU_TCUNIT_CLOCK_GATE_DISABLE); |
Ben Widawsky | 1020a5c | 2013-11-02 21:07:06 -0700 | [diff] [blame] | 7772 | } |
| 7773 | |
Rodrigo Vivi | 91200c0 | 2017-08-28 22:20:26 -0700 | [diff] [blame] | 7774 | static void hsw_init_clock_gating(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | cad2a2d | 2012-07-02 11:51:09 -0300 | [diff] [blame] | 7775 | { |
Ville Syrjälä | 885f182 | 2020-07-08 16:12:20 +0300 | [diff] [blame] | 7776 | /* WaFbcAsynchFlipDisableFbcQueue:hsw,bdw */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7777 | intel_uncore_write(&dev_priv->uncore, CHICKEN_PIPESL_1(PIPE_A), |
| 7778 | intel_uncore_read(&dev_priv->uncore, CHICKEN_PIPESL_1(PIPE_A)) | |
Ville Syrjälä | 885f182 | 2020-07-08 16:12:20 +0300 | [diff] [blame] | 7779 | HSW_FBCQ_DIS); |
| 7780 | |
Damien Lespiau | ecdb4eb7 | 2013-05-03 18:48:10 +0100 | [diff] [blame] | 7781 | /* This is required by WaCatErrorRejectionIssue:hsw */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7782 | intel_uncore_write(&dev_priv->uncore, GEN7_SQ_CHICKEN_MBCUNIT_CONFIG, |
| 7783 | intel_uncore_read(&dev_priv->uncore, GEN7_SQ_CHICKEN_MBCUNIT_CONFIG) | |
Chris Wilson | f93ec5f | 2020-06-11 10:30:15 +0100 | [diff] [blame] | 7784 | GEN7_SQ_CHICKEN_MBCUNIT_SQINTMOB); |
Kenneth Graunke | 9441159 | 2014-12-31 16:23:00 -0800 | [diff] [blame] | 7785 | |
Damien Lespiau | ecdb4eb7 | 2013-05-03 18:48:10 +0100 | [diff] [blame] | 7786 | /* WaSwitchSolVfFArbitrationPriority:hsw */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7787 | intel_uncore_write(&dev_priv->uncore, GAM_ECOCHK, intel_uncore_read(&dev_priv->uncore, GAM_ECOCHK) | HSW_ECOCHK_ARB_PRIO_SOL); |
Ben Widawsky | e3dff58 | 2013-03-20 14:49:14 -0700 | [diff] [blame] | 7788 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7789 | lpt_init_clock_gating(dev_priv); |
Eugeni Dodonov | cad2a2d | 2012-07-02 11:51:09 -0300 | [diff] [blame] | 7790 | } |
| 7791 | |
Rodrigo Vivi | 91200c0 | 2017-08-28 22:20:26 -0700 | [diff] [blame] | 7792 | static void ivb_init_clock_gating(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7793 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 7794 | u32 snpcr; |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7795 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7796 | intel_uncore_write(&dev_priv->uncore, ILK_DSPCLK_GATE_D, ILK_VRHUNIT_CLOCK_GATE_DISABLE); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7797 | |
Ville Syrjälä | 885f182 | 2020-07-08 16:12:20 +0300 | [diff] [blame] | 7798 | /* WaFbcAsynchFlipDisableFbcQueue:ivb */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7799 | intel_uncore_write(&dev_priv->uncore, ILK_DISPLAY_CHICKEN1, |
| 7800 | intel_uncore_read(&dev_priv->uncore, ILK_DISPLAY_CHICKEN1) | |
Ville Syrjälä | 885f182 | 2020-07-08 16:12:20 +0300 | [diff] [blame] | 7801 | ILK_FBCQ_DIS); |
| 7802 | |
Damien Lespiau | ecdb4eb7 | 2013-05-03 18:48:10 +0100 | [diff] [blame] | 7803 | /* WaDisableBackToBackFlipFix:ivb */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7804 | intel_uncore_write(&dev_priv->uncore, IVB_CHICKEN3, |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7805 | CHICKEN3_DGMG_REQ_OUT_FIX_DISABLE | |
| 7806 | CHICKEN3_DGMG_DONE_FIX_DISABLE); |
| 7807 | |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 7808 | if (IS_IVB_GT1(dev_priv)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7809 | intel_uncore_write(&dev_priv->uncore, GEN7_ROW_CHICKEN2, |
Jesse Barnes | 8ab4397 | 2012-10-25 12:15:42 -0700 | [diff] [blame] | 7810 | _MASKED_BIT_ENABLE(DOP_CLOCK_GATING_DISABLE)); |
Ville Syrjälä | 412236c | 2014-01-22 21:32:44 +0200 | [diff] [blame] | 7811 | else { |
| 7812 | /* must write both registers */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7813 | intel_uncore_write(&dev_priv->uncore, GEN7_ROW_CHICKEN2, |
Ville Syrjälä | 412236c | 2014-01-22 21:32:44 +0200 | [diff] [blame] | 7814 | _MASKED_BIT_ENABLE(DOP_CLOCK_GATING_DISABLE)); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7815 | intel_uncore_write(&dev_priv->uncore, GEN7_ROW_CHICKEN2_GT2, |
Jesse Barnes | 8ab4397 | 2012-10-25 12:15:42 -0700 | [diff] [blame] | 7816 | _MASKED_BIT_ENABLE(DOP_CLOCK_GATING_DISABLE)); |
Ville Syrjälä | 412236c | 2014-01-22 21:32:44 +0200 | [diff] [blame] | 7817 | } |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7818 | |
Ville Syrjälä | 1b80a19a | 2014-01-22 21:32:53 +0200 | [diff] [blame] | 7819 | /* |
Jesse Barnes | 0f846f8 | 2012-06-14 11:04:47 -0700 | [diff] [blame] | 7820 | * According to the spec, bit 13 (RCZUNIT) must be set on IVB. |
Damien Lespiau | ecdb4eb7 | 2013-05-03 18:48:10 +0100 | [diff] [blame] | 7821 | * This implements the WaDisableRCZUnitClockGating:ivb workaround. |
Jesse Barnes | 0f846f8 | 2012-06-14 11:04:47 -0700 | [diff] [blame] | 7822 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7823 | intel_uncore_write(&dev_priv->uncore, GEN6_UCGCTL2, |
Ville Syrjälä | 28acf3b | 2014-01-22 21:32:48 +0200 | [diff] [blame] | 7824 | GEN6_RCZUNIT_CLOCK_GATE_DISABLE); |
Jesse Barnes | 0f846f8 | 2012-06-14 11:04:47 -0700 | [diff] [blame] | 7825 | |
Damien Lespiau | ecdb4eb7 | 2013-05-03 18:48:10 +0100 | [diff] [blame] | 7826 | /* This is required by WaCatErrorRejectionIssue:ivb */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7827 | intel_uncore_write(&dev_priv->uncore, GEN7_SQ_CHICKEN_MBCUNIT_CONFIG, |
| 7828 | intel_uncore_read(&dev_priv->uncore, GEN7_SQ_CHICKEN_MBCUNIT_CONFIG) | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7829 | GEN7_SQ_CHICKEN_MBCUNIT_SQINTMOB); |
| 7830 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7831 | g4x_disable_trickle_feed(dev_priv); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7832 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7833 | snpcr = intel_uncore_read(&dev_priv->uncore, GEN6_MBCUNIT_SNPCR); |
Ben Widawsky | 2084822 | 2012-05-04 18:58:59 -0700 | [diff] [blame] | 7834 | snpcr &= ~GEN6_MBC_SNPCR_MASK; |
| 7835 | snpcr |= GEN6_MBC_SNPCR_MED; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7836 | intel_uncore_write(&dev_priv->uncore, GEN6_MBCUNIT_SNPCR, snpcr); |
Daniel Vetter | 3107bd4 | 2012-10-31 22:52:31 +0100 | [diff] [blame] | 7837 | |
Tvrtko Ursulin | 6e26695 | 2016-10-13 11:02:53 +0100 | [diff] [blame] | 7838 | if (!HAS_PCH_NOP(dev_priv)) |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7839 | cpt_init_clock_gating(dev_priv); |
Daniel Vetter | 1d7aaa0 | 2013-02-09 21:03:42 +0100 | [diff] [blame] | 7840 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7841 | gen6_check_mch_setup(dev_priv); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7842 | } |
| 7843 | |
Rodrigo Vivi | 91200c0 | 2017-08-28 22:20:26 -0700 | [diff] [blame] | 7844 | static void vlv_init_clock_gating(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7845 | { |
Damien Lespiau | ecdb4eb7 | 2013-05-03 18:48:10 +0100 | [diff] [blame] | 7846 | /* WaDisableBackToBackFlipFix:vlv */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7847 | intel_uncore_write(&dev_priv->uncore, IVB_CHICKEN3, |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7848 | CHICKEN3_DGMG_REQ_OUT_FIX_DISABLE | |
| 7849 | CHICKEN3_DGMG_DONE_FIX_DISABLE); |
| 7850 | |
Damien Lespiau | ecdb4eb7 | 2013-05-03 18:48:10 +0100 | [diff] [blame] | 7851 | /* WaDisableDopClockGating:vlv */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7852 | intel_uncore_write(&dev_priv->uncore, GEN7_ROW_CHICKEN2, |
Jesse Barnes | 8ab4397 | 2012-10-25 12:15:42 -0700 | [diff] [blame] | 7853 | _MASKED_BIT_ENABLE(DOP_CLOCK_GATING_DISABLE)); |
| 7854 | |
Damien Lespiau | ecdb4eb7 | 2013-05-03 18:48:10 +0100 | [diff] [blame] | 7855 | /* This is required by WaCatErrorRejectionIssue:vlv */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7856 | intel_uncore_write(&dev_priv->uncore, GEN7_SQ_CHICKEN_MBCUNIT_CONFIG, |
| 7857 | intel_uncore_read(&dev_priv->uncore, GEN7_SQ_CHICKEN_MBCUNIT_CONFIG) | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7858 | GEN7_SQ_CHICKEN_MBCUNIT_SQINTMOB); |
| 7859 | |
Ville Syrjälä | 3c0edae | 2014-01-22 21:32:56 +0200 | [diff] [blame] | 7860 | /* |
Jesse Barnes | 0f846f8 | 2012-06-14 11:04:47 -0700 | [diff] [blame] | 7861 | * According to the spec, bit 13 (RCZUNIT) must be set on IVB. |
Damien Lespiau | ecdb4eb7 | 2013-05-03 18:48:10 +0100 | [diff] [blame] | 7862 | * This implements the WaDisableRCZUnitClockGating:vlv workaround. |
Jesse Barnes | 0f846f8 | 2012-06-14 11:04:47 -0700 | [diff] [blame] | 7863 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7864 | intel_uncore_write(&dev_priv->uncore, GEN6_UCGCTL2, |
Ville Syrjälä | 3c0edae | 2014-01-22 21:32:56 +0200 | [diff] [blame] | 7865 | GEN6_RCZUNIT_CLOCK_GATE_DISABLE); |
Jesse Barnes | 0f846f8 | 2012-06-14 11:04:47 -0700 | [diff] [blame] | 7866 | |
Akash Goel | c98f506 | 2014-03-24 23:00:07 +0530 | [diff] [blame] | 7867 | /* WaDisableL3Bank2xClockGate:vlv |
| 7868 | * Disabling L3 clock gating- MMIO 940c[25] = 1 |
| 7869 | * Set bit 25, to disable L3_BANK_2x_CLK_GATING */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7870 | intel_uncore_write(&dev_priv->uncore, GEN7_UCGCTL4, |
| 7871 | intel_uncore_read(&dev_priv->uncore, GEN7_UCGCTL4) | GEN7_L3BANK2X_CLOCK_GATE_DISABLE); |
Jesse Barnes | e3f33d4 | 2012-06-14 11:04:50 -0700 | [diff] [blame] | 7872 | |
Ville Syrjälä | afd58e7 | 2014-01-22 21:33:03 +0200 | [diff] [blame] | 7873 | /* |
Damien Lespiau | ecdb4eb7 | 2013-05-03 18:48:10 +0100 | [diff] [blame] | 7874 | * WaDisableVLVClockGating_VBIIssue:vlv |
Jesse Barnes | 2d80957 | 2012-10-25 12:15:44 -0700 | [diff] [blame] | 7875 | * Disable clock gating on th GCFG unit to prevent a delay |
| 7876 | * in the reporting of vblank events. |
| 7877 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7878 | intel_uncore_write(&dev_priv->uncore, VLV_GUNIT_CLOCK_GATE, GCFG_DIS); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7879 | } |
| 7880 | |
Rodrigo Vivi | 91200c0 | 2017-08-28 22:20:26 -0700 | [diff] [blame] | 7881 | static void chv_init_clock_gating(struct drm_i915_private *dev_priv) |
Ville Syrjälä | a4565da | 2014-04-09 13:28:10 +0300 | [diff] [blame] | 7882 | { |
Ville Syrjälä | 232ce33 | 2014-04-09 13:28:35 +0300 | [diff] [blame] | 7883 | /* WaVSRefCountFullforceMissDisable:chv */ |
| 7884 | /* WaDSRefCountFullforceMissDisable:chv */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7885 | intel_uncore_write(&dev_priv->uncore, GEN7_FF_THREAD_MODE, |
| 7886 | intel_uncore_read(&dev_priv->uncore, GEN7_FF_THREAD_MODE) & |
Ville Syrjälä | 232ce33 | 2014-04-09 13:28:35 +0300 | [diff] [blame] | 7887 | ~(GEN8_FF_DS_REF_CNT_FFME | GEN7_FF_VS_REF_CNT_FFME)); |
Ville Syrjälä | acea6f9 | 2014-04-09 13:28:36 +0300 | [diff] [blame] | 7888 | |
| 7889 | /* WaDisableSemaphoreAndSyncFlipWait:chv */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7890 | intel_uncore_write(&dev_priv->uncore, GEN6_RC_SLEEP_PSMI_CONTROL, |
Ville Syrjälä | acea6f9 | 2014-04-09 13:28:36 +0300 | [diff] [blame] | 7891 | _MASKED_BIT_ENABLE(GEN8_RC_SEMA_IDLE_MSG_DISABLE)); |
Ville Syrjälä | 0846697 | 2014-04-09 13:28:37 +0300 | [diff] [blame] | 7892 | |
| 7893 | /* WaDisableCSUnitClockGating:chv */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7894 | intel_uncore_write(&dev_priv->uncore, GEN6_UCGCTL1, intel_uncore_read(&dev_priv->uncore, GEN6_UCGCTL1) | |
Ville Syrjälä | 0846697 | 2014-04-09 13:28:37 +0300 | [diff] [blame] | 7895 | GEN6_CSUNIT_CLOCK_GATE_DISABLE); |
Ville Syrjälä | c631780 | 2014-04-09 13:28:38 +0300 | [diff] [blame] | 7896 | |
| 7897 | /* WaDisableSDEUnitClockGating:chv */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7898 | intel_uncore_write(&dev_priv->uncore, GEN8_UCGCTL6, intel_uncore_read(&dev_priv->uncore, GEN8_UCGCTL6) | |
Ville Syrjälä | c631780 | 2014-04-09 13:28:38 +0300 | [diff] [blame] | 7899 | GEN8_SDEUNIT_CLOCK_GATE_DISABLE); |
Ville Syrjälä | 6d50b06 | 2015-05-19 20:32:57 +0300 | [diff] [blame] | 7900 | |
| 7901 | /* |
Imre Deak | 450174f | 2016-05-03 15:54:21 +0300 | [diff] [blame] | 7902 | * WaProgramL3SqcReg1Default:chv |
| 7903 | * See gfxspecs/Related Documents/Performance Guide/ |
| 7904 | * LSQC Setting Recommendations. |
| 7905 | */ |
| 7906 | gen8_set_l3sqc_credits(dev_priv, 38, 2); |
Ville Syrjälä | a4565da | 2014-04-09 13:28:10 +0300 | [diff] [blame] | 7907 | } |
| 7908 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7909 | static void g4x_init_clock_gating(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7910 | { |
Jani Nikula | 5ce9a649 | 2019-01-18 14:01:20 +0200 | [diff] [blame] | 7911 | u32 dspclk_gate; |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7912 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7913 | intel_uncore_write(&dev_priv->uncore, RENCLK_GATE_D1, 0); |
| 7914 | intel_uncore_write(&dev_priv->uncore, RENCLK_GATE_D2, VF_UNIT_CLOCK_GATE_DISABLE | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7915 | GS_UNIT_CLOCK_GATE_DISABLE | |
| 7916 | CL_UNIT_CLOCK_GATE_DISABLE); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7917 | intel_uncore_write(&dev_priv->uncore, RAMCLK_GATE_D, 0); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7918 | dspclk_gate = VRHUNIT_CLOCK_GATE_DISABLE | |
| 7919 | OVRUNIT_CLOCK_GATE_DISABLE | |
| 7920 | OVCUNIT_CLOCK_GATE_DISABLE; |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 7921 | if (IS_GM45(dev_priv)) |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7922 | dspclk_gate |= DSSUNIT_CLOCK_GATE_DISABLE; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7923 | intel_uncore_write(&dev_priv->uncore, DSPCLK_GATE_D, dspclk_gate); |
Daniel Vetter | 4358a37 | 2012-10-18 11:49:51 +0200 | [diff] [blame] | 7924 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7925 | g4x_disable_trickle_feed(dev_priv); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7926 | } |
| 7927 | |
Rodrigo Vivi | 91200c0 | 2017-08-28 22:20:26 -0700 | [diff] [blame] | 7928 | static void i965gm_init_clock_gating(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7929 | { |
Tvrtko Ursulin | 4f5fd91 | 2019-06-11 11:45:48 +0100 | [diff] [blame] | 7930 | struct intel_uncore *uncore = &dev_priv->uncore; |
| 7931 | |
| 7932 | intel_uncore_write(uncore, RENCLK_GATE_D1, I965_RCC_CLOCK_GATE_DISABLE); |
| 7933 | intel_uncore_write(uncore, RENCLK_GATE_D2, 0); |
| 7934 | intel_uncore_write(uncore, DSPCLK_GATE_D, 0); |
| 7935 | intel_uncore_write(uncore, RAMCLK_GATE_D, 0); |
| 7936 | intel_uncore_write16(uncore, DEUC, 0); |
| 7937 | intel_uncore_write(uncore, |
| 7938 | MI_ARB_STATE, |
| 7939 | _MASKED_BIT_ENABLE(MI_ARB_DISPLAY_TRICKLE_FEED_DISABLE)); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7940 | } |
| 7941 | |
Rodrigo Vivi | 91200c0 | 2017-08-28 22:20:26 -0700 | [diff] [blame] | 7942 | static void i965g_init_clock_gating(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7943 | { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7944 | intel_uncore_write(&dev_priv->uncore, RENCLK_GATE_D1, I965_RCZ_CLOCK_GATE_DISABLE | |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7945 | I965_RCC_CLOCK_GATE_DISABLE | |
| 7946 | I965_RCPB_CLOCK_GATE_DISABLE | |
| 7947 | I965_ISC_CLOCK_GATE_DISABLE | |
| 7948 | I965_FBC_CLOCK_GATE_DISABLE); |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7949 | intel_uncore_write(&dev_priv->uncore, RENCLK_GATE_D2, 0); |
| 7950 | intel_uncore_write(&dev_priv->uncore, MI_ARB_STATE, |
Ville Syrjälä | 20f9496 | 2013-06-07 10:47:02 +0300 | [diff] [blame] | 7951 | _MASKED_BIT_ENABLE(MI_ARB_DISPLAY_TRICKLE_FEED_DISABLE)); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7952 | } |
| 7953 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7954 | static void gen3_init_clock_gating(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7955 | { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7956 | u32 dstate = intel_uncore_read(&dev_priv->uncore, D_STATE); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7957 | |
| 7958 | dstate |= DSTATE_PLL_D3_OFF | DSTATE_GFX_CLOCK_GATING | |
| 7959 | DSTATE_DOT_CLOCK_GATING; |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7960 | intel_uncore_write(&dev_priv->uncore, D_STATE, dstate); |
Chris Wilson | 13a86b8 | 2012-04-24 14:51:43 +0100 | [diff] [blame] | 7961 | |
Ville Syrjälä | 9b1e14f | 2016-10-31 22:37:15 +0200 | [diff] [blame] | 7962 | if (IS_PINEVIEW(dev_priv)) |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7963 | intel_uncore_write(&dev_priv->uncore, ECOSKPD, _MASKED_BIT_ENABLE(ECO_GATING_CX_ONLY)); |
Daniel Vetter | 974a3b0 | 2012-09-09 11:54:16 +0200 | [diff] [blame] | 7964 | |
| 7965 | /* IIR "flip pending" means done if this bit is set */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7966 | intel_uncore_write(&dev_priv->uncore, ECOSKPD, _MASKED_BIT_DISABLE(ECO_FLIP_DONE)); |
Ville Syrjälä | 12fabbcb9 | 2014-02-25 15:13:38 +0200 | [diff] [blame] | 7967 | |
| 7968 | /* interrupts should cause a wake up from C3 */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7969 | intel_uncore_write(&dev_priv->uncore, INSTPM, _MASKED_BIT_ENABLE(INSTPM_AGPBUSY_INT_EN)); |
Ville Syrjälä | dbb4274 | 2014-02-25 15:13:41 +0200 | [diff] [blame] | 7970 | |
| 7971 | /* On GEN3 we really need to make sure the ARB C3 LP bit is set */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7972 | intel_uncore_write(&dev_priv->uncore, MI_ARB_STATE, _MASKED_BIT_ENABLE(MI_ARB_C3_LP_WRITE_ENABLE)); |
Ville Syrjälä | 1038392 | 2014-08-15 01:21:54 +0300 | [diff] [blame] | 7973 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7974 | intel_uncore_write(&dev_priv->uncore, MI_ARB_STATE, |
Ville Syrjälä | 1038392 | 2014-08-15 01:21:54 +0300 | [diff] [blame] | 7975 | _MASKED_BIT_ENABLE(MI_ARB_DISPLAY_TRICKLE_FEED_DISABLE)); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7976 | } |
| 7977 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 7978 | static void i85x_init_clock_gating(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7979 | { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7980 | intel_uncore_write(&dev_priv->uncore, RENCLK_GATE_D1, SV_CLOCK_GATE_DISABLE); |
Ville Syrjälä | 54e472a | 2014-02-25 15:13:40 +0200 | [diff] [blame] | 7981 | |
| 7982 | /* interrupts should cause a wake up from C3 */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7983 | intel_uncore_write(&dev_priv->uncore, MI_STATE, _MASKED_BIT_ENABLE(MI_AGPBUSY_INT_EN) | |
Ville Syrjälä | 54e472a | 2014-02-25 15:13:40 +0200 | [diff] [blame] | 7984 | _MASKED_BIT_DISABLE(MI_AGPBUSY_830_MODE)); |
Ville Syrjälä | 1038392 | 2014-08-15 01:21:54 +0300 | [diff] [blame] | 7985 | |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7986 | intel_uncore_write(&dev_priv->uncore, MEM_MODE, |
Ville Syrjälä | 1038392 | 2014-08-15 01:21:54 +0300 | [diff] [blame] | 7987 | _MASKED_BIT_ENABLE(MEM_DISPLAY_TRICKLE_FEED_DISABLE)); |
Ville Syrjälä | 5cecf50 | 2020-07-02 18:37:23 +0300 | [diff] [blame] | 7988 | |
| 7989 | /* |
| 7990 | * Have FBC ignore 3D activity since we use software |
| 7991 | * render tracking, and otherwise a pure 3D workload |
| 7992 | * (even if it just renders a single frame and then does |
| 7993 | * abosultely nothing) would not allow FBC to recompress |
| 7994 | * until a 2D blit occurs. |
| 7995 | */ |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 7996 | intel_uncore_write(&dev_priv->uncore, SCPD0, |
Ville Syrjälä | 5cecf50 | 2020-07-02 18:37:23 +0300 | [diff] [blame] | 7997 | _MASKED_BIT_ENABLE(SCPD_FBC_IGNORE_3D)); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 7998 | } |
| 7999 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 8000 | static void i830_init_clock_gating(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 8001 | { |
Jani Nikula | 5f46166 | 2020-11-30 13:15:58 +0200 | [diff] [blame] | 8002 | intel_uncore_write(&dev_priv->uncore, MEM_MODE, |
Ville Syrjälä | 1038392 | 2014-08-15 01:21:54 +0300 | [diff] [blame] | 8003 | _MASKED_BIT_ENABLE(MEM_DISPLAY_A_TRICKLE_FEED_DISABLE) | |
| 8004 | _MASKED_BIT_ENABLE(MEM_DISPLAY_B_TRICKLE_FEED_DISABLE)); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 8005 | } |
| 8006 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 8007 | void intel_init_clock_gating(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 8008 | { |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8009 | dev_priv->clock_gating_funcs->init_clock_gating(dev_priv); |
Eugeni Dodonov | 6f1d69b | 2012-04-18 15:29:25 -0300 | [diff] [blame] | 8010 | } |
| 8011 | |
Ville Syrjälä | 712bf36 | 2016-10-31 22:37:23 +0200 | [diff] [blame] | 8012 | void intel_suspend_hw(struct drm_i915_private *dev_priv) |
Imre Deak | 7d708ee | 2013-04-17 14:04:50 +0300 | [diff] [blame] | 8013 | { |
Ville Syrjälä | 712bf36 | 2016-10-31 22:37:23 +0200 | [diff] [blame] | 8014 | if (HAS_PCH_LPT(dev_priv)) |
| 8015 | lpt_suspend_hw(dev_priv); |
Imre Deak | 7d708ee | 2013-04-17 14:04:50 +0300 | [diff] [blame] | 8016 | } |
| 8017 | |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 8018 | static void nop_init_clock_gating(struct drm_i915_private *dev_priv) |
Imre Deak | bb400da | 2016-03-16 13:38:54 +0200 | [diff] [blame] | 8019 | { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 8020 | drm_dbg_kms(&dev_priv->drm, |
| 8021 | "No clock gating settings or workarounds applied.\n"); |
Imre Deak | bb400da | 2016-03-16 13:38:54 +0200 | [diff] [blame] | 8022 | } |
| 8023 | |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8024 | #define CG_FUNCS(platform) \ |
| 8025 | static const struct drm_i915_clock_gating_funcs platform##_clock_gating_funcs = { \ |
| 8026 | .init_clock_gating = platform##_init_clock_gating, \ |
| 8027 | } |
| 8028 | |
Matt Roper | 645cc0b | 2021-11-02 15:25:10 -0700 | [diff] [blame] | 8029 | CG_FUNCS(dg2); |
Stuart Summers | d73dd1f | 2021-11-02 15:25:09 -0700 | [diff] [blame] | 8030 | CG_FUNCS(xehpsdv); |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8031 | CG_FUNCS(adlp); |
| 8032 | CG_FUNCS(dg1); |
| 8033 | CG_FUNCS(gen12lp); |
| 8034 | CG_FUNCS(icl); |
| 8035 | CG_FUNCS(cfl); |
| 8036 | CG_FUNCS(skl); |
| 8037 | CG_FUNCS(kbl); |
| 8038 | CG_FUNCS(bxt); |
| 8039 | CG_FUNCS(glk); |
| 8040 | CG_FUNCS(bdw); |
| 8041 | CG_FUNCS(chv); |
| 8042 | CG_FUNCS(hsw); |
| 8043 | CG_FUNCS(ivb); |
| 8044 | CG_FUNCS(vlv); |
| 8045 | CG_FUNCS(gen6); |
| 8046 | CG_FUNCS(ilk); |
| 8047 | CG_FUNCS(g4x); |
| 8048 | CG_FUNCS(i965gm); |
| 8049 | CG_FUNCS(i965g); |
| 8050 | CG_FUNCS(gen3); |
| 8051 | CG_FUNCS(i85x); |
| 8052 | CG_FUNCS(i830); |
| 8053 | CG_FUNCS(nop); |
| 8054 | #undef CG_FUNCS |
| 8055 | |
Imre Deak | bb400da | 2016-03-16 13:38:54 +0200 | [diff] [blame] | 8056 | /** |
| 8057 | * intel_init_clock_gating_hooks - setup the clock gating hooks |
| 8058 | * @dev_priv: device private |
| 8059 | * |
| 8060 | * Setup the hooks that configure which clocks of a given platform can be |
| 8061 | * gated and also apply various GT and display specific workarounds for these |
| 8062 | * platforms. Note that some GT specific workarounds are applied separately |
| 8063 | * when GPU contexts or batchbuffers start their execution. |
| 8064 | */ |
| 8065 | void intel_init_clock_gating_hooks(struct drm_i915_private *dev_priv) |
| 8066 | { |
Matt Roper | 645cc0b | 2021-11-02 15:25:10 -0700 | [diff] [blame] | 8067 | if (IS_DG2(dev_priv)) |
| 8068 | dev_priv->clock_gating_funcs = &dg2_clock_gating_funcs; |
| 8069 | else if (IS_XEHPSDV(dev_priv)) |
Stuart Summers | d73dd1f | 2021-11-02 15:25:09 -0700 | [diff] [blame] | 8070 | dev_priv->clock_gating_funcs = &xehpsdv_clock_gating_funcs; |
| 8071 | else if (IS_ALDERLAKE_P(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8072 | dev_priv->clock_gating_funcs = &adlp_clock_gating_funcs; |
José Roberto de Souza | a8a56da | 2021-05-14 08:37:09 -0700 | [diff] [blame] | 8073 | else if (IS_DG1(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8074 | dev_priv->clock_gating_funcs = &dg1_clock_gating_funcs; |
Lucas De Marchi | 651e7d4 | 2021-06-05 21:50:49 -0700 | [diff] [blame] | 8075 | else if (GRAPHICS_VER(dev_priv) == 12) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8076 | dev_priv->clock_gating_funcs = &gen12lp_clock_gating_funcs; |
Lucas De Marchi | 651e7d4 | 2021-06-05 21:50:49 -0700 | [diff] [blame] | 8077 | else if (GRAPHICS_VER(dev_priv) == 11) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8078 | dev_priv->clock_gating_funcs = &icl_clock_gating_funcs; |
Chris Wilson | 5f4ae27 | 2020-06-02 15:05:40 +0100 | [diff] [blame] | 8079 | else if (IS_COFFEELAKE(dev_priv) || IS_COMETLAKE(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8080 | dev_priv->clock_gating_funcs = &cfl_clock_gating_funcs; |
Rodrigo Vivi | 90007bc | 2017-08-15 16:16:48 -0700 | [diff] [blame] | 8081 | else if (IS_SKYLAKE(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8082 | dev_priv->clock_gating_funcs = &skl_clock_gating_funcs; |
Rodrigo Vivi | 0a46ddd | 2017-08-30 21:52:23 -0700 | [diff] [blame] | 8083 | else if (IS_KABYLAKE(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8084 | dev_priv->clock_gating_funcs = &kbl_clock_gating_funcs; |
Ander Conselvan de Oliveira | 9fb5026 | 2017-01-26 11:16:58 +0200 | [diff] [blame] | 8085 | else if (IS_BROXTON(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8086 | dev_priv->clock_gating_funcs = &bxt_clock_gating_funcs; |
Ander Conselvan de Oliveira | 9fb5026 | 2017-01-26 11:16:58 +0200 | [diff] [blame] | 8087 | else if (IS_GEMINILAKE(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8088 | dev_priv->clock_gating_funcs = &glk_clock_gating_funcs; |
Imre Deak | bb400da | 2016-03-16 13:38:54 +0200 | [diff] [blame] | 8089 | else if (IS_BROADWELL(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8090 | dev_priv->clock_gating_funcs = &bdw_clock_gating_funcs; |
Imre Deak | bb400da | 2016-03-16 13:38:54 +0200 | [diff] [blame] | 8091 | else if (IS_CHERRYVIEW(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8092 | dev_priv->clock_gating_funcs = &chv_clock_gating_funcs; |
Imre Deak | bb400da | 2016-03-16 13:38:54 +0200 | [diff] [blame] | 8093 | else if (IS_HASWELL(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8094 | dev_priv->clock_gating_funcs = &hsw_clock_gating_funcs; |
Imre Deak | bb400da | 2016-03-16 13:38:54 +0200 | [diff] [blame] | 8095 | else if (IS_IVYBRIDGE(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8096 | dev_priv->clock_gating_funcs = &ivb_clock_gating_funcs; |
Imre Deak | bb400da | 2016-03-16 13:38:54 +0200 | [diff] [blame] | 8097 | else if (IS_VALLEYVIEW(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8098 | dev_priv->clock_gating_funcs = &vlv_clock_gating_funcs; |
Lucas De Marchi | 651e7d4 | 2021-06-05 21:50:49 -0700 | [diff] [blame] | 8099 | else if (GRAPHICS_VER(dev_priv) == 6) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8100 | dev_priv->clock_gating_funcs = &gen6_clock_gating_funcs; |
Lucas De Marchi | 651e7d4 | 2021-06-05 21:50:49 -0700 | [diff] [blame] | 8101 | else if (GRAPHICS_VER(dev_priv) == 5) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8102 | dev_priv->clock_gating_funcs = &ilk_clock_gating_funcs; |
Imre Deak | bb400da | 2016-03-16 13:38:54 +0200 | [diff] [blame] | 8103 | else if (IS_G4X(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8104 | dev_priv->clock_gating_funcs = &g4x_clock_gating_funcs; |
Jani Nikula | c0f8683 | 2016-12-07 12:13:04 +0200 | [diff] [blame] | 8105 | else if (IS_I965GM(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8106 | dev_priv->clock_gating_funcs = &i965gm_clock_gating_funcs; |
Jani Nikula | c0f8683 | 2016-12-07 12:13:04 +0200 | [diff] [blame] | 8107 | else if (IS_I965G(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8108 | dev_priv->clock_gating_funcs = &i965g_clock_gating_funcs; |
Lucas De Marchi | 651e7d4 | 2021-06-05 21:50:49 -0700 | [diff] [blame] | 8109 | else if (GRAPHICS_VER(dev_priv) == 3) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8110 | dev_priv->clock_gating_funcs = &gen3_clock_gating_funcs; |
Imre Deak | bb400da | 2016-03-16 13:38:54 +0200 | [diff] [blame] | 8111 | else if (IS_I85X(dev_priv) || IS_I865G(dev_priv)) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8112 | dev_priv->clock_gating_funcs = &i85x_clock_gating_funcs; |
Lucas De Marchi | 651e7d4 | 2021-06-05 21:50:49 -0700 | [diff] [blame] | 8113 | else if (GRAPHICS_VER(dev_priv) == 2) |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8114 | dev_priv->clock_gating_funcs = &i830_clock_gating_funcs; |
Imre Deak | bb400da | 2016-03-16 13:38:54 +0200 | [diff] [blame] | 8115 | else { |
| 8116 | MISSING_CASE(INTEL_DEVID(dev_priv)); |
Dave Airlie | eba4b79 | 2021-09-29 01:58:07 +0300 | [diff] [blame] | 8117 | dev_priv->clock_gating_funcs = &nop_clock_gating_funcs; |
Imre Deak | bb400da | 2016-03-16 13:38:54 +0200 | [diff] [blame] | 8118 | } |
| 8119 | } |
| 8120 | |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8121 | static const struct drm_i915_wm_disp_funcs skl_wm_funcs = { |
| 8122 | .compute_global_watermarks = skl_compute_wm, |
| 8123 | }; |
| 8124 | |
| 8125 | static const struct drm_i915_wm_disp_funcs ilk_wm_funcs = { |
| 8126 | .compute_pipe_wm = ilk_compute_pipe_wm, |
| 8127 | .compute_intermediate_wm = ilk_compute_intermediate_wm, |
| 8128 | .initial_watermarks = ilk_initial_watermarks, |
| 8129 | .optimize_watermarks = ilk_optimize_watermarks, |
| 8130 | }; |
| 8131 | |
| 8132 | static const struct drm_i915_wm_disp_funcs vlv_wm_funcs = { |
| 8133 | .compute_pipe_wm = vlv_compute_pipe_wm, |
| 8134 | .compute_intermediate_wm = vlv_compute_intermediate_wm, |
| 8135 | .initial_watermarks = vlv_initial_watermarks, |
| 8136 | .optimize_watermarks = vlv_optimize_watermarks, |
| 8137 | .atomic_update_watermarks = vlv_atomic_update_fifo, |
| 8138 | }; |
| 8139 | |
| 8140 | static const struct drm_i915_wm_disp_funcs g4x_wm_funcs = { |
| 8141 | .compute_pipe_wm = g4x_compute_pipe_wm, |
| 8142 | .compute_intermediate_wm = g4x_compute_intermediate_wm, |
| 8143 | .initial_watermarks = g4x_initial_watermarks, |
| 8144 | .optimize_watermarks = g4x_optimize_watermarks, |
| 8145 | }; |
| 8146 | |
| 8147 | static const struct drm_i915_wm_disp_funcs pnv_wm_funcs = { |
| 8148 | .update_wm = pnv_update_wm, |
| 8149 | }; |
| 8150 | |
| 8151 | static const struct drm_i915_wm_disp_funcs i965_wm_funcs = { |
| 8152 | .update_wm = i965_update_wm, |
| 8153 | }; |
| 8154 | |
| 8155 | static const struct drm_i915_wm_disp_funcs i9xx_wm_funcs = { |
| 8156 | .update_wm = i9xx_update_wm, |
| 8157 | }; |
| 8158 | |
| 8159 | static const struct drm_i915_wm_disp_funcs i845_wm_funcs = { |
| 8160 | .update_wm = i845_update_wm, |
| 8161 | }; |
| 8162 | |
| 8163 | static const struct drm_i915_wm_disp_funcs nop_funcs = { |
| 8164 | }; |
| 8165 | |
Eugeni Dodonov | 1fa6110 | 2012-04-18 15:29:26 -0300 | [diff] [blame] | 8166 | /* Set up chip specific power management-related functions */ |
Ville Syrjälä | 62d75df | 2016-10-31 22:37:25 +0200 | [diff] [blame] | 8167 | void intel_init_pm(struct drm_i915_private *dev_priv) |
Eugeni Dodonov | 1fa6110 | 2012-04-18 15:29:26 -0300 | [diff] [blame] | 8168 | { |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 8169 | /* For cxsr */ |
Ville Syrjälä | 9b1e14f | 2016-10-31 22:37:15 +0200 | [diff] [blame] | 8170 | if (IS_PINEVIEW(dev_priv)) |
Lucas De Marchi | 1d21822 | 2019-12-24 00:40:04 -0800 | [diff] [blame] | 8171 | pnv_get_mem_freq(dev_priv); |
Lucas De Marchi | 651e7d4 | 2021-06-05 21:50:49 -0700 | [diff] [blame] | 8172 | else if (GRAPHICS_VER(dev_priv) == 5) |
Lucas De Marchi | 9eae5e2 | 2019-12-24 00:40:09 -0800 | [diff] [blame] | 8173 | ilk_get_mem_freq(dev_priv); |
Daniel Vetter | c921aba | 2012-04-26 23:28:17 +0200 | [diff] [blame] | 8174 | |
James Ausmus | b068a86 | 2019-10-09 10:23:14 -0700 | [diff] [blame] | 8175 | if (intel_has_sagv(dev_priv)) |
| 8176 | skl_setup_sagv_block_time(dev_priv); |
| 8177 | |
Eugeni Dodonov | 1fa6110 | 2012-04-18 15:29:26 -0300 | [diff] [blame] | 8178 | /* For FIFO watermark updates */ |
Matt Roper | 7dadd28 | 2021-03-19 21:42:43 -0700 | [diff] [blame] | 8179 | if (DISPLAY_VER(dev_priv) >= 9) { |
Ville Syrjälä | bb72651 | 2016-10-31 22:37:24 +0200 | [diff] [blame] | 8180 | skl_setup_wm_latency(dev_priv); |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8181 | dev_priv->wm_disp = &skl_wm_funcs; |
Tvrtko Ursulin | 6e26695 | 2016-10-13 11:02:53 +0100 | [diff] [blame] | 8182 | } else if (HAS_PCH_SPLIT(dev_priv)) { |
Ville Syrjälä | bb72651 | 2016-10-31 22:37:24 +0200 | [diff] [blame] | 8183 | ilk_setup_wm_latency(dev_priv); |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 8184 | |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 8185 | if ((DISPLAY_VER(dev_priv) == 5 && dev_priv->wm.pri_latency[1] && |
Ville Syrjälä | bd60254 | 2014-01-07 16:14:10 +0200 | [diff] [blame] | 8186 | dev_priv->wm.spr_latency[1] && dev_priv->wm.cur_latency[1]) || |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 8187 | (DISPLAY_VER(dev_priv) != 5 && dev_priv->wm.pri_latency[0] && |
Ville Syrjälä | bd60254 | 2014-01-07 16:14:10 +0200 | [diff] [blame] | 8188 | dev_priv->wm.spr_latency[0] && dev_priv->wm.cur_latency[0])) { |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8189 | dev_priv->wm_disp = &ilk_wm_funcs; |
Ville Syrjälä | bd60254 | 2014-01-07 16:14:10 +0200 | [diff] [blame] | 8190 | } else { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 8191 | drm_dbg_kms(&dev_priv->drm, |
| 8192 | "Failed to read display plane latency. " |
| 8193 | "Disable CxSR\n"); |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8194 | dev_priv->wm_disp = &nop_funcs; |
Ville Syrjälä | bd60254 | 2014-01-07 16:14:10 +0200 | [diff] [blame] | 8195 | } |
Ville Syrjälä | 6b6b3ee | 2016-11-28 19:37:07 +0200 | [diff] [blame] | 8196 | } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) { |
Ville Syrjälä | bb72651 | 2016-10-31 22:37:24 +0200 | [diff] [blame] | 8197 | vlv_setup_wm_latency(dev_priv); |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8198 | dev_priv->wm_disp = &vlv_wm_funcs; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 8199 | } else if (IS_G4X(dev_priv)) { |
| 8200 | g4x_setup_wm_latency(dev_priv); |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8201 | dev_priv->wm_disp = &g4x_wm_funcs; |
Ville Syrjälä | 9b1e14f | 2016-10-31 22:37:15 +0200 | [diff] [blame] | 8202 | } else if (IS_PINEVIEW(dev_priv)) { |
Tvrtko Ursulin | 86d35d4 | 2019-03-26 07:40:54 +0000 | [diff] [blame] | 8203 | if (!intel_get_cxsr_latency(!IS_MOBILE(dev_priv), |
Eugeni Dodonov | 1fa6110 | 2012-04-18 15:29:26 -0300 | [diff] [blame] | 8204 | dev_priv->is_ddr3, |
| 8205 | dev_priv->fsb_freq, |
| 8206 | dev_priv->mem_freq)) { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 8207 | drm_info(&dev_priv->drm, |
| 8208 | "failed to find known CxSR latency " |
Eugeni Dodonov | 1fa6110 | 2012-04-18 15:29:26 -0300 | [diff] [blame] | 8209 | "(found ddr%s fsb freq %d, mem freq %d), " |
| 8210 | "disabling CxSR\n", |
| 8211 | (dev_priv->is_ddr3 == 1) ? "3" : "2", |
| 8212 | dev_priv->fsb_freq, dev_priv->mem_freq); |
| 8213 | /* Disable CxSR and never update its watermark again */ |
Imre Deak | 5209b1f | 2014-07-01 12:36:17 +0300 | [diff] [blame] | 8214 | intel_set_memory_cxsr(dev_priv, false); |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8215 | dev_priv->wm_disp = &nop_funcs; |
Eugeni Dodonov | 1fa6110 | 2012-04-18 15:29:26 -0300 | [diff] [blame] | 8216 | } else |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8217 | dev_priv->wm_disp = &pnv_wm_funcs; |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 8218 | } else if (DISPLAY_VER(dev_priv) == 4) { |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8219 | dev_priv->wm_disp = &i965_wm_funcs; |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 8220 | } else if (DISPLAY_VER(dev_priv) == 3) { |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8221 | dev_priv->wm_disp = &i9xx_wm_funcs; |
Lucas De Marchi | 93e7e61 | 2021-04-12 22:09:53 -0700 | [diff] [blame] | 8222 | } else if (DISPLAY_VER(dev_priv) == 2) { |
Dave Airlie | 758b2fc | 2021-09-29 01:57:46 +0300 | [diff] [blame] | 8223 | if (INTEL_NUM_PIPES(dev_priv) == 1) |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8224 | dev_priv->wm_disp = &i845_wm_funcs; |
Dave Airlie | 758b2fc | 2021-09-29 01:57:46 +0300 | [diff] [blame] | 8225 | else |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8226 | dev_priv->wm_disp = &i9xx_wm_funcs; |
Daniel Vetter | feb56b9 | 2013-12-14 20:38:30 -0200 | [diff] [blame] | 8227 | } else { |
Wambui Karuga | f8d18d5 | 2020-01-07 18:13:30 +0300 | [diff] [blame] | 8228 | drm_err(&dev_priv->drm, |
| 8229 | "unexpected fall-through in %s\n", __func__); |
Dave Airlie | dde98a5 | 2021-09-29 01:58:08 +0300 | [diff] [blame] | 8230 | dev_priv->wm_disp = &nop_funcs; |
Eugeni Dodonov | 1fa6110 | 2012-04-18 15:29:26 -0300 | [diff] [blame] | 8231 | } |
| 8232 | } |
| 8233 | |
Tvrtko Ursulin | 192aa18 | 2016-12-01 14:16:45 +0000 | [diff] [blame] | 8234 | void intel_pm_setup(struct drm_i915_private *dev_priv) |
Chris Wilson | 907b28c | 2013-07-19 20:36:52 +0100 | [diff] [blame] | 8235 | { |
Sagar Arun Kamble | ad1443f | 2017-10-10 22:30:04 +0100 | [diff] [blame] | 8236 | dev_priv->runtime_pm.suspended = false; |
| 8237 | atomic_set(&dev_priv->runtime_pm.wakeref_count, 0); |
Chris Wilson | 907b28c | 2013-07-19 20:36:52 +0100 | [diff] [blame] | 8238 | } |
Ville Syrjälä | 3cf43cd | 2020-02-25 19:11:13 +0200 | [diff] [blame] | 8239 | |
| 8240 | static struct intel_global_state *intel_dbuf_duplicate_state(struct intel_global_obj *obj) |
| 8241 | { |
| 8242 | struct intel_dbuf_state *dbuf_state; |
| 8243 | |
| 8244 | dbuf_state = kmemdup(obj->state, sizeof(*dbuf_state), GFP_KERNEL); |
| 8245 | if (!dbuf_state) |
| 8246 | return NULL; |
| 8247 | |
| 8248 | return &dbuf_state->base; |
| 8249 | } |
| 8250 | |
| 8251 | static void intel_dbuf_destroy_state(struct intel_global_obj *obj, |
| 8252 | struct intel_global_state *state) |
| 8253 | { |
| 8254 | kfree(state); |
| 8255 | } |
| 8256 | |
| 8257 | static const struct intel_global_state_funcs intel_dbuf_funcs = { |
| 8258 | .atomic_duplicate_state = intel_dbuf_duplicate_state, |
| 8259 | .atomic_destroy_state = intel_dbuf_destroy_state, |
| 8260 | }; |
| 8261 | |
| 8262 | struct intel_dbuf_state * |
| 8263 | intel_atomic_get_dbuf_state(struct intel_atomic_state *state) |
| 8264 | { |
| 8265 | struct drm_i915_private *dev_priv = to_i915(state->base.dev); |
| 8266 | struct intel_global_state *dbuf_state; |
| 8267 | |
| 8268 | dbuf_state = intel_atomic_get_global_obj_state(state, &dev_priv->dbuf.obj); |
| 8269 | if (IS_ERR(dbuf_state)) |
| 8270 | return ERR_CAST(dbuf_state); |
| 8271 | |
| 8272 | return to_intel_dbuf_state(dbuf_state); |
| 8273 | } |
| 8274 | |
| 8275 | int intel_dbuf_init(struct drm_i915_private *dev_priv) |
| 8276 | { |
| 8277 | struct intel_dbuf_state *dbuf_state; |
| 8278 | |
| 8279 | dbuf_state = kzalloc(sizeof(*dbuf_state), GFP_KERNEL); |
| 8280 | if (!dbuf_state) |
| 8281 | return -ENOMEM; |
| 8282 | |
| 8283 | intel_atomic_global_obj_init(dev_priv, &dev_priv->dbuf.obj, |
| 8284 | &dbuf_state->base, &intel_dbuf_funcs); |
| 8285 | |
| 8286 | return 0; |
| 8287 | } |
Ville Syrjälä | c7c0e7e | 2020-02-25 19:11:15 +0200 | [diff] [blame] | 8288 | |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 8289 | /* |
| 8290 | * Configure MBUS_CTL and all DBUF_CTL_S of each slice to join_mbus state before |
| 8291 | * update the request state of all DBUS slices. |
| 8292 | */ |
| 8293 | static void update_mbus_pre_enable(struct intel_atomic_state *state) |
| 8294 | { |
| 8295 | struct drm_i915_private *dev_priv = to_i915(state->base.dev); |
| 8296 | u32 mbus_ctl, dbuf_min_tracker_val; |
| 8297 | enum dbuf_slice slice; |
| 8298 | const struct intel_dbuf_state *dbuf_state = |
| 8299 | intel_atomic_get_new_dbuf_state(state); |
| 8300 | |
| 8301 | if (!IS_ALDERLAKE_P(dev_priv)) |
| 8302 | return; |
| 8303 | |
| 8304 | /* |
| 8305 | * TODO: Implement vblank synchronized MBUS joining changes. |
| 8306 | * Must be properly coordinated with dbuf reprogramming. |
| 8307 | */ |
| 8308 | if (dbuf_state->joined_mbus) { |
| 8309 | mbus_ctl = MBUS_HASHING_MODE_1x4 | MBUS_JOIN | |
| 8310 | MBUS_JOIN_PIPE_SELECT_NONE; |
| 8311 | dbuf_min_tracker_val = DBUF_MIN_TRACKER_STATE_SERVICE(3); |
| 8312 | } else { |
| 8313 | mbus_ctl = MBUS_HASHING_MODE_2x2 | |
| 8314 | MBUS_JOIN_PIPE_SELECT_NONE; |
| 8315 | dbuf_min_tracker_val = DBUF_MIN_TRACKER_STATE_SERVICE(1); |
| 8316 | } |
| 8317 | |
| 8318 | intel_de_rmw(dev_priv, MBUS_CTL, |
| 8319 | MBUS_HASHING_MODE_MASK | MBUS_JOIN | |
| 8320 | MBUS_JOIN_PIPE_SELECT_MASK, mbus_ctl); |
| 8321 | |
| 8322 | for_each_dbuf_slice(dev_priv, slice) |
| 8323 | intel_de_rmw(dev_priv, DBUF_CTL_S(slice), |
| 8324 | DBUF_MIN_TRACKER_STATE_SERVICE_MASK, |
| 8325 | dbuf_min_tracker_val); |
| 8326 | } |
| 8327 | |
Ville Syrjälä | c7c0e7e | 2020-02-25 19:11:15 +0200 | [diff] [blame] | 8328 | void intel_dbuf_pre_plane_update(struct intel_atomic_state *state) |
| 8329 | { |
| 8330 | struct drm_i915_private *dev_priv = to_i915(state->base.dev); |
| 8331 | const struct intel_dbuf_state *new_dbuf_state = |
| 8332 | intel_atomic_get_new_dbuf_state(state); |
| 8333 | const struct intel_dbuf_state *old_dbuf_state = |
| 8334 | intel_atomic_get_old_dbuf_state(state); |
| 8335 | |
| 8336 | if (!new_dbuf_state || |
Stanislav Lisovskiy | 0d6695b | 2021-05-27 14:01:06 +0300 | [diff] [blame] | 8337 | ((new_dbuf_state->enabled_slices == old_dbuf_state->enabled_slices) |
| 8338 | && (new_dbuf_state->joined_mbus == old_dbuf_state->joined_mbus))) |
Ville Syrjälä | c7c0e7e | 2020-02-25 19:11:15 +0200 | [diff] [blame] | 8339 | return; |
| 8340 | |
| 8341 | WARN_ON(!new_dbuf_state->base.changed); |
| 8342 | |
Vandita Kulkarni | f4dc008 | 2021-05-18 17:06:17 -0700 | [diff] [blame] | 8343 | update_mbus_pre_enable(state); |
Ville Syrjälä | c7c0e7e | 2020-02-25 19:11:15 +0200 | [diff] [blame] | 8344 | gen9_dbuf_slices_update(dev_priv, |
| 8345 | old_dbuf_state->enabled_slices | |
| 8346 | new_dbuf_state->enabled_slices); |
| 8347 | } |
| 8348 | |
| 8349 | void intel_dbuf_post_plane_update(struct intel_atomic_state *state) |
| 8350 | { |
| 8351 | struct drm_i915_private *dev_priv = to_i915(state->base.dev); |
| 8352 | const struct intel_dbuf_state *new_dbuf_state = |
| 8353 | intel_atomic_get_new_dbuf_state(state); |
| 8354 | const struct intel_dbuf_state *old_dbuf_state = |
| 8355 | intel_atomic_get_old_dbuf_state(state); |
| 8356 | |
| 8357 | if (!new_dbuf_state || |
Stanislav Lisovskiy | 0d6695b | 2021-05-27 14:01:06 +0300 | [diff] [blame] | 8358 | ((new_dbuf_state->enabled_slices == old_dbuf_state->enabled_slices) |
| 8359 | && (new_dbuf_state->joined_mbus == old_dbuf_state->joined_mbus))) |
Ville Syrjälä | c7c0e7e | 2020-02-25 19:11:15 +0200 | [diff] [blame] | 8360 | return; |
| 8361 | |
| 8362 | WARN_ON(!new_dbuf_state->base.changed); |
| 8363 | |
| 8364 | gen9_dbuf_slices_update(dev_priv, |
| 8365 | new_dbuf_state->enabled_slices); |
| 8366 | } |