blob: 1060a96d2184c1e2123f50a8d2c12d3b77ac6e4e [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 Barnes5669fca2009-02-17 15:13:31 -080030#include <linux/device.h>
David Howells760285e2012-10-02 18:01:07 +010031#include <drm/drmP.h>
32#include <drm/i915_drm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include "i915_drv.h"
Chris Wilson990bbda2012-07-02 11:51:02 -030034#include "i915_trace.h"
Kenneth Graunkef49f0582010-09-11 01:19:14 -070035#include "intel_drv.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070036
Jesse Barnes79e53942008-11-07 14:24:08 -080037#include <linux/console.h>
Paul Gortmakere0cd3602011-08-30 11:04:30 -040038#include <linux/module.h>
David Howells760285e2012-10-02 18:01:07 +010039#include <drm/drm_crtc_helper.h>
Jesse Barnes79e53942008-11-07 14:24:08 -080040
Ben Widawskya35d9d32011-07-13 14:38:17 -070041static int i915_modeset __read_mostly = -1;
Jesse Barnes79e53942008-11-07 14:24:08 -080042module_param_named(modeset, i915_modeset, int, 0400);
Ben Widawsky6e96e772011-07-13 14:38:18 -070043MODULE_PARM_DESC(modeset,
44 "Use kernel modesetting [KMS] (0=DRM_I915_KMS from .config, "
45 "1=on, -1=force vga console preference [default])");
Jesse Barnes79e53942008-11-07 14:24:08 -080046
Ben Widawskya35d9d32011-07-13 14:38:17 -070047unsigned int i915_fbpercrtc __always_unused = 0;
Jesse Barnes79e53942008-11-07 14:24:08 -080048module_param_named(fbpercrtc, i915_fbpercrtc, int, 0400);
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
Daniel Vettera7269152012-11-20 14:50:08 +010050int i915_panel_ignore_lid __read_mostly = 1;
Chris Wilsonfca87402011-02-17 13:44:48 +000051module_param_named(panel_ignore_lid, i915_panel_ignore_lid, int, 0600);
Ben Widawsky6e96e772011-07-13 14:38:18 -070052MODULE_PARM_DESC(panel_ignore_lid,
Daniel Vettera7269152012-11-20 14:50:08 +010053 "Override lid status (0=autodetect, 1=autodetect disabled [default], "
54 "-1=force lid closed, -2=force lid open)");
Chris Wilsonfca87402011-02-17 13:44:48 +000055
Ben Widawskya35d9d32011-07-13 14:38:17 -070056unsigned int i915_powersave __read_mostly = 1;
Chris Wilson0aa99272010-11-02 09:20:50 +000057module_param_named(powersave, i915_powersave, int, 0600);
Ben Widawsky6e96e772011-07-13 14:38:18 -070058MODULE_PARM_DESC(powersave,
59 "Enable powersavings, fbc, downclocking, etc. (default: true)");
Jesse Barnes652c3932009-08-17 13:31:43 -070060
Eugeni Dodonovf45b5552011-12-09 17:16:37 -080061int i915_semaphores __read_mostly = -1;
Chris Wilsona1656b92011-03-04 18:48:03 +000062module_param_named(semaphores, i915_semaphores, int, 0600);
Ben Widawsky6e96e772011-07-13 14:38:18 -070063MODULE_PARM_DESC(semaphores,
Eugeni Dodonovf45b5552011-12-09 17:16:37 -080064 "Use semaphores for inter-ring sync (default: -1 (use per-chip defaults))");
Chris Wilsona1656b92011-03-04 18:48:03 +000065
Keith Packardc0f372b32011-11-16 22:24:52 -080066int i915_enable_rc6 __read_mostly = -1;
Jesse Barnesf57f9c12012-04-11 09:39:02 -070067module_param_named(i915_enable_rc6, i915_enable_rc6, int, 0400);
Ben Widawsky6e96e772011-07-13 14:38:18 -070068MODULE_PARM_DESC(i915_enable_rc6,
Eugeni Dodonov83b7f9a2012-03-23 11:57:18 -030069 "Enable power-saving render C-state 6. "
70 "Different stages can be selected via bitmask values "
71 "(0 = disable; 1 = enable rc6; 2 = enable deep rc6; 4 = enable deepest rc6). "
72 "For example, 3 would enable rc6 and deep rc6, and 7 would enable everything. "
73 "default: -1 (use per-chip default)");
Chris Wilsonac668082011-02-09 16:15:32 +000074
Keith Packard4415e632011-11-09 09:57:50 -080075int i915_enable_fbc __read_mostly = -1;
Jesse Barnesc1a9f042011-05-05 15:24:21 -070076module_param_named(i915_enable_fbc, i915_enable_fbc, int, 0600);
Ben Widawsky6e96e772011-07-13 14:38:18 -070077MODULE_PARM_DESC(i915_enable_fbc,
78 "Enable frame buffer compression for power savings "
Keith Packardcd0de032011-09-19 21:34:19 -070079 "(default: -1 (use per-chip default))");
Jesse Barnesc1a9f042011-05-05 15:24:21 -070080
Ben Widawskya35d9d32011-07-13 14:38:17 -070081unsigned int i915_lvds_downclock __read_mostly = 0;
Jesse Barnes33814342010-01-14 20:48:02 +000082module_param_named(lvds_downclock, i915_lvds_downclock, int, 0400);
Ben Widawsky6e96e772011-07-13 14:38:18 -070083MODULE_PARM_DESC(lvds_downclock,
84 "Use panel (LVDS/eDP) downclocking for power savings "
85 "(default: false)");
Jesse Barnes33814342010-01-14 20:48:02 +000086
Takashi Iwai121d5272012-03-20 13:07:06 +010087int i915_lvds_channel_mode __read_mostly;
88module_param_named(lvds_channel_mode, i915_lvds_channel_mode, int, 0600);
89MODULE_PARM_DESC(lvds_channel_mode,
90 "Specify LVDS channel mode "
91 "(0=probe BIOS [default], 1=single-channel, 2=dual-channel)");
92
Keith Packard4415e632011-11-09 09:57:50 -080093int i915_panel_use_ssc __read_mostly = -1;
Chris Wilsona7615032011-01-12 17:04:08 +000094module_param_named(lvds_use_ssc, i915_panel_use_ssc, int, 0600);
Ben Widawsky6e96e772011-07-13 14:38:18 -070095MODULE_PARM_DESC(lvds_use_ssc,
96 "Use Spread Spectrum Clock with panels [LVDS/eDP] "
Keith Packard72bbe582011-09-26 16:09:45 -070097 "(default: auto from VBT)");
Chris Wilsona7615032011-01-12 17:04:08 +000098
Ben Widawskya35d9d32011-07-13 14:38:17 -070099int i915_vbt_sdvo_panel_type __read_mostly = -1;
Chris Wilson5a1e5b62011-01-29 16:50:25 +0000100module_param_named(vbt_sdvo_panel_type, i915_vbt_sdvo_panel_type, int, 0600);
Ben Widawsky6e96e772011-07-13 14:38:18 -0700101MODULE_PARM_DESC(vbt_sdvo_panel_type,
Mathias Fröhlichc10e4082012-03-01 06:44:35 +0100102 "Override/Ignore selection of SDVO panel mode in the VBT "
103 "(-2=ignore, -1=auto [default], index in VBT BIOS table)");
Chris Wilson5a1e5b62011-01-29 16:50:25 +0000104
Ben Widawskya35d9d32011-07-13 14:38:17 -0700105static bool i915_try_reset __read_mostly = true;
Chris Wilsond78cb502010-12-23 13:33:15 +0000106module_param_named(reset, i915_try_reset, bool, 0600);
Ben Widawsky6e96e772011-07-13 14:38:18 -0700107MODULE_PARM_DESC(reset, "Attempt GPU resets (default: true)");
Chris Wilsond78cb502010-12-23 13:33:15 +0000108
Ben Widawskya35d9d32011-07-13 14:38:17 -0700109bool i915_enable_hangcheck __read_mostly = true;
Ben Widawsky3e0dc6b2011-06-29 10:26:42 -0700110module_param_named(enable_hangcheck, i915_enable_hangcheck, bool, 0644);
Ben Widawsky6e96e772011-07-13 14:38:18 -0700111MODULE_PARM_DESC(enable_hangcheck,
112 "Periodically check GPU activity for detecting hangs. "
113 "WARNING: Disabling this can cause system wide hangs. "
114 "(default: true)");
Ben Widawsky3e0dc6b2011-06-29 10:26:42 -0700115
Daniel Vetter650dc072012-04-02 10:08:35 +0200116int i915_enable_ppgtt __read_mostly = -1;
117module_param_named(i915_enable_ppgtt, i915_enable_ppgtt, int, 0600);
Daniel Vettere21af882012-02-09 20:53:27 +0100118MODULE_PARM_DESC(i915_enable_ppgtt,
119 "Enable PPGTT (default: true)");
120
Rodrigo Vivi105b7c12013-07-11 18:45:02 -0300121int i915_enable_psr __read_mostly = 0;
122module_param_named(enable_psr, i915_enable_psr, int, 0600);
123MODULE_PARM_DESC(enable_psr, "Enable PSR (default: false)");
124
Josh Triplett99486b82013-08-13 16:23:17 -0700125unsigned int i915_preliminary_hw_support __read_mostly = IS_ENABLED(CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT);
Rodrigo Vivi0a3af262012-10-15 17:16:23 -0300126module_param_named(preliminary_hw_support, i915_preliminary_hw_support, int, 0600);
127MODULE_PARM_DESC(preliminary_hw_support,
Josh Triplett99486b82013-08-13 16:23:17 -0700128 "Enable preliminary hardware support.");
Rodrigo Vivi0a3af262012-10-15 17:16:23 -0300129
Paulo Zanonibf51d5e2013-07-03 17:12:13 -0300130int i915_disable_power_well __read_mostly = 1;
Paulo Zanoni2124b722013-03-22 14:07:23 -0300131module_param_named(disable_power_well, i915_disable_power_well, int, 0600);
132MODULE_PARM_DESC(disable_power_well,
Paulo Zanonibf51d5e2013-07-03 17:12:13 -0300133 "Disable the power well when possible (default: true)");
Paulo Zanoni2124b722013-03-22 14:07:23 -0300134
Paulo Zanoni3c4ca582013-05-31 16:33:23 -0300135int i915_enable_ips __read_mostly = 1;
136module_param_named(enable_ips, i915_enable_ips, int, 0600);
137MODULE_PARM_DESC(enable_ips, "Enable IPS (default: true)");
138
Jesse Barnes2385bdf2013-06-26 01:38:15 +0300139bool i915_fastboot __read_mostly = 0;
140module_param_named(fastboot, i915_fastboot, bool, 0600);
141MODULE_PARM_DESC(fastboot, "Try to skip unnecessary mode sets at boot time "
142 "(default: false)");
143
Paulo Zanonie27e9702013-08-19 13:18:12 -0300144int i915_enable_pc8 __read_mostly = 1;
Paulo Zanonic67a4702013-08-19 13:18:09 -0300145module_param_named(enable_pc8, i915_enable_pc8, int, 0600);
Paulo Zanonie27e9702013-08-19 13:18:12 -0300146MODULE_PARM_DESC(enable_pc8, "Enable support for low power package C states (PC8+) (default: true)");
Paulo Zanonic67a4702013-08-19 13:18:09 -0300147
Paulo Zanoni90058742013-08-19 13:18:11 -0300148int i915_pc8_timeout __read_mostly = 5000;
149module_param_named(pc8_timeout, i915_pc8_timeout, int, 0600);
150MODULE_PARM_DESC(pc8_timeout, "Number of msecs of idleness required to enter PC8+ (default: 5000)");
151
Xiong Zhang0b74b502013-07-19 13:51:24 +0800152bool i915_prefault_disable __read_mostly;
153module_param_named(prefault_disable, i915_prefault_disable, bool, 0600);
154MODULE_PARM_DESC(prefault_disable,
155 "Disable page prefaulting for pread/pwrite/reloc (default:false). For developers only.");
156
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500157static struct drm_driver driver;
Zhenyu Wang1f7a6e32010-02-23 14:05:24 +0800158extern int intel_agp_enabled;
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500159
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200160static const struct intel_device_info intel_i830_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700161 .gen = 2, .is_mobile = 1, .cursor_needs_physical = 1, .num_pipes = 2,
Chris Wilson315781482010-08-12 09:42:51 +0100162 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700163 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500164};
165
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200166static const struct intel_device_info intel_845g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700167 .gen = 2, .num_pipes = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100168 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700169 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500170};
171
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200172static const struct intel_device_info intel_i85x_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700173 .gen = 2, .is_i85x = 1, .is_mobile = 1, .num_pipes = 2,
Adam Jackson5ce8ba72010-04-15 14:03:30 -0400174 .cursor_needs_physical = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100175 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700176 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500177};
178
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200179static const struct intel_device_info intel_i865g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700180 .gen = 2, .num_pipes = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100181 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700182 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500183};
184
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200185static const struct intel_device_info intel_i915g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700186 .gen = 3, .is_i915g = 1, .cursor_needs_physical = 1, .num_pipes = 2,
Chris Wilson315781482010-08-12 09:42:51 +0100187 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700188 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500189};
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200190static const struct intel_device_info intel_i915gm_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700191 .gen = 3, .is_mobile = 1, .num_pipes = 2,
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -0500192 .cursor_needs_physical = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100193 .has_overlay = 1, .overlay_needs_physical = 1,
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100194 .supports_tv = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700195 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500196};
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200197static const struct intel_device_info intel_i945g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700198 .gen = 3, .has_hotplug = 1, .cursor_needs_physical = 1, .num_pipes = 2,
Chris Wilson315781482010-08-12 09:42:51 +0100199 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700200 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500201};
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200202static const struct intel_device_info intel_i945gm_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700203 .gen = 3, .is_i945gm = 1, .is_mobile = 1, .num_pipes = 2,
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -0500204 .has_hotplug = 1, .cursor_needs_physical = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100205 .has_overlay = 1, .overlay_needs_physical = 1,
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100206 .supports_tv = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700207 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500208};
209
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200210static const struct intel_device_info intel_i965g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700211 .gen = 4, .is_broadwater = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100212 .has_hotplug = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100213 .has_overlay = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700214 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500215};
216
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200217static const struct intel_device_info intel_i965gm_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700218 .gen = 4, .is_crestline = 1, .num_pipes = 2,
Chris Wilsone3c4e5d2010-12-05 16:49:51 +0000219 .is_mobile = 1, .has_fbc = 1, .has_hotplug = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100220 .has_overlay = 1,
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100221 .supports_tv = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700222 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500223};
224
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200225static const struct intel_device_info intel_g33_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700226 .gen = 3, .is_g33 = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100227 .need_gfx_hws = 1, .has_hotplug = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100228 .has_overlay = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700229 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500230};
231
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200232static const struct intel_device_info intel_g45_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700233 .gen = 4, .is_g4x = 1, .need_gfx_hws = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100234 .has_pipe_cxsr = 1, .has_hotplug = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700235 .ring_mask = RENDER_RING | BSD_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500236};
237
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200238static const struct intel_device_info intel_gm45_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700239 .gen = 4, .is_g4x = 1, .num_pipes = 2,
Chris Wilsone3c4e5d2010-12-05 16:49:51 +0000240 .is_mobile = 1, .need_gfx_hws = 1, .has_fbc = 1,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100241 .has_pipe_cxsr = 1, .has_hotplug = 1,
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100242 .supports_tv = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700243 .ring_mask = RENDER_RING | BSD_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500244};
245
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200246static const struct intel_device_info intel_pineview_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700247 .gen = 3, .is_g33 = 1, .is_pineview = 1, .is_mobile = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100248 .need_gfx_hws = 1, .has_hotplug = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100249 .has_overlay = 1,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500250};
251
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200252static const struct intel_device_info intel_ironlake_d_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700253 .gen = 5, .num_pipes = 2,
Eugeni Dodonov5a117db2012-01-05 09:34:29 -0200254 .need_gfx_hws = 1, .has_hotplug = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700255 .ring_mask = RENDER_RING | BSD_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500256};
257
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200258static const struct intel_device_info intel_ironlake_m_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700259 .gen = 5, .is_mobile = 1, .num_pipes = 2,
Chris Wilsone3c4e5d2010-12-05 16:49:51 +0000260 .need_gfx_hws = 1, .has_hotplug = 1,
Jesse Barnesc1a9f042011-05-05 15:24:21 -0700261 .has_fbc = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700262 .ring_mask = RENDER_RING | BSD_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500263};
264
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200265static const struct intel_device_info intel_sandybridge_d_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700266 .gen = 6, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100267 .need_gfx_hws = 1, .has_hotplug = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700268 .ring_mask = RENDER_RING | BSD_RING | BLT_RING,
Eugeni Dodonov3d29b842012-01-17 14:43:53 -0200269 .has_llc = 1,
Eric Anholtf6e450a2009-11-02 12:08:22 -0800270};
271
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200272static const struct intel_device_info intel_sandybridge_m_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700273 .gen = 6, .is_mobile = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100274 .need_gfx_hws = 1, .has_hotplug = 1,
Yuanhan Liu9c04f012010-12-15 15:42:32 +0800275 .has_fbc = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700276 .ring_mask = RENDER_RING | BSD_RING | BLT_RING,
Eugeni Dodonov3d29b842012-01-17 14:43:53 -0200277 .has_llc = 1,
Eric Anholta13e4092010-01-07 15:08:18 -0800278};
279
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700280#define GEN7_FEATURES \
281 .gen = 7, .num_pipes = 3, \
282 .need_gfx_hws = 1, .has_hotplug = 1, \
Ben Widawsky73ae4782013-10-15 10:02:57 -0700283 .ring_mask = RENDER_RING | BSD_RING | BLT_RING, \
Ben Widawskyab484f82013-10-05 17:57:11 -0700284 .has_llc = 1
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700285
Jesse Barnesc76b6152011-04-28 14:32:07 -0700286static const struct intel_device_info intel_ivybridge_d_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700287 GEN7_FEATURES,
288 .is_ivybridge = 1,
Jesse Barnesc76b6152011-04-28 14:32:07 -0700289};
290
291static const struct intel_device_info intel_ivybridge_m_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700292 GEN7_FEATURES,
293 .is_ivybridge = 1,
294 .is_mobile = 1,
Rodrigo Viviabe959c2013-05-06 19:37:33 -0300295 .has_fbc = 1,
Jesse Barnesc76b6152011-04-28 14:32:07 -0700296};
297
Ben Widawsky999bcde2013-04-05 13:12:45 -0700298static const struct intel_device_info intel_ivybridge_q_info = {
299 GEN7_FEATURES,
300 .is_ivybridge = 1,
301 .num_pipes = 0, /* legal, last one wins */
302};
303
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700304static const struct intel_device_info intel_valleyview_m_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700305 GEN7_FEATURES,
306 .is_mobile = 1,
307 .num_pipes = 2,
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700308 .is_valleyview = 1,
Ville Syrjäläfba5d532013-01-24 15:29:56 +0200309 .display_mmio_offset = VLV_DISPLAY_BASE,
Ben Widawsky30ccd962013-04-15 21:48:03 -0700310 .has_llc = 0, /* legal, last one wins */
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700311};
312
313static const struct intel_device_info intel_valleyview_d_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700314 GEN7_FEATURES,
315 .num_pipes = 2,
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700316 .is_valleyview = 1,
Ville Syrjäläfba5d532013-01-24 15:29:56 +0200317 .display_mmio_offset = VLV_DISPLAY_BASE,
Ben Widawsky30ccd962013-04-15 21:48:03 -0700318 .has_llc = 0, /* legal, last one wins */
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700319};
320
Eugeni Dodonov4cae9ae2012-03-29 12:32:18 -0300321static const struct intel_device_info intel_haswell_d_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700322 GEN7_FEATURES,
323 .is_haswell = 1,
Damien Lespiaudd93be52013-04-22 18:40:39 +0100324 .has_ddi = 1,
Damien Lespiau30568c42013-04-22 18:40:41 +0100325 .has_fpga_dbg = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700326 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
Eugeni Dodonov4cae9ae2012-03-29 12:32:18 -0300327};
328
329static const struct intel_device_info intel_haswell_m_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700330 GEN7_FEATURES,
331 .is_haswell = 1,
332 .is_mobile = 1,
Damien Lespiaudd93be52013-04-22 18:40:39 +0100333 .has_ddi = 1,
Damien Lespiau30568c42013-04-22 18:40:41 +0100334 .has_fpga_dbg = 1,
Rodrigo Vivi891348b2013-05-06 19:37:36 -0300335 .has_fbc = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700336 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500337};
338
Jesse Barnesa0a18072013-07-26 13:32:51 -0700339/*
340 * Make sure any device matches here are from most specific to most
341 * general. For example, since the Quanta match is based on the subsystem
342 * and subvendor IDs, we need it to come before the more general IVB
343 * PCI ID matches, otherwise we'll use the wrong info struct above.
344 */
345#define INTEL_PCI_IDS \
346 INTEL_I830_IDS(&intel_i830_info), \
347 INTEL_I845G_IDS(&intel_845g_info), \
348 INTEL_I85X_IDS(&intel_i85x_info), \
349 INTEL_I865G_IDS(&intel_i865g_info), \
350 INTEL_I915G_IDS(&intel_i915g_info), \
351 INTEL_I915GM_IDS(&intel_i915gm_info), \
352 INTEL_I945G_IDS(&intel_i945g_info), \
353 INTEL_I945GM_IDS(&intel_i945gm_info), \
354 INTEL_I965G_IDS(&intel_i965g_info), \
355 INTEL_G33_IDS(&intel_g33_info), \
356 INTEL_I965GM_IDS(&intel_i965gm_info), \
357 INTEL_GM45_IDS(&intel_gm45_info), \
358 INTEL_G45_IDS(&intel_g45_info), \
359 INTEL_PINEVIEW_IDS(&intel_pineview_info), \
360 INTEL_IRONLAKE_D_IDS(&intel_ironlake_d_info), \
361 INTEL_IRONLAKE_M_IDS(&intel_ironlake_m_info), \
362 INTEL_SNB_D_IDS(&intel_sandybridge_d_info), \
363 INTEL_SNB_M_IDS(&intel_sandybridge_m_info), \
364 INTEL_IVB_Q_IDS(&intel_ivybridge_q_info), /* must be first IVB */ \
365 INTEL_IVB_M_IDS(&intel_ivybridge_m_info), \
366 INTEL_IVB_D_IDS(&intel_ivybridge_d_info), \
367 INTEL_HSW_D_IDS(&intel_haswell_d_info), \
368 INTEL_HSW_M_IDS(&intel_haswell_m_info), \
369 INTEL_VLV_M_IDS(&intel_valleyview_m_info), \
370 INTEL_VLV_D_IDS(&intel_valleyview_d_info)
371
Chris Wilson6103da02010-07-05 18:01:47 +0100372static const struct pci_device_id pciidlist[] = { /* aka */
Jesse Barnesa0a18072013-07-26 13:32:51 -0700373 INTEL_PCI_IDS,
Kristian Høgsberg49ae35f2009-12-16 15:16:15 -0500374 {0, 0, 0}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375};
376
Jesse Barnes79e53942008-11-07 14:24:08 -0800377#if defined(CONFIG_DRM_I915_KMS)
378MODULE_DEVICE_TABLE(pci, pciidlist);
379#endif
380
Akshay Joshi0206e352011-08-16 15:34:10 -0400381void intel_detect_pch(struct drm_device *dev)
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800382{
383 struct drm_i915_private *dev_priv = dev->dev_private;
384 struct pci_dev *pch;
385
Ben Widawskyce1bb322013-04-05 13:12:44 -0700386 /* In all current cases, num_pipes is equivalent to the PCH_NOP setting
387 * (which really amounts to a PCH but no South Display).
388 */
389 if (INTEL_INFO(dev)->num_pipes == 0) {
390 dev_priv->pch_type = PCH_NOP;
Ben Widawskyce1bb322013-04-05 13:12:44 -0700391 return;
392 }
393
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800394 /*
395 * The reason to probe ISA bridge instead of Dev31:Fun0 is to
396 * make graphics device passthrough work easy for VMM, that only
397 * need to expose ISA bridge to let driver know the real hardware
398 * underneath. This is a requirement from virtualization team.
Rui Guo6a9c4b32013-06-19 21:10:23 +0800399 *
400 * In some virtualized environments (e.g. XEN), there is irrelevant
401 * ISA bridge in the system. To work reliably, we should scan trhough
402 * all the ISA bridge devices and check for the first match, instead
403 * of only checking the first one.
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800404 */
405 pch = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, NULL);
Rui Guo6a9c4b32013-06-19 21:10:23 +0800406 while (pch) {
407 struct pci_dev *curr = pch;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800408 if (pch->vendor == PCI_VENDOR_ID_INTEL) {
Paulo Zanoni17a303e2012-11-20 15:12:07 -0200409 unsigned short id;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800410 id = pch->device & INTEL_PCH_DEVICE_ID_MASK;
Paulo Zanoni17a303e2012-11-20 15:12:07 -0200411 dev_priv->pch_id = id;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800412
Jesse Barnes90711d52011-04-28 14:48:02 -0700413 if (id == INTEL_PCH_IBX_DEVICE_ID_TYPE) {
414 dev_priv->pch_type = PCH_IBX;
415 DRM_DEBUG_KMS("Found Ibex Peak PCH\n");
Daniel Vetter7fcb83c2012-10-31 22:52:27 +0100416 WARN_ON(!IS_GEN5(dev));
Jesse Barnes90711d52011-04-28 14:48:02 -0700417 } else if (id == INTEL_PCH_CPT_DEVICE_ID_TYPE) {
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800418 dev_priv->pch_type = PCH_CPT;
419 DRM_DEBUG_KMS("Found CougarPoint PCH\n");
Daniel Vetter7fcb83c2012-10-31 22:52:27 +0100420 WARN_ON(!(IS_GEN6(dev) || IS_IVYBRIDGE(dev)));
Jesse Barnesc7925132011-04-07 12:33:56 -0700421 } else if (id == INTEL_PCH_PPT_DEVICE_ID_TYPE) {
422 /* PantherPoint is CPT compatible */
423 dev_priv->pch_type = PCH_CPT;
Jani Nikula492ab662013-10-01 12:12:33 +0300424 DRM_DEBUG_KMS("Found PantherPoint PCH\n");
Daniel Vetter7fcb83c2012-10-31 22:52:27 +0100425 WARN_ON(!(IS_GEN6(dev) || IS_IVYBRIDGE(dev)));
Eugeni Dodonoveb877eb2012-03-29 12:32:20 -0300426 } else if (id == INTEL_PCH_LPT_DEVICE_ID_TYPE) {
427 dev_priv->pch_type = PCH_LPT;
428 DRM_DEBUG_KMS("Found LynxPoint PCH\n");
Daniel Vetter7fcb83c2012-10-31 22:52:27 +0100429 WARN_ON(!IS_HASWELL(dev));
Paulo Zanoni08e14132013-04-12 18:16:54 -0300430 WARN_ON(IS_ULT(dev));
Wei Shun Changae6935d2012-11-12 18:54:13 -0200431 } else if (id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) {
432 dev_priv->pch_type = PCH_LPT;
Wei Shun Changae6935d2012-11-12 18:54:13 -0200433 DRM_DEBUG_KMS("Found LynxPoint LP PCH\n");
434 WARN_ON(!IS_HASWELL(dev));
Paulo Zanoni08e14132013-04-12 18:16:54 -0300435 WARN_ON(!IS_ULT(dev));
Rui Guo6a9c4b32013-06-19 21:10:23 +0800436 } else {
437 goto check_next;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800438 }
Rui Guo6a9c4b32013-06-19 21:10:23 +0800439 pci_dev_put(pch);
440 break;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800441 }
Rui Guo6a9c4b32013-06-19 21:10:23 +0800442check_next:
443 pch = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, curr);
444 pci_dev_put(curr);
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800445 }
Rui Guo6a9c4b32013-06-19 21:10:23 +0800446 if (!pch)
447 DRM_DEBUG_KMS("No PCH found?\n");
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800448}
449
Ben Widawsky2911a352012-04-05 14:47:36 -0700450bool i915_semaphore_is_enabled(struct drm_device *dev)
451{
452 if (INTEL_INFO(dev)->gen < 6)
453 return 0;
454
455 if (i915_semaphores >= 0)
456 return i915_semaphores;
457
Daniel Vetter59de3292012-04-02 20:48:43 +0200458#ifdef CONFIG_INTEL_IOMMU
Ben Widawsky2911a352012-04-05 14:47:36 -0700459 /* Enable semaphores on SNB when IO remapping is off */
Daniel Vetter59de3292012-04-02 20:48:43 +0200460 if (INTEL_INFO(dev)->gen == 6 && intel_iommu_gfx_mapped)
461 return false;
462#endif
Ben Widawsky2911a352012-04-05 14:47:36 -0700463
464 return 1;
465}
466
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100467static int i915_drm_freeze(struct drm_device *dev)
468{
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100469 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes24576d22013-03-26 09:25:45 -0700470 struct drm_crtc *crtc;
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100471
Zhang Ruib8efb172013-02-05 15:41:53 +0800472 /* ignore lid events during suspend */
473 mutex_lock(&dev_priv->modeset_restore_lock);
474 dev_priv->modeset_restore = MODESET_SUSPENDED;
475 mutex_unlock(&dev_priv->modeset_restore_lock);
476
Paulo Zanonic67a4702013-08-19 13:18:09 -0300477 /* We do a lot of poking in a lot of registers, make sure they work
478 * properly. */
479 hsw_disable_package_c8(dev_priv);
Paulo Zanonicb107992013-01-25 16:59:15 -0200480 intel_set_power_well(dev, true);
481
Dave Airlie5bcf7192010-12-07 09:20:40 +1000482 drm_kms_helper_poll_disable(dev);
483
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100484 pci_save_state(dev->pdev);
485
486 /* If KMS is active, we do the leavevt stuff here */
487 if (drm_core_check_feature(dev, DRIVER_MODESET)) {
Daniel Vetterdb1b76c2013-07-09 16:51:37 +0200488 int error;
489
Chris Wilson45c5f202013-10-16 11:50:01 +0100490 error = i915_gem_suspend(dev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100491 if (error) {
492 dev_err(&dev->pdev->dev,
493 "GEM idle failed, resume might fail\n");
494 return error;
495 }
Daniel Vettera261b242012-07-26 19:21:47 +0200496
Jesse Barnes1a01ab32012-11-02 11:14:00 -0700497 cancel_delayed_work_sync(&dev_priv->rps.delayed_resume_work);
498
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100499 drm_irq_uninstall(dev);
Daniel Vetter15239092013-03-05 09:50:58 +0100500 dev_priv->enable_hotplug_processing = false;
Jesse Barnes24576d22013-03-26 09:25:45 -0700501 /*
502 * Disable CRTCs directly since we want to preserve sw state
503 * for _thaw.
504 */
505 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head)
506 dev_priv->display.crtc_disable(crtc);
Imre Deak7d708ee2013-04-17 14:04:50 +0300507
508 intel_modeset_suspend_hw(dev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100509 }
510
511 i915_save_state(dev);
512
Chris Wilson44834a62010-08-19 16:09:23 +0100513 intel_opregion_fini(dev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100514
Dave Airlie3fa016a2012-03-28 10:48:49 +0100515 console_lock();
Damien Lespiaub6f3eff2013-06-10 15:48:09 +0100516 intel_fbdev_set_suspend(dev, FBINFO_STATE_SUSPENDED);
Dave Airlie3fa016a2012-03-28 10:48:49 +0100517 console_unlock();
518
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100519 return 0;
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100520}
521
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000522int i915_suspend(struct drm_device *dev, pm_message_t state)
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100523{
524 int error;
525
526 if (!dev || !dev->dev_private) {
527 DRM_ERROR("dev: %p\n", dev);
Keith Packard1ae8c0a2009-06-28 15:42:17 -0700528 DRM_ERROR("DRM not initialized, aborting suspend.\n");
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000529 return -ENODEV;
530 }
531
Dave Airlieb932ccb2008-02-20 10:02:20 +1000532 if (state.event == PM_EVENT_PRETHAW)
533 return 0;
534
Dave Airlie5bcf7192010-12-07 09:20:40 +1000535
536 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
537 return 0;
Chris Wilson6eecba32010-09-08 09:45:11 +0100538
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100539 error = i915_drm_freeze(dev);
540 if (error)
541 return error;
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000542
Dave Airlieb932ccb2008-02-20 10:02:20 +1000543 if (state.event == PM_EVENT_SUSPEND) {
544 /* Shut down the device */
545 pci_disable_device(dev->pdev);
546 pci_set_power_state(dev->pdev, PCI_D3hot);
547 }
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000548
549 return 0;
550}
551
Jesse Barnes073f34d2012-11-02 11:13:59 -0700552void intel_console_resume(struct work_struct *work)
553{
554 struct drm_i915_private *dev_priv =
555 container_of(work, struct drm_i915_private,
556 console_resume_work);
557 struct drm_device *dev = dev_priv->dev;
558
559 console_lock();
Damien Lespiaub6f3eff2013-06-10 15:48:09 +0100560 intel_fbdev_set_suspend(dev, FBINFO_STATE_RUNNING);
Jesse Barnes073f34d2012-11-02 11:13:59 -0700561 console_unlock();
562}
563
Jesse Barnesbb60b962013-03-26 09:25:46 -0700564static void intel_resume_hotplug(struct drm_device *dev)
565{
566 struct drm_mode_config *mode_config = &dev->mode_config;
567 struct intel_encoder *encoder;
568
569 mutex_lock(&mode_config->mutex);
570 DRM_DEBUG_KMS("running encoder hotplug functions\n");
571
572 list_for_each_entry(encoder, &mode_config->encoder_list, base.head)
573 if (encoder->hot_plug)
574 encoder->hot_plug(encoder);
575
576 mutex_unlock(&mode_config->mutex);
577
578 /* Just fire off a uevent and let userspace tell us what to do */
579 drm_helper_hpd_irq_event(dev);
580}
581
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300582static int __i915_drm_thaw(struct drm_device *dev, bool restore_gtt_mappings)
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000583{
Jesse Barnes5669fca2009-02-17 15:13:31 -0800584 struct drm_i915_private *dev_priv = dev->dev_private;
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100585 int error = 0;
Matthew Garrett8ee1c3d2008-08-05 19:37:25 +0100586
Ville Syrjäläc9f7fbf2013-09-16 17:38:36 +0300587 intel_uncore_early_sanitize(dev);
588
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300589 intel_uncore_sanitize(dev);
590
591 if (drm_core_check_feature(dev, DRIVER_MODESET) &&
592 restore_gtt_mappings) {
593 mutex_lock(&dev->struct_mutex);
594 i915_gem_restore_gtt_mappings(dev);
595 mutex_unlock(&dev->struct_mutex);
596 }
597
Ville Syrjäläebdcefc2013-09-16 17:38:35 +0300598 intel_init_power_well(dev);
599
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100600 i915_restore_state(dev);
Chris Wilson44834a62010-08-19 16:09:23 +0100601 intel_opregion_setup(dev);
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100602
Jesse Barnes5669fca2009-02-17 15:13:31 -0800603 /* KMS EnterVT equivalent */
604 if (drm_core_check_feature(dev, DRIVER_MODESET)) {
Paulo Zanonidde86e22012-12-01 12:04:25 -0200605 intel_init_pch_refclk(dev);
Chris Wilson1833b132012-05-09 11:56:28 +0100606
Jesse Barnes5669fca2009-02-17 15:13:31 -0800607 mutex_lock(&dev->struct_mutex);
Jesse Barnes5669fca2009-02-17 15:13:31 -0800608
Daniel Vetterf691e2f2012-02-02 09:58:12 +0100609 error = i915_gem_init_hw(dev);
Jesse Barnes5669fca2009-02-17 15:13:31 -0800610 mutex_unlock(&dev->struct_mutex);
Jesse Barnes226485e2009-02-23 15:41:09 -0800611
Daniel Vetter15239092013-03-05 09:50:58 +0100612 /* We need working interrupts for modeset enabling ... */
613 drm_irq_install(dev);
614
Chris Wilson1833b132012-05-09 11:56:28 +0100615 intel_modeset_init_hw(dev);
Jesse Barnes24576d22013-03-26 09:25:45 -0700616
617 drm_modeset_lock_all(dev);
618 intel_modeset_setup_hw_state(dev, true);
619 drm_modeset_unlock_all(dev);
Daniel Vetter15239092013-03-05 09:50:58 +0100620
621 /*
622 * ... but also need to make sure that hotplug processing
623 * doesn't cause havoc. Like in the driver load code we don't
624 * bother with the tiny race here where we might loose hotplug
625 * notifications.
626 * */
Daniel Vetter20afbda2012-12-11 14:05:07 +0100627 intel_hpd_init(dev);
Daniel Vetter15239092013-03-05 09:50:58 +0100628 dev_priv->enable_hotplug_processing = true;
Jesse Barnesbb60b962013-03-26 09:25:46 -0700629 /* Config may have changed between suspend and resume */
630 intel_resume_hotplug(dev);
Jesse Barnesd5bb0812011-01-05 12:01:26 -0800631 }
Jesse Barnes1daed3f2011-01-05 12:01:25 -0800632
Chris Wilson44834a62010-08-19 16:09:23 +0100633 intel_opregion_init(dev);
634
Jesse Barnes073f34d2012-11-02 11:13:59 -0700635 /*
636 * The console lock can be pretty contented on resume due
637 * to all the printk activity. Try to keep it out of the hot
638 * path of resume if possible.
639 */
640 if (console_trylock()) {
Damien Lespiaub6f3eff2013-06-10 15:48:09 +0100641 intel_fbdev_set_suspend(dev, FBINFO_STATE_RUNNING);
Jesse Barnes073f34d2012-11-02 11:13:59 -0700642 console_unlock();
643 } else {
644 schedule_work(&dev_priv->console_resume_work);
645 }
646
Paulo Zanonic67a4702013-08-19 13:18:09 -0300647 /* Undo what we did at i915_drm_freeze so the refcount goes back to the
648 * expected level. */
649 hsw_enable_package_c8(dev_priv);
650
Zhang Ruib8efb172013-02-05 15:41:53 +0800651 mutex_lock(&dev_priv->modeset_restore_lock);
652 dev_priv->modeset_restore = MODESET_DONE;
653 mutex_unlock(&dev_priv->modeset_restore_lock);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100654 return error;
655}
656
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700657static int i915_drm_thaw(struct drm_device *dev)
658{
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300659 return __i915_drm_thaw(dev, true);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100660}
661
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000662int i915_resume(struct drm_device *dev)
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100663{
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700664 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson6eecba32010-09-08 09:45:11 +0100665 int ret;
666
Dave Airlie5bcf7192010-12-07 09:20:40 +1000667 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
668 return 0;
669
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100670 if (pci_enable_device(dev->pdev))
671 return -EIO;
672
673 pci_set_master(dev->pdev);
674
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700675 /*
676 * Platforms with opregion should have sane BIOS, older ones (gen3 and
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300677 * earlier) need to restore the GTT mappings since the BIOS might clear
678 * all our scratch PTEs.
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700679 */
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300680 ret = __i915_drm_thaw(dev, !dev_priv->opregion.header);
Chris Wilson6eecba32010-09-08 09:45:11 +0100681 if (ret)
682 return ret;
683
684 drm_kms_helper_poll_enable(dev);
685 return 0;
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000686}
687
Ben Gamari11ed50e2009-09-14 17:48:45 -0400688/**
Eugeni Dodonovf3953dc2011-11-28 16:15:17 -0200689 * i915_reset - reset chip after a hang
Ben Gamari11ed50e2009-09-14 17:48:45 -0400690 * @dev: drm device to reset
Ben Gamari11ed50e2009-09-14 17:48:45 -0400691 *
692 * Reset the chip. Useful if a hang is detected. Returns zero on successful
693 * reset or otherwise an error code.
694 *
695 * Procedure is fairly simple:
696 * - reset the chip using the reset reg
697 * - re-init context state
698 * - re-init hardware status page
699 * - re-init ring buffer
700 * - re-init interrupt state
701 * - re-init display
702 */
Daniel Vetterd4b8bb22012-04-27 15:17:44 +0200703int i915_reset(struct drm_device *dev)
Ben Gamari11ed50e2009-09-14 17:48:45 -0400704{
705 drm_i915_private_t *dev_priv = dev->dev_private;
Chris Wilson2e7c8ee2013-05-28 10:38:44 +0100706 bool simulated;
Kenneth Graunke0573ed42010-09-11 03:17:19 -0700707 int ret;
Ben Gamari11ed50e2009-09-14 17:48:45 -0400708
Chris Wilsond78cb502010-12-23 13:33:15 +0000709 if (!i915_try_reset)
710 return 0;
711
Daniel Vetterd54a02c2012-07-04 22:18:39 +0200712 mutex_lock(&dev->struct_mutex);
Ben Gamari11ed50e2009-09-14 17:48:45 -0400713
Chris Wilson069efc12010-09-30 16:53:18 +0100714 i915_gem_reset(dev);
Ben Gamari11ed50e2009-09-14 17:48:45 -0400715
Chris Wilson2e7c8ee2013-05-28 10:38:44 +0100716 simulated = dev_priv->gpu_error.stop_rings != 0;
717
Mika Kuoppalabe62acb2013-08-30 16:19:28 +0300718 ret = intel_gpu_reset(dev);
Daniel Vetter350d2702012-04-27 15:17:42 +0200719
Mika Kuoppalabe62acb2013-08-30 16:19:28 +0300720 /* Also reset the gpu hangman. */
721 if (simulated) {
722 DRM_INFO("Simulated gpu hang, resetting stop_rings\n");
723 dev_priv->gpu_error.stop_rings = 0;
724 if (ret == -ENODEV) {
725 DRM_ERROR("Reset not implemented, but ignoring "
726 "error for simulated gpu hangs\n");
727 ret = 0;
728 }
Chris Wilson2e7c8ee2013-05-28 10:38:44 +0100729 }
Mika Kuoppalabe62acb2013-08-30 16:19:28 +0300730
Kenneth Graunke0573ed42010-09-11 03:17:19 -0700731 if (ret) {
Chris Wilsonf803aa52010-09-19 12:38:26 +0100732 DRM_ERROR("Failed to reset chip.\n");
Daniel J Bluemanf953c932010-05-17 14:23:52 +0100733 mutex_unlock(&dev->struct_mutex);
Chris Wilsonf803aa52010-09-19 12:38:26 +0100734 return ret;
Ben Gamari11ed50e2009-09-14 17:48:45 -0400735 }
736
737 /* Ok, now get things going again... */
738
739 /*
740 * Everything depends on having the GTT running, so we need to start
741 * there. Fortunately we don't need to do this unless we reset the
742 * chip at a PCI level.
743 *
744 * Next we need to restore the context, but we don't use those
745 * yet either...
746 *
747 * Ring buffer needs to be re-initialized in the KMS case, or if X
748 * was running at the time of the reset (i.e. we weren't VT
749 * switched away).
750 */
751 if (drm_core_check_feature(dev, DRIVER_MODESET) ||
Daniel Vetterdb1b76c2013-07-09 16:51:37 +0200752 !dev_priv->ums.mm_suspended) {
Ben Widawsky3d57e5b2013-10-14 10:01:36 -0700753 bool hw_contexts_disabled = dev_priv->hw_contexts_disabled;
Daniel Vetterdb1b76c2013-07-09 16:51:37 +0200754 dev_priv->ums.mm_suspended = 0;
Eric Anholt75a68982010-11-18 09:31:13 +0800755
Ben Widawsky3d57e5b2013-10-14 10:01:36 -0700756 ret = i915_gem_init_hw(dev);
757 if (!hw_contexts_disabled && dev_priv->hw_contexts_disabled)
758 DRM_ERROR("HW contexts didn't survive reset\n");
Daniel Vetter8e88a2b2012-06-19 18:40:00 +0200759 mutex_unlock(&dev->struct_mutex);
Ben Widawsky3d57e5b2013-10-14 10:01:36 -0700760 if (ret) {
761 DRM_ERROR("Failed hw init on reset %d\n", ret);
762 return ret;
763 }
Daniel Vetterf8175862012-04-10 15:50:11 +0200764
Ben Gamari11ed50e2009-09-14 17:48:45 -0400765 drm_irq_uninstall(dev);
766 drm_irq_install(dev);
Daniel Vetter20afbda2012-12-11 14:05:07 +0100767 intel_hpd_init(dev);
Daniel Vetterbcbc3242012-04-27 15:17:41 +0200768 } else {
769 mutex_unlock(&dev->struct_mutex);
Ben Gamari11ed50e2009-09-14 17:48:45 -0400770 }
771
Ben Gamari11ed50e2009-09-14 17:48:45 -0400772 return 0;
773}
774
Greg Kroah-Hartman56550d92012-12-21 15:09:25 -0800775static int i915_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500776{
Daniel Vetter01a06852012-06-25 15:58:49 +0200777 struct intel_device_info *intel_info =
778 (struct intel_device_info *) ent->driver_data;
779
Ben Widawskyb833d682013-08-23 16:00:07 -0700780 if (IS_PRELIMINARY_HW(intel_info) && !i915_preliminary_hw_support) {
781 DRM_INFO("This hardware requires preliminary hardware support.\n"
782 "See CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT, and/or modparam preliminary_hw_support\n");
783 return -ENODEV;
784 }
785
Chris Wilson5fe49d82011-02-01 19:43:02 +0000786 /* Only bind to function 0 of the device. Early generations
787 * used function 1 as a placeholder for multi-head. This causes
788 * us confusion instead, especially on the systems where both
789 * functions have the same PCI-ID!
790 */
791 if (PCI_FUNC(pdev->devfn))
792 return -ENODEV;
793
Daniel Vetter01a06852012-06-25 15:58:49 +0200794 /* We've managed to ship a kms-enabled ddx that shipped with an XvMC
795 * implementation for gen3 (and only gen3) that used legacy drm maps
796 * (gasp!) to share buffers between X and the client. Hence we need to
797 * keep around the fake agp stuff for gen3, even when kms is enabled. */
798 if (intel_info->gen != 3) {
799 driver.driver_features &=
800 ~(DRIVER_USE_AGP | DRIVER_REQUIRE_AGP);
801 } else if (!intel_agp_enabled) {
802 DRM_ERROR("drm/i915 can't work without intel_agp module!\n");
803 return -ENODEV;
804 }
805
Jordan Crousedcdb1672010-05-27 13:40:25 -0600806 return drm_get_pci_dev(pdev, ent, &driver);
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500807}
808
809static void
810i915_pci_remove(struct pci_dev *pdev)
811{
812 struct drm_device *dev = pci_get_drvdata(pdev);
813
814 drm_put_dev(dev);
815}
816
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100817static int i915_pm_suspend(struct device *dev)
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500818{
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100819 struct pci_dev *pdev = to_pci_dev(dev);
820 struct drm_device *drm_dev = pci_get_drvdata(pdev);
821 int error;
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500822
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100823 if (!drm_dev || !drm_dev->dev_private) {
824 dev_err(dev, "DRM not initialized, aborting suspend.\n");
825 return -ENODEV;
826 }
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500827
Dave Airlie5bcf7192010-12-07 09:20:40 +1000828 if (drm_dev->switch_power_state == DRM_SWITCH_POWER_OFF)
829 return 0;
830
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100831 error = i915_drm_freeze(drm_dev);
832 if (error)
833 return error;
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500834
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100835 pci_disable_device(pdev);
836 pci_set_power_state(pdev, PCI_D3hot);
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800837
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800838 return 0;
839}
840
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100841static int i915_pm_resume(struct device *dev)
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800842{
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100843 struct pci_dev *pdev = to_pci_dev(dev);
844 struct drm_device *drm_dev = pci_get_drvdata(pdev);
845
846 return i915_resume(drm_dev);
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800847}
848
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100849static int i915_pm_freeze(struct device *dev)
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800850{
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100851 struct pci_dev *pdev = to_pci_dev(dev);
852 struct drm_device *drm_dev = pci_get_drvdata(pdev);
853
854 if (!drm_dev || !drm_dev->dev_private) {
855 dev_err(dev, "DRM not initialized, aborting suspend.\n");
856 return -ENODEV;
857 }
858
859 return i915_drm_freeze(drm_dev);
860}
861
862static int i915_pm_thaw(struct device *dev)
863{
864 struct pci_dev *pdev = to_pci_dev(dev);
865 struct drm_device *drm_dev = pci_get_drvdata(pdev);
866
867 return i915_drm_thaw(drm_dev);
868}
869
870static int i915_pm_poweroff(struct device *dev)
871{
872 struct pci_dev *pdev = to_pci_dev(dev);
873 struct drm_device *drm_dev = pci_get_drvdata(pdev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100874
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100875 return i915_drm_freeze(drm_dev);
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800876}
877
Chris Wilsonb4b78d12010-06-06 15:40:20 +0100878static const struct dev_pm_ops i915_pm_ops = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400879 .suspend = i915_pm_suspend,
880 .resume = i915_pm_resume,
881 .freeze = i915_pm_freeze,
882 .thaw = i915_pm_thaw,
883 .poweroff = i915_pm_poweroff,
884 .restore = i915_pm_resume,
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800885};
886
Laurent Pinchart78b68552012-05-17 13:27:22 +0200887static const struct vm_operations_struct i915_gem_vm_ops = {
Jesse Barnesde151cf2008-11-12 10:03:55 -0800888 .fault = i915_gem_fault,
Jesse Barnesab00b3e2009-02-11 14:01:46 -0800889 .open = drm_gem_vm_open,
890 .close = drm_gem_vm_close,
Jesse Barnesde151cf2008-11-12 10:03:55 -0800891};
892
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700893static const struct file_operations i915_driver_fops = {
894 .owner = THIS_MODULE,
895 .open = drm_open,
896 .release = drm_release,
897 .unlocked_ioctl = drm_ioctl,
898 .mmap = drm_gem_mmap,
899 .poll = drm_poll,
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700900 .read = drm_read,
901#ifdef CONFIG_COMPAT
902 .compat_ioctl = i915_compat_ioctl,
903#endif
904 .llseek = noop_llseek,
905};
906
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907static struct drm_driver driver = {
Michael Witten0c547812011-08-25 17:55:54 +0000908 /* Don't use MTRRs here; the Xserver or userspace app should
909 * deal with them for Intel hardware.
Dave Airlie792d2b92005-11-11 23:30:27 +1100910 */
Eric Anholt673a3942008-07-30 12:06:12 -0700911 .driver_features =
Daniel Vetter28185642013-08-08 15:41:27 +0200912 DRIVER_USE_AGP | DRIVER_REQUIRE_AGP |
Kristian Høgsberg10ba5012013-08-25 18:29:01 +0200913 DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED | DRIVER_GEM | DRIVER_PRIME |
914 DRIVER_RENDER,
Dave Airlie22eae942005-11-10 22:16:34 +1100915 .load = i915_driver_load,
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000916 .unload = i915_driver_unload,
Eric Anholt673a3942008-07-30 12:06:12 -0700917 .open = i915_driver_open,
Dave Airlie22eae942005-11-10 22:16:34 +1100918 .lastclose = i915_driver_lastclose,
919 .preclose = i915_driver_preclose,
Eric Anholt673a3942008-07-30 12:06:12 -0700920 .postclose = i915_driver_postclose,
Rafael J. Wysockid8e29202010-01-09 00:45:33 +0100921
922 /* Used in place of i915_pm_ops for non-DRIVER_MODESET */
923 .suspend = i915_suspend,
924 .resume = i915_resume,
925
Dave Airliecda17382005-07-10 17:31:26 +1000926 .device_is_agp = i915_driver_device_is_agp,
Dave Airlie7c1c2872008-11-28 14:22:24 +1000927 .master_create = i915_master_create,
928 .master_destroy = i915_master_destroy,
Ben Gamari955b12d2009-02-17 20:08:49 -0500929#if defined(CONFIG_DEBUG_FS)
Ben Gamari27c202a2009-07-01 22:26:52 -0400930 .debugfs_init = i915_debugfs_init,
931 .debugfs_cleanup = i915_debugfs_cleanup,
Ben Gamari955b12d2009-02-17 20:08:49 -0500932#endif
Eric Anholt673a3942008-07-30 12:06:12 -0700933 .gem_free_object = i915_gem_free_object,
Jesse Barnesde151cf2008-11-12 10:03:55 -0800934 .gem_vm_ops = &i915_gem_vm_ops,
Daniel Vetter1286ff72012-05-10 15:25:09 +0200935
936 .prime_handle_to_fd = drm_gem_prime_handle_to_fd,
937 .prime_fd_to_handle = drm_gem_prime_fd_to_handle,
938 .gem_prime_export = i915_gem_prime_export,
939 .gem_prime_import = i915_gem_prime_import,
940
Dave Airlieff72145b2011-02-07 12:16:14 +1000941 .dumb_create = i915_gem_dumb_create,
942 .dumb_map_offset = i915_gem_mmap_gtt,
Daniel Vetter43387b32013-07-16 09:12:04 +0200943 .dumb_destroy = drm_gem_dumb_destroy,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944 .ioctls = i915_ioctls,
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700945 .fops = &i915_driver_fops,
Dave Airlie22eae942005-11-10 22:16:34 +1100946 .name = DRIVER_NAME,
947 .desc = DRIVER_DESC,
948 .date = DRIVER_DATE,
949 .major = DRIVER_MAJOR,
950 .minor = DRIVER_MINOR,
951 .patchlevel = DRIVER_PATCHLEVEL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952};
953
Dave Airlie8410ea32010-12-15 03:16:38 +1000954static struct pci_driver i915_pci_driver = {
955 .name = DRIVER_NAME,
956 .id_table = pciidlist,
957 .probe = i915_pci_probe,
958 .remove = i915_pci_remove,
959 .driver.pm = &i915_pm_ops,
960};
961
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962static int __init i915_init(void)
963{
964 driver.num_ioctls = i915_max_ioctl;
Jesse Barnes79e53942008-11-07 14:24:08 -0800965
966 /*
967 * If CONFIG_DRM_I915_KMS is set, default to KMS unless
968 * explicitly disabled with the module pararmeter.
969 *
970 * Otherwise, just follow the parameter (defaulting to off).
971 *
972 * Allow optional vga_text_mode_force boot option to override
973 * the default behavior.
974 */
975#if defined(CONFIG_DRM_I915_KMS)
976 if (i915_modeset != 0)
977 driver.driver_features |= DRIVER_MODESET;
978#endif
979 if (i915_modeset == 1)
980 driver.driver_features |= DRIVER_MODESET;
981
982#ifdef CONFIG_VGA_CONSOLE
983 if (vgacon_text_force() && i915_modeset == -1)
984 driver.driver_features &= ~DRIVER_MODESET;
985#endif
986
Chris Wilson3885c6b2011-01-23 10:45:14 +0000987 if (!(driver.driver_features & DRIVER_MODESET))
988 driver.get_vblank_timestamp = NULL;
989
Dave Airlie8410ea32010-12-15 03:16:38 +1000990 return drm_pci_init(&driver, &i915_pci_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991}
992
993static void __exit i915_exit(void)
994{
Dave Airlie8410ea32010-12-15 03:16:38 +1000995 drm_pci_exit(&driver, &i915_pci_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996}
997
998module_init(i915_init);
999module_exit(i915_exit);
1000
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001001MODULE_AUTHOR(DRIVER_AUTHOR);
1002MODULE_DESCRIPTION(DRIVER_DESC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003MODULE_LICENSE("GPL and additional rights");