blob: b891a6aa79809f5a64e34c04d3540a111679aff9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* i915_drv.c -- i830,i845,i855,i865,i915 driver -*- linux-c -*-
2 */
Dave Airlie0d6aa602006-01-02 20:14:23 +11003/*
Dave Airliebc54fd12005-06-23 22:46:46 +10004 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
6 * All Rights Reserved.
Dave Airliebc54fd12005-06-23 22:46:46 +10007 *
8 * Permission is hereby granted, free of charge, to any person obtaining a
9 * copy of this software and associated documentation files (the
10 * "Software"), to deal in the Software without restriction, including
11 * without limitation the rights to use, copy, modify, merge, publish,
12 * distribute, sub license, and/or sell copies of the Software, and to
13 * permit persons to whom the Software is furnished to do so, subject to
14 * the following conditions:
15 *
16 * The above copyright notice and this permission notice (including the
17 * next paragraph) shall be included in all copies or substantial portions
18 * of the Software.
19 *
20 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
23 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
24 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
25 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27 *
Dave Airlie0d6aa602006-01-02 20:14:23 +110028 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070029
Jesse Barnese5747e32014-06-12 08:35:47 -070030#include <linux/acpi.h>
Chris Wilson0673ad42016-06-24 14:00:22 +010031#include <linux/device.h>
32#include <linux/oom.h>
33#include <linux/module.h>
34#include <linux/pci.h>
35#include <linux/pm.h>
36#include <linux/pm_runtime.h>
37#include <linux/pnp.h>
38#include <linux/slab.h>
39#include <linux/vgaarb.h>
40#include <linux/vga_switcheroo.h>
41#include <linux/vt.h>
42#include <acpi/video.h>
43
Maarten Lankhorsta667fb42016-12-15 15:29:44 +010044#include <drm/drm_atomic_helper.h>
Sam Ravnborgd0e93592019-01-26 13:25:24 +010045#include <drm/drm_ioctl.h>
46#include <drm/drm_irq.h>
47#include <drm/drm_probe_helper.h>
David Howells760285e2012-10-02 18:01:07 +010048#include <drm/i915_drm.h>
Chris Wilson0673ad42016-06-24 14:00:22 +010049
Chris Wilson79ffac852019-04-24 21:07:17 +010050#include "gt/intel_gt_pm.h"
Chris Wilson112ed2d2019-04-24 18:48:39 +010051#include "gt/intel_reset.h"
Chris Wilson79ffac852019-04-24 21:07:17 +010052#include "gt/intel_workarounds.h"
Chris Wilson112ed2d2019-04-24 18:48:39 +010053
Linus Torvalds1da177e2005-04-16 15:20:36 -070054#include "i915_drv.h"
Jani Nikula440e2b32019-04-29 15:29:27 +030055#include "i915_irq.h"
Tvrtko Ursulinb46a33e2017-11-21 18:18:45 +000056#include "i915_pmu.h"
Lionel Landwerlina446ae22018-03-06 12:28:56 +000057#include "i915_query.h"
Jani Nikula331c2012019-04-05 14:00:03 +030058#include "i915_trace.h"
Chris Wilson0673ad42016-06-24 14:00:22 +010059#include "i915_vgpu.h"
Jani Nikula331c2012019-04-05 14:00:03 +030060#include "intel_audio.h"
Jani Nikulae7674ef2019-04-05 14:00:25 +030061#include "intel_cdclk.h"
Jani Nikula174594d2019-04-05 14:00:07 +030062#include "intel_csr.h"
Jani Nikula27fec1f2019-04-05 14:00:17 +030063#include "intel_dp.h"
Kenneth Graunkef49f0582010-09-11 01:19:14 -070064#include "intel_drv.h"
Jani Nikula6dfccb92019-04-05 14:00:16 +030065#include "intel_fbdev.h"
Jani Nikuladbeb38d2019-04-29 15:50:11 +030066#include "intel_hotplug.h"
Jani Nikula696173b2019-04-05 14:00:15 +030067#include "intel_pm.h"
Jani Nikulaf9a79f92019-04-05 14:00:24 +030068#include "intel_sprite.h"
Anusha Srivatsa5464cd62017-01-18 08:05:58 -080069#include "intel_uc.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
Kristian Høgsberg112b7152009-01-04 16:55:33 -050071static struct drm_driver driver;
72
Michal Wajdeczkofae919f2018-02-01 17:32:48 +000073#if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
Chris Wilson0673ad42016-06-24 14:00:22 +010074static unsigned int i915_load_fail_count;
75
76bool __i915_inject_load_failure(const char *func, int line)
77{
Michal Wajdeczko4f044a82017-09-19 19:38:44 +000078 if (i915_load_fail_count >= i915_modparams.inject_load_failure)
Chris Wilson0673ad42016-06-24 14:00:22 +010079 return false;
80
Michal Wajdeczko4f044a82017-09-19 19:38:44 +000081 if (++i915_load_fail_count == i915_modparams.inject_load_failure) {
Chris Wilson0673ad42016-06-24 14:00:22 +010082 DRM_INFO("Injecting failure at checkpoint %u [%s:%d]\n",
Michal Wajdeczko4f044a82017-09-19 19:38:44 +000083 i915_modparams.inject_load_failure, func, line);
Chris Wilsoncf68f0c2018-06-06 15:41:53 +010084 i915_modparams.inject_load_failure = 0;
Chris Wilson0673ad42016-06-24 14:00:22 +010085 return true;
86 }
87
88 return false;
89}
Chris Wilson51c18bf2018-06-09 12:10:58 +010090
91bool i915_error_injected(void)
92{
93 return i915_load_fail_count && !i915_modparams.inject_load_failure;
94}
95
Michal Wajdeczkofae919f2018-02-01 17:32:48 +000096#endif
Chris Wilson0673ad42016-06-24 14:00:22 +010097
98#define FDO_BUG_URL "https://bugs.freedesktop.org/enter_bug.cgi?product=DRI"
99#define FDO_BUG_MSG "Please file a bug at " FDO_BUG_URL " against DRM/Intel " \
100 "providing the dmesg log by booting with drm.debug=0xf"
101
102void
103__i915_printk(struct drm_i915_private *dev_priv, const char *level,
104 const char *fmt, ...)
105{
106 static bool shown_bug_once;
David Weinehallc49d13e2016-08-22 13:32:42 +0300107 struct device *kdev = dev_priv->drm.dev;
Chris Wilson0673ad42016-06-24 14:00:22 +0100108 bool is_error = level[1] <= KERN_ERR[1];
109 bool is_debug = level[1] == KERN_DEBUG[1];
110 struct va_format vaf;
111 va_list args;
112
113 if (is_debug && !(drm_debug & DRM_UT_DRIVER))
114 return;
115
116 va_start(args, fmt);
117
118 vaf.fmt = fmt;
119 vaf.va = &args;
120
Chris Wilson8cff1f42018-07-09 14:48:58 +0100121 if (is_error)
122 dev_printk(level, kdev, "%pV", &vaf);
123 else
124 dev_printk(level, kdev, "[" DRM_NAME ":%ps] %pV",
125 __builtin_return_address(0), &vaf);
126
127 va_end(args);
Chris Wilson0673ad42016-06-24 14:00:22 +0100128
129 if (is_error && !shown_bug_once) {
Chris Wilson4e8507b2018-05-06 19:31:47 +0100130 /*
131 * Ask the user to file a bug report for the error, except
132 * if they may have caused the bug by fiddling with unsafe
133 * module parameters.
134 */
135 if (!test_taint(TAINT_USER))
136 dev_notice(kdev, "%s", FDO_BUG_MSG);
Chris Wilson0673ad42016-06-24 14:00:22 +0100137 shown_bug_once = true;
138 }
Chris Wilson0673ad42016-06-24 14:00:22 +0100139}
140
Jani Nikulada6c10c22018-02-05 19:31:36 +0200141/* Map PCH device id to PCH type, or PCH_NONE if unknown. */
142static enum intel_pch
143intel_pch_type(const struct drm_i915_private *dev_priv, unsigned short id)
144{
145 switch (id) {
146 case INTEL_PCH_IBX_DEVICE_ID_TYPE:
147 DRM_DEBUG_KMS("Found Ibex Peak PCH\n");
Lucas De Marchicf819ef2018-12-12 10:10:43 -0800148 WARN_ON(!IS_GEN(dev_priv, 5));
Jani Nikulada6c10c22018-02-05 19:31:36 +0200149 return PCH_IBX;
150 case INTEL_PCH_CPT_DEVICE_ID_TYPE:
151 DRM_DEBUG_KMS("Found CougarPoint PCH\n");
Lucas De Marchicf819ef2018-12-12 10:10:43 -0800152 WARN_ON(!IS_GEN(dev_priv, 6) && !IS_IVYBRIDGE(dev_priv));
Jani Nikulada6c10c22018-02-05 19:31:36 +0200153 return PCH_CPT;
154 case INTEL_PCH_PPT_DEVICE_ID_TYPE:
155 DRM_DEBUG_KMS("Found PantherPoint PCH\n");
Lucas De Marchicf819ef2018-12-12 10:10:43 -0800156 WARN_ON(!IS_GEN(dev_priv, 6) && !IS_IVYBRIDGE(dev_priv));
Jani Nikulada6c10c22018-02-05 19:31:36 +0200157 /* PantherPoint is CPT compatible */
158 return PCH_CPT;
159 case INTEL_PCH_LPT_DEVICE_ID_TYPE:
160 DRM_DEBUG_KMS("Found LynxPoint PCH\n");
161 WARN_ON(!IS_HASWELL(dev_priv) && !IS_BROADWELL(dev_priv));
162 WARN_ON(IS_HSW_ULT(dev_priv) || IS_BDW_ULT(dev_priv));
163 return PCH_LPT;
164 case INTEL_PCH_LPT_LP_DEVICE_ID_TYPE:
165 DRM_DEBUG_KMS("Found LynxPoint LP PCH\n");
166 WARN_ON(!IS_HASWELL(dev_priv) && !IS_BROADWELL(dev_priv));
167 WARN_ON(!IS_HSW_ULT(dev_priv) && !IS_BDW_ULT(dev_priv));
168 return PCH_LPT;
169 case INTEL_PCH_WPT_DEVICE_ID_TYPE:
170 DRM_DEBUG_KMS("Found WildcatPoint PCH\n");
171 WARN_ON(!IS_HASWELL(dev_priv) && !IS_BROADWELL(dev_priv));
172 WARN_ON(IS_HSW_ULT(dev_priv) || IS_BDW_ULT(dev_priv));
173 /* WildcatPoint is LPT compatible */
174 return PCH_LPT;
175 case INTEL_PCH_WPT_LP_DEVICE_ID_TYPE:
176 DRM_DEBUG_KMS("Found WildcatPoint LP PCH\n");
177 WARN_ON(!IS_HASWELL(dev_priv) && !IS_BROADWELL(dev_priv));
178 WARN_ON(!IS_HSW_ULT(dev_priv) && !IS_BDW_ULT(dev_priv));
179 /* WildcatPoint is LPT compatible */
180 return PCH_LPT;
181 case INTEL_PCH_SPT_DEVICE_ID_TYPE:
182 DRM_DEBUG_KMS("Found SunrisePoint PCH\n");
183 WARN_ON(!IS_SKYLAKE(dev_priv) && !IS_KABYLAKE(dev_priv));
184 return PCH_SPT;
185 case INTEL_PCH_SPT_LP_DEVICE_ID_TYPE:
186 DRM_DEBUG_KMS("Found SunrisePoint LP PCH\n");
187 WARN_ON(!IS_SKYLAKE(dev_priv) && !IS_KABYLAKE(dev_priv));
188 return PCH_SPT;
189 case INTEL_PCH_KBP_DEVICE_ID_TYPE:
190 DRM_DEBUG_KMS("Found Kaby Lake PCH (KBP)\n");
191 WARN_ON(!IS_SKYLAKE(dev_priv) && !IS_KABYLAKE(dev_priv) &&
192 !IS_COFFEELAKE(dev_priv));
193 return PCH_KBP;
194 case INTEL_PCH_CNP_DEVICE_ID_TYPE:
195 DRM_DEBUG_KMS("Found Cannon Lake PCH (CNP)\n");
196 WARN_ON(!IS_CANNONLAKE(dev_priv) && !IS_COFFEELAKE(dev_priv));
197 return PCH_CNP;
198 case INTEL_PCH_CNP_LP_DEVICE_ID_TYPE:
199 DRM_DEBUG_KMS("Found Cannon Lake LP PCH (CNP-LP)\n");
200 WARN_ON(!IS_CANNONLAKE(dev_priv) && !IS_COFFEELAKE(dev_priv));
201 return PCH_CNP;
Anusha Srivatsa729ae332019-03-18 13:01:33 -0700202 case INTEL_PCH_CMP_DEVICE_ID_TYPE:
203 DRM_DEBUG_KMS("Found Comet Lake PCH (CMP)\n");
204 WARN_ON(!IS_COFFEELAKE(dev_priv));
205 /* CometPoint is CNP Compatible */
206 return PCH_CNP;
Jani Nikulada6c10c22018-02-05 19:31:36 +0200207 case INTEL_PCH_ICP_DEVICE_ID_TYPE:
208 DRM_DEBUG_KMS("Found Ice Lake PCH\n");
209 WARN_ON(!IS_ICELAKE(dev_priv));
210 return PCH_ICP;
211 default:
212 return PCH_NONE;
213 }
214}
Chris Wilson0673ad42016-06-24 14:00:22 +0100215
Jani Nikula435ad2c2018-02-05 19:31:37 +0200216static bool intel_is_virt_pch(unsigned short id,
217 unsigned short svendor, unsigned short sdevice)
218{
219 return (id == INTEL_PCH_P2X_DEVICE_ID_TYPE ||
220 id == INTEL_PCH_P3X_DEVICE_ID_TYPE ||
221 (id == INTEL_PCH_QEMU_DEVICE_ID_TYPE &&
222 svendor == PCI_SUBVENDOR_ID_REDHAT_QUMRANET &&
223 sdevice == PCI_SUBDEVICE_ID_QEMU));
224}
225
Jani Nikula40ace642018-02-05 19:31:38 +0200226static unsigned short
227intel_virt_detect_pch(const struct drm_i915_private *dev_priv)
Robert Beckett30c964a2015-08-28 13:10:22 +0100228{
Jani Nikula40ace642018-02-05 19:31:38 +0200229 unsigned short id = 0;
Robert Beckett30c964a2015-08-28 13:10:22 +0100230
231 /*
232 * In a virtualized passthrough environment we can be in a
233 * setup where the ISA bridge is not able to be passed through.
234 * In this case, a south bridge can be emulated and we have to
235 * make an educated guess as to which PCH is really there.
236 */
237
Rodrigo Vivi993298a2019-03-01 09:27:03 -0800238 if (IS_ICELAKE(dev_priv))
239 id = INTEL_PCH_ICP_DEVICE_ID_TYPE;
240 else if (IS_CANNONLAKE(dev_priv) || IS_COFFEELAKE(dev_priv))
241 id = INTEL_PCH_CNP_DEVICE_ID_TYPE;
242 else if (IS_KABYLAKE(dev_priv) || IS_SKYLAKE(dev_priv))
243 id = INTEL_PCH_SPT_DEVICE_ID_TYPE;
Jani Nikula40ace642018-02-05 19:31:38 +0200244 else if (IS_HSW_ULT(dev_priv) || IS_BDW_ULT(dev_priv))
245 id = INTEL_PCH_LPT_LP_DEVICE_ID_TYPE;
246 else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
247 id = INTEL_PCH_LPT_DEVICE_ID_TYPE;
Rodrigo Vivi993298a2019-03-01 09:27:03 -0800248 else if (IS_GEN(dev_priv, 6) || IS_IVYBRIDGE(dev_priv))
249 id = INTEL_PCH_CPT_DEVICE_ID_TYPE;
250 else if (IS_GEN(dev_priv, 5))
251 id = INTEL_PCH_IBX_DEVICE_ID_TYPE;
Robert Beckett30c964a2015-08-28 13:10:22 +0100252
Jani Nikula40ace642018-02-05 19:31:38 +0200253 if (id)
254 DRM_DEBUG_KMS("Assuming PCH ID %04x\n", id);
255 else
256 DRM_DEBUG_KMS("Assuming no PCH\n");
257
258 return id;
Robert Beckett30c964a2015-08-28 13:10:22 +0100259}
260
Tvrtko Ursulinda5f53b2016-12-01 14:16:40 +0000261static void intel_detect_pch(struct drm_i915_private *dev_priv)
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800262{
Imre Deakbcdb72a2014-02-14 20:23:54 +0200263 struct pci_dev *pch = NULL;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800264
265 /*
266 * The reason to probe ISA bridge instead of Dev31:Fun0 is to
267 * make graphics device passthrough work easy for VMM, that only
268 * need to expose ISA bridge to let driver know the real hardware
269 * underneath. This is a requirement from virtualization team.
Rui Guo6a9c4b32013-06-19 21:10:23 +0800270 *
271 * In some virtualized environments (e.g. XEN), there is irrelevant
272 * ISA bridge in the system. To work reliably, we should scan trhough
273 * all the ISA bridge devices and check for the first match, instead
274 * of only checking the first one.
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800275 */
Imre Deakbcdb72a2014-02-14 20:23:54 +0200276 while ((pch = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, pch))) {
Jani Nikulad67c0ac2018-02-02 15:04:16 +0200277 unsigned short id;
Jani Nikulada6c10c22018-02-05 19:31:36 +0200278 enum intel_pch pch_type;
Ville Syrjäläc5e855d2017-06-21 20:49:44 +0300279
Jani Nikulad67c0ac2018-02-02 15:04:16 +0200280 if (pch->vendor != PCI_VENDOR_ID_INTEL)
281 continue;
Dhinakaran Pandiyanec7e0bb2017-06-02 13:06:40 -0700282
Jani Nikulad67c0ac2018-02-02 15:04:16 +0200283 id = pch->device & INTEL_PCH_DEVICE_ID_MASK;
Imre Deakbcdb72a2014-02-14 20:23:54 +0200284
Jani Nikulada6c10c22018-02-05 19:31:36 +0200285 pch_type = intel_pch_type(dev_priv, id);
286 if (pch_type != PCH_NONE) {
287 dev_priv->pch_type = pch_type;
Jani Nikula40ace642018-02-05 19:31:38 +0200288 dev_priv->pch_id = id;
289 break;
Jani Nikula435ad2c2018-02-05 19:31:37 +0200290 } else if (intel_is_virt_pch(id, pch->subsystem_vendor,
Jani Nikula40ace642018-02-05 19:31:38 +0200291 pch->subsystem_device)) {
292 id = intel_virt_detect_pch(dev_priv);
Jani Nikula85b17e62018-06-08 15:33:28 +0300293 pch_type = intel_pch_type(dev_priv, id);
294
295 /* Sanity check virtual PCH id */
296 if (WARN_ON(id && pch_type == PCH_NONE))
297 id = 0;
298
Jani Nikula40ace642018-02-05 19:31:38 +0200299 dev_priv->pch_type = pch_type;
300 dev_priv->pch_id = id;
301 break;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800302 }
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800303 }
Jani Nikula07ba0a82018-06-08 15:33:30 +0300304
305 /*
306 * Use PCH_NOP (PCH but no South Display) for PCH platforms without
307 * display.
308 */
José Roberto de Souzae1bf0942018-11-30 15:20:47 -0800309 if (pch && !HAS_DISPLAY(dev_priv)) {
Jani Nikula07ba0a82018-06-08 15:33:30 +0300310 DRM_DEBUG_KMS("Display disabled, reverting to NOP PCH\n");
311 dev_priv->pch_type = PCH_NOP;
312 dev_priv->pch_id = 0;
313 }
314
Rui Guo6a9c4b32013-06-19 21:10:23 +0800315 if (!pch)
Imre Deakbcdb72a2014-02-14 20:23:54 +0200316 DRM_DEBUG_KMS("No PCH found.\n");
317
318 pci_dev_put(pch);
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800319}
320
Ville Syrjälä6a20fe72018-02-07 18:48:41 +0200321static int i915_getparam_ioctl(struct drm_device *dev, void *data,
322 struct drm_file *file_priv)
Chris Wilson0673ad42016-06-24 14:00:22 +0100323{
Chris Wilsonfac5e232016-07-04 11:34:36 +0100324 struct drm_i915_private *dev_priv = to_i915(dev);
David Weinehall52a05c32016-08-22 13:32:44 +0300325 struct pci_dev *pdev = dev_priv->drm.pdev;
Chris Wilson0673ad42016-06-24 14:00:22 +0100326 drm_i915_getparam_t *param = data;
327 int value;
328
329 switch (param->param) {
330 case I915_PARAM_IRQ_ACTIVE:
331 case I915_PARAM_ALLOW_BATCHBUFFER:
332 case I915_PARAM_LAST_DISPATCH:
Kenneth Graunkeef0f4112017-02-15 01:34:46 -0800333 case I915_PARAM_HAS_EXEC_CONSTANTS:
Chris Wilson0673ad42016-06-24 14:00:22 +0100334 /* Reject all old ums/dri params. */
335 return -ENODEV;
336 case I915_PARAM_CHIPSET_ID:
David Weinehall52a05c32016-08-22 13:32:44 +0300337 value = pdev->device;
Chris Wilson0673ad42016-06-24 14:00:22 +0100338 break;
339 case I915_PARAM_REVISION:
David Weinehall52a05c32016-08-22 13:32:44 +0300340 value = pdev->revision;
Chris Wilson0673ad42016-06-24 14:00:22 +0100341 break;
Chris Wilson0673ad42016-06-24 14:00:22 +0100342 case I915_PARAM_NUM_FENCES_AVAIL:
343 value = dev_priv->num_fence_regs;
344 break;
345 case I915_PARAM_HAS_OVERLAY:
346 value = dev_priv->overlay ? 1 : 0;
347 break;
Chris Wilson0673ad42016-06-24 14:00:22 +0100348 case I915_PARAM_HAS_BSD:
Chris Wilson8a68d462019-03-05 18:03:30 +0000349 value = !!dev_priv->engine[VCS0];
Chris Wilson0673ad42016-06-24 14:00:22 +0100350 break;
351 case I915_PARAM_HAS_BLT:
Chris Wilson8a68d462019-03-05 18:03:30 +0000352 value = !!dev_priv->engine[BCS0];
Chris Wilson0673ad42016-06-24 14:00:22 +0100353 break;
354 case I915_PARAM_HAS_VEBOX:
Chris Wilson8a68d462019-03-05 18:03:30 +0000355 value = !!dev_priv->engine[VECS0];
Chris Wilson0673ad42016-06-24 14:00:22 +0100356 break;
357 case I915_PARAM_HAS_BSD2:
Chris Wilson8a68d462019-03-05 18:03:30 +0000358 value = !!dev_priv->engine[VCS1];
Chris Wilson0673ad42016-06-24 14:00:22 +0100359 break;
Chris Wilson0673ad42016-06-24 14:00:22 +0100360 case I915_PARAM_HAS_LLC:
David Weinehall16162472016-09-02 13:46:17 +0300361 value = HAS_LLC(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100362 break;
363 case I915_PARAM_HAS_WT:
David Weinehall16162472016-09-02 13:46:17 +0300364 value = HAS_WT(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100365 break;
366 case I915_PARAM_HAS_ALIASING_PPGTT:
Chris Wilson51d623b2019-03-14 22:38:37 +0000367 value = INTEL_PPGTT(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100368 break;
369 case I915_PARAM_HAS_SEMAPHORES:
Chris Wilsone8861962019-03-01 17:09:00 +0000370 value = !!(dev_priv->caps.scheduler & I915_SCHEDULER_CAP_SEMAPHORES);
Chris Wilson0673ad42016-06-24 14:00:22 +0100371 break;
Chris Wilson0673ad42016-06-24 14:00:22 +0100372 case I915_PARAM_HAS_SECURE_BATCHES:
373 value = capable(CAP_SYS_ADMIN);
374 break;
Chris Wilson0673ad42016-06-24 14:00:22 +0100375 case I915_PARAM_CMD_PARSER_VERSION:
376 value = i915_cmd_parser_get_version(dev_priv);
377 break;
Chris Wilson0673ad42016-06-24 14:00:22 +0100378 case I915_PARAM_SUBSLICE_TOTAL:
Jani Nikula02584042018-12-31 16:56:41 +0200379 value = sseu_subslice_total(&RUNTIME_INFO(dev_priv)->sseu);
Chris Wilson0673ad42016-06-24 14:00:22 +0100380 if (!value)
381 return -ENODEV;
382 break;
383 case I915_PARAM_EU_TOTAL:
Jani Nikula02584042018-12-31 16:56:41 +0200384 value = RUNTIME_INFO(dev_priv)->sseu.eu_total;
Chris Wilson0673ad42016-06-24 14:00:22 +0100385 if (!value)
386 return -ENODEV;
387 break;
388 case I915_PARAM_HAS_GPU_RESET:
Michal Wajdeczko4f044a82017-09-19 19:38:44 +0000389 value = i915_modparams.enable_hangcheck &&
390 intel_has_gpu_reset(dev_priv);
Michel Thierry142bc7d2017-06-20 10:57:46 +0100391 if (value && intel_has_reset_engine(dev_priv))
392 value = 2;
Chris Wilson0673ad42016-06-24 14:00:22 +0100393 break;
394 case I915_PARAM_HAS_RESOURCE_STREAMER:
Lucas De Marchi08e3e212018-08-03 16:24:43 -0700395 value = 0;
Chris Wilson0673ad42016-06-24 14:00:22 +0100396 break;
arun.siluvery@linux.intel.com37f501a2016-07-01 11:43:02 +0100397 case I915_PARAM_HAS_POOLED_EU:
David Weinehall16162472016-09-02 13:46:17 +0300398 value = HAS_POOLED_EU(dev_priv);
arun.siluvery@linux.intel.com37f501a2016-07-01 11:43:02 +0100399 break;
400 case I915_PARAM_MIN_EU_IN_POOL:
Jani Nikula02584042018-12-31 16:56:41 +0200401 value = RUNTIME_INFO(dev_priv)->sseu.min_eu_in_pool;
arun.siluvery@linux.intel.com37f501a2016-07-01 11:43:02 +0100402 break;
Anusha Srivatsa5464cd62017-01-18 08:05:58 -0800403 case I915_PARAM_HUC_STATUS:
Michal Wajdeczkofa265272018-03-14 20:04:29 +0000404 value = intel_huc_check_status(&dev_priv->huc);
405 if (value < 0)
406 return value;
Anusha Srivatsa5464cd62017-01-18 08:05:58 -0800407 break;
Chris Wilson4cc69072016-08-25 19:05:19 +0100408 case I915_PARAM_MMAP_GTT_VERSION:
409 /* Though we've started our numbering from 1, and so class all
410 * earlier versions as 0, in effect their value is undefined as
411 * the ioctl will report EINVAL for the unknown param!
412 */
413 value = i915_gem_mmap_gtt_version();
414 break;
Chris Wilson0de91362016-11-14 20:41:01 +0000415 case I915_PARAM_HAS_SCHEDULER:
Chris Wilson3fed1802018-02-07 21:05:43 +0000416 value = dev_priv->caps.scheduler;
Chris Wilson0de91362016-11-14 20:41:01 +0000417 break;
Chris Wilsonbeecec92017-10-03 21:34:52 +0100418
David Weinehall16162472016-09-02 13:46:17 +0300419 case I915_PARAM_MMAP_VERSION:
420 /* Remember to bump this if the version changes! */
421 case I915_PARAM_HAS_GEM:
422 case I915_PARAM_HAS_PAGEFLIPPING:
423 case I915_PARAM_HAS_EXECBUF2: /* depends on GEM */
424 case I915_PARAM_HAS_RELAXED_FENCING:
425 case I915_PARAM_HAS_COHERENT_RINGS:
426 case I915_PARAM_HAS_RELAXED_DELTA:
427 case I915_PARAM_HAS_GEN7_SOL_RESET:
428 case I915_PARAM_HAS_WAIT_TIMEOUT:
429 case I915_PARAM_HAS_PRIME_VMAP_FLUSH:
430 case I915_PARAM_HAS_PINNED_BATCHES:
431 case I915_PARAM_HAS_EXEC_NO_RELOC:
432 case I915_PARAM_HAS_EXEC_HANDLE_LUT:
433 case I915_PARAM_HAS_COHERENT_PHYS_GTT:
434 case I915_PARAM_HAS_EXEC_SOFTPIN:
Chris Wilson77ae9952017-01-27 09:40:07 +0000435 case I915_PARAM_HAS_EXEC_ASYNC:
Chris Wilsonfec04452017-01-27 09:40:08 +0000436 case I915_PARAM_HAS_EXEC_FENCE:
Chris Wilsonb0fd47a2017-04-15 10:39:02 +0100437 case I915_PARAM_HAS_EXEC_CAPTURE:
Chris Wilson1a71cf22017-06-16 15:05:23 +0100438 case I915_PARAM_HAS_EXEC_BATCH_FIRST:
Jason Ekstrandcf6e7ba2017-08-15 15:57:33 +0100439 case I915_PARAM_HAS_EXEC_FENCE_ARRAY:
David Weinehall16162472016-09-02 13:46:17 +0300440 /* For the time being all of these are always true;
441 * if some supported hardware does not have one of these
442 * features this value needs to be provided from
443 * INTEL_INFO(), a feature macro, or similar.
444 */
445 value = 1;
446 break;
Chris Wilsond2b4b972017-11-10 14:26:33 +0000447 case I915_PARAM_HAS_CONTEXT_ISOLATION:
448 value = intel_engines_has_context_isolation(dev_priv);
449 break;
Robert Bragg7fed5552017-06-13 12:22:59 +0100450 case I915_PARAM_SLICE_MASK:
Jani Nikula02584042018-12-31 16:56:41 +0200451 value = RUNTIME_INFO(dev_priv)->sseu.slice_mask;
Robert Bragg7fed5552017-06-13 12:22:59 +0100452 if (!value)
453 return -ENODEV;
454 break;
Robert Braggf5320232017-06-13 12:23:00 +0100455 case I915_PARAM_SUBSLICE_MASK:
Jani Nikula02584042018-12-31 16:56:41 +0200456 value = RUNTIME_INFO(dev_priv)->sseu.subslice_mask[0];
Robert Braggf5320232017-06-13 12:23:00 +0100457 if (!value)
458 return -ENODEV;
459 break;
Lionel Landwerlindab91782017-11-10 19:08:44 +0000460 case I915_PARAM_CS_TIMESTAMP_FREQUENCY:
Jani Nikula02584042018-12-31 16:56:41 +0200461 value = 1000 * RUNTIME_INFO(dev_priv)->cs_timestamp_frequency_khz;
Lionel Landwerlindab91782017-11-10 19:08:44 +0000462 break;
Chris Wilson900ccf32018-07-20 11:19:10 +0100463 case I915_PARAM_MMAP_GTT_COHERENT:
464 value = INTEL_INFO(dev_priv)->has_coherent_ggtt;
465 break;
Chris Wilson0673ad42016-06-24 14:00:22 +0100466 default:
467 DRM_DEBUG("Unknown parameter %d\n", param->param);
468 return -EINVAL;
469 }
470
Chris Wilsondda33002016-06-24 14:00:23 +0100471 if (put_user(value, param->value))
Chris Wilson0673ad42016-06-24 14:00:22 +0100472 return -EFAULT;
Chris Wilson0673ad42016-06-24 14:00:22 +0100473
474 return 0;
475}
476
Tvrtko Ursulinda5f53b2016-12-01 14:16:40 +0000477static int i915_get_bridge_dev(struct drm_i915_private *dev_priv)
Chris Wilson0673ad42016-06-24 14:00:22 +0100478{
Sinan Kaya57b296462017-11-27 11:57:46 -0500479 int domain = pci_domain_nr(dev_priv->drm.pdev->bus);
480
481 dev_priv->bridge_dev =
482 pci_get_domain_bus_and_slot(domain, 0, PCI_DEVFN(0, 0));
Chris Wilson0673ad42016-06-24 14:00:22 +0100483 if (!dev_priv->bridge_dev) {
484 DRM_ERROR("bridge device not found\n");
485 return -1;
486 }
487 return 0;
488}
489
490/* Allocate space for the MCH regs if needed, return nonzero on error */
491static int
Tvrtko Ursulinda5f53b2016-12-01 14:16:40 +0000492intel_alloc_mchbar_resource(struct drm_i915_private *dev_priv)
Chris Wilson0673ad42016-06-24 14:00:22 +0100493{
Tvrtko Ursulin514e1d62016-11-04 14:42:48 +0000494 int reg = INTEL_GEN(dev_priv) >= 4 ? MCHBAR_I965 : MCHBAR_I915;
Chris Wilson0673ad42016-06-24 14:00:22 +0100495 u32 temp_lo, temp_hi = 0;
496 u64 mchbar_addr;
497 int ret;
498
Tvrtko Ursulin514e1d62016-11-04 14:42:48 +0000499 if (INTEL_GEN(dev_priv) >= 4)
Chris Wilson0673ad42016-06-24 14:00:22 +0100500 pci_read_config_dword(dev_priv->bridge_dev, reg + 4, &temp_hi);
501 pci_read_config_dword(dev_priv->bridge_dev, reg, &temp_lo);
502 mchbar_addr = ((u64)temp_hi << 32) | temp_lo;
503
504 /* If ACPI doesn't have it, assume we need to allocate it ourselves */
505#ifdef CONFIG_PNP
506 if (mchbar_addr &&
507 pnp_range_reserved(mchbar_addr, mchbar_addr + MCHBAR_SIZE))
508 return 0;
509#endif
510
511 /* Get some space for it */
512 dev_priv->mch_res.name = "i915 MCHBAR";
513 dev_priv->mch_res.flags = IORESOURCE_MEM;
514 ret = pci_bus_alloc_resource(dev_priv->bridge_dev->bus,
515 &dev_priv->mch_res,
516 MCHBAR_SIZE, MCHBAR_SIZE,
517 PCIBIOS_MIN_MEM,
518 0, pcibios_align_resource,
519 dev_priv->bridge_dev);
520 if (ret) {
521 DRM_DEBUG_DRIVER("failed bus alloc: %d\n", ret);
522 dev_priv->mch_res.start = 0;
523 return ret;
524 }
525
Tvrtko Ursulin514e1d62016-11-04 14:42:48 +0000526 if (INTEL_GEN(dev_priv) >= 4)
Chris Wilson0673ad42016-06-24 14:00:22 +0100527 pci_write_config_dword(dev_priv->bridge_dev, reg + 4,
528 upper_32_bits(dev_priv->mch_res.start));
529
530 pci_write_config_dword(dev_priv->bridge_dev, reg,
531 lower_32_bits(dev_priv->mch_res.start));
532 return 0;
533}
534
535/* Setup MCHBAR if possible, return true if we should disable it again */
536static void
Tvrtko Ursulinda5f53b2016-12-01 14:16:40 +0000537intel_setup_mchbar(struct drm_i915_private *dev_priv)
Chris Wilson0673ad42016-06-24 14:00:22 +0100538{
Tvrtko Ursulin514e1d62016-11-04 14:42:48 +0000539 int mchbar_reg = INTEL_GEN(dev_priv) >= 4 ? MCHBAR_I965 : MCHBAR_I915;
Chris Wilson0673ad42016-06-24 14:00:22 +0100540 u32 temp;
541 bool enabled;
542
Tvrtko Ursulin920a14b2016-10-14 10:13:44 +0100543 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
Chris Wilson0673ad42016-06-24 14:00:22 +0100544 return;
545
546 dev_priv->mchbar_need_disable = false;
547
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +0100548 if (IS_I915G(dev_priv) || IS_I915GM(dev_priv)) {
Chris Wilson0673ad42016-06-24 14:00:22 +0100549 pci_read_config_dword(dev_priv->bridge_dev, DEVEN, &temp);
550 enabled = !!(temp & DEVEN_MCHBAR_EN);
551 } else {
552 pci_read_config_dword(dev_priv->bridge_dev, mchbar_reg, &temp);
553 enabled = temp & 1;
554 }
555
556 /* If it's already enabled, don't have to do anything */
557 if (enabled)
558 return;
559
Tvrtko Ursulinda5f53b2016-12-01 14:16:40 +0000560 if (intel_alloc_mchbar_resource(dev_priv))
Chris Wilson0673ad42016-06-24 14:00:22 +0100561 return;
562
563 dev_priv->mchbar_need_disable = true;
564
565 /* Space is allocated or reserved, so enable it. */
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +0100566 if (IS_I915G(dev_priv) || IS_I915GM(dev_priv)) {
Chris Wilson0673ad42016-06-24 14:00:22 +0100567 pci_write_config_dword(dev_priv->bridge_dev, DEVEN,
568 temp | DEVEN_MCHBAR_EN);
569 } else {
570 pci_read_config_dword(dev_priv->bridge_dev, mchbar_reg, &temp);
571 pci_write_config_dword(dev_priv->bridge_dev, mchbar_reg, temp | 1);
572 }
573}
574
575static void
Tvrtko Ursulinda5f53b2016-12-01 14:16:40 +0000576intel_teardown_mchbar(struct drm_i915_private *dev_priv)
Chris Wilson0673ad42016-06-24 14:00:22 +0100577{
Tvrtko Ursulin514e1d62016-11-04 14:42:48 +0000578 int mchbar_reg = INTEL_GEN(dev_priv) >= 4 ? MCHBAR_I965 : MCHBAR_I915;
Chris Wilson0673ad42016-06-24 14:00:22 +0100579
580 if (dev_priv->mchbar_need_disable) {
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +0100581 if (IS_I915G(dev_priv) || IS_I915GM(dev_priv)) {
Chris Wilson0673ad42016-06-24 14:00:22 +0100582 u32 deven_val;
583
584 pci_read_config_dword(dev_priv->bridge_dev, DEVEN,
585 &deven_val);
586 deven_val &= ~DEVEN_MCHBAR_EN;
587 pci_write_config_dword(dev_priv->bridge_dev, DEVEN,
588 deven_val);
589 } else {
590 u32 mchbar_val;
591
592 pci_read_config_dword(dev_priv->bridge_dev, mchbar_reg,
593 &mchbar_val);
594 mchbar_val &= ~1;
595 pci_write_config_dword(dev_priv->bridge_dev, mchbar_reg,
596 mchbar_val);
597 }
598 }
599
600 if (dev_priv->mch_res.start)
601 release_resource(&dev_priv->mch_res);
602}
603
604/* true = enable decode, false = disable decoder */
605static unsigned int i915_vga_set_decode(void *cookie, bool state)
606{
Tvrtko Ursulinda5f53b2016-12-01 14:16:40 +0000607 struct drm_i915_private *dev_priv = cookie;
Chris Wilson0673ad42016-06-24 14:00:22 +0100608
Tvrtko Ursulinda5f53b2016-12-01 14:16:40 +0000609 intel_modeset_vga_set_state(dev_priv, state);
Chris Wilson0673ad42016-06-24 14:00:22 +0100610 if (state)
611 return VGA_RSRC_LEGACY_IO | VGA_RSRC_LEGACY_MEM |
612 VGA_RSRC_NORMAL_IO | VGA_RSRC_NORMAL_MEM;
613 else
614 return VGA_RSRC_NORMAL_IO | VGA_RSRC_NORMAL_MEM;
615}
616
Tvrtko Ursulin7f26cb82016-12-01 14:16:41 +0000617static int i915_resume_switcheroo(struct drm_device *dev);
618static int i915_suspend_switcheroo(struct drm_device *dev, pm_message_t state);
619
Chris Wilson0673ad42016-06-24 14:00:22 +0100620static void i915_switcheroo_set_state(struct pci_dev *pdev, enum vga_switcheroo_state state)
621{
622 struct drm_device *dev = pci_get_drvdata(pdev);
623 pm_message_t pmm = { .event = PM_EVENT_SUSPEND };
624
625 if (state == VGA_SWITCHEROO_ON) {
626 pr_info("switched on\n");
627 dev->switch_power_state = DRM_SWITCH_POWER_CHANGING;
628 /* i915 resume handler doesn't set to D0 */
David Weinehall52a05c32016-08-22 13:32:44 +0300629 pci_set_power_state(pdev, PCI_D0);
Chris Wilson0673ad42016-06-24 14:00:22 +0100630 i915_resume_switcheroo(dev);
631 dev->switch_power_state = DRM_SWITCH_POWER_ON;
632 } else {
633 pr_info("switched off\n");
634 dev->switch_power_state = DRM_SWITCH_POWER_CHANGING;
635 i915_suspend_switcheroo(dev, pmm);
636 dev->switch_power_state = DRM_SWITCH_POWER_OFF;
637 }
638}
639
640static bool i915_switcheroo_can_switch(struct pci_dev *pdev)
641{
642 struct drm_device *dev = pci_get_drvdata(pdev);
643
644 /*
645 * FIXME: open_count is protected by drm_global_mutex but that would lead to
646 * locking inversion with the driver load path. And the access here is
647 * completely racy anyway. So don't bother with locking for now.
648 */
649 return dev->open_count == 0;
650}
651
652static const struct vga_switcheroo_client_ops i915_switcheroo_ops = {
653 .set_gpu_state = i915_switcheroo_set_state,
654 .reprobe = NULL,
655 .can_switch = i915_switcheroo_can_switch,
656};
657
Chris Wilson0673ad42016-06-24 14:00:22 +0100658static int i915_load_modeset_init(struct drm_device *dev)
659{
Chris Wilsonfac5e232016-07-04 11:34:36 +0100660 struct drm_i915_private *dev_priv = to_i915(dev);
David Weinehall52a05c32016-08-22 13:32:44 +0300661 struct pci_dev *pdev = dev_priv->drm.pdev;
Chris Wilson0673ad42016-06-24 14:00:22 +0100662 int ret;
663
664 if (i915_inject_load_failure())
665 return -ENODEV;
666
José Roberto de Souzae1bf0942018-11-30 15:20:47 -0800667 if (HAS_DISPLAY(dev_priv)) {
José Roberto de Souza8d3bf1a2018-11-07 16:16:44 -0800668 ret = drm_vblank_init(&dev_priv->drm,
669 INTEL_INFO(dev_priv)->num_pipes);
670 if (ret)
671 goto out;
672 }
673
Jani Nikula66578852017-03-10 15:27:57 +0200674 intel_bios_init(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100675
676 /* If we have > 1 VGA cards, then we need to arbitrate access
677 * to the common VGA resources.
678 *
679 * If we are a secondary display controller (!PCI_DISPLAY_CLASS_VGA),
680 * then we do not take part in VGA arbitration and the
681 * vga_client_register() fails with -ENODEV.
682 */
Tvrtko Ursulinda5f53b2016-12-01 14:16:40 +0000683 ret = vga_client_register(pdev, dev_priv, NULL, i915_vga_set_decode);
Chris Wilson0673ad42016-06-24 14:00:22 +0100684 if (ret && ret != -ENODEV)
685 goto out;
686
687 intel_register_dsm_handler();
688
David Weinehall52a05c32016-08-22 13:32:44 +0300689 ret = vga_switcheroo_register_client(pdev, &i915_switcheroo_ops, false);
Chris Wilson0673ad42016-06-24 14:00:22 +0100690 if (ret)
691 goto cleanup_vga_client;
692
693 /* must happen before intel_power_domains_init_hw() on VLV/CHV */
694 intel_update_rawclk(dev_priv);
695
696 intel_power_domains_init_hw(dev_priv, false);
697
698 intel_csr_ucode_init(dev_priv);
699
700 ret = intel_irq_install(dev_priv);
701 if (ret)
702 goto cleanup_csr;
703
Tvrtko Ursulin40196442016-12-01 14:16:42 +0000704 intel_setup_gmbus(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100705
706 /* Important: The output setup functions called by modeset_init need
707 * working irqs for e.g. gmbus and dp aux transfers. */
Ville Syrjäläb079bd172016-10-25 18:58:02 +0300708 ret = intel_modeset_init(dev);
709 if (ret)
710 goto cleanup_irq;
Chris Wilson0673ad42016-06-24 14:00:22 +0100711
Tvrtko Ursulinbf9e8422016-12-01 14:16:38 +0000712 ret = i915_gem_init(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100713 if (ret)
Chris Wilson73bad7c2018-07-10 10:44:21 +0100714 goto cleanup_modeset;
Chris Wilson0673ad42016-06-24 14:00:22 +0100715
José Roberto de Souza58db08a72018-11-07 16:16:47 -0800716 intel_overlay_setup(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100717
José Roberto de Souzae1bf0942018-11-30 15:20:47 -0800718 if (!HAS_DISPLAY(dev_priv))
Chris Wilson0673ad42016-06-24 14:00:22 +0100719 return 0;
720
721 ret = intel_fbdev_init(dev);
722 if (ret)
723 goto cleanup_gem;
724
725 /* Only enable hotplug handling once the fbdev is fully set up. */
726 intel_hpd_init(dev_priv);
727
José Roberto de Souzaa8147d02018-11-07 16:16:46 -0800728 intel_init_ipc(dev_priv);
729
Chris Wilson0673ad42016-06-24 14:00:22 +0100730 return 0;
731
732cleanup_gem:
Chris Wilson5861b012019-03-08 09:36:54 +0000733 i915_gem_suspend(dev_priv);
Chris Wilsonfbbd37b2016-10-28 13:58:42 +0100734 i915_gem_fini(dev_priv);
Chris Wilson73bad7c2018-07-10 10:44:21 +0100735cleanup_modeset:
736 intel_modeset_cleanup(dev);
Chris Wilson0673ad42016-06-24 14:00:22 +0100737cleanup_irq:
Chris Wilson0673ad42016-06-24 14:00:22 +0100738 drm_irq_uninstall(dev);
Tvrtko Ursulin40196442016-12-01 14:16:42 +0000739 intel_teardown_gmbus(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100740cleanup_csr:
741 intel_csr_ucode_fini(dev_priv);
Imre Deak48a287e2018-08-06 12:58:35 +0300742 intel_power_domains_fini_hw(dev_priv);
David Weinehall52a05c32016-08-22 13:32:44 +0300743 vga_switcheroo_unregister_client(pdev);
Chris Wilson0673ad42016-06-24 14:00:22 +0100744cleanup_vga_client:
David Weinehall52a05c32016-08-22 13:32:44 +0300745 vga_client_register(pdev, NULL, NULL, NULL);
Chris Wilson0673ad42016-06-24 14:00:22 +0100746out:
747 return ret;
748}
749
Chris Wilson0673ad42016-06-24 14:00:22 +0100750static int i915_kick_out_firmware_fb(struct drm_i915_private *dev_priv)
751{
752 struct apertures_struct *ap;
Chris Wilson91c8a322016-07-05 10:40:23 +0100753 struct pci_dev *pdev = dev_priv->drm.pdev;
Chris Wilson0673ad42016-06-24 14:00:22 +0100754 struct i915_ggtt *ggtt = &dev_priv->ggtt;
755 bool primary;
756 int ret;
757
758 ap = alloc_apertures(1);
759 if (!ap)
760 return -ENOMEM;
761
Matthew Auld73ebd502017-12-11 15:18:20 +0000762 ap->ranges[0].base = ggtt->gmadr.start;
Chris Wilson0673ad42016-06-24 14:00:22 +0100763 ap->ranges[0].size = ggtt->mappable_end;
764
765 primary =
766 pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW;
767
Daniel Vetter44adece2016-08-10 18:52:34 +0200768 ret = drm_fb_helper_remove_conflicting_framebuffers(ap, "inteldrmfb", primary);
Chris Wilson0673ad42016-06-24 14:00:22 +0100769
770 kfree(ap);
771
772 return ret;
773}
Chris Wilson0673ad42016-06-24 14:00:22 +0100774
Chris Wilson0673ad42016-06-24 14:00:22 +0100775static void intel_init_dpio(struct drm_i915_private *dev_priv)
776{
777 /*
778 * IOSF_PORT_DPIO is used for VLV x2 PHY (DP/HDMI B and C),
779 * CHV x1 PHY (DP/HDMI D)
780 * IOSF_PORT_DPIO_2 is used for CHV x2 PHY (DP/HDMI B and C)
781 */
782 if (IS_CHERRYVIEW(dev_priv)) {
783 DPIO_PHY_IOSF_PORT(DPIO_PHY0) = IOSF_PORT_DPIO_2;
784 DPIO_PHY_IOSF_PORT(DPIO_PHY1) = IOSF_PORT_DPIO;
785 } else if (IS_VALLEYVIEW(dev_priv)) {
786 DPIO_PHY_IOSF_PORT(DPIO_PHY0) = IOSF_PORT_DPIO;
787 }
788}
789
790static int i915_workqueues_init(struct drm_i915_private *dev_priv)
791{
792 /*
793 * The i915 workqueue is primarily used for batched retirement of
794 * requests (and thus managing bo) once the task has been completed
Chris Wilsone61e0f52018-02-21 09:56:36 +0000795 * by the GPU. i915_retire_requests() is called directly when we
Chris Wilson0673ad42016-06-24 14:00:22 +0100796 * need high-priority retirement, such as waiting for an explicit
797 * bo.
798 *
799 * It is also used for periodic low-priority events, such as
800 * idle-timers and recording error state.
801 *
802 * All tasks on the workqueue are expected to acquire the dev mutex
803 * so there is no point in running more than one instance of the
804 * workqueue at any time. Use an ordered one.
805 */
806 dev_priv->wq = alloc_ordered_workqueue("i915", 0);
807 if (dev_priv->wq == NULL)
808 goto out_err;
809
810 dev_priv->hotplug.dp_wq = alloc_ordered_workqueue("i915-dp", 0);
811 if (dev_priv->hotplug.dp_wq == NULL)
812 goto out_free_wq;
813
Chris Wilson0673ad42016-06-24 14:00:22 +0100814 return 0;
815
Chris Wilson0673ad42016-06-24 14:00:22 +0100816out_free_wq:
817 destroy_workqueue(dev_priv->wq);
818out_err:
819 DRM_ERROR("Failed to allocate workqueues.\n");
820
821 return -ENOMEM;
822}
823
Chris Wilsonbb8f0f52017-01-24 11:01:34 +0000824static void i915_engines_cleanup(struct drm_i915_private *i915)
825{
826 struct intel_engine_cs *engine;
827 enum intel_engine_id id;
828
829 for_each_engine(engine, i915, id)
830 kfree(engine);
831}
832
Chris Wilson0673ad42016-06-24 14:00:22 +0100833static void i915_workqueues_cleanup(struct drm_i915_private *dev_priv)
834{
Chris Wilson0673ad42016-06-24 14:00:22 +0100835 destroy_workqueue(dev_priv->hotplug.dp_wq);
836 destroy_workqueue(dev_priv->wq);
837}
838
Paulo Zanoni4fc7e842016-09-26 15:07:52 +0300839/*
840 * We don't keep the workarounds for pre-production hardware, so we expect our
841 * driver to fail on these machines in one way or another. A little warning on
842 * dmesg may help both the user and the bug triagers.
Chris Wilson6a7a6a92017-11-17 10:26:35 +0000843 *
844 * Our policy for removing pre-production workarounds is to keep the
845 * current gen workarounds as a guide to the bring-up of the next gen
846 * (workarounds have a habit of persisting!). Anything older than that
847 * should be removed along with the complications they introduce.
Paulo Zanoni4fc7e842016-09-26 15:07:52 +0300848 */
849static void intel_detect_preproduction_hw(struct drm_i915_private *dev_priv)
850{
Chris Wilson248a1242017-01-30 10:44:56 +0000851 bool pre = false;
852
853 pre |= IS_HSW_EARLY_SDV(dev_priv);
854 pre |= IS_SKL_REVID(dev_priv, 0, SKL_REVID_F0);
Chris Wilson0102ba12017-01-30 10:44:58 +0000855 pre |= IS_BXT_REVID(dev_priv, 0, BXT_REVID_B_LAST);
Chris Wilson1aca96c2018-11-28 13:53:25 +0000856 pre |= IS_KBL_REVID(dev_priv, 0, KBL_REVID_A0);
Chris Wilson248a1242017-01-30 10:44:56 +0000857
Chris Wilson7c5ff4a2017-01-30 10:44:57 +0000858 if (pre) {
Paulo Zanoni4fc7e842016-09-26 15:07:52 +0300859 DRM_ERROR("This is a pre-production stepping. "
860 "It may not be fully functional.\n");
Chris Wilson7c5ff4a2017-01-30 10:44:57 +0000861 add_taint(TAINT_MACHINE_CHECK, LOCKDEP_STILL_OK);
862 }
Paulo Zanoni4fc7e842016-09-26 15:07:52 +0300863}
864
Chris Wilson0673ad42016-06-24 14:00:22 +0100865/**
866 * i915_driver_init_early - setup state not requiring device access
867 * @dev_priv: device private
868 *
869 * Initialize everything that is a "SW-only" state, that is state not
870 * requiring accessing the device or exposing the driver via kernel internal
871 * or userspace interfaces. Example steps belonging here: lock initialization,
872 * system memory allocation, setting up device specific attributes and
873 * function hooks not requiring accessing the device.
874 */
Chris Wilson55ac5a12018-09-05 15:09:20 +0100875static int i915_driver_init_early(struct drm_i915_private *dev_priv)
Chris Wilson0673ad42016-06-24 14:00:22 +0100876{
Chris Wilson0673ad42016-06-24 14:00:22 +0100877 int ret = 0;
878
879 if (i915_inject_load_failure())
880 return -ENODEV;
881
Tvrtko Ursulin805446c2019-03-27 14:23:28 +0000882 intel_device_info_subplatform_init(dev_priv);
883
Daniele Ceraolo Spurio6cbe88302019-04-02 13:10:31 -0700884 intel_uncore_init_early(&dev_priv->uncore);
885
Chris Wilson0673ad42016-06-24 14:00:22 +0100886 spin_lock_init(&dev_priv->irq_lock);
887 spin_lock_init(&dev_priv->gpu_error.lock);
888 mutex_init(&dev_priv->backlight_lock);
Lyude317eaa92017-02-03 21:18:25 -0500889
Chris Wilson0673ad42016-06-24 14:00:22 +0100890 mutex_init(&dev_priv->sb_lock);
Chris Wilsona75d0352019-04-26 09:17:18 +0100891 pm_qos_add_request(&dev_priv->sb_qos,
892 PM_QOS_CPU_DMA_LATENCY, PM_QOS_DEFAULT_VALUE);
893
Chris Wilson0673ad42016-06-24 14:00:22 +0100894 mutex_init(&dev_priv->av_mutex);
895 mutex_init(&dev_priv->wm.wm_mutex);
896 mutex_init(&dev_priv->pps_mutex);
Ramalingam C9055aac2019-02-16 23:06:51 +0530897 mutex_init(&dev_priv->hdcp_comp_mutex);
Chris Wilson0673ad42016-06-24 14:00:22 +0100898
Chris Wilson0b1de5d2016-08-12 12:39:59 +0100899 i915_memcpy_init_early(dev_priv);
Chris Wilsonbd780f32019-01-14 14:21:09 +0000900 intel_runtime_pm_init_early(dev_priv);
Chris Wilson0b1de5d2016-08-12 12:39:59 +0100901
Chris Wilson0673ad42016-06-24 14:00:22 +0100902 ret = i915_workqueues_init(dev_priv);
903 if (ret < 0)
Chris Wilsonbb8f0f52017-01-24 11:01:34 +0000904 goto err_engines;
Chris Wilson0673ad42016-06-24 14:00:22 +0100905
Michal Wajdeczkoa0de9082018-03-23 12:34:49 +0000906 ret = i915_gem_init_early(dev_priv);
907 if (ret < 0)
908 goto err_workqueues;
909
Chris Wilson0673ad42016-06-24 14:00:22 +0100910 /* This must be called before any calls to HAS_PCH_* */
Tvrtko Ursulinda5f53b2016-12-01 14:16:40 +0000911 intel_detect_pch(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100912
Michal Wajdeczkoa0de9082018-03-23 12:34:49 +0000913 intel_wopcm_init_early(&dev_priv->wopcm);
914 intel_uc_init_early(dev_priv);
Tvrtko Ursulin192aa182016-12-01 14:16:45 +0000915 intel_pm_setup(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100916 intel_init_dpio(dev_priv);
Imre Deakf28ec6f2018-08-06 12:58:37 +0300917 ret = intel_power_domains_init(dev_priv);
918 if (ret < 0)
919 goto err_uc;
Chris Wilson0673ad42016-06-24 14:00:22 +0100920 intel_irq_init(dev_priv);
Mika Kuoppala3ac168a2016-11-01 18:43:03 +0200921 intel_hangcheck_init(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100922 intel_init_display_hooks(dev_priv);
923 intel_init_clock_gating_hooks(dev_priv);
924 intel_init_audio_hooks(dev_priv);
David Weinehall36cdd012016-08-22 13:59:31 +0300925 intel_display_crc_init(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100926
Paulo Zanoni4fc7e842016-09-26 15:07:52 +0300927 intel_detect_preproduction_hw(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100928
929 return 0;
930
Imre Deakf28ec6f2018-08-06 12:58:37 +0300931err_uc:
932 intel_uc_cleanup_early(dev_priv);
933 i915_gem_cleanup_early(dev_priv);
Michal Wajdeczkoa0de9082018-03-23 12:34:49 +0000934err_workqueues:
Chris Wilson0673ad42016-06-24 14:00:22 +0100935 i915_workqueues_cleanup(dev_priv);
Chris Wilsonbb8f0f52017-01-24 11:01:34 +0000936err_engines:
937 i915_engines_cleanup(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100938 return ret;
939}
940
941/**
942 * i915_driver_cleanup_early - cleanup the setup done in i915_driver_init_early()
943 * @dev_priv: device private
944 */
945static void i915_driver_cleanup_early(struct drm_i915_private *dev_priv)
946{
Joonas Lahtinencefcff82017-04-28 10:58:39 +0300947 intel_irq_fini(dev_priv);
Imre Deakf28ec6f2018-08-06 12:58:37 +0300948 intel_power_domains_cleanup(dev_priv);
Michal Wajdeczko8c650ae2018-03-23 12:34:50 +0000949 intel_uc_cleanup_early(dev_priv);
Michal Wajdeczkoa0de9082018-03-23 12:34:49 +0000950 i915_gem_cleanup_early(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100951 i915_workqueues_cleanup(dev_priv);
Chris Wilsonbb8f0f52017-01-24 11:01:34 +0000952 i915_engines_cleanup(dev_priv);
Chris Wilsona75d0352019-04-26 09:17:18 +0100953
954 pm_qos_remove_request(&dev_priv->sb_qos);
955 mutex_destroy(&dev_priv->sb_lock);
Chris Wilson0673ad42016-06-24 14:00:22 +0100956}
957
Chris Wilson0673ad42016-06-24 14:00:22 +0100958/**
959 * i915_driver_init_mmio - setup device MMIO
960 * @dev_priv: device private
961 *
962 * Setup minimal device state necessary for MMIO accesses later in the
963 * initialization sequence. The setup here should avoid any other device-wide
964 * side effects or exposing the driver via kernel internal or user space
965 * interfaces.
966 */
967static int i915_driver_init_mmio(struct drm_i915_private *dev_priv)
968{
Chris Wilson0673ad42016-06-24 14:00:22 +0100969 int ret;
970
971 if (i915_inject_load_failure())
972 return -ENODEV;
973
Tvrtko Ursulinda5f53b2016-12-01 14:16:40 +0000974 if (i915_get_bridge_dev(dev_priv))
Chris Wilson0673ad42016-06-24 14:00:22 +0100975 return -EIO;
976
Daniele Ceraolo Spurio3de6f852019-04-02 13:10:32 -0700977 ret = intel_uncore_init_mmio(&dev_priv->uncore);
Chris Wilson0673ad42016-06-24 14:00:22 +0100978 if (ret < 0)
Joonas Lahtinen63ffbcd2017-04-28 10:53:36 +0300979 goto err_bridge;
Chris Wilson0673ad42016-06-24 14:00:22 +0100980
Daniele Ceraolo Spurio25286aa2019-03-19 11:35:40 -0700981 /* Try to make sure MCHBAR is enabled before poking at it */
982 intel_setup_mchbar(dev_priv);
Joonas Lahtinen63ffbcd2017-04-28 10:53:36 +0300983
Oscar Mateo26376a72018-03-16 14:14:49 +0200984 intel_device_info_init_mmio(dev_priv);
985
Daniele Ceraolo Spurio3de6f852019-04-02 13:10:32 -0700986 intel_uncore_prune_mmio_domains(&dev_priv->uncore);
Oscar Mateo26376a72018-03-16 14:14:49 +0200987
Sagar Arun Kamble1fc556f2017-10-04 15:33:24 +0000988 intel_uc_init_mmio(dev_priv);
989
Joonas Lahtinen63ffbcd2017-04-28 10:53:36 +0300990 ret = intel_engines_init_mmio(dev_priv);
991 if (ret)
992 goto err_uncore;
993
Chris Wilson24145512017-01-24 11:01:35 +0000994 i915_gem_init_mmio(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +0100995
996 return 0;
997
Joonas Lahtinen63ffbcd2017-04-28 10:53:36 +0300998err_uncore:
Daniele Ceraolo Spurio25286aa2019-03-19 11:35:40 -0700999 intel_teardown_mchbar(dev_priv);
Daniele Ceraolo Spurio3de6f852019-04-02 13:10:32 -07001000 intel_uncore_fini_mmio(&dev_priv->uncore);
Joonas Lahtinen63ffbcd2017-04-28 10:53:36 +03001001err_bridge:
Chris Wilson0673ad42016-06-24 14:00:22 +01001002 pci_dev_put(dev_priv->bridge_dev);
1003
1004 return ret;
1005}
1006
1007/**
1008 * i915_driver_cleanup_mmio - cleanup the setup done in i915_driver_init_mmio()
1009 * @dev_priv: device private
1010 */
1011static void i915_driver_cleanup_mmio(struct drm_i915_private *dev_priv)
1012{
Daniele Ceraolo Spurio25286aa2019-03-19 11:35:40 -07001013 intel_teardown_mchbar(dev_priv);
Daniele Ceraolo Spurio3de6f852019-04-02 13:10:32 -07001014 intel_uncore_fini_mmio(&dev_priv->uncore);
Chris Wilson0673ad42016-06-24 14:00:22 +01001015 pci_dev_put(dev_priv->bridge_dev);
1016}
1017
Chris Wilson94b4f3b2016-07-05 10:40:20 +01001018static void intel_sanitize_options(struct drm_i915_private *dev_priv)
1019{
Chuanxiao Dong67b7f332017-05-27 17:44:17 +08001020 intel_gvt_sanitize_options(dev_priv);
Chris Wilson94b4f3b2016-07-05 10:40:20 +01001021}
1022
Ville Syrjäläb185a352019-03-06 22:35:51 +02001023#define DRAM_TYPE_STR(type) [INTEL_DRAM_ ## type] = #type
1024
1025static const char *intel_dram_type_str(enum intel_dram_type type)
1026{
1027 static const char * const str[] = {
1028 DRAM_TYPE_STR(UNKNOWN),
1029 DRAM_TYPE_STR(DDR3),
1030 DRAM_TYPE_STR(DDR4),
1031 DRAM_TYPE_STR(LPDDR3),
1032 DRAM_TYPE_STR(LPDDR4),
1033 };
1034
1035 if (type >= ARRAY_SIZE(str))
1036 type = INTEL_DRAM_UNKNOWN;
1037
1038 return str[type];
1039}
1040
1041#undef DRAM_TYPE_STR
1042
Ville Syrjälä54561b22019-03-06 22:35:42 +02001043static int intel_dimm_num_devices(const struct dram_dimm_info *dimm)
1044{
1045 return dimm->ranks * 64 / (dimm->width ?: 1);
1046}
1047
Ville Syrjäläea411e62019-03-06 22:35:41 +02001048/* Returns total GB for the whole DIMM */
1049static int skl_get_dimm_size(u16 val)
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301050{
Ville Syrjäläea411e62019-03-06 22:35:41 +02001051 return val & SKL_DRAM_SIZE_MASK;
1052}
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301053
Ville Syrjäläea411e62019-03-06 22:35:41 +02001054static int skl_get_dimm_width(u16 val)
1055{
1056 if (skl_get_dimm_size(val) == 0)
1057 return 0;
1058
1059 switch (val & SKL_DRAM_WIDTH_MASK) {
1060 case SKL_DRAM_WIDTH_X8:
1061 case SKL_DRAM_WIDTH_X16:
1062 case SKL_DRAM_WIDTH_X32:
1063 val = (val & SKL_DRAM_WIDTH_MASK) >> SKL_DRAM_WIDTH_SHIFT;
1064 return 8 << val;
1065 default:
1066 MISSING_CASE(val);
1067 return 0;
1068 }
1069}
1070
1071static int skl_get_dimm_ranks(u16 val)
1072{
1073 if (skl_get_dimm_size(val) == 0)
1074 return 0;
1075
1076 val = (val & SKL_DRAM_RANK_MASK) >> SKL_DRAM_RANK_SHIFT;
1077
1078 return val + 1;
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301079}
1080
Ville Syrjälä6d9c1e92019-03-06 22:35:50 +02001081/* Returns total GB for the whole DIMM */
1082static int cnl_get_dimm_size(u16 val)
1083{
1084 return (val & CNL_DRAM_SIZE_MASK) / 2;
1085}
1086
1087static int cnl_get_dimm_width(u16 val)
1088{
1089 if (cnl_get_dimm_size(val) == 0)
1090 return 0;
1091
1092 switch (val & CNL_DRAM_WIDTH_MASK) {
1093 case CNL_DRAM_WIDTH_X8:
1094 case CNL_DRAM_WIDTH_X16:
1095 case CNL_DRAM_WIDTH_X32:
1096 val = (val & CNL_DRAM_WIDTH_MASK) >> CNL_DRAM_WIDTH_SHIFT;
1097 return 8 << val;
1098 default:
1099 MISSING_CASE(val);
1100 return 0;
1101 }
1102}
1103
1104static int cnl_get_dimm_ranks(u16 val)
1105{
1106 if (cnl_get_dimm_size(val) == 0)
1107 return 0;
1108
1109 val = (val & CNL_DRAM_RANK_MASK) >> CNL_DRAM_RANK_SHIFT;
1110
1111 return val + 1;
1112}
1113
Mahesh Kumar86b59282018-08-31 16:39:42 +05301114static bool
Ville Syrjälä54561b22019-03-06 22:35:42 +02001115skl_is_16gb_dimm(const struct dram_dimm_info *dimm)
Mahesh Kumar86b59282018-08-31 16:39:42 +05301116{
Ville Syrjälä54561b22019-03-06 22:35:42 +02001117 /* Convert total GB to Gb per DRAM device */
1118 return 8 * dimm->size / (intel_dimm_num_devices(dimm) ?: 1) == 16;
Mahesh Kumar86b59282018-08-31 16:39:42 +05301119}
1120
Ville Syrjälä198b8dd2019-03-06 22:35:46 +02001121static void
Ville Syrjälä6d9c1e92019-03-06 22:35:50 +02001122skl_dram_get_dimm_info(struct drm_i915_private *dev_priv,
1123 struct dram_dimm_info *dimm,
Ville Syrjälä198b8dd2019-03-06 22:35:46 +02001124 int channel, char dimm_name, u16 val)
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301125{
Ville Syrjälä6d9c1e92019-03-06 22:35:50 +02001126 if (INTEL_GEN(dev_priv) >= 10) {
1127 dimm->size = cnl_get_dimm_size(val);
1128 dimm->width = cnl_get_dimm_width(val);
1129 dimm->ranks = cnl_get_dimm_ranks(val);
1130 } else {
1131 dimm->size = skl_get_dimm_size(val);
1132 dimm->width = skl_get_dimm_width(val);
1133 dimm->ranks = skl_get_dimm_ranks(val);
1134 }
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301135
Ville Syrjälä198b8dd2019-03-06 22:35:46 +02001136 DRM_DEBUG_KMS("CH%u DIMM %c size: %u GB, width: X%u, ranks: %u, 16Gb DIMMs: %s\n",
1137 channel, dimm_name, dimm->size, dimm->width, dimm->ranks,
1138 yesno(skl_is_16gb_dimm(dimm)));
1139}
Ville Syrjäläea411e62019-03-06 22:35:41 +02001140
Ville Syrjälä198b8dd2019-03-06 22:35:46 +02001141static int
Ville Syrjälä6d9c1e92019-03-06 22:35:50 +02001142skl_dram_get_channel_info(struct drm_i915_private *dev_priv,
1143 struct dram_channel_info *ch,
Ville Syrjälä198b8dd2019-03-06 22:35:46 +02001144 int channel, u32 val)
1145{
Ville Syrjälä6d9c1e92019-03-06 22:35:50 +02001146 skl_dram_get_dimm_info(dev_priv, &ch->dimm_l,
1147 channel, 'L', val & 0xffff);
1148 skl_dram_get_dimm_info(dev_priv, &ch->dimm_s,
1149 channel, 'S', val >> 16);
Ville Syrjäläea411e62019-03-06 22:35:41 +02001150
Ville Syrjälä1d559672019-03-06 22:35:48 +02001151 if (ch->dimm_l.size == 0 && ch->dimm_s.size == 0) {
Ville Syrjälä198b8dd2019-03-06 22:35:46 +02001152 DRM_DEBUG_KMS("CH%u not populated\n", channel);
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301153 return -EINVAL;
Ville Syrjälä198b8dd2019-03-06 22:35:46 +02001154 }
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301155
Ville Syrjälä1d559672019-03-06 22:35:48 +02001156 if (ch->dimm_l.ranks == 2 || ch->dimm_s.ranks == 2)
Ville Syrjälä80373fb2019-03-06 22:35:40 +02001157 ch->ranks = 2;
Ville Syrjälä1d559672019-03-06 22:35:48 +02001158 else if (ch->dimm_l.ranks == 1 && ch->dimm_s.ranks == 1)
Ville Syrjälä80373fb2019-03-06 22:35:40 +02001159 ch->ranks = 2;
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301160 else
Ville Syrjälä80373fb2019-03-06 22:35:40 +02001161 ch->ranks = 1;
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301162
Ville Syrjälä54561b22019-03-06 22:35:42 +02001163 ch->is_16gb_dimm =
Ville Syrjälä1d559672019-03-06 22:35:48 +02001164 skl_is_16gb_dimm(&ch->dimm_l) ||
1165 skl_is_16gb_dimm(&ch->dimm_s);
Mahesh Kumar86b59282018-08-31 16:39:42 +05301166
Ville Syrjälä198b8dd2019-03-06 22:35:46 +02001167 DRM_DEBUG_KMS("CH%u ranks: %u, 16Gb DIMMs: %s\n",
1168 channel, ch->ranks, yesno(ch->is_16gb_dimm));
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301169
1170 return 0;
1171}
1172
Mahesh Kumar8a6c5442018-08-24 15:02:25 +05301173static bool
Ville Syrjäläd75434b2019-03-06 22:35:47 +02001174intel_is_dram_symmetric(const struct dram_channel_info *ch0,
1175 const struct dram_channel_info *ch1)
Mahesh Kumar8a6c5442018-08-24 15:02:25 +05301176{
Ville Syrjäläd75434b2019-03-06 22:35:47 +02001177 return !memcmp(ch0, ch1, sizeof(*ch0)) &&
Ville Syrjälä1d559672019-03-06 22:35:48 +02001178 (ch0->dimm_s.size == 0 ||
1179 !memcmp(&ch0->dimm_l, &ch0->dimm_s, sizeof(ch0->dimm_l)));
Mahesh Kumar8a6c5442018-08-24 15:02:25 +05301180}
1181
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301182static int
1183skl_dram_get_channels_info(struct drm_i915_private *dev_priv)
1184{
1185 struct dram_info *dram_info = &dev_priv->dram_info;
Ville Syrjälä198b8dd2019-03-06 22:35:46 +02001186 struct dram_channel_info ch0 = {}, ch1 = {};
Ville Syrjäläd75434b2019-03-06 22:35:47 +02001187 u32 val;
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301188 int ret;
1189
Ville Syrjäläd75434b2019-03-06 22:35:47 +02001190 val = I915_READ(SKL_MAD_DIMM_CH0_0_0_0_MCHBAR_MCMAIN);
Ville Syrjälä6d9c1e92019-03-06 22:35:50 +02001191 ret = skl_dram_get_channel_info(dev_priv, &ch0, 0, val);
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301192 if (ret == 0)
1193 dram_info->num_channels++;
1194
Ville Syrjäläd75434b2019-03-06 22:35:47 +02001195 val = I915_READ(SKL_MAD_DIMM_CH1_0_0_0_MCHBAR_MCMAIN);
Ville Syrjälä6d9c1e92019-03-06 22:35:50 +02001196 ret = skl_dram_get_channel_info(dev_priv, &ch1, 1, val);
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301197 if (ret == 0)
1198 dram_info->num_channels++;
1199
1200 if (dram_info->num_channels == 0) {
1201 DRM_INFO("Number of memory channels is zero\n");
1202 return -EINVAL;
1203 }
1204
1205 /*
1206 * If any of the channel is single rank channel, worst case output
1207 * will be same as if single rank memory, so consider single rank
1208 * memory.
1209 */
Ville Syrjälä80373fb2019-03-06 22:35:40 +02001210 if (ch0.ranks == 1 || ch1.ranks == 1)
1211 dram_info->ranks = 1;
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301212 else
Ville Syrjälä80373fb2019-03-06 22:35:40 +02001213 dram_info->ranks = max(ch0.ranks, ch1.ranks);
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301214
Ville Syrjälä80373fb2019-03-06 22:35:40 +02001215 if (dram_info->ranks == 0) {
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301216 DRM_INFO("couldn't get memory rank information\n");
1217 return -EINVAL;
1218 }
Mahesh Kumar86b59282018-08-31 16:39:42 +05301219
Ville Syrjälä5d6f36b2018-10-23 21:21:02 +03001220 dram_info->is_16gb_dimm = ch0.is_16gb_dimm || ch1.is_16gb_dimm;
Mahesh Kumar86b59282018-08-31 16:39:42 +05301221
Ville Syrjäläd75434b2019-03-06 22:35:47 +02001222 dram_info->symmetric_memory = intel_is_dram_symmetric(&ch0, &ch1);
Mahesh Kumar8a6c5442018-08-24 15:02:25 +05301223
Ville Syrjäläd75434b2019-03-06 22:35:47 +02001224 DRM_DEBUG_KMS("Memory configuration is symmetric? %s\n",
1225 yesno(dram_info->symmetric_memory));
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301226 return 0;
1227}
1228
Ville Syrjäläb185a352019-03-06 22:35:51 +02001229static enum intel_dram_type
1230skl_get_dram_type(struct drm_i915_private *dev_priv)
1231{
1232 u32 val;
1233
1234 val = I915_READ(SKL_MAD_INTER_CHANNEL_0_0_0_MCHBAR_MCMAIN);
1235
1236 switch (val & SKL_DRAM_DDR_TYPE_MASK) {
1237 case SKL_DRAM_DDR_TYPE_DDR3:
1238 return INTEL_DRAM_DDR3;
1239 case SKL_DRAM_DDR_TYPE_DDR4:
1240 return INTEL_DRAM_DDR4;
1241 case SKL_DRAM_DDR_TYPE_LPDDR3:
1242 return INTEL_DRAM_LPDDR3;
1243 case SKL_DRAM_DDR_TYPE_LPDDR4:
1244 return INTEL_DRAM_LPDDR4;
1245 default:
1246 MISSING_CASE(val);
1247 return INTEL_DRAM_UNKNOWN;
1248 }
1249}
1250
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301251static int
1252skl_get_dram_info(struct drm_i915_private *dev_priv)
1253{
1254 struct dram_info *dram_info = &dev_priv->dram_info;
1255 u32 mem_freq_khz, val;
1256 int ret;
1257
Ville Syrjäläb185a352019-03-06 22:35:51 +02001258 dram_info->type = skl_get_dram_type(dev_priv);
1259 DRM_DEBUG_KMS("DRAM type: %s\n", intel_dram_type_str(dram_info->type));
1260
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301261 ret = skl_dram_get_channels_info(dev_priv);
1262 if (ret)
1263 return ret;
1264
1265 val = I915_READ(SKL_MC_BIOS_DATA_0_0_0_MCHBAR_PCU);
1266 mem_freq_khz = DIV_ROUND_UP((val & SKL_REQ_DATA_MASK) *
1267 SKL_MEMORY_FREQ_MULTIPLIER_HZ, 1000);
1268
1269 dram_info->bandwidth_kbps = dram_info->num_channels *
1270 mem_freq_khz * 8;
1271
1272 if (dram_info->bandwidth_kbps == 0) {
1273 DRM_INFO("Couldn't get system memory bandwidth\n");
1274 return -EINVAL;
1275 }
1276
1277 dram_info->valid = true;
1278 return 0;
1279}
1280
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001281/* Returns Gb per DRAM device */
1282static int bxt_get_dimm_size(u32 val)
1283{
1284 switch (val & BXT_DRAM_SIZE_MASK) {
Ville Syrjälä88603432019-03-06 22:35:44 +02001285 case BXT_DRAM_SIZE_4GBIT:
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001286 return 4;
Ville Syrjälä88603432019-03-06 22:35:44 +02001287 case BXT_DRAM_SIZE_6GBIT:
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001288 return 6;
Ville Syrjälä88603432019-03-06 22:35:44 +02001289 case BXT_DRAM_SIZE_8GBIT:
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001290 return 8;
Ville Syrjälä88603432019-03-06 22:35:44 +02001291 case BXT_DRAM_SIZE_12GBIT:
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001292 return 12;
Ville Syrjälä88603432019-03-06 22:35:44 +02001293 case BXT_DRAM_SIZE_16GBIT:
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001294 return 16;
1295 default:
1296 MISSING_CASE(val);
1297 return 0;
1298 }
1299}
1300
1301static int bxt_get_dimm_width(u32 val)
1302{
1303 if (!bxt_get_dimm_size(val))
1304 return 0;
1305
1306 val = (val & BXT_DRAM_WIDTH_MASK) >> BXT_DRAM_WIDTH_SHIFT;
1307
1308 return 8 << val;
1309}
1310
1311static int bxt_get_dimm_ranks(u32 val)
1312{
1313 if (!bxt_get_dimm_size(val))
1314 return 0;
1315
1316 switch (val & BXT_DRAM_RANK_MASK) {
1317 case BXT_DRAM_RANK_SINGLE:
1318 return 1;
1319 case BXT_DRAM_RANK_DUAL:
1320 return 2;
1321 default:
1322 MISSING_CASE(val);
1323 return 0;
1324 }
1325}
1326
Ville Syrjäläb185a352019-03-06 22:35:51 +02001327static enum intel_dram_type bxt_get_dimm_type(u32 val)
1328{
1329 if (!bxt_get_dimm_size(val))
1330 return INTEL_DRAM_UNKNOWN;
1331
1332 switch (val & BXT_DRAM_TYPE_MASK) {
1333 case BXT_DRAM_TYPE_DDR3:
1334 return INTEL_DRAM_DDR3;
1335 case BXT_DRAM_TYPE_LPDDR3:
1336 return INTEL_DRAM_LPDDR3;
1337 case BXT_DRAM_TYPE_DDR4:
1338 return INTEL_DRAM_DDR4;
1339 case BXT_DRAM_TYPE_LPDDR4:
1340 return INTEL_DRAM_LPDDR4;
1341 default:
1342 MISSING_CASE(val);
1343 return INTEL_DRAM_UNKNOWN;
1344 }
1345}
1346
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001347static void bxt_get_dimm_info(struct dram_dimm_info *dimm,
1348 u32 val)
1349{
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001350 dimm->width = bxt_get_dimm_width(val);
1351 dimm->ranks = bxt_get_dimm_ranks(val);
Ville Syrjälä88603432019-03-06 22:35:44 +02001352
1353 /*
1354 * Size in register is Gb per DRAM device. Convert to total
1355 * GB to match the way we report this for non-LP platforms.
1356 */
1357 dimm->size = bxt_get_dimm_size(val) * intel_dimm_num_devices(dimm) / 8;
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001358}
1359
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301360static int
1361bxt_get_dram_info(struct drm_i915_private *dev_priv)
1362{
1363 struct dram_info *dram_info = &dev_priv->dram_info;
1364 u32 dram_channels;
1365 u32 mem_freq_khz, val;
1366 u8 num_active_channels;
1367 int i;
1368
1369 val = I915_READ(BXT_P_CR_MC_BIOS_REQ_0_0_0);
1370 mem_freq_khz = DIV_ROUND_UP((val & BXT_REQ_DATA_MASK) *
1371 BXT_MEMORY_FREQ_MULTIPLIER_HZ, 1000);
1372
1373 dram_channels = val & BXT_DRAM_CHANNEL_ACTIVE_MASK;
1374 num_active_channels = hweight32(dram_channels);
1375
1376 /* Each active bit represents 4-byte channel */
1377 dram_info->bandwidth_kbps = (mem_freq_khz * num_active_channels * 4);
1378
1379 if (dram_info->bandwidth_kbps == 0) {
1380 DRM_INFO("Couldn't get system memory bandwidth\n");
1381 return -EINVAL;
1382 }
1383
1384 /*
1385 * Now read each DUNIT8/9/10/11 to check the rank of each dimms.
1386 */
1387 for (i = BXT_D_CR_DRP0_DUNIT_START; i <= BXT_D_CR_DRP0_DUNIT_END; i++) {
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001388 struct dram_dimm_info dimm;
Ville Syrjäläb185a352019-03-06 22:35:51 +02001389 enum intel_dram_type type;
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301390
1391 val = I915_READ(BXT_D_CR_DRP0_DUNIT(i));
1392 if (val == 0xFFFFFFFF)
1393 continue;
1394
1395 dram_info->num_channels++;
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301396
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001397 bxt_get_dimm_info(&dimm, val);
Ville Syrjäläb185a352019-03-06 22:35:51 +02001398 type = bxt_get_dimm_type(val);
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301399
Ville Syrjäläb185a352019-03-06 22:35:51 +02001400 WARN_ON(type != INTEL_DRAM_UNKNOWN &&
1401 dram_info->type != INTEL_DRAM_UNKNOWN &&
1402 dram_info->type != type);
1403
1404 DRM_DEBUG_KMS("CH%u DIMM size: %u GB, width: X%u, ranks: %u, type: %s\n",
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001405 i - BXT_D_CR_DRP0_DUNIT_START,
Ville Syrjäläb185a352019-03-06 22:35:51 +02001406 dimm.size, dimm.width, dimm.ranks,
1407 intel_dram_type_str(type));
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301408
1409 /*
1410 * If any of the channel is single rank channel,
1411 * worst case output will be same as if single rank
1412 * memory, so consider single rank memory.
1413 */
Ville Syrjälä80373fb2019-03-06 22:35:40 +02001414 if (dram_info->ranks == 0)
Ville Syrjäläa62819a2019-03-06 22:35:43 +02001415 dram_info->ranks = dimm.ranks;
1416 else if (dimm.ranks == 1)
Ville Syrjälä80373fb2019-03-06 22:35:40 +02001417 dram_info->ranks = 1;
Ville Syrjäläb185a352019-03-06 22:35:51 +02001418
1419 if (type != INTEL_DRAM_UNKNOWN)
1420 dram_info->type = type;
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301421 }
1422
Ville Syrjäläb185a352019-03-06 22:35:51 +02001423 if (dram_info->type == INTEL_DRAM_UNKNOWN ||
1424 dram_info->ranks == 0) {
1425 DRM_INFO("couldn't get memory information\n");
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301426 return -EINVAL;
1427 }
1428
1429 dram_info->valid = true;
1430 return 0;
1431}
1432
1433static void
1434intel_get_dram_info(struct drm_i915_private *dev_priv)
1435{
1436 struct dram_info *dram_info = &dev_priv->dram_info;
1437 int ret;
1438
Ville Syrjälä5d6f36b2018-10-23 21:21:02 +03001439 /*
1440 * Assume 16Gb DIMMs are present until proven otherwise.
1441 * This is only used for the level 0 watermark latency
1442 * w/a which does not apply to bxt/glk.
1443 */
1444 dram_info->is_16gb_dimm = !IS_GEN9_LP(dev_priv);
1445
Ville Syrjälä331ecde2019-03-06 22:35:45 +02001446 if (INTEL_GEN(dev_priv) < 9)
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301447 return;
1448
Ville Syrjälä331ecde2019-03-06 22:35:45 +02001449 if (IS_GEN9_LP(dev_priv))
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301450 ret = bxt_get_dram_info(dev_priv);
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301451 else
Ville Syrjälä6d9c1e92019-03-06 22:35:50 +02001452 ret = skl_get_dram_info(dev_priv);
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301453 if (ret)
1454 return;
1455
Ville Syrjälä30a533e2019-03-06 22:35:49 +02001456 DRM_DEBUG_KMS("DRAM bandwidth: %u kBps, channels: %u\n",
1457 dram_info->bandwidth_kbps,
1458 dram_info->num_channels);
1459
Ville Syrjälä54561b22019-03-06 22:35:42 +02001460 DRM_DEBUG_KMS("DRAM ranks: %u, 16Gb DIMMs: %s\n",
Ville Syrjälä80373fb2019-03-06 22:35:40 +02001461 dram_info->ranks, yesno(dram_info->is_16gb_dimm));
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301462}
1463
Daniele Ceraolo Spuriof6ac9932019-03-28 10:45:32 -07001464static u32 gen9_edram_size_mb(struct drm_i915_private *dev_priv, u32 cap)
1465{
1466 const unsigned int ways[8] = { 4, 8, 12, 16, 16, 16, 16, 16 };
1467 const unsigned int sets[4] = { 1, 1, 2, 2 };
1468
1469 return EDRAM_NUM_BANKS(cap) *
1470 ways[EDRAM_WAYS_IDX(cap)] *
1471 sets[EDRAM_SETS_IDX(cap)];
1472}
1473
1474static void edram_detect(struct drm_i915_private *dev_priv)
1475{
1476 u32 edram_cap = 0;
1477
1478 if (!(IS_HASWELL(dev_priv) ||
1479 IS_BROADWELL(dev_priv) ||
1480 INTEL_GEN(dev_priv) >= 9))
1481 return;
1482
1483 edram_cap = __raw_uncore_read32(&dev_priv->uncore, HSW_EDRAM_CAP);
1484
1485 /* NB: We can't write IDICR yet because we don't have gt funcs set up */
1486
1487 if (!(edram_cap & EDRAM_ENABLED))
1488 return;
1489
1490 /*
1491 * The needed capability bits for size calculation are not there with
1492 * pre gen9 so return 128MB always.
1493 */
1494 if (INTEL_GEN(dev_priv) < 9)
1495 dev_priv->edram_size_mb = 128;
1496 else
1497 dev_priv->edram_size_mb =
1498 gen9_edram_size_mb(dev_priv, edram_cap);
1499
1500 DRM_INFO("Found %uMB of eDRAM\n", dev_priv->edram_size_mb);
1501}
1502
Chris Wilson0673ad42016-06-24 14:00:22 +01001503/**
1504 * i915_driver_init_hw - setup state requiring device access
1505 * @dev_priv: device private
1506 *
1507 * Setup state that requires accessing the device, but doesn't require
1508 * exposing the driver via kernel internal or userspace interfaces.
1509 */
1510static int i915_driver_init_hw(struct drm_i915_private *dev_priv)
1511{
David Weinehall52a05c32016-08-22 13:32:44 +03001512 struct pci_dev *pdev = dev_priv->drm.pdev;
Chris Wilson0673ad42016-06-24 14:00:22 +01001513 int ret;
1514
1515 if (i915_inject_load_failure())
1516 return -ENODEV;
1517
Jani Nikula1400cc72018-12-31 16:56:43 +02001518 intel_device_info_runtime_init(dev_priv);
Chris Wilson94b4f3b2016-07-05 10:40:20 +01001519
Chris Wilson4bdafb92018-09-26 21:12:22 +01001520 if (HAS_PPGTT(dev_priv)) {
1521 if (intel_vgpu_active(dev_priv) &&
Chris Wilsonca6ac682019-03-14 22:38:35 +00001522 !intel_vgpu_has_full_ppgtt(dev_priv)) {
Chris Wilson4bdafb92018-09-26 21:12:22 +01001523 i915_report_error(dev_priv,
1524 "incompatible vGPU found, support for isolated ppGTT required\n");
1525 return -ENXIO;
1526 }
1527 }
1528
Chris Wilson46592892018-11-30 12:59:54 +00001529 if (HAS_EXECLISTS(dev_priv)) {
1530 /*
1531 * Older GVT emulation depends upon intercepting CSB mmio,
1532 * which we no longer use, preferring to use the HWSP cache
1533 * instead.
1534 */
1535 if (intel_vgpu_active(dev_priv) &&
1536 !intel_vgpu_has_hwsp_emulation(dev_priv)) {
1537 i915_report_error(dev_priv,
1538 "old vGPU host found, support for HWSP emulation required\n");
1539 return -ENXIO;
1540 }
1541 }
1542
Chris Wilson94b4f3b2016-07-05 10:40:20 +01001543 intel_sanitize_options(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001544
Daniele Ceraolo Spuriof6ac9932019-03-28 10:45:32 -07001545 /* needs to be done before ggtt probe */
1546 edram_detect(dev_priv);
1547
Lionel Landwerlin9f9b2792017-10-27 15:59:31 +01001548 i915_perf_init(dev_priv);
1549
Chris Wilson97d6d7a2016-08-04 07:52:22 +01001550 ret = i915_ggtt_probe_hw(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001551 if (ret)
Chris Wilson9f172f62018-04-14 10:12:33 +01001552 goto err_perf;
Chris Wilson0673ad42016-06-24 14:00:22 +01001553
Chris Wilson9f172f62018-04-14 10:12:33 +01001554 /*
1555 * WARNING: Apparently we must kick fbdev drivers before vgacon,
1556 * otherwise the vga fbdev driver falls over.
1557 */
Chris Wilson0673ad42016-06-24 14:00:22 +01001558 ret = i915_kick_out_firmware_fb(dev_priv);
1559 if (ret) {
1560 DRM_ERROR("failed to remove conflicting framebuffer drivers\n");
Chris Wilson9f172f62018-04-14 10:12:33 +01001561 goto err_ggtt;
Chris Wilson0673ad42016-06-24 14:00:22 +01001562 }
1563
Gerd Hoffmannc6b38fb2019-03-01 10:24:59 +01001564 ret = vga_remove_vgacon(pdev);
Chris Wilson0673ad42016-06-24 14:00:22 +01001565 if (ret) {
1566 DRM_ERROR("failed to remove conflicting VGA console\n");
Chris Wilson9f172f62018-04-14 10:12:33 +01001567 goto err_ggtt;
Chris Wilson0673ad42016-06-24 14:00:22 +01001568 }
1569
Chris Wilson97d6d7a2016-08-04 07:52:22 +01001570 ret = i915_ggtt_init_hw(dev_priv);
Chris Wilson0088e522016-08-04 07:52:21 +01001571 if (ret)
Chris Wilson9f172f62018-04-14 10:12:33 +01001572 goto err_ggtt;
Chris Wilson0088e522016-08-04 07:52:21 +01001573
Chris Wilson97d6d7a2016-08-04 07:52:22 +01001574 ret = i915_ggtt_enable_hw(dev_priv);
Chris Wilson0088e522016-08-04 07:52:21 +01001575 if (ret) {
1576 DRM_ERROR("failed to enable GGTT\n");
Chris Wilson9f172f62018-04-14 10:12:33 +01001577 goto err_ggtt;
Chris Wilson0088e522016-08-04 07:52:21 +01001578 }
1579
David Weinehall52a05c32016-08-22 13:32:44 +03001580 pci_set_master(pdev);
Chris Wilson0673ad42016-06-24 14:00:22 +01001581
1582 /* overlay on gen2 is broken and can't address above 1G */
Lucas De Marchicf819ef2018-12-12 10:10:43 -08001583 if (IS_GEN(dev_priv, 2)) {
David Weinehall52a05c32016-08-22 13:32:44 +03001584 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(30));
Chris Wilson0673ad42016-06-24 14:00:22 +01001585 if (ret) {
1586 DRM_ERROR("failed to set DMA mask\n");
1587
Chris Wilson9f172f62018-04-14 10:12:33 +01001588 goto err_ggtt;
Chris Wilson0673ad42016-06-24 14:00:22 +01001589 }
1590 }
1591
Chris Wilson0673ad42016-06-24 14:00:22 +01001592 /* 965GM sometimes incorrectly writes to hardware status page (HWS)
1593 * using 32bit addressing, overwriting memory if HWS is located
1594 * above 4GB.
1595 *
1596 * The documentation also mentions an issue with undefined
1597 * behaviour if any general state is accessed within a page above 4GB,
1598 * which also needs to be handled carefully.
1599 */
Jani Nikulac0f86832016-12-07 12:13:04 +02001600 if (IS_I965G(dev_priv) || IS_I965GM(dev_priv)) {
David Weinehall52a05c32016-08-22 13:32:44 +03001601 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32));
Chris Wilson0673ad42016-06-24 14:00:22 +01001602
1603 if (ret) {
1604 DRM_ERROR("failed to set DMA mask\n");
1605
Chris Wilson9f172f62018-04-14 10:12:33 +01001606 goto err_ggtt;
Chris Wilson0673ad42016-06-24 14:00:22 +01001607 }
1608 }
1609
Chris Wilson0673ad42016-06-24 14:00:22 +01001610 pm_qos_add_request(&dev_priv->pm_qos, PM_QOS_CPU_DMA_LATENCY,
1611 PM_QOS_DEFAULT_VALUE);
1612
1613 intel_uncore_sanitize(dev_priv);
1614
Tvrtko Ursulin25d140f2018-12-03 13:33:19 +00001615 intel_gt_init_workarounds(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001616 i915_gem_load_init_fences(dev_priv);
1617
1618 /* On the 945G/GM, the chipset reports the MSI capability on the
1619 * integrated graphics even though the support isn't actually there
1620 * according to the published specs. It doesn't appear to function
1621 * correctly in testing on 945G.
1622 * This may be a side effect of MSI having been made available for PEG
1623 * and the registers being closely associated.
1624 *
1625 * According to chipset errata, on the 965GM, MSI interrupts may
Ville Syrjäläe38c2da2017-06-26 23:30:51 +03001626 * be lost or delayed, and was defeatured. MSI interrupts seem to
1627 * get lost on g4x as well, and interrupt delivery seems to stay
1628 * properly dead afterwards. So we'll just disable them for all
1629 * pre-gen5 chipsets.
Lucas De Marchi8a29c772018-05-23 11:04:35 -07001630 *
1631 * dp aux and gmbus irq on gen4 seems to be able to generate legacy
1632 * interrupts even when in MSI mode. This results in spurious
1633 * interrupt warnings if the legacy irq no. is shared with another
1634 * device. The kernel then disables that interrupt source and so
1635 * prevents the other device from working properly.
Chris Wilson0673ad42016-06-24 14:00:22 +01001636 */
Ville Syrjäläe38c2da2017-06-26 23:30:51 +03001637 if (INTEL_GEN(dev_priv) >= 5) {
David Weinehall52a05c32016-08-22 13:32:44 +03001638 if (pci_enable_msi(pdev) < 0)
Chris Wilson0673ad42016-06-24 14:00:22 +01001639 DRM_DEBUG_DRIVER("can't enable MSI");
1640 }
1641
Zhenyu Wang26f837e2017-01-13 10:46:09 +08001642 ret = intel_gvt_init(dev_priv);
1643 if (ret)
Chris Wilson7ab87ed2018-07-10 15:38:21 +01001644 goto err_msi;
1645
1646 intel_opregion_setup(dev_priv);
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301647 /*
1648 * Fill the dram structure to get the system raw bandwidth and
1649 * dram info. This will be used for memory latency calculation.
1650 */
1651 intel_get_dram_info(dev_priv);
1652
Zhenyu Wang26f837e2017-01-13 10:46:09 +08001653
Chris Wilson0673ad42016-06-24 14:00:22 +01001654 return 0;
1655
Chris Wilson7ab87ed2018-07-10 15:38:21 +01001656err_msi:
1657 if (pdev->msi_enabled)
1658 pci_disable_msi(pdev);
1659 pm_qos_remove_request(&dev_priv->pm_qos);
Chris Wilson9f172f62018-04-14 10:12:33 +01001660err_ggtt:
Chris Wilson97d6d7a2016-08-04 07:52:22 +01001661 i915_ggtt_cleanup_hw(dev_priv);
Chris Wilson9f172f62018-04-14 10:12:33 +01001662err_perf:
1663 i915_perf_fini(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001664 return ret;
1665}
1666
1667/**
1668 * i915_driver_cleanup_hw - cleanup the setup done in i915_driver_init_hw()
1669 * @dev_priv: device private
1670 */
1671static void i915_driver_cleanup_hw(struct drm_i915_private *dev_priv)
1672{
David Weinehall52a05c32016-08-22 13:32:44 +03001673 struct pci_dev *pdev = dev_priv->drm.pdev;
Chris Wilson0673ad42016-06-24 14:00:22 +01001674
Lionel Landwerlin9f9b2792017-10-27 15:59:31 +01001675 i915_perf_fini(dev_priv);
1676
David Weinehall52a05c32016-08-22 13:32:44 +03001677 if (pdev->msi_enabled)
1678 pci_disable_msi(pdev);
Chris Wilson0673ad42016-06-24 14:00:22 +01001679
1680 pm_qos_remove_request(&dev_priv->pm_qos);
Chris Wilson97d6d7a2016-08-04 07:52:22 +01001681 i915_ggtt_cleanup_hw(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001682}
1683
1684/**
1685 * i915_driver_register - register the driver with the rest of the system
1686 * @dev_priv: device private
1687 *
1688 * Perform any steps necessary to make the driver available via kernel
1689 * internal or userspace interfaces.
1690 */
1691static void i915_driver_register(struct drm_i915_private *dev_priv)
1692{
Chris Wilson91c8a322016-07-05 10:40:23 +01001693 struct drm_device *dev = &dev_priv->drm;
Chris Wilson0673ad42016-06-24 14:00:22 +01001694
Chris Wilson848b3652017-11-23 11:53:37 +00001695 i915_gem_shrinker_register(dev_priv);
Tvrtko Ursulinb46a33e2017-11-21 18:18:45 +00001696 i915_pmu_register(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001697
1698 /*
1699 * Notify a valid surface after modesetting,
1700 * when running inside a VM.
1701 */
1702 if (intel_vgpu_active(dev_priv))
1703 I915_WRITE(vgtif_reg(display_ready), VGT_DRV_DISPLAY_READY);
1704
1705 /* Reveal our presence to userspace */
1706 if (drm_dev_register(dev, 0) == 0) {
1707 i915_debugfs_register(dev_priv);
David Weinehall694c2822016-08-22 13:32:43 +03001708 i915_setup_sysfs(dev_priv);
Robert Bragg442b8c02016-11-07 19:49:53 +00001709
1710 /* Depends on sysfs having been initialized */
1711 i915_perf_register(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001712 } else
1713 DRM_ERROR("Failed to register driver for userspace access!\n");
1714
José Roberto de Souzae1bf0942018-11-30 15:20:47 -08001715 if (HAS_DISPLAY(dev_priv)) {
Chris Wilson0673ad42016-06-24 14:00:22 +01001716 /* Must be done after probing outputs */
1717 intel_opregion_register(dev_priv);
1718 acpi_video_register();
1719 }
1720
Lucas De Marchicf819ef2018-12-12 10:10:43 -08001721 if (IS_GEN(dev_priv, 5))
Chris Wilson0673ad42016-06-24 14:00:22 +01001722 intel_gpu_ips_init(dev_priv);
1723
Jerome Anandeef57322017-01-25 04:27:49 +05301724 intel_audio_init(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001725
1726 /*
1727 * Some ports require correctly set-up hpd registers for detection to
1728 * work properly (leading to ghost connected connector status), e.g. VGA
1729 * on gm45. Hence we can only set up the initial fbdev config after hpd
1730 * irqs are fully enabled. We do it last so that the async config
1731 * cannot run before the connectors are registered.
1732 */
1733 intel_fbdev_initial_config_async(dev);
Chris Wilson448aa912017-11-28 11:01:47 +00001734
1735 /*
1736 * We need to coordinate the hotplugs with the asynchronous fbdev
1737 * configuration, for which we use the fbdev->async_cookie.
1738 */
José Roberto de Souzae1bf0942018-11-30 15:20:47 -08001739 if (HAS_DISPLAY(dev_priv))
Chris Wilson448aa912017-11-28 11:01:47 +00001740 drm_kms_helper_poll_init(dev);
Chris Wilson07d80572018-08-16 15:37:56 +03001741
Imre Deak2cd9a682018-08-16 15:37:57 +03001742 intel_power_domains_enable(dev_priv);
Chris Wilson07d80572018-08-16 15:37:56 +03001743 intel_runtime_pm_enable(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001744}
1745
1746/**
1747 * i915_driver_unregister - cleanup the registration done in i915_driver_regiser()
1748 * @dev_priv: device private
1749 */
1750static void i915_driver_unregister(struct drm_i915_private *dev_priv)
1751{
Chris Wilson07d80572018-08-16 15:37:56 +03001752 intel_runtime_pm_disable(dev_priv);
Imre Deak2cd9a682018-08-16 15:37:57 +03001753 intel_power_domains_disable(dev_priv);
Chris Wilson07d80572018-08-16 15:37:56 +03001754
Daniel Vetter4f256d82017-07-15 00:46:55 +02001755 intel_fbdev_unregister(dev_priv);
Jerome Anandeef57322017-01-25 04:27:49 +05301756 intel_audio_deinit(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001757
Chris Wilson448aa912017-11-28 11:01:47 +00001758 /*
1759 * After flushing the fbdev (incl. a late async config which will
1760 * have delayed queuing of a hotplug event), then flush the hotplug
1761 * events.
1762 */
1763 drm_kms_helper_poll_fini(&dev_priv->drm);
1764
Chris Wilson0673ad42016-06-24 14:00:22 +01001765 intel_gpu_ips_teardown();
1766 acpi_video_unregister();
1767 intel_opregion_unregister(dev_priv);
1768
Robert Bragg442b8c02016-11-07 19:49:53 +00001769 i915_perf_unregister(dev_priv);
Tvrtko Ursulinb46a33e2017-11-21 18:18:45 +00001770 i915_pmu_unregister(dev_priv);
Robert Bragg442b8c02016-11-07 19:49:53 +00001771
David Weinehall694c2822016-08-22 13:32:43 +03001772 i915_teardown_sysfs(dev_priv);
Janusz Krzysztofikd69990e2019-04-05 15:02:34 +02001773 drm_dev_unplug(&dev_priv->drm);
Chris Wilson0673ad42016-06-24 14:00:22 +01001774
Chris Wilson848b3652017-11-23 11:53:37 +00001775 i915_gem_shrinker_unregister(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001776}
1777
Michal Wajdeczko27d558a2017-12-21 21:57:35 +00001778static void i915_welcome_messages(struct drm_i915_private *dev_priv)
1779{
1780 if (drm_debug & DRM_UT_DRIVER) {
1781 struct drm_printer p = drm_debug_printer("i915 device info:");
1782
Tvrtko Ursulin805446c2019-03-27 14:23:28 +00001783 drm_printf(&p, "pciid=0x%04x rev=0x%02x platform=%s (subplatform=0x%x) gen=%i\n",
Jani Nikula1787a982018-12-31 16:56:45 +02001784 INTEL_DEVID(dev_priv),
1785 INTEL_REVID(dev_priv),
1786 intel_platform_name(INTEL_INFO(dev_priv)->platform),
Tvrtko Ursulin805446c2019-03-27 14:23:28 +00001787 intel_subplatform(RUNTIME_INFO(dev_priv),
1788 INTEL_INFO(dev_priv)->platform),
Jani Nikula1787a982018-12-31 16:56:45 +02001789 INTEL_GEN(dev_priv));
1790
1791 intel_device_info_dump_flags(INTEL_INFO(dev_priv), &p);
Jani Nikula02584042018-12-31 16:56:41 +02001792 intel_device_info_dump_runtime(RUNTIME_INFO(dev_priv), &p);
Michal Wajdeczko27d558a2017-12-21 21:57:35 +00001793 }
1794
1795 if (IS_ENABLED(CONFIG_DRM_I915_DEBUG))
1796 DRM_INFO("DRM_I915_DEBUG enabled\n");
1797 if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM))
1798 DRM_INFO("DRM_I915_DEBUG_GEM enabled\n");
Imre Deak6dfc4a82018-08-16 22:34:14 +03001799 if (IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM))
1800 DRM_INFO("DRM_I915_DEBUG_RUNTIME_PM enabled\n");
Michal Wajdeczko27d558a2017-12-21 21:57:35 +00001801}
1802
Chris Wilson55ac5a12018-09-05 15:09:20 +01001803static struct drm_i915_private *
1804i915_driver_create(struct pci_dev *pdev, const struct pci_device_id *ent)
1805{
1806 const struct intel_device_info *match_info =
1807 (struct intel_device_info *)ent->driver_data;
1808 struct intel_device_info *device_info;
1809 struct drm_i915_private *i915;
Andi Shyti2ddcc982018-10-02 12:20:47 +03001810 int err;
Chris Wilson55ac5a12018-09-05 15:09:20 +01001811
1812 i915 = kzalloc(sizeof(*i915), GFP_KERNEL);
1813 if (!i915)
Andi Shyti2ddcc982018-10-02 12:20:47 +03001814 return ERR_PTR(-ENOMEM);
Chris Wilson55ac5a12018-09-05 15:09:20 +01001815
Andi Shyti2ddcc982018-10-02 12:20:47 +03001816 err = drm_dev_init(&i915->drm, &driver, &pdev->dev);
1817 if (err) {
Chris Wilson55ac5a12018-09-05 15:09:20 +01001818 kfree(i915);
Andi Shyti2ddcc982018-10-02 12:20:47 +03001819 return ERR_PTR(err);
Chris Wilson55ac5a12018-09-05 15:09:20 +01001820 }
1821
1822 i915->drm.pdev = pdev;
1823 i915->drm.dev_private = i915;
1824 pci_set_drvdata(pdev, &i915->drm);
1825
1826 /* Setup the write-once "constant" device info */
1827 device_info = mkwrite_device_info(i915);
1828 memcpy(device_info, match_info, sizeof(*device_info));
Jani Nikula02584042018-12-31 16:56:41 +02001829 RUNTIME_INFO(i915)->device_id = pdev->device;
Chris Wilson55ac5a12018-09-05 15:09:20 +01001830
Chris Wilson74f6e182018-09-26 11:47:07 +01001831 BUG_ON(device_info->gen > BITS_PER_TYPE(device_info->gen_mask));
Chris Wilson55ac5a12018-09-05 15:09:20 +01001832
1833 return i915;
1834}
1835
Chris Wilson31962ca2018-09-05 15:09:21 +01001836static void i915_driver_destroy(struct drm_i915_private *i915)
1837{
1838 struct pci_dev *pdev = i915->drm.pdev;
1839
1840 drm_dev_fini(&i915->drm);
1841 kfree(i915);
1842
1843 /* And make sure we never chase our dangling pointer from pci_dev */
1844 pci_set_drvdata(pdev, NULL);
1845}
1846
Chris Wilson0673ad42016-06-24 14:00:22 +01001847/**
1848 * i915_driver_load - setup chip and create an initial config
Joonas Lahtinend2ad3ae2016-11-10 15:36:34 +02001849 * @pdev: PCI device
1850 * @ent: matching PCI ID entry
Chris Wilson0673ad42016-06-24 14:00:22 +01001851 *
1852 * The driver load routine has to do several things:
1853 * - drive output discovery via intel_modeset_init()
1854 * - initialize the memory manager
1855 * - allocate initial config memory
1856 * - setup the DRM framebuffer with the allocated memory
1857 */
Chris Wilson42f55512016-06-24 14:00:26 +01001858int i915_driver_load(struct pci_dev *pdev, const struct pci_device_id *ent)
Chris Wilson0673ad42016-06-24 14:00:22 +01001859{
Maarten Lankhorst8d2b47d2017-02-02 08:41:42 +01001860 const struct intel_device_info *match_info =
1861 (struct intel_device_info *)ent->driver_data;
Chris Wilson0673ad42016-06-24 14:00:22 +01001862 struct drm_i915_private *dev_priv;
1863 int ret;
1864
Chris Wilson55ac5a12018-09-05 15:09:20 +01001865 dev_priv = i915_driver_create(pdev, ent);
Andi Shyti2ddcc982018-10-02 12:20:47 +03001866 if (IS_ERR(dev_priv))
1867 return PTR_ERR(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001868
Ville Syrjälä1feb64c2018-09-13 16:16:22 +03001869 /* Disable nuclear pageflip by default on pre-ILK */
1870 if (!i915_modparams.nuclear_pageflip && match_info->gen < 5)
1871 dev_priv->drm.driver_features &= ~DRIVER_ATOMIC;
1872
Chris Wilson0673ad42016-06-24 14:00:22 +01001873 ret = pci_enable_device(pdev);
1874 if (ret)
Chris Wilsoncad36882017-02-10 16:35:21 +00001875 goto out_fini;
Chris Wilson0673ad42016-06-24 14:00:22 +01001876
Chris Wilson55ac5a12018-09-05 15:09:20 +01001877 ret = i915_driver_init_early(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001878 if (ret < 0)
1879 goto out_pci_disable;
1880
Imre Deak2cd9a682018-08-16 15:37:57 +03001881 disable_rpm_wakeref_asserts(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001882
1883 ret = i915_driver_init_mmio(dev_priv);
1884 if (ret < 0)
1885 goto out_runtime_pm_put;
1886
1887 ret = i915_driver_init_hw(dev_priv);
1888 if (ret < 0)
1889 goto out_cleanup_mmio;
1890
Chris Wilson91c8a322016-07-05 10:40:23 +01001891 ret = i915_load_modeset_init(&dev_priv->drm);
Chris Wilson0673ad42016-06-24 14:00:22 +01001892 if (ret < 0)
Daniel Vetterbaf54382017-06-21 10:28:41 +02001893 goto out_cleanup_hw;
Chris Wilson0673ad42016-06-24 14:00:22 +01001894
1895 i915_driver_register(dev_priv);
1896
Imre Deak2cd9a682018-08-16 15:37:57 +03001897 enable_rpm_wakeref_asserts(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001898
Michal Wajdeczko27d558a2017-12-21 21:57:35 +00001899 i915_welcome_messages(dev_priv);
1900
Chris Wilson0673ad42016-06-24 14:00:22 +01001901 return 0;
1902
Chris Wilson0673ad42016-06-24 14:00:22 +01001903out_cleanup_hw:
1904 i915_driver_cleanup_hw(dev_priv);
1905out_cleanup_mmio:
1906 i915_driver_cleanup_mmio(dev_priv);
1907out_runtime_pm_put:
Imre Deak2cd9a682018-08-16 15:37:57 +03001908 enable_rpm_wakeref_asserts(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001909 i915_driver_cleanup_early(dev_priv);
1910out_pci_disable:
1911 pci_disable_device(pdev);
Chris Wilsoncad36882017-02-10 16:35:21 +00001912out_fini:
Chris Wilson0673ad42016-06-24 14:00:22 +01001913 i915_load_error(dev_priv, "Device initialization failed (%d)\n", ret);
Chris Wilson31962ca2018-09-05 15:09:21 +01001914 i915_driver_destroy(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001915 return ret;
1916}
1917
Chris Wilson42f55512016-06-24 14:00:26 +01001918void i915_driver_unload(struct drm_device *dev)
Chris Wilson0673ad42016-06-24 14:00:22 +01001919{
Chris Wilsonfac5e232016-07-04 11:34:36 +01001920 struct drm_i915_private *dev_priv = to_i915(dev);
David Weinehall52a05c32016-08-22 13:32:44 +03001921 struct pci_dev *pdev = dev_priv->drm.pdev;
Chris Wilson0673ad42016-06-24 14:00:22 +01001922
Imre Deak2cd9a682018-08-16 15:37:57 +03001923 disable_rpm_wakeref_asserts(dev_priv);
Chris Wilson07d80572018-08-16 15:37:56 +03001924
Daniel Vetter99c539b2017-07-15 00:46:56 +02001925 i915_driver_unregister(dev_priv);
1926
Janusz Krzysztofik141f3762019-04-06 11:40:34 +01001927 /*
1928 * After unregistering the device to prevent any new users, cancel
1929 * all in-flight requests so that we can quickly unbind the active
1930 * resources.
1931 */
1932 i915_gem_set_wedged(dev_priv);
1933
Chris Wilson4a8ab5e2019-01-14 14:21:29 +00001934 /* Flush any external code that still may be under the RCU lock */
1935 synchronize_rcu();
1936
Chris Wilson5861b012019-03-08 09:36:54 +00001937 i915_gem_suspend(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001938
Daniel Vetter18dddad2017-03-21 17:41:49 +01001939 drm_atomic_helper_shutdown(dev);
Maarten Lankhorsta667fb42016-12-15 15:29:44 +01001940
Zhenyu Wang26f837e2017-01-13 10:46:09 +08001941 intel_gvt_cleanup(dev_priv);
1942
Chris Wilson0673ad42016-06-24 14:00:22 +01001943 intel_modeset_cleanup(dev);
1944
Hans de Goede785f0762018-02-14 09:21:49 +01001945 intel_bios_cleanup(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001946
David Weinehall52a05c32016-08-22 13:32:44 +03001947 vga_switcheroo_unregister_client(pdev);
1948 vga_client_register(pdev, NULL, NULL, NULL);
Chris Wilson0673ad42016-06-24 14:00:22 +01001949
1950 intel_csr_ucode_fini(dev_priv);
1951
1952 /* Free error state after interrupts are fully disabled. */
1953 cancel_delayed_work_sync(&dev_priv->gpu_error.hangcheck_work);
Chris Wilson5a4c6f12017-02-14 16:46:11 +00001954 i915_reset_error_state(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001955
Chris Wilsonfbbd37b2016-10-28 13:58:42 +01001956 i915_gem_fini(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001957
Imre Deak48a287e2018-08-06 12:58:35 +03001958 intel_power_domains_fini_hw(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001959
1960 i915_driver_cleanup_hw(dev_priv);
1961 i915_driver_cleanup_mmio(dev_priv);
1962
Imre Deak2cd9a682018-08-16 15:37:57 +03001963 enable_rpm_wakeref_asserts(dev_priv);
Chris Wilsonbd780f32019-01-14 14:21:09 +00001964 intel_runtime_pm_cleanup(dev_priv);
Chris Wilsoncad36882017-02-10 16:35:21 +00001965}
1966
1967static void i915_driver_release(struct drm_device *dev)
1968{
1969 struct drm_i915_private *dev_priv = to_i915(dev);
Chris Wilson0673ad42016-06-24 14:00:22 +01001970
1971 i915_driver_cleanup_early(dev_priv);
Chris Wilson31962ca2018-09-05 15:09:21 +01001972 i915_driver_destroy(dev_priv);
Chris Wilson0673ad42016-06-24 14:00:22 +01001973}
1974
1975static int i915_driver_open(struct drm_device *dev, struct drm_file *file)
1976{
Chris Wilson829a0af2017-06-20 12:05:45 +01001977 struct drm_i915_private *i915 = to_i915(dev);
Chris Wilson0673ad42016-06-24 14:00:22 +01001978 int ret;
1979
Chris Wilson829a0af2017-06-20 12:05:45 +01001980 ret = i915_gem_open(i915, file);
Chris Wilson0673ad42016-06-24 14:00:22 +01001981 if (ret)
1982 return ret;
1983
1984 return 0;
1985}
1986
1987/**
1988 * i915_driver_lastclose - clean up after all DRM clients have exited
1989 * @dev: DRM device
1990 *
1991 * Take care of cleaning up after all DRM clients have exited. In the
1992 * mode setting case, we want to restore the kernel's initial mode (just
1993 * in case the last client left us in a bad state).
1994 *
1995 * Additionally, in the non-mode setting case, we'll tear down the GTT
1996 * and DMA structures, since the kernel won't be using them, and clea
1997 * up any GEM state.
1998 */
1999static void i915_driver_lastclose(struct drm_device *dev)
2000{
2001 intel_fbdev_restore_mode(dev);
2002 vga_switcheroo_process_delayed_switch();
2003}
2004
Daniel Vetter7d2ec882017-03-08 15:12:45 +01002005static void i915_driver_postclose(struct drm_device *dev, struct drm_file *file)
Chris Wilson0673ad42016-06-24 14:00:22 +01002006{
Daniel Vetter7d2ec882017-03-08 15:12:45 +01002007 struct drm_i915_file_private *file_priv = file->driver_priv;
2008
Chris Wilson0673ad42016-06-24 14:00:22 +01002009 mutex_lock(&dev->struct_mutex);
Chris Wilson829a0af2017-06-20 12:05:45 +01002010 i915_gem_context_close(file);
Chris Wilson0673ad42016-06-24 14:00:22 +01002011 i915_gem_release(dev, file);
2012 mutex_unlock(&dev->struct_mutex);
Chris Wilson0673ad42016-06-24 14:00:22 +01002013
2014 kfree(file_priv);
2015}
2016
Imre Deak07f9cd02014-08-18 14:42:45 +03002017static void intel_suspend_encoders(struct drm_i915_private *dev_priv)
2018{
Chris Wilson91c8a322016-07-05 10:40:23 +01002019 struct drm_device *dev = &dev_priv->drm;
Jani Nikula19c80542015-12-16 12:48:16 +02002020 struct intel_encoder *encoder;
Imre Deak07f9cd02014-08-18 14:42:45 +03002021
2022 drm_modeset_lock_all(dev);
Jani Nikula19c80542015-12-16 12:48:16 +02002023 for_each_intel_encoder(dev, encoder)
2024 if (encoder->suspend)
2025 encoder->suspend(encoder);
Imre Deak07f9cd02014-08-18 14:42:45 +03002026 drm_modeset_unlock_all(dev);
2027}
2028
Paulo Zanoni1a5df182014-10-27 17:54:32 -02002029static int vlv_resume_prepare(struct drm_i915_private *dev_priv,
2030 bool rpm_resume);
Imre Deak507e1262016-04-20 20:27:54 +03002031static int vlv_suspend_complete(struct drm_i915_private *dev_priv);
Suketu Shahf75a1982015-04-16 14:22:11 +05302032
Imre Deakbc872292015-11-18 17:32:30 +02002033static bool suspend_to_idle(struct drm_i915_private *dev_priv)
2034{
2035#if IS_ENABLED(CONFIG_ACPI_SLEEP)
2036 if (acpi_target_system_state() < ACPI_STATE_S3)
2037 return true;
2038#endif
2039 return false;
2040}
Sagar Kambleebc32822014-08-13 23:07:05 +05302041
Chris Wilson73b66f82018-05-25 10:26:29 +01002042static int i915_drm_prepare(struct drm_device *dev)
2043{
2044 struct drm_i915_private *i915 = to_i915(dev);
Chris Wilson73b66f82018-05-25 10:26:29 +01002045
2046 /*
2047 * NB intel_display_suspend() may issue new requests after we've
2048 * ostensibly marked the GPU as ready-to-sleep here. We need to
2049 * split out that work and pull it forward so that after point,
2050 * the GPU is not woken again.
2051 */
Chris Wilson5861b012019-03-08 09:36:54 +00002052 i915_gem_suspend(i915);
Chris Wilson73b66f82018-05-25 10:26:29 +01002053
Chris Wilson5861b012019-03-08 09:36:54 +00002054 return 0;
Chris Wilson73b66f82018-05-25 10:26:29 +01002055}
2056
Imre Deak5e365c32014-10-23 19:23:25 +03002057static int i915_drm_suspend(struct drm_device *dev)
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002058{
Chris Wilsonfac5e232016-07-04 11:34:36 +01002059 struct drm_i915_private *dev_priv = to_i915(dev);
David Weinehall52a05c32016-08-22 13:32:44 +03002060 struct pci_dev *pdev = dev_priv->drm.pdev;
Jesse Barnese5747e32014-06-12 08:35:47 -07002061 pci_power_t opregion_target_state;
Rafael J. Wysocki61caf872010-02-18 23:06:27 +01002062
Imre Deak1f814da2015-12-16 02:52:19 +02002063 disable_rpm_wakeref_asserts(dev_priv);
2064
Paulo Zanonic67a4702013-08-19 13:18:09 -03002065 /* We do a lot of poking in a lot of registers, make sure they work
2066 * properly. */
Imre Deak2cd9a682018-08-16 15:37:57 +03002067 intel_power_domains_disable(dev_priv);
Paulo Zanonicb107992013-01-25 16:59:15 -02002068
Dave Airlie5bcf7192010-12-07 09:20:40 +10002069 drm_kms_helper_poll_disable(dev);
2070
David Weinehall52a05c32016-08-22 13:32:44 +03002071 pci_save_state(pdev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002072
Maarten Lankhorst6b72d482015-06-01 12:49:47 +02002073 intel_display_suspend(dev);
Daniel Vetterd5818932015-02-23 12:03:26 +01002074
Ville Syrjälä1a4313d2018-07-05 19:43:52 +03002075 intel_dp_mst_suspend(dev_priv);
Daniel Vetterd5818932015-02-23 12:03:26 +01002076
2077 intel_runtime_pm_disable_interrupts(dev_priv);
2078 intel_hpd_cancel_work(dev_priv);
2079
2080 intel_suspend_encoders(dev_priv);
2081
Ville Syrjälä712bf362016-10-31 22:37:23 +02002082 intel_suspend_hw(dev_priv);
Daniel Vetterd5818932015-02-23 12:03:26 +01002083
Tvrtko Ursulin275a9912016-11-16 08:55:34 +00002084 i915_gem_suspend_gtt_mappings(dev_priv);
Ben Widawsky828c7902013-10-16 09:21:30 -07002085
Tvrtko Ursulinaf6dc742016-12-01 14:16:44 +00002086 i915_save_state(dev_priv);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002087
Imre Deakbc872292015-11-18 17:32:30 +02002088 opregion_target_state = suspend_to_idle(dev_priv) ? PCI_D1 : PCI_D3cold;
Chris Wilsona950adc2018-10-30 11:05:54 +00002089 intel_opregion_suspend(dev_priv, opregion_target_state);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002090
Chris Wilson82e3b8c2014-08-13 13:09:46 +01002091 intel_fbdev_set_suspend(dev, FBINFO_STATE_SUSPENDED, true);
Dave Airlie3fa016a2012-03-28 10:48:49 +01002092
Mika Kuoppala62d5d692014-02-25 17:11:28 +02002093 dev_priv->suspend_count++;
2094
Imre Deakf74ed082016-04-18 14:48:21 +03002095 intel_csr_ucode_suspend(dev_priv);
Imre Deakf514c2d2015-10-28 23:59:06 +02002096
Imre Deak1f814da2015-12-16 02:52:19 +02002097 enable_rpm_wakeref_asserts(dev_priv);
2098
Chris Wilson73b66f82018-05-25 10:26:29 +01002099 return 0;
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002100}
2101
Imre Deak2cd9a682018-08-16 15:37:57 +03002102static enum i915_drm_suspend_mode
2103get_suspend_mode(struct drm_i915_private *dev_priv, bool hibernate)
2104{
2105 if (hibernate)
2106 return I915_DRM_SUSPEND_HIBERNATE;
2107
2108 if (suspend_to_idle(dev_priv))
2109 return I915_DRM_SUSPEND_IDLE;
2110
2111 return I915_DRM_SUSPEND_MEM;
2112}
2113
David Weinehallc49d13e2016-08-22 13:32:42 +03002114static int i915_drm_suspend_late(struct drm_device *dev, bool hibernation)
Imre Deakc3c09c92014-10-23 19:23:15 +03002115{
David Weinehallc49d13e2016-08-22 13:32:42 +03002116 struct drm_i915_private *dev_priv = to_i915(dev);
David Weinehall52a05c32016-08-22 13:32:44 +03002117 struct pci_dev *pdev = dev_priv->drm.pdev;
Imre Deakc3c09c92014-10-23 19:23:15 +03002118 int ret;
2119
Imre Deak1f814da2015-12-16 02:52:19 +02002120 disable_rpm_wakeref_asserts(dev_priv);
2121
Chris Wilsonec92ad02018-05-31 09:22:46 +01002122 i915_gem_suspend_late(dev_priv);
2123
Daniele Ceraolo Spuriof7de5022019-03-19 11:35:37 -07002124 intel_uncore_suspend(&dev_priv->uncore);
Imre Deak4c494a52016-10-13 14:34:06 +03002125
Imre Deak2cd9a682018-08-16 15:37:57 +03002126 intel_power_domains_suspend(dev_priv,
2127 get_suspend_mode(dev_priv, hibernation));
Imre Deak73dfc222015-11-17 17:33:53 +02002128
Imre Deak507e1262016-04-20 20:27:54 +03002129 ret = 0;
Anusha Srivatsa3b6ac432018-10-31 13:27:26 -07002130 if (INTEL_GEN(dev_priv) >= 11 || IS_GEN9_LP(dev_priv))
Imre Deak507e1262016-04-20 20:27:54 +03002131 bxt_enable_dc9(dev_priv);
Imre Deakb8aea3d12016-04-20 20:27:55 +03002132 else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv))
Imre Deak507e1262016-04-20 20:27:54 +03002133 hsw_enable_pc8(dev_priv);
2134 else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
2135 ret = vlv_suspend_complete(dev_priv);
Imre Deakc3c09c92014-10-23 19:23:15 +03002136
2137 if (ret) {
2138 DRM_ERROR("Suspend complete failed: %d\n", ret);
Imre Deak2cd9a682018-08-16 15:37:57 +03002139 intel_power_domains_resume(dev_priv);
Imre Deakc3c09c92014-10-23 19:23:15 +03002140
Imre Deak1f814da2015-12-16 02:52:19 +02002141 goto out;
Imre Deakc3c09c92014-10-23 19:23:15 +03002142 }
2143
David Weinehall52a05c32016-08-22 13:32:44 +03002144 pci_disable_device(pdev);
Imre Deakab3be732015-03-02 13:04:41 +02002145 /*
Imre Deak54875572015-06-30 17:06:47 +03002146 * During hibernation on some platforms the BIOS may try to access
Imre Deakab3be732015-03-02 13:04:41 +02002147 * the device even though it's already in D3 and hang the machine. So
2148 * leave the device in D0 on those platforms and hope the BIOS will
Imre Deak54875572015-06-30 17:06:47 +03002149 * power down the device properly. The issue was seen on multiple old
2150 * GENs with different BIOS vendors, so having an explicit blacklist
2151 * is inpractical; apply the workaround on everything pre GEN6. The
2152 * platforms where the issue was seen:
2153 * Lenovo Thinkpad X301, X61s, X60, T60, X41
2154 * Fujitsu FSC S7110
2155 * Acer Aspire 1830T
Imre Deakab3be732015-03-02 13:04:41 +02002156 */
Tvrtko Ursulin514e1d62016-11-04 14:42:48 +00002157 if (!(hibernation && INTEL_GEN(dev_priv) < 6))
David Weinehall52a05c32016-08-22 13:32:44 +03002158 pci_set_power_state(pdev, PCI_D3hot);
Imre Deakc3c09c92014-10-23 19:23:15 +03002159
Imre Deak1f814da2015-12-16 02:52:19 +02002160out:
2161 enable_rpm_wakeref_asserts(dev_priv);
Chris Wilsonbd780f32019-01-14 14:21:09 +00002162 if (!dev_priv->uncore.user_forcewake.count)
2163 intel_runtime_pm_cleanup(dev_priv);
Imre Deak1f814da2015-12-16 02:52:19 +02002164
2165 return ret;
Imre Deakc3c09c92014-10-23 19:23:15 +03002166}
2167
Matthew Aulda9a251c2016-12-02 10:24:11 +00002168static int i915_suspend_switcheroo(struct drm_device *dev, pm_message_t state)
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002169{
2170 int error;
2171
Chris Wilsonded8b072016-07-05 10:40:22 +01002172 if (!dev) {
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002173 DRM_ERROR("dev: %p\n", dev);
Keith Packard1ae8c0a2009-06-28 15:42:17 -07002174 DRM_ERROR("DRM not initialized, aborting suspend.\n");
Jesse Barnesba8bbcf2007-11-22 14:14:14 +10002175 return -ENODEV;
2176 }
2177
Imre Deak0b14cbd2014-09-10 18:16:55 +03002178 if (WARN_ON_ONCE(state.event != PM_EVENT_SUSPEND &&
2179 state.event != PM_EVENT_FREEZE))
2180 return -EINVAL;
Dave Airlie5bcf7192010-12-07 09:20:40 +10002181
2182 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
2183 return 0;
Chris Wilson6eecba32010-09-08 09:45:11 +01002184
Imre Deak5e365c32014-10-23 19:23:25 +03002185 error = i915_drm_suspend(dev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002186 if (error)
2187 return error;
Jesse Barnesba8bbcf2007-11-22 14:14:14 +10002188
Imre Deakab3be732015-03-02 13:04:41 +02002189 return i915_drm_suspend_late(dev, false);
Jesse Barnesba8bbcf2007-11-22 14:14:14 +10002190}
2191
Imre Deak5e365c32014-10-23 19:23:25 +03002192static int i915_drm_resume(struct drm_device *dev)
Jesse Barnesba8bbcf2007-11-22 14:14:14 +10002193{
Chris Wilsonfac5e232016-07-04 11:34:36 +01002194 struct drm_i915_private *dev_priv = to_i915(dev);
Ville Syrjäläac840ae2016-05-06 21:35:55 +03002195 int ret;
Matthew Garrett8ee1c3d2008-08-05 19:37:25 +01002196
Imre Deak1f814da2015-12-16 02:52:19 +02002197 disable_rpm_wakeref_asserts(dev_priv);
Chris Wilsonabc80ab2016-08-24 10:27:01 +01002198 intel_sanitize_gt_powersave(dev_priv);
Imre Deak1f814da2015-12-16 02:52:19 +02002199
Chris Wilson12887862018-06-14 10:40:59 +01002200 i915_gem_sanitize(dev_priv);
2201
Chris Wilson97d6d7a2016-08-04 07:52:22 +01002202 ret = i915_ggtt_enable_hw(dev_priv);
Ville Syrjäläac840ae2016-05-06 21:35:55 +03002203 if (ret)
2204 DRM_ERROR("failed to re-enable GGTT\n");
2205
Imre Deakf74ed082016-04-18 14:48:21 +03002206 intel_csr_ucode_resume(dev_priv);
2207
Tvrtko Ursulinaf6dc742016-12-01 14:16:44 +00002208 i915_restore_state(dev_priv);
Imre Deak8090ba82016-08-10 14:07:33 +03002209 intel_pps_unlock_regs_wa(dev_priv);
Rafael J. Wysocki61caf872010-02-18 23:06:27 +01002210
Ander Conselvan de Oliveirac39055b2016-11-23 16:21:44 +02002211 intel_init_pch_refclk(dev_priv);
Chris Wilson1833b132012-05-09 11:56:28 +01002212
Peter Antoine364aece2015-05-11 08:50:45 +01002213 /*
2214 * Interrupts have to be enabled before any batches are run. If not the
2215 * GPU will hang. i915_gem_init_hw() will initiate batches to
2216 * update/restore the context.
2217 *
Imre Deak908764f2016-11-29 21:40:29 +02002218 * drm_mode_config_reset() needs AUX interrupts.
2219 *
Peter Antoine364aece2015-05-11 08:50:45 +01002220 * Modeset enabling in intel_modeset_init_hw() also needs working
2221 * interrupts.
2222 */
2223 intel_runtime_pm_enable_interrupts(dev_priv);
2224
Imre Deak908764f2016-11-29 21:40:29 +02002225 drm_mode_config_reset(dev);
2226
Chris Wilson37cd3302017-11-12 11:27:38 +00002227 i915_gem_resume(dev_priv);
Daniel Vetterd5818932015-02-23 12:03:26 +01002228
Daniel Vetterd5818932015-02-23 12:03:26 +01002229 intel_modeset_init_hw(dev);
Ville Syrjälä675f7ff2017-11-16 18:02:15 +02002230 intel_init_clock_gating(dev_priv);
Daniel Vetterd5818932015-02-23 12:03:26 +01002231
2232 spin_lock_irq(&dev_priv->irq_lock);
2233 if (dev_priv->display.hpd_irq_setup)
Tvrtko Ursulin91d14252016-05-06 14:48:28 +01002234 dev_priv->display.hpd_irq_setup(dev_priv);
Daniel Vetterd5818932015-02-23 12:03:26 +01002235 spin_unlock_irq(&dev_priv->irq_lock);
2236
Ville Syrjälä1a4313d2018-07-05 19:43:52 +03002237 intel_dp_mst_resume(dev_priv);
Daniel Vetterd5818932015-02-23 12:03:26 +01002238
Lyudea16b7652016-03-11 10:57:01 -05002239 intel_display_resume(dev);
2240
Lyudee0b70062016-11-01 21:06:30 -04002241 drm_kms_helper_poll_enable(dev);
2242
Daniel Vetterd5818932015-02-23 12:03:26 +01002243 /*
2244 * ... but also need to make sure that hotplug processing
2245 * doesn't cause havoc. Like in the driver load code we don't
Gwan-gyeong Munc444ad72018-08-03 19:41:50 +03002246 * bother with the tiny race here where we might lose hotplug
Daniel Vetterd5818932015-02-23 12:03:26 +01002247 * notifications.
2248 * */
2249 intel_hpd_init(dev_priv);
Jesse Barnes1daed3f2011-01-05 12:01:25 -08002250
Chris Wilsona950adc2018-10-30 11:05:54 +00002251 intel_opregion_resume(dev_priv);
Chris Wilson44834a62010-08-19 16:09:23 +01002252
Chris Wilson82e3b8c2014-08-13 13:09:46 +01002253 intel_fbdev_set_suspend(dev, FBINFO_STATE_RUNNING, false);
Jesse Barnes073f34d2012-11-02 11:13:59 -07002254
Imre Deak2cd9a682018-08-16 15:37:57 +03002255 intel_power_domains_enable(dev_priv);
2256
Imre Deak1f814da2015-12-16 02:52:19 +02002257 enable_rpm_wakeref_asserts(dev_priv);
2258
Chris Wilson074c6ad2014-04-09 09:19:43 +01002259 return 0;
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002260}
2261
Imre Deak5e365c32014-10-23 19:23:25 +03002262static int i915_drm_resume_early(struct drm_device *dev)
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002263{
Chris Wilsonfac5e232016-07-04 11:34:36 +01002264 struct drm_i915_private *dev_priv = to_i915(dev);
David Weinehall52a05c32016-08-22 13:32:44 +03002265 struct pci_dev *pdev = dev_priv->drm.pdev;
Imre Deak44410cd2016-04-18 14:45:54 +03002266 int ret;
Imre Deak36d61e62014-10-23 19:23:24 +03002267
Imre Deak76c4b252014-04-01 19:55:22 +03002268 /*
2269 * We have a resume ordering issue with the snd-hda driver also
2270 * requiring our device to be power up. Due to the lack of a
2271 * parent/child relationship we currently solve this with an early
2272 * resume hook.
2273 *
2274 * FIXME: This should be solved with a special hdmi sink device or
2275 * similar so that power domains can be employed.
2276 */
Imre Deak44410cd2016-04-18 14:45:54 +03002277
2278 /*
2279 * Note that we need to set the power state explicitly, since we
2280 * powered off the device during freeze and the PCI core won't power
2281 * it back up for us during thaw. Powering off the device during
2282 * freeze is not a hard requirement though, and during the
2283 * suspend/resume phases the PCI core makes sure we get here with the
2284 * device powered on. So in case we change our freeze logic and keep
2285 * the device powered we can also remove the following set power state
2286 * call.
2287 */
David Weinehall52a05c32016-08-22 13:32:44 +03002288 ret = pci_set_power_state(pdev, PCI_D0);
Imre Deak44410cd2016-04-18 14:45:54 +03002289 if (ret) {
2290 DRM_ERROR("failed to set PCI D0 power state (%d)\n", ret);
Imre Deak2cd9a682018-08-16 15:37:57 +03002291 return ret;
Imre Deak44410cd2016-04-18 14:45:54 +03002292 }
2293
2294 /*
2295 * Note that pci_enable_device() first enables any parent bridge
2296 * device and only then sets the power state for this device. The
2297 * bridge enabling is a nop though, since bridge devices are resumed
2298 * first. The order of enabling power and enabling the device is
2299 * imposed by the PCI core as described above, so here we preserve the
2300 * same order for the freeze/thaw phases.
2301 *
2302 * TODO: eventually we should remove pci_disable_device() /
2303 * pci_enable_enable_device() from suspend/resume. Due to how they
2304 * depend on the device enable refcount we can't anyway depend on them
2305 * disabling/enabling the device.
2306 */
Imre Deak2cd9a682018-08-16 15:37:57 +03002307 if (pci_enable_device(pdev))
2308 return -EIO;
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002309
David Weinehall52a05c32016-08-22 13:32:44 +03002310 pci_set_master(pdev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002311
Imre Deak1f814da2015-12-16 02:52:19 +02002312 disable_rpm_wakeref_asserts(dev_priv);
2313
Wayne Boyer666a4532015-12-09 12:29:35 -08002314 if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
Paulo Zanoni1a5df182014-10-27 17:54:32 -02002315 ret = vlv_resume_prepare(dev_priv, false);
Imre Deak36d61e62014-10-23 19:23:24 +03002316 if (ret)
Damien Lespiauff0b1872015-05-20 14:45:15 +01002317 DRM_ERROR("Resume prepare failed: %d, continuing anyway\n",
2318 ret);
Imre Deak36d61e62014-10-23 19:23:24 +03002319
Daniele Ceraolo Spuriof7de5022019-03-19 11:35:37 -07002320 intel_uncore_resume_early(&dev_priv->uncore);
2321
2322 i915_check_and_clear_faults(dev_priv);
Paulo Zanoniefee8332014-10-27 17:54:33 -02002323
Animesh Manna3e689282018-10-29 15:14:10 -07002324 if (INTEL_GEN(dev_priv) >= 11 || IS_GEN9_LP(dev_priv)) {
Imre Deak0f906032018-03-22 16:36:42 +02002325 gen9_sanitize_dc_state(dev_priv);
Imre Deak507e1262016-04-20 20:27:54 +03002326 bxt_disable_dc9(dev_priv);
Imre Deakda2f41d2016-04-20 20:27:56 +03002327 } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
Damien Lespiaua9a6b732015-05-20 14:45:14 +01002328 hsw_disable_pc8(dev_priv);
Imre Deakda2f41d2016-04-20 20:27:56 +03002329 }
Paulo Zanoniefee8332014-10-27 17:54:33 -02002330
Chris Wilsondc979972016-05-10 14:10:04 +01002331 intel_uncore_sanitize(dev_priv);
Imre Deakbc872292015-11-18 17:32:30 +02002332
Imre Deak2cd9a682018-08-16 15:37:57 +03002333 intel_power_domains_resume(dev_priv);
Imre Deakbc872292015-11-18 17:32:30 +02002334
Chris Wilson79ffac852019-04-24 21:07:17 +01002335 intel_gt_sanitize(dev_priv, true);
Chris Wilson4fdd5b42018-06-16 21:25:34 +01002336
Imre Deak6e35e8a2016-04-18 10:04:19 +03002337 enable_rpm_wakeref_asserts(dev_priv);
2338
Imre Deak36d61e62014-10-23 19:23:24 +03002339 return ret;
Imre Deak76c4b252014-04-01 19:55:22 +03002340}
2341
Tvrtko Ursulin7f26cb82016-12-01 14:16:41 +00002342static int i915_resume_switcheroo(struct drm_device *dev)
Imre Deak76c4b252014-04-01 19:55:22 +03002343{
Imre Deak50a00722014-10-23 19:23:17 +03002344 int ret;
Imre Deak76c4b252014-04-01 19:55:22 +03002345
Imre Deak097dd832014-10-23 19:23:19 +03002346 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
2347 return 0;
2348
Imre Deak5e365c32014-10-23 19:23:25 +03002349 ret = i915_drm_resume_early(dev);
Imre Deak50a00722014-10-23 19:23:17 +03002350 if (ret)
2351 return ret;
2352
Imre Deak5a175142014-10-23 19:23:18 +03002353 return i915_drm_resume(dev);
2354}
2355
Chris Wilson73b66f82018-05-25 10:26:29 +01002356static int i915_pm_prepare(struct device *kdev)
2357{
2358 struct pci_dev *pdev = to_pci_dev(kdev);
2359 struct drm_device *dev = pci_get_drvdata(pdev);
2360
2361 if (!dev) {
2362 dev_err(kdev, "DRM not initialized, aborting suspend.\n");
2363 return -ENODEV;
2364 }
2365
2366 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
2367 return 0;
2368
2369 return i915_drm_prepare(dev);
2370}
2371
David Weinehallc49d13e2016-08-22 13:32:42 +03002372static int i915_pm_suspend(struct device *kdev)
Kristian Høgsberg112b7152009-01-04 16:55:33 -05002373{
David Weinehallc49d13e2016-08-22 13:32:42 +03002374 struct pci_dev *pdev = to_pci_dev(kdev);
2375 struct drm_device *dev = pci_get_drvdata(pdev);
Kristian Høgsberg112b7152009-01-04 16:55:33 -05002376
David Weinehallc49d13e2016-08-22 13:32:42 +03002377 if (!dev) {
2378 dev_err(kdev, "DRM not initialized, aborting suspend.\n");
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002379 return -ENODEV;
2380 }
Kristian Høgsberg112b7152009-01-04 16:55:33 -05002381
David Weinehallc49d13e2016-08-22 13:32:42 +03002382 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
Dave Airlie5bcf7192010-12-07 09:20:40 +10002383 return 0;
2384
David Weinehallc49d13e2016-08-22 13:32:42 +03002385 return i915_drm_suspend(dev);
Imre Deak76c4b252014-04-01 19:55:22 +03002386}
2387
David Weinehallc49d13e2016-08-22 13:32:42 +03002388static int i915_pm_suspend_late(struct device *kdev)
Imre Deak76c4b252014-04-01 19:55:22 +03002389{
David Weinehallc49d13e2016-08-22 13:32:42 +03002390 struct drm_device *dev = &kdev_to_i915(kdev)->drm;
Imre Deak76c4b252014-04-01 19:55:22 +03002391
2392 /*
Damien Lespiauc965d9952015-05-18 19:53:48 +01002393 * We have a suspend ordering issue with the snd-hda driver also
Imre Deak76c4b252014-04-01 19:55:22 +03002394 * requiring our device to be power up. Due to the lack of a
2395 * parent/child relationship we currently solve this with an late
2396 * suspend hook.
2397 *
2398 * FIXME: This should be solved with a special hdmi sink device or
2399 * similar so that power domains can be employed.
2400 */
David Weinehallc49d13e2016-08-22 13:32:42 +03002401 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
Imre Deak76c4b252014-04-01 19:55:22 +03002402 return 0;
Kristian Høgsberg112b7152009-01-04 16:55:33 -05002403
David Weinehallc49d13e2016-08-22 13:32:42 +03002404 return i915_drm_suspend_late(dev, false);
Imre Deakab3be732015-03-02 13:04:41 +02002405}
2406
David Weinehallc49d13e2016-08-22 13:32:42 +03002407static int i915_pm_poweroff_late(struct device *kdev)
Imre Deakab3be732015-03-02 13:04:41 +02002408{
David Weinehallc49d13e2016-08-22 13:32:42 +03002409 struct drm_device *dev = &kdev_to_i915(kdev)->drm;
Imre Deakab3be732015-03-02 13:04:41 +02002410
David Weinehallc49d13e2016-08-22 13:32:42 +03002411 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
Imre Deakab3be732015-03-02 13:04:41 +02002412 return 0;
2413
David Weinehallc49d13e2016-08-22 13:32:42 +03002414 return i915_drm_suspend_late(dev, true);
Zhenyu Wangcbda12d2009-12-16 13:36:10 +08002415}
2416
David Weinehallc49d13e2016-08-22 13:32:42 +03002417static int i915_pm_resume_early(struct device *kdev)
Imre Deak76c4b252014-04-01 19:55:22 +03002418{
David Weinehallc49d13e2016-08-22 13:32:42 +03002419 struct drm_device *dev = &kdev_to_i915(kdev)->drm;
Imre Deak76c4b252014-04-01 19:55:22 +03002420
David Weinehallc49d13e2016-08-22 13:32:42 +03002421 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
Imre Deak097dd832014-10-23 19:23:19 +03002422 return 0;
2423
David Weinehallc49d13e2016-08-22 13:32:42 +03002424 return i915_drm_resume_early(dev);
Imre Deak76c4b252014-04-01 19:55:22 +03002425}
2426
David Weinehallc49d13e2016-08-22 13:32:42 +03002427static int i915_pm_resume(struct device *kdev)
Zhenyu Wangcbda12d2009-12-16 13:36:10 +08002428{
David Weinehallc49d13e2016-08-22 13:32:42 +03002429 struct drm_device *dev = &kdev_to_i915(kdev)->drm;
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +01002430
David Weinehallc49d13e2016-08-22 13:32:42 +03002431 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
Imre Deak097dd832014-10-23 19:23:19 +03002432 return 0;
2433
David Weinehallc49d13e2016-08-22 13:32:42 +03002434 return i915_drm_resume(dev);
Zhenyu Wangcbda12d2009-12-16 13:36:10 +08002435}
2436
Chris Wilson1f19ac22016-05-14 07:26:32 +01002437/* freeze: before creating the hibernation_image */
David Weinehallc49d13e2016-08-22 13:32:42 +03002438static int i915_pm_freeze(struct device *kdev)
Chris Wilson1f19ac22016-05-14 07:26:32 +01002439{
Imre Deakdd9f31c2017-08-16 17:46:07 +03002440 struct drm_device *dev = &kdev_to_i915(kdev)->drm;
Chris Wilson6a800ea2016-09-21 14:51:07 +01002441 int ret;
2442
Imre Deakdd9f31c2017-08-16 17:46:07 +03002443 if (dev->switch_power_state != DRM_SWITCH_POWER_OFF) {
2444 ret = i915_drm_suspend(dev);
2445 if (ret)
2446 return ret;
2447 }
Chris Wilson6a800ea2016-09-21 14:51:07 +01002448
2449 ret = i915_gem_freeze(kdev_to_i915(kdev));
2450 if (ret)
2451 return ret;
2452
2453 return 0;
Chris Wilson1f19ac22016-05-14 07:26:32 +01002454}
2455
David Weinehallc49d13e2016-08-22 13:32:42 +03002456static int i915_pm_freeze_late(struct device *kdev)
Chris Wilson1f19ac22016-05-14 07:26:32 +01002457{
Imre Deakdd9f31c2017-08-16 17:46:07 +03002458 struct drm_device *dev = &kdev_to_i915(kdev)->drm;
Chris Wilson461fb992016-05-14 07:26:33 +01002459 int ret;
2460
Imre Deakdd9f31c2017-08-16 17:46:07 +03002461 if (dev->switch_power_state != DRM_SWITCH_POWER_OFF) {
2462 ret = i915_drm_suspend_late(dev, true);
2463 if (ret)
2464 return ret;
2465 }
Chris Wilson461fb992016-05-14 07:26:33 +01002466
David Weinehallc49d13e2016-08-22 13:32:42 +03002467 ret = i915_gem_freeze_late(kdev_to_i915(kdev));
Chris Wilson461fb992016-05-14 07:26:33 +01002468 if (ret)
2469 return ret;
2470
2471 return 0;
Chris Wilson1f19ac22016-05-14 07:26:32 +01002472}
2473
2474/* thaw: called after creating the hibernation image, but before turning off. */
David Weinehallc49d13e2016-08-22 13:32:42 +03002475static int i915_pm_thaw_early(struct device *kdev)
Chris Wilson1f19ac22016-05-14 07:26:32 +01002476{
David Weinehallc49d13e2016-08-22 13:32:42 +03002477 return i915_pm_resume_early(kdev);
Chris Wilson1f19ac22016-05-14 07:26:32 +01002478}
2479
David Weinehallc49d13e2016-08-22 13:32:42 +03002480static int i915_pm_thaw(struct device *kdev)
Chris Wilson1f19ac22016-05-14 07:26:32 +01002481{
David Weinehallc49d13e2016-08-22 13:32:42 +03002482 return i915_pm_resume(kdev);
Chris Wilson1f19ac22016-05-14 07:26:32 +01002483}
2484
2485/* restore: called after loading the hibernation image. */
David Weinehallc49d13e2016-08-22 13:32:42 +03002486static int i915_pm_restore_early(struct device *kdev)
Chris Wilson1f19ac22016-05-14 07:26:32 +01002487{
David Weinehallc49d13e2016-08-22 13:32:42 +03002488 return i915_pm_resume_early(kdev);
Chris Wilson1f19ac22016-05-14 07:26:32 +01002489}
2490
David Weinehallc49d13e2016-08-22 13:32:42 +03002491static int i915_pm_restore(struct device *kdev)
Chris Wilson1f19ac22016-05-14 07:26:32 +01002492{
David Weinehallc49d13e2016-08-22 13:32:42 +03002493 return i915_pm_resume(kdev);
Chris Wilson1f19ac22016-05-14 07:26:32 +01002494}
2495
Imre Deakddeea5b2014-05-05 15:19:56 +03002496/*
2497 * Save all Gunit registers that may be lost after a D3 and a subsequent
2498 * S0i[R123] transition. The list of registers needing a save/restore is
2499 * defined in the VLV2_S0IXRegs document. This documents marks all Gunit
2500 * registers in the following way:
2501 * - Driver: saved/restored by the driver
2502 * - Punit : saved/restored by the Punit firmware
2503 * - No, w/o marking: no need to save/restore, since the register is R/O or
2504 * used internally by the HW in a way that doesn't depend
2505 * keeping the content across a suspend/resume.
2506 * - Debug : used for debugging
2507 *
2508 * We save/restore all registers marked with 'Driver', with the following
2509 * exceptions:
2510 * - Registers out of use, including also registers marked with 'Debug'.
2511 * These have no effect on the driver's operation, so we don't save/restore
2512 * them to reduce the overhead.
2513 * - Registers that are fully setup by an initialization function called from
2514 * the resume path. For example many clock gating and RPS/RC6 registers.
2515 * - Registers that provide the right functionality with their reset defaults.
2516 *
2517 * TODO: Except for registers that based on the above 3 criteria can be safely
2518 * ignored, we save/restore all others, practically treating the HW context as
2519 * a black-box for the driver. Further investigation is needed to reduce the
2520 * saved/restored registers even further, by following the same 3 criteria.
2521 */
2522static void vlv_save_gunit_s0ix_state(struct drm_i915_private *dev_priv)
2523{
2524 struct vlv_s0ix_state *s = &dev_priv->vlv_s0ix_state;
2525 int i;
2526
2527 /* GAM 0x4000-0x4770 */
2528 s->wr_watermark = I915_READ(GEN7_WR_WATERMARK);
2529 s->gfx_prio_ctrl = I915_READ(GEN7_GFX_PRIO_CTRL);
2530 s->arb_mode = I915_READ(ARB_MODE);
2531 s->gfx_pend_tlb0 = I915_READ(GEN7_GFX_PEND_TLB0);
2532 s->gfx_pend_tlb1 = I915_READ(GEN7_GFX_PEND_TLB1);
2533
2534 for (i = 0; i < ARRAY_SIZE(s->lra_limits); i++)
Ville Syrjälä22dfe792015-09-18 20:03:16 +03002535 s->lra_limits[i] = I915_READ(GEN7_LRA_LIMITS(i));
Imre Deakddeea5b2014-05-05 15:19:56 +03002536
2537 s->media_max_req_count = I915_READ(GEN7_MEDIA_MAX_REQ_COUNT);
Imre Deakb5f1c972015-04-15 16:52:30 -07002538 s->gfx_max_req_count = I915_READ(GEN7_GFX_MAX_REQ_COUNT);
Imre Deakddeea5b2014-05-05 15:19:56 +03002539
2540 s->render_hwsp = I915_READ(RENDER_HWS_PGA_GEN7);
2541 s->ecochk = I915_READ(GAM_ECOCHK);
2542 s->bsd_hwsp = I915_READ(BSD_HWS_PGA_GEN7);
2543 s->blt_hwsp = I915_READ(BLT_HWS_PGA_GEN7);
2544
2545 s->tlb_rd_addr = I915_READ(GEN7_TLB_RD_ADDR);
2546
2547 /* MBC 0x9024-0x91D0, 0x8500 */
2548 s->g3dctl = I915_READ(VLV_G3DCTL);
2549 s->gsckgctl = I915_READ(VLV_GSCKGCTL);
2550 s->mbctl = I915_READ(GEN6_MBCTL);
2551
2552 /* GCP 0x9400-0x9424, 0x8100-0x810C */
2553 s->ucgctl1 = I915_READ(GEN6_UCGCTL1);
2554 s->ucgctl3 = I915_READ(GEN6_UCGCTL3);
2555 s->rcgctl1 = I915_READ(GEN6_RCGCTL1);
2556 s->rcgctl2 = I915_READ(GEN6_RCGCTL2);
2557 s->rstctl = I915_READ(GEN6_RSTCTL);
2558 s->misccpctl = I915_READ(GEN7_MISCCPCTL);
2559
2560 /* GPM 0xA000-0xAA84, 0x8000-0x80FC */
2561 s->gfxpause = I915_READ(GEN6_GFXPAUSE);
2562 s->rpdeuhwtc = I915_READ(GEN6_RPDEUHWTC);
2563 s->rpdeuc = I915_READ(GEN6_RPDEUC);
2564 s->ecobus = I915_READ(ECOBUS);
2565 s->pwrdwnupctl = I915_READ(VLV_PWRDWNUPCTL);
2566 s->rp_down_timeout = I915_READ(GEN6_RP_DOWN_TIMEOUT);
2567 s->rp_deucsw = I915_READ(GEN6_RPDEUCSW);
2568 s->rcubmabdtmr = I915_READ(GEN6_RCUBMABDTMR);
2569 s->rcedata = I915_READ(VLV_RCEDATA);
2570 s->spare2gh = I915_READ(VLV_SPAREG2H);
2571
2572 /* Display CZ domain, 0x4400C-0x4402C, 0x4F000-0x4F11F */
2573 s->gt_imr = I915_READ(GTIMR);
2574 s->gt_ier = I915_READ(GTIER);
2575 s->pm_imr = I915_READ(GEN6_PMIMR);
2576 s->pm_ier = I915_READ(GEN6_PMIER);
2577
2578 for (i = 0; i < ARRAY_SIZE(s->gt_scratch); i++)
Ville Syrjälä22dfe792015-09-18 20:03:16 +03002579 s->gt_scratch[i] = I915_READ(GEN7_GT_SCRATCH(i));
Imre Deakddeea5b2014-05-05 15:19:56 +03002580
2581 /* GT SA CZ domain, 0x100000-0x138124 */
2582 s->tilectl = I915_READ(TILECTL);
2583 s->gt_fifoctl = I915_READ(GTFIFOCTL);
2584 s->gtlc_wake_ctrl = I915_READ(VLV_GTLC_WAKE_CTRL);
2585 s->gtlc_survive = I915_READ(VLV_GTLC_SURVIVABILITY_REG);
2586 s->pmwgicz = I915_READ(VLV_PMWGICZ);
2587
2588 /* Gunit-Display CZ domain, 0x182028-0x1821CF */
2589 s->gu_ctl0 = I915_READ(VLV_GU_CTL0);
2590 s->gu_ctl1 = I915_READ(VLV_GU_CTL1);
Jesse Barnes9c252102015-04-01 14:22:57 -07002591 s->pcbr = I915_READ(VLV_PCBR);
Imre Deakddeea5b2014-05-05 15:19:56 +03002592 s->clock_gate_dis2 = I915_READ(VLV_GUNIT_CLOCK_GATE2);
2593
2594 /*
2595 * Not saving any of:
2596 * DFT, 0x9800-0x9EC0
2597 * SARB, 0xB000-0xB1FC
2598 * GAC, 0x5208-0x524C, 0x14000-0x14C000
2599 * PCI CFG
2600 */
2601}
2602
2603static void vlv_restore_gunit_s0ix_state(struct drm_i915_private *dev_priv)
2604{
2605 struct vlv_s0ix_state *s = &dev_priv->vlv_s0ix_state;
2606 u32 val;
2607 int i;
2608
2609 /* GAM 0x4000-0x4770 */
2610 I915_WRITE(GEN7_WR_WATERMARK, s->wr_watermark);
2611 I915_WRITE(GEN7_GFX_PRIO_CTRL, s->gfx_prio_ctrl);
2612 I915_WRITE(ARB_MODE, s->arb_mode | (0xffff << 16));
2613 I915_WRITE(GEN7_GFX_PEND_TLB0, s->gfx_pend_tlb0);
2614 I915_WRITE(GEN7_GFX_PEND_TLB1, s->gfx_pend_tlb1);
2615
2616 for (i = 0; i < ARRAY_SIZE(s->lra_limits); i++)
Ville Syrjälä22dfe792015-09-18 20:03:16 +03002617 I915_WRITE(GEN7_LRA_LIMITS(i), s->lra_limits[i]);
Imre Deakddeea5b2014-05-05 15:19:56 +03002618
2619 I915_WRITE(GEN7_MEDIA_MAX_REQ_COUNT, s->media_max_req_count);
Imre Deakb5f1c972015-04-15 16:52:30 -07002620 I915_WRITE(GEN7_GFX_MAX_REQ_COUNT, s->gfx_max_req_count);
Imre Deakddeea5b2014-05-05 15:19:56 +03002621
2622 I915_WRITE(RENDER_HWS_PGA_GEN7, s->render_hwsp);
2623 I915_WRITE(GAM_ECOCHK, s->ecochk);
2624 I915_WRITE(BSD_HWS_PGA_GEN7, s->bsd_hwsp);
2625 I915_WRITE(BLT_HWS_PGA_GEN7, s->blt_hwsp);
2626
2627 I915_WRITE(GEN7_TLB_RD_ADDR, s->tlb_rd_addr);
2628
2629 /* MBC 0x9024-0x91D0, 0x8500 */
2630 I915_WRITE(VLV_G3DCTL, s->g3dctl);
2631 I915_WRITE(VLV_GSCKGCTL, s->gsckgctl);
2632 I915_WRITE(GEN6_MBCTL, s->mbctl);
2633
2634 /* GCP 0x9400-0x9424, 0x8100-0x810C */
2635 I915_WRITE(GEN6_UCGCTL1, s->ucgctl1);
2636 I915_WRITE(GEN6_UCGCTL3, s->ucgctl3);
2637 I915_WRITE(GEN6_RCGCTL1, s->rcgctl1);
2638 I915_WRITE(GEN6_RCGCTL2, s->rcgctl2);
2639 I915_WRITE(GEN6_RSTCTL, s->rstctl);
2640 I915_WRITE(GEN7_MISCCPCTL, s->misccpctl);
2641
2642 /* GPM 0xA000-0xAA84, 0x8000-0x80FC */
2643 I915_WRITE(GEN6_GFXPAUSE, s->gfxpause);
2644 I915_WRITE(GEN6_RPDEUHWTC, s->rpdeuhwtc);
2645 I915_WRITE(GEN6_RPDEUC, s->rpdeuc);
2646 I915_WRITE(ECOBUS, s->ecobus);
2647 I915_WRITE(VLV_PWRDWNUPCTL, s->pwrdwnupctl);
2648 I915_WRITE(GEN6_RP_DOWN_TIMEOUT,s->rp_down_timeout);
2649 I915_WRITE(GEN6_RPDEUCSW, s->rp_deucsw);
2650 I915_WRITE(GEN6_RCUBMABDTMR, s->rcubmabdtmr);
2651 I915_WRITE(VLV_RCEDATA, s->rcedata);
2652 I915_WRITE(VLV_SPAREG2H, s->spare2gh);
2653
2654 /* Display CZ domain, 0x4400C-0x4402C, 0x4F000-0x4F11F */
2655 I915_WRITE(GTIMR, s->gt_imr);
2656 I915_WRITE(GTIER, s->gt_ier);
2657 I915_WRITE(GEN6_PMIMR, s->pm_imr);
2658 I915_WRITE(GEN6_PMIER, s->pm_ier);
2659
2660 for (i = 0; i < ARRAY_SIZE(s->gt_scratch); i++)
Ville Syrjälä22dfe792015-09-18 20:03:16 +03002661 I915_WRITE(GEN7_GT_SCRATCH(i), s->gt_scratch[i]);
Imre Deakddeea5b2014-05-05 15:19:56 +03002662
2663 /* GT SA CZ domain, 0x100000-0x138124 */
2664 I915_WRITE(TILECTL, s->tilectl);
2665 I915_WRITE(GTFIFOCTL, s->gt_fifoctl);
2666 /*
2667 * Preserve the GT allow wake and GFX force clock bit, they are not
2668 * be restored, as they are used to control the s0ix suspend/resume
2669 * sequence by the caller.
2670 */
2671 val = I915_READ(VLV_GTLC_WAKE_CTRL);
2672 val &= VLV_GTLC_ALLOWWAKEREQ;
2673 val |= s->gtlc_wake_ctrl & ~VLV_GTLC_ALLOWWAKEREQ;
2674 I915_WRITE(VLV_GTLC_WAKE_CTRL, val);
2675
2676 val = I915_READ(VLV_GTLC_SURVIVABILITY_REG);
2677 val &= VLV_GFX_CLK_FORCE_ON_BIT;
2678 val |= s->gtlc_survive & ~VLV_GFX_CLK_FORCE_ON_BIT;
2679 I915_WRITE(VLV_GTLC_SURVIVABILITY_REG, val);
2680
2681 I915_WRITE(VLV_PMWGICZ, s->pmwgicz);
2682
2683 /* Gunit-Display CZ domain, 0x182028-0x1821CF */
2684 I915_WRITE(VLV_GU_CTL0, s->gu_ctl0);
2685 I915_WRITE(VLV_GU_CTL1, s->gu_ctl1);
Jesse Barnes9c252102015-04-01 14:22:57 -07002686 I915_WRITE(VLV_PCBR, s->pcbr);
Imre Deakddeea5b2014-05-05 15:19:56 +03002687 I915_WRITE(VLV_GUNIT_CLOCK_GATE2, s->clock_gate_dis2);
2688}
2689
Chris Wilson3dd14c02017-04-21 14:58:15 +01002690static int vlv_wait_for_pw_status(struct drm_i915_private *dev_priv,
2691 u32 mask, u32 val)
2692{
Ville Syrjälä39806c3f2019-02-04 23:16:44 +02002693 i915_reg_t reg = VLV_GTLC_PW_STATUS;
2694 u32 reg_value;
2695 int ret;
2696
Chris Wilson3dd14c02017-04-21 14:58:15 +01002697 /* The HW does not like us polling for PW_STATUS frequently, so
2698 * use the sleeping loop rather than risk the busy spin within
2699 * intel_wait_for_register().
2700 *
2701 * Transitioning between RC6 states should be at most 2ms (see
2702 * valleyview_enable_rps) so use a 3ms timeout.
2703 */
Ville Syrjälä39806c3f2019-02-04 23:16:44 +02002704 ret = wait_for(((reg_value = I915_READ_NOTRACE(reg)) & mask) == val, 3);
2705
2706 /* just trace the final value */
2707 trace_i915_reg_rw(false, reg, reg_value, sizeof(reg_value), true);
2708
2709 return ret;
Chris Wilson3dd14c02017-04-21 14:58:15 +01002710}
2711
Imre Deak650ad972014-04-18 16:35:02 +03002712int vlv_force_gfx_clock(struct drm_i915_private *dev_priv, bool force_on)
2713{
2714 u32 val;
2715 int err;
2716
Imre Deak650ad972014-04-18 16:35:02 +03002717 val = I915_READ(VLV_GTLC_SURVIVABILITY_REG);
2718 val &= ~VLV_GFX_CLK_FORCE_ON_BIT;
2719 if (force_on)
2720 val |= VLV_GFX_CLK_FORCE_ON_BIT;
2721 I915_WRITE(VLV_GTLC_SURVIVABILITY_REG, val);
2722
2723 if (!force_on)
2724 return 0;
2725
Daniele Ceraolo Spurio97a04e02019-03-25 14:49:39 -07002726 err = intel_wait_for_register(&dev_priv->uncore,
Chris Wilsonc6ddc5f2016-06-30 15:32:46 +01002727 VLV_GTLC_SURVIVABILITY_REG,
2728 VLV_GFX_CLK_STATUS_BIT,
2729 VLV_GFX_CLK_STATUS_BIT,
2730 20);
Imre Deak650ad972014-04-18 16:35:02 +03002731 if (err)
2732 DRM_ERROR("timeout waiting for GFX clock force-on (%08x)\n",
2733 I915_READ(VLV_GTLC_SURVIVABILITY_REG));
2734
2735 return err;
Imre Deak650ad972014-04-18 16:35:02 +03002736}
2737
Imre Deakddeea5b2014-05-05 15:19:56 +03002738static int vlv_allow_gt_wake(struct drm_i915_private *dev_priv, bool allow)
2739{
Chris Wilson3dd14c02017-04-21 14:58:15 +01002740 u32 mask;
Imre Deakddeea5b2014-05-05 15:19:56 +03002741 u32 val;
Chris Wilson3dd14c02017-04-21 14:58:15 +01002742 int err;
Imre Deakddeea5b2014-05-05 15:19:56 +03002743
2744 val = I915_READ(VLV_GTLC_WAKE_CTRL);
2745 val &= ~VLV_GTLC_ALLOWWAKEREQ;
2746 if (allow)
2747 val |= VLV_GTLC_ALLOWWAKEREQ;
2748 I915_WRITE(VLV_GTLC_WAKE_CTRL, val);
2749 POSTING_READ(VLV_GTLC_WAKE_CTRL);
2750
Chris Wilson3dd14c02017-04-21 14:58:15 +01002751 mask = VLV_GTLC_ALLOWWAKEACK;
2752 val = allow ? mask : 0;
2753
2754 err = vlv_wait_for_pw_status(dev_priv, mask, val);
Imre Deakddeea5b2014-05-05 15:19:56 +03002755 if (err)
2756 DRM_ERROR("timeout disabling GT waking\n");
Chris Wilsonb2736692016-06-30 15:32:47 +01002757
Imre Deakddeea5b2014-05-05 15:19:56 +03002758 return err;
Imre Deakddeea5b2014-05-05 15:19:56 +03002759}
2760
Chris Wilson3dd14c02017-04-21 14:58:15 +01002761static void vlv_wait_for_gt_wells(struct drm_i915_private *dev_priv,
2762 bool wait_for_on)
Imre Deakddeea5b2014-05-05 15:19:56 +03002763{
2764 u32 mask;
2765 u32 val;
Imre Deakddeea5b2014-05-05 15:19:56 +03002766
2767 mask = VLV_GTLC_PW_MEDIA_STATUS_MASK | VLV_GTLC_PW_RENDER_STATUS_MASK;
2768 val = wait_for_on ? mask : 0;
Imre Deakddeea5b2014-05-05 15:19:56 +03002769
2770 /*
2771 * RC6 transitioning can be delayed up to 2 msec (see
2772 * valleyview_enable_rps), use 3 msec for safety.
Chris Wilsone01569a2018-04-09 10:49:05 +01002773 *
2774 * This can fail to turn off the rc6 if the GPU is stuck after a failed
2775 * reset and we are trying to force the machine to sleep.
Imre Deakddeea5b2014-05-05 15:19:56 +03002776 */
Chris Wilson3dd14c02017-04-21 14:58:15 +01002777 if (vlv_wait_for_pw_status(dev_priv, mask, val))
Chris Wilsone01569a2018-04-09 10:49:05 +01002778 DRM_DEBUG_DRIVER("timeout waiting for GT wells to go %s\n",
2779 onoff(wait_for_on));
Imre Deakddeea5b2014-05-05 15:19:56 +03002780}
2781
2782static void vlv_check_no_gt_access(struct drm_i915_private *dev_priv)
2783{
2784 if (!(I915_READ(VLV_GTLC_PW_STATUS) & VLV_GTLC_ALLOWWAKEERR))
2785 return;
2786
Daniel Vetter6fa283b2016-01-19 21:00:56 +01002787 DRM_DEBUG_DRIVER("GT register access while GT waking disabled\n");
Imre Deakddeea5b2014-05-05 15:19:56 +03002788 I915_WRITE(VLV_GTLC_PW_STATUS, VLV_GTLC_ALLOWWAKEERR);
2789}
2790
Sagar Kambleebc32822014-08-13 23:07:05 +05302791static int vlv_suspend_complete(struct drm_i915_private *dev_priv)
Imre Deakddeea5b2014-05-05 15:19:56 +03002792{
2793 u32 mask;
2794 int err;
2795
2796 /*
2797 * Bspec defines the following GT well on flags as debug only, so
2798 * don't treat them as hard failures.
2799 */
Chris Wilson3dd14c02017-04-21 14:58:15 +01002800 vlv_wait_for_gt_wells(dev_priv, false);
Imre Deakddeea5b2014-05-05 15:19:56 +03002801
2802 mask = VLV_GTLC_RENDER_CTX_EXISTS | VLV_GTLC_MEDIA_CTX_EXISTS;
2803 WARN_ON((I915_READ(VLV_GTLC_WAKE_CTRL) & mask) != mask);
2804
2805 vlv_check_no_gt_access(dev_priv);
2806
2807 err = vlv_force_gfx_clock(dev_priv, true);
2808 if (err)
2809 goto err1;
2810
2811 err = vlv_allow_gt_wake(dev_priv, false);
2812 if (err)
2813 goto err2;
Deepak S98711162014-12-12 14:18:16 +05302814
Joonas Lahtinen2d1fe072016-04-07 11:08:05 +03002815 if (!IS_CHERRYVIEW(dev_priv))
Deepak S98711162014-12-12 14:18:16 +05302816 vlv_save_gunit_s0ix_state(dev_priv);
Imre Deakddeea5b2014-05-05 15:19:56 +03002817
2818 err = vlv_force_gfx_clock(dev_priv, false);
2819 if (err)
2820 goto err2;
2821
2822 return 0;
2823
2824err2:
2825 /* For safety always re-enable waking and disable gfx clock forcing */
2826 vlv_allow_gt_wake(dev_priv, true);
2827err1:
2828 vlv_force_gfx_clock(dev_priv, false);
2829
2830 return err;
2831}
2832
Sagar Kamble016970b2014-08-13 23:07:06 +05302833static int vlv_resume_prepare(struct drm_i915_private *dev_priv,
2834 bool rpm_resume)
Imre Deakddeea5b2014-05-05 15:19:56 +03002835{
Imre Deakddeea5b2014-05-05 15:19:56 +03002836 int err;
2837 int ret;
2838
2839 /*
2840 * If any of the steps fail just try to continue, that's the best we
2841 * can do at this point. Return the first error code (which will also
2842 * leave RPM permanently disabled).
2843 */
2844 ret = vlv_force_gfx_clock(dev_priv, true);
2845
Joonas Lahtinen2d1fe072016-04-07 11:08:05 +03002846 if (!IS_CHERRYVIEW(dev_priv))
Deepak S98711162014-12-12 14:18:16 +05302847 vlv_restore_gunit_s0ix_state(dev_priv);
Imre Deakddeea5b2014-05-05 15:19:56 +03002848
2849 err = vlv_allow_gt_wake(dev_priv, true);
2850 if (!ret)
2851 ret = err;
2852
2853 err = vlv_force_gfx_clock(dev_priv, false);
2854 if (!ret)
2855 ret = err;
2856
2857 vlv_check_no_gt_access(dev_priv);
2858
Chris Wilson7c108fd2016-10-24 13:42:18 +01002859 if (rpm_resume)
Ville Syrjälä46f16e62016-10-31 22:37:22 +02002860 intel_init_clock_gating(dev_priv);
Imre Deakddeea5b2014-05-05 15:19:56 +03002861
2862 return ret;
2863}
2864
David Weinehallc49d13e2016-08-22 13:32:42 +03002865static int intel_runtime_suspend(struct device *kdev)
Paulo Zanoni8a187452013-12-06 20:32:13 -02002866{
David Weinehallc49d13e2016-08-22 13:32:42 +03002867 struct pci_dev *pdev = to_pci_dev(kdev);
Paulo Zanoni8a187452013-12-06 20:32:13 -02002868 struct drm_device *dev = pci_get_drvdata(pdev);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002869 struct drm_i915_private *dev_priv = to_i915(dev);
Imre Deak0ab9cfe2014-04-15 16:39:45 +03002870 int ret;
Paulo Zanoni8a187452013-12-06 20:32:13 -02002871
Chris Wilsonfb6db0f2017-12-01 11:30:30 +00002872 if (WARN_ON_ONCE(!(dev_priv->gt_pm.rc6.enabled && HAS_RC6(dev_priv))))
Imre Deakc6df39b2014-04-14 20:24:29 +03002873 return -ENODEV;
2874
Tvrtko Ursulin6772ffe2016-10-13 11:02:55 +01002875 if (WARN_ON_ONCE(!HAS_RUNTIME_PM(dev_priv)))
Imre Deak604effb2014-08-26 13:26:56 +03002876 return -ENODEV;
2877
Paulo Zanoni8a187452013-12-06 20:32:13 -02002878 DRM_DEBUG_KMS("Suspending device\n");
2879
Imre Deak1f814da2015-12-16 02:52:19 +02002880 disable_rpm_wakeref_asserts(dev_priv);
2881
Imre Deakd6102972014-05-07 19:57:49 +03002882 /*
2883 * We are safe here against re-faults, since the fault handler takes
2884 * an RPM reference.
2885 */
Chris Wilson7c108fd2016-10-24 13:42:18 +01002886 i915_gem_runtime_suspend(dev_priv);
Imre Deakd6102972014-05-07 19:57:49 +03002887
Michal Wajdeczko7cfca4a2018-03-02 11:15:49 +00002888 intel_uc_suspend(dev_priv);
Alex Daia1c41992015-09-30 09:46:37 -07002889
Imre Deak2eb52522014-11-19 15:30:05 +02002890 intel_runtime_pm_disable_interrupts(dev_priv);
Imre Deakb5478bc2014-04-14 20:24:37 +03002891
Daniele Ceraolo Spuriof7de5022019-03-19 11:35:37 -07002892 intel_uncore_suspend(&dev_priv->uncore);
Hans de Goede01c799c2017-11-14 14:55:18 +01002893
Imre Deak507e1262016-04-20 20:27:54 +03002894 ret = 0;
Animesh Manna3e689282018-10-29 15:14:10 -07002895 if (INTEL_GEN(dev_priv) >= 11) {
2896 icl_display_core_uninit(dev_priv);
2897 bxt_enable_dc9(dev_priv);
2898 } else if (IS_GEN9_LP(dev_priv)) {
Imre Deak507e1262016-04-20 20:27:54 +03002899 bxt_display_core_uninit(dev_priv);
2900 bxt_enable_dc9(dev_priv);
2901 } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
2902 hsw_enable_pc8(dev_priv);
2903 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
2904 ret = vlv_suspend_complete(dev_priv);
2905 }
2906
Imre Deak0ab9cfe2014-04-15 16:39:45 +03002907 if (ret) {
2908 DRM_ERROR("Runtime suspend failed, disabling it (%d)\n", ret);
Daniele Ceraolo Spuriof7de5022019-03-19 11:35:37 -07002909 intel_uncore_runtime_resume(&dev_priv->uncore);
Hans de Goede01c799c2017-11-14 14:55:18 +01002910
Daniel Vetterb9632912014-09-30 10:56:44 +02002911 intel_runtime_pm_enable_interrupts(dev_priv);
Imre Deak0ab9cfe2014-04-15 16:39:45 +03002912
Michal Wajdeczko7cfca4a2018-03-02 11:15:49 +00002913 intel_uc_resume(dev_priv);
Sagar Arun Kamble1ed21cb2018-01-24 21:16:57 +05302914
2915 i915_gem_init_swizzling(dev_priv);
2916 i915_gem_restore_fences(dev_priv);
2917
Imre Deak1f814da2015-12-16 02:52:19 +02002918 enable_rpm_wakeref_asserts(dev_priv);
2919
Imre Deak0ab9cfe2014-04-15 16:39:45 +03002920 return ret;
2921 }
Paulo Zanonia8a8bd52014-03-07 20:08:05 -03002922
Imre Deak1f814da2015-12-16 02:52:19 +02002923 enable_rpm_wakeref_asserts(dev_priv);
Chris Wilsonbd780f32019-01-14 14:21:09 +00002924 intel_runtime_pm_cleanup(dev_priv);
Mika Kuoppala55ec45c2015-12-15 16:25:08 +02002925
Daniele Ceraolo Spurio2cf7bf62019-03-25 14:49:34 -07002926 if (intel_uncore_arm_unclaimed_mmio_detection(&dev_priv->uncore))
Mika Kuoppala55ec45c2015-12-15 16:25:08 +02002927 DRM_ERROR("Unclaimed access detected prior to suspending\n");
2928
Sagar Arun Kamblead1443f2017-10-10 22:30:04 +01002929 dev_priv->runtime_pm.suspended = true;
Kristen Carlson Accardi1fb23622014-01-14 15:36:15 -08002930
2931 /*
Paulo Zanonic8a0bd42014-08-21 17:09:38 -03002932 * FIXME: We really should find a document that references the arguments
2933 * used below!
Kristen Carlson Accardi1fb23622014-01-14 15:36:15 -08002934 */
Chris Wilson6f9f4b72016-05-23 15:08:09 +01002935 if (IS_BROADWELL(dev_priv)) {
Paulo Zanonid37ae192015-07-30 18:20:29 -03002936 /*
2937 * On Broadwell, if we use PCI_D1 the PCH DDI ports will stop
2938 * being detected, and the call we do at intel_runtime_resume()
2939 * won't be able to restore them. Since PCI_D3hot matches the
2940 * actual specification and appears to be working, use it.
2941 */
Chris Wilson6f9f4b72016-05-23 15:08:09 +01002942 intel_opregion_notify_adapter(dev_priv, PCI_D3hot);
Paulo Zanonid37ae192015-07-30 18:20:29 -03002943 } else {
Paulo Zanonic8a0bd42014-08-21 17:09:38 -03002944 /*
2945 * current versions of firmware which depend on this opregion
2946 * notification have repurposed the D1 definition to mean
2947 * "runtime suspended" vs. what you would normally expect (D3)
2948 * to distinguish it from notifications that might be sent via
2949 * the suspend path.
2950 */
Chris Wilson6f9f4b72016-05-23 15:08:09 +01002951 intel_opregion_notify_adapter(dev_priv, PCI_D1);
Paulo Zanonic8a0bd42014-08-21 17:09:38 -03002952 }
Paulo Zanoni8a187452013-12-06 20:32:13 -02002953
Daniele Ceraolo Spuriof568eee2019-03-19 11:35:35 -07002954 assert_forcewakes_inactive(&dev_priv->uncore);
Chris Wilsondc9fb092015-01-16 11:34:34 +02002955
Ander Conselvan de Oliveira21d6e0b2017-01-20 16:28:43 +02002956 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv))
Lyude19625e82016-06-21 17:03:44 -04002957 intel_hpd_poll_init(dev_priv);
2958
Paulo Zanonia8a8bd52014-03-07 20:08:05 -03002959 DRM_DEBUG_KMS("Device suspended\n");
Paulo Zanoni8a187452013-12-06 20:32:13 -02002960 return 0;
2961}
2962
David Weinehallc49d13e2016-08-22 13:32:42 +03002963static int intel_runtime_resume(struct device *kdev)
Paulo Zanoni8a187452013-12-06 20:32:13 -02002964{
David Weinehallc49d13e2016-08-22 13:32:42 +03002965 struct pci_dev *pdev = to_pci_dev(kdev);
Paulo Zanoni8a187452013-12-06 20:32:13 -02002966 struct drm_device *dev = pci_get_drvdata(pdev);
Chris Wilsonfac5e232016-07-04 11:34:36 +01002967 struct drm_i915_private *dev_priv = to_i915(dev);
Paulo Zanoni1a5df182014-10-27 17:54:32 -02002968 int ret = 0;
Paulo Zanoni8a187452013-12-06 20:32:13 -02002969
Tvrtko Ursulin6772ffe2016-10-13 11:02:55 +01002970 if (WARN_ON_ONCE(!HAS_RUNTIME_PM(dev_priv)))
Imre Deak604effb2014-08-26 13:26:56 +03002971 return -ENODEV;
Paulo Zanoni8a187452013-12-06 20:32:13 -02002972
2973 DRM_DEBUG_KMS("Resuming device\n");
2974
Sagar Arun Kamblead1443f2017-10-10 22:30:04 +01002975 WARN_ON_ONCE(atomic_read(&dev_priv->runtime_pm.wakeref_count));
Imre Deak1f814da2015-12-16 02:52:19 +02002976 disable_rpm_wakeref_asserts(dev_priv);
2977
Chris Wilson6f9f4b72016-05-23 15:08:09 +01002978 intel_opregion_notify_adapter(dev_priv, PCI_D0);
Sagar Arun Kamblead1443f2017-10-10 22:30:04 +01002979 dev_priv->runtime_pm.suspended = false;
Daniele Ceraolo Spurio2cf7bf62019-03-25 14:49:34 -07002980 if (intel_uncore_unclaimed_mmio(&dev_priv->uncore))
Mika Kuoppala55ec45c2015-12-15 16:25:08 +02002981 DRM_DEBUG_DRIVER("Unclaimed access during suspend, bios?\n");
Paulo Zanoni8a187452013-12-06 20:32:13 -02002982
Animesh Manna3e689282018-10-29 15:14:10 -07002983 if (INTEL_GEN(dev_priv) >= 11) {
2984 bxt_disable_dc9(dev_priv);
2985 icl_display_core_init(dev_priv, true);
2986 if (dev_priv->csr.dmc_payload) {
2987 if (dev_priv->csr.allowed_dc_mask &
2988 DC_STATE_EN_UPTO_DC6)
2989 skl_enable_dc6(dev_priv);
2990 else if (dev_priv->csr.allowed_dc_mask &
2991 DC_STATE_EN_UPTO_DC5)
2992 gen9_enable_dc5(dev_priv);
2993 }
2994 } else if (IS_GEN9_LP(dev_priv)) {
Imre Deak507e1262016-04-20 20:27:54 +03002995 bxt_disable_dc9(dev_priv);
2996 bxt_display_core_init(dev_priv, true);
Imre Deakf62c79b2016-04-20 20:27:57 +03002997 if (dev_priv->csr.dmc_payload &&
2998 (dev_priv->csr.allowed_dc_mask & DC_STATE_EN_UPTO_DC5))
2999 gen9_enable_dc5(dev_priv);
Imre Deak507e1262016-04-20 20:27:54 +03003000 } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
Paulo Zanoni1a5df182014-10-27 17:54:32 -02003001 hsw_disable_pc8(dev_priv);
Imre Deak507e1262016-04-20 20:27:54 +03003002 } else if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv)) {
Paulo Zanoni1a5df182014-10-27 17:54:32 -02003003 ret = vlv_resume_prepare(dev_priv, true);
Imre Deak507e1262016-04-20 20:27:54 +03003004 }
Paulo Zanoni1a5df182014-10-27 17:54:32 -02003005
Daniele Ceraolo Spuriof7de5022019-03-19 11:35:37 -07003006 intel_uncore_runtime_resume(&dev_priv->uncore);
Hans de Goedebedf4d72017-11-14 14:55:17 +01003007
Sagar Arun Kamble1ed21cb2018-01-24 21:16:57 +05303008 intel_runtime_pm_enable_interrupts(dev_priv);
3009
Michal Wajdeczko7cfca4a2018-03-02 11:15:49 +00003010 intel_uc_resume(dev_priv);
Sagar Arun Kamble1ed21cb2018-01-24 21:16:57 +05303011
Imre Deak0ab9cfe2014-04-15 16:39:45 +03003012 /*
3013 * No point of rolling back things in case of an error, as the best
3014 * we can do is to hope that things will still work (and disable RPM).
3015 */
Tvrtko Ursulinc6be6072016-11-16 08:55:31 +00003016 i915_gem_init_swizzling(dev_priv);
Chris Wilson83bf6d52017-02-03 12:57:17 +00003017 i915_gem_restore_fences(dev_priv);
Imre Deak92b806d2014-04-14 20:24:39 +03003018
Ville Syrjälä08d8a232015-08-27 23:56:08 +03003019 /*
3020 * On VLV/CHV display interrupts are part of the display
3021 * power well, so hpd is reinitialized from there. For
3022 * everyone else do it here.
3023 */
Wayne Boyer666a4532015-12-09 12:29:35 -08003024 if (!IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv))
Ville Syrjälä08d8a232015-08-27 23:56:08 +03003025 intel_hpd_init(dev_priv);
3026
Kumar, Mahesh2503a0f2017-08-17 19:15:28 +05303027 intel_enable_ipc(dev_priv);
3028
Imre Deak1f814da2015-12-16 02:52:19 +02003029 enable_rpm_wakeref_asserts(dev_priv);
3030
Imre Deak0ab9cfe2014-04-15 16:39:45 +03003031 if (ret)
3032 DRM_ERROR("Runtime resume failed, disabling it (%d)\n", ret);
3033 else
3034 DRM_DEBUG_KMS("Device resumed\n");
3035
3036 return ret;
Paulo Zanoni8a187452013-12-06 20:32:13 -02003037}
3038
Chris Wilson42f55512016-06-24 14:00:26 +01003039const struct dev_pm_ops i915_pm_ops = {
Imre Deak5545dbb2014-10-23 19:23:28 +03003040 /*
3041 * S0ix (via system suspend) and S3 event handlers [PMSG_SUSPEND,
3042 * PMSG_RESUME]
3043 */
Chris Wilson73b66f82018-05-25 10:26:29 +01003044 .prepare = i915_pm_prepare,
Akshay Joshi0206e352011-08-16 15:34:10 -04003045 .suspend = i915_pm_suspend,
Imre Deak76c4b252014-04-01 19:55:22 +03003046 .suspend_late = i915_pm_suspend_late,
3047 .resume_early = i915_pm_resume_early,
Akshay Joshi0206e352011-08-16 15:34:10 -04003048 .resume = i915_pm_resume,
Imre Deak5545dbb2014-10-23 19:23:28 +03003049
3050 /*
3051 * S4 event handlers
3052 * @freeze, @freeze_late : called (1) before creating the
3053 * hibernation image [PMSG_FREEZE] and
3054 * (2) after rebooting, before restoring
3055 * the image [PMSG_QUIESCE]
3056 * @thaw, @thaw_early : called (1) after creating the hibernation
3057 * image, before writing it [PMSG_THAW]
3058 * and (2) after failing to create or
3059 * restore the image [PMSG_RECOVER]
3060 * @poweroff, @poweroff_late: called after writing the hibernation
3061 * image, before rebooting [PMSG_HIBERNATE]
3062 * @restore, @restore_early : called after rebooting and restoring the
3063 * hibernation image [PMSG_RESTORE]
3064 */
Chris Wilson1f19ac22016-05-14 07:26:32 +01003065 .freeze = i915_pm_freeze,
3066 .freeze_late = i915_pm_freeze_late,
3067 .thaw_early = i915_pm_thaw_early,
3068 .thaw = i915_pm_thaw,
Imre Deak36d61e62014-10-23 19:23:24 +03003069 .poweroff = i915_pm_suspend,
Imre Deakab3be732015-03-02 13:04:41 +02003070 .poweroff_late = i915_pm_poweroff_late,
Chris Wilson1f19ac22016-05-14 07:26:32 +01003071 .restore_early = i915_pm_restore_early,
3072 .restore = i915_pm_restore,
Imre Deak5545dbb2014-10-23 19:23:28 +03003073
3074 /* S0ix (via runtime suspend) event handlers */
Paulo Zanoni97bea202014-03-07 20:12:33 -03003075 .runtime_suspend = intel_runtime_suspend,
3076 .runtime_resume = intel_runtime_resume,
Zhenyu Wangcbda12d2009-12-16 13:36:10 +08003077};
3078
Laurent Pinchart78b68552012-05-17 13:27:22 +02003079static const struct vm_operations_struct i915_gem_vm_ops = {
Jesse Barnesde151cf2008-11-12 10:03:55 -08003080 .fault = i915_gem_fault,
Jesse Barnesab00b3e2009-02-11 14:01:46 -08003081 .open = drm_gem_vm_open,
3082 .close = drm_gem_vm_close,
Jesse Barnesde151cf2008-11-12 10:03:55 -08003083};
3084
Arjan van de Vene08e96d2011-10-31 07:28:57 -07003085static const struct file_operations i915_driver_fops = {
3086 .owner = THIS_MODULE,
3087 .open = drm_open,
3088 .release = drm_release,
3089 .unlocked_ioctl = drm_ioctl,
3090 .mmap = drm_gem_mmap,
3091 .poll = drm_poll,
Arjan van de Vene08e96d2011-10-31 07:28:57 -07003092 .read = drm_read,
Arjan van de Vene08e96d2011-10-31 07:28:57 -07003093 .compat_ioctl = i915_compat_ioctl,
Arjan van de Vene08e96d2011-10-31 07:28:57 -07003094 .llseek = noop_llseek,
3095};
3096
Chris Wilson0673ad42016-06-24 14:00:22 +01003097static int
3098i915_gem_reject_pin_ioctl(struct drm_device *dev, void *data,
3099 struct drm_file *file)
3100{
3101 return -ENODEV;
3102}
3103
3104static const struct drm_ioctl_desc i915_ioctls[] = {
3105 DRM_IOCTL_DEF_DRV(I915_INIT, drm_noop, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
3106 DRM_IOCTL_DEF_DRV(I915_FLUSH, drm_noop, DRM_AUTH),
3107 DRM_IOCTL_DEF_DRV(I915_FLIP, drm_noop, DRM_AUTH),
3108 DRM_IOCTL_DEF_DRV(I915_BATCHBUFFER, drm_noop, DRM_AUTH),
3109 DRM_IOCTL_DEF_DRV(I915_IRQ_EMIT, drm_noop, DRM_AUTH),
3110 DRM_IOCTL_DEF_DRV(I915_IRQ_WAIT, drm_noop, DRM_AUTH),
Christian Königb972fff2019-04-17 13:25:24 +02003111 DRM_IOCTL_DEF_DRV(I915_GETPARAM, i915_getparam_ioctl, DRM_RENDER_ALLOW),
Chris Wilson0673ad42016-06-24 14:00:22 +01003112 DRM_IOCTL_DEF_DRV(I915_SETPARAM, drm_noop, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
3113 DRM_IOCTL_DEF_DRV(I915_ALLOC, drm_noop, DRM_AUTH),
3114 DRM_IOCTL_DEF_DRV(I915_FREE, drm_noop, DRM_AUTH),
3115 DRM_IOCTL_DEF_DRV(I915_INIT_HEAP, drm_noop, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
3116 DRM_IOCTL_DEF_DRV(I915_CMDBUFFER, drm_noop, DRM_AUTH),
3117 DRM_IOCTL_DEF_DRV(I915_DESTROY_HEAP, drm_noop, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
3118 DRM_IOCTL_DEF_DRV(I915_SET_VBLANK_PIPE, drm_noop, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
3119 DRM_IOCTL_DEF_DRV(I915_GET_VBLANK_PIPE, drm_noop, DRM_AUTH),
3120 DRM_IOCTL_DEF_DRV(I915_VBLANK_SWAP, drm_noop, DRM_AUTH),
3121 DRM_IOCTL_DEF_DRV(I915_HWS_ADDR, drm_noop, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
3122 DRM_IOCTL_DEF_DRV(I915_GEM_INIT, drm_noop, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
Ville Syrjälä6a20fe72018-02-07 18:48:41 +02003123 DRM_IOCTL_DEF_DRV(I915_GEM_EXECBUFFER, i915_gem_execbuffer_ioctl, DRM_AUTH),
Christian Königb972fff2019-04-17 13:25:24 +02003124 DRM_IOCTL_DEF_DRV(I915_GEM_EXECBUFFER2_WR, i915_gem_execbuffer2_ioctl, DRM_RENDER_ALLOW),
Chris Wilson0673ad42016-06-24 14:00:22 +01003125 DRM_IOCTL_DEF_DRV(I915_GEM_PIN, i915_gem_reject_pin_ioctl, DRM_AUTH|DRM_ROOT_ONLY),
3126 DRM_IOCTL_DEF_DRV(I915_GEM_UNPIN, i915_gem_reject_pin_ioctl, DRM_AUTH|DRM_ROOT_ONLY),
Christian Königb972fff2019-04-17 13:25:24 +02003127 DRM_IOCTL_DEF_DRV(I915_GEM_BUSY, i915_gem_busy_ioctl, DRM_RENDER_ALLOW),
Chris Wilson0673ad42016-06-24 14:00:22 +01003128 DRM_IOCTL_DEF_DRV(I915_GEM_SET_CACHING, i915_gem_set_caching_ioctl, DRM_RENDER_ALLOW),
3129 DRM_IOCTL_DEF_DRV(I915_GEM_GET_CACHING, i915_gem_get_caching_ioctl, DRM_RENDER_ALLOW),
Christian Königb972fff2019-04-17 13:25:24 +02003130 DRM_IOCTL_DEF_DRV(I915_GEM_THROTTLE, i915_gem_throttle_ioctl, DRM_RENDER_ALLOW),
Chris Wilson0673ad42016-06-24 14:00:22 +01003131 DRM_IOCTL_DEF_DRV(I915_GEM_ENTERVT, drm_noop, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
3132 DRM_IOCTL_DEF_DRV(I915_GEM_LEAVEVT, drm_noop, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
3133 DRM_IOCTL_DEF_DRV(I915_GEM_CREATE, i915_gem_create_ioctl, DRM_RENDER_ALLOW),
3134 DRM_IOCTL_DEF_DRV(I915_GEM_PREAD, i915_gem_pread_ioctl, DRM_RENDER_ALLOW),
3135 DRM_IOCTL_DEF_DRV(I915_GEM_PWRITE, i915_gem_pwrite_ioctl, DRM_RENDER_ALLOW),
3136 DRM_IOCTL_DEF_DRV(I915_GEM_MMAP, i915_gem_mmap_ioctl, DRM_RENDER_ALLOW),
3137 DRM_IOCTL_DEF_DRV(I915_GEM_MMAP_GTT, i915_gem_mmap_gtt_ioctl, DRM_RENDER_ALLOW),
3138 DRM_IOCTL_DEF_DRV(I915_GEM_SET_DOMAIN, i915_gem_set_domain_ioctl, DRM_RENDER_ALLOW),
3139 DRM_IOCTL_DEF_DRV(I915_GEM_SW_FINISH, i915_gem_sw_finish_ioctl, DRM_RENDER_ALLOW),
Chris Wilson111dbca2017-01-10 12:10:44 +00003140 DRM_IOCTL_DEF_DRV(I915_GEM_SET_TILING, i915_gem_set_tiling_ioctl, DRM_RENDER_ALLOW),
3141 DRM_IOCTL_DEF_DRV(I915_GEM_GET_TILING, i915_gem_get_tiling_ioctl, DRM_RENDER_ALLOW),
Chris Wilson0673ad42016-06-24 14:00:22 +01003142 DRM_IOCTL_DEF_DRV(I915_GEM_GET_APERTURE, i915_gem_get_aperture_ioctl, DRM_RENDER_ALLOW),
Ville Syrjälä6a20fe72018-02-07 18:48:41 +02003143 DRM_IOCTL_DEF_DRV(I915_GET_PIPE_FROM_CRTC_ID, intel_get_pipe_from_crtc_id_ioctl, 0),
Chris Wilson0673ad42016-06-24 14:00:22 +01003144 DRM_IOCTL_DEF_DRV(I915_GEM_MADVISE, i915_gem_madvise_ioctl, DRM_RENDER_ALLOW),
Daniel Vetter0cd54b02018-04-20 08:51:57 +02003145 DRM_IOCTL_DEF_DRV(I915_OVERLAY_PUT_IMAGE, intel_overlay_put_image_ioctl, DRM_MASTER),
3146 DRM_IOCTL_DEF_DRV(I915_OVERLAY_ATTRS, intel_overlay_attrs_ioctl, DRM_MASTER),
3147 DRM_IOCTL_DEF_DRV(I915_SET_SPRITE_COLORKEY, intel_sprite_set_colorkey_ioctl, DRM_MASTER),
3148 DRM_IOCTL_DEF_DRV(I915_GET_SPRITE_COLORKEY, drm_noop, DRM_MASTER),
Christian Königb972fff2019-04-17 13:25:24 +02003149 DRM_IOCTL_DEF_DRV(I915_GEM_WAIT, i915_gem_wait_ioctl, DRM_RENDER_ALLOW),
Chris Wilsonb9171542019-03-22 09:23:24 +00003150 DRM_IOCTL_DEF_DRV(I915_GEM_CONTEXT_CREATE_EXT, i915_gem_context_create_ioctl, DRM_RENDER_ALLOW),
Chris Wilson0673ad42016-06-24 14:00:22 +01003151 DRM_IOCTL_DEF_DRV(I915_GEM_CONTEXT_DESTROY, i915_gem_context_destroy_ioctl, DRM_RENDER_ALLOW),
3152 DRM_IOCTL_DEF_DRV(I915_REG_READ, i915_reg_read_ioctl, DRM_RENDER_ALLOW),
3153 DRM_IOCTL_DEF_DRV(I915_GET_RESET_STATS, i915_gem_context_reset_stats_ioctl, DRM_RENDER_ALLOW),
3154 DRM_IOCTL_DEF_DRV(I915_GEM_USERPTR, i915_gem_userptr_ioctl, DRM_RENDER_ALLOW),
3155 DRM_IOCTL_DEF_DRV(I915_GEM_CONTEXT_GETPARAM, i915_gem_context_getparam_ioctl, DRM_RENDER_ALLOW),
3156 DRM_IOCTL_DEF_DRV(I915_GEM_CONTEXT_SETPARAM, i915_gem_context_setparam_ioctl, DRM_RENDER_ALLOW),
Robert Braggeec688e2016-11-07 19:49:47 +00003157 DRM_IOCTL_DEF_DRV(I915_PERF_OPEN, i915_perf_open_ioctl, DRM_RENDER_ALLOW),
Lionel Landwerlinf89823c2017-08-03 18:05:50 +01003158 DRM_IOCTL_DEF_DRV(I915_PERF_ADD_CONFIG, i915_perf_add_config_ioctl, DRM_UNLOCKED|DRM_RENDER_ALLOW),
3159 DRM_IOCTL_DEF_DRV(I915_PERF_REMOVE_CONFIG, i915_perf_remove_config_ioctl, DRM_UNLOCKED|DRM_RENDER_ALLOW),
Lionel Landwerlina446ae22018-03-06 12:28:56 +00003160 DRM_IOCTL_DEF_DRV(I915_QUERY, i915_query_ioctl, DRM_UNLOCKED|DRM_RENDER_ALLOW),
Chris Wilson0673ad42016-06-24 14:00:22 +01003161};
3162
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163static struct drm_driver driver = {
Michael Witten0c547812011-08-25 17:55:54 +00003164 /* Don't use MTRRs here; the Xserver or userspace app should
3165 * deal with them for Intel hardware.
Dave Airlie792d2b92005-11-11 23:30:27 +11003166 */
Eric Anholt673a3942008-07-30 12:06:12 -07003167 .driver_features =
Daniel Vetter1ff49482019-01-29 11:42:48 +01003168 DRIVER_GEM | DRIVER_PRIME |
Jason Ekstrandcf6e7ba2017-08-15 15:57:33 +01003169 DRIVER_RENDER | DRIVER_MODESET | DRIVER_ATOMIC | DRIVER_SYNCOBJ,
Chris Wilsoncad36882017-02-10 16:35:21 +00003170 .release = i915_driver_release,
Eric Anholt673a3942008-07-30 12:06:12 -07003171 .open = i915_driver_open,
Dave Airlie22eae942005-11-10 22:16:34 +11003172 .lastclose = i915_driver_lastclose,
Eric Anholt673a3942008-07-30 12:06:12 -07003173 .postclose = i915_driver_postclose,
Rafael J. Wysockid8e29202010-01-09 00:45:33 +01003174
Chris Wilsonb1f788c2016-08-04 07:52:45 +01003175 .gem_close_object = i915_gem_close_object,
Chris Wilsonf0cd5182016-10-28 13:58:43 +01003176 .gem_free_object_unlocked = i915_gem_free_object,
Jesse Barnesde151cf2008-11-12 10:03:55 -08003177 .gem_vm_ops = &i915_gem_vm_ops,
Daniel Vetter1286ff72012-05-10 15:25:09 +02003178
3179 .prime_handle_to_fd = drm_gem_prime_handle_to_fd,
3180 .prime_fd_to_handle = drm_gem_prime_fd_to_handle,
3181 .gem_prime_export = i915_gem_prime_export,
3182 .gem_prime_import = i915_gem_prime_import,
3183
Dave Airlieff72145b2011-02-07 12:16:14 +10003184 .dumb_create = i915_gem_dumb_create,
Dave Airlieda6b51d2014-12-24 13:11:17 +10003185 .dumb_map_offset = i915_gem_mmap_gtt,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186 .ioctls = i915_ioctls,
Chris Wilson0673ad42016-06-24 14:00:22 +01003187 .num_ioctls = ARRAY_SIZE(i915_ioctls),
Arjan van de Vene08e96d2011-10-31 07:28:57 -07003188 .fops = &i915_driver_fops,
Dave Airlie22eae942005-11-10 22:16:34 +11003189 .name = DRIVER_NAME,
3190 .desc = DRIVER_DESC,
3191 .date = DRIVER_DATE,
3192 .major = DRIVER_MAJOR,
3193 .minor = DRIVER_MINOR,
3194 .patchlevel = DRIVER_PATCHLEVEL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195};
Chris Wilson66d9cb52017-02-13 17:15:17 +00003196
3197#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
3198#include "selftests/mock_drm.c"
3199#endif