blob: 92ad319164d7229c6943614b5eb8b71d7a961edc [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;
158
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200159static const struct intel_device_info intel_i830_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700160 .gen = 2, .is_mobile = 1, .cursor_needs_physical = 1, .num_pipes = 2,
Chris Wilson315781482010-08-12 09:42:51 +0100161 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700162 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500163};
164
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200165static const struct intel_device_info intel_845g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700166 .gen = 2, .num_pipes = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100167 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700168 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500169};
170
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200171static const struct intel_device_info intel_i85x_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700172 .gen = 2, .is_i85x = 1, .is_mobile = 1, .num_pipes = 2,
Adam Jackson5ce8ba72010-04-15 14:03:30 -0400173 .cursor_needs_physical = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100174 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700175 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500176};
177
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200178static const struct intel_device_info intel_i865g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700179 .gen = 2, .num_pipes = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100180 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700181 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500182};
183
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200184static const struct intel_device_info intel_i915g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700185 .gen = 3, .is_i915g = 1, .cursor_needs_physical = 1, .num_pipes = 2,
Chris Wilson315781482010-08-12 09:42:51 +0100186 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700187 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500188};
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200189static const struct intel_device_info intel_i915gm_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700190 .gen = 3, .is_mobile = 1, .num_pipes = 2,
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -0500191 .cursor_needs_physical = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100192 .has_overlay = 1, .overlay_needs_physical = 1,
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100193 .supports_tv = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700194 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500195};
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200196static const struct intel_device_info intel_i945g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700197 .gen = 3, .has_hotplug = 1, .cursor_needs_physical = 1, .num_pipes = 2,
Chris Wilson315781482010-08-12 09:42:51 +0100198 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700199 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500200};
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200201static const struct intel_device_info intel_i945gm_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700202 .gen = 3, .is_i945gm = 1, .is_mobile = 1, .num_pipes = 2,
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -0500203 .has_hotplug = 1, .cursor_needs_physical = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100204 .has_overlay = 1, .overlay_needs_physical = 1,
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100205 .supports_tv = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700206 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500207};
208
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200209static const struct intel_device_info intel_i965g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700210 .gen = 4, .is_broadwater = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100211 .has_hotplug = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100212 .has_overlay = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700213 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500214};
215
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200216static const struct intel_device_info intel_i965gm_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700217 .gen = 4, .is_crestline = 1, .num_pipes = 2,
Chris Wilsone3c4e5d2010-12-05 16:49:51 +0000218 .is_mobile = 1, .has_fbc = 1, .has_hotplug = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100219 .has_overlay = 1,
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100220 .supports_tv = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700221 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500222};
223
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200224static const struct intel_device_info intel_g33_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700225 .gen = 3, .is_g33 = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100226 .need_gfx_hws = 1, .has_hotplug = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100227 .has_overlay = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700228 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500229};
230
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200231static const struct intel_device_info intel_g45_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700232 .gen = 4, .is_g4x = 1, .need_gfx_hws = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100233 .has_pipe_cxsr = 1, .has_hotplug = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700234 .ring_mask = RENDER_RING | BSD_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500235};
236
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200237static const struct intel_device_info intel_gm45_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700238 .gen = 4, .is_g4x = 1, .num_pipes = 2,
Chris Wilsone3c4e5d2010-12-05 16:49:51 +0000239 .is_mobile = 1, .need_gfx_hws = 1, .has_fbc = 1,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100240 .has_pipe_cxsr = 1, .has_hotplug = 1,
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100241 .supports_tv = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700242 .ring_mask = RENDER_RING | BSD_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500243};
244
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200245static const struct intel_device_info intel_pineview_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700246 .gen = 3, .is_g33 = 1, .is_pineview = 1, .is_mobile = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100247 .need_gfx_hws = 1, .has_hotplug = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100248 .has_overlay = 1,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500249};
250
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200251static const struct intel_device_info intel_ironlake_d_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700252 .gen = 5, .num_pipes = 2,
Eugeni Dodonov5a117db2012-01-05 09:34:29 -0200253 .need_gfx_hws = 1, .has_hotplug = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700254 .ring_mask = RENDER_RING | BSD_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500255};
256
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200257static const struct intel_device_info intel_ironlake_m_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700258 .gen = 5, .is_mobile = 1, .num_pipes = 2,
Chris Wilsone3c4e5d2010-12-05 16:49:51 +0000259 .need_gfx_hws = 1, .has_hotplug = 1,
Jesse Barnesc1a9f042011-05-05 15:24:21 -0700260 .has_fbc = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700261 .ring_mask = RENDER_RING | BSD_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500262};
263
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200264static const struct intel_device_info intel_sandybridge_d_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700265 .gen = 6, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100266 .need_gfx_hws = 1, .has_hotplug = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700267 .ring_mask = RENDER_RING | BSD_RING | BLT_RING,
Eugeni Dodonov3d29b842012-01-17 14:43:53 -0200268 .has_llc = 1,
Eric Anholtf6e450a2009-11-02 12:08:22 -0800269};
270
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200271static const struct intel_device_info intel_sandybridge_m_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700272 .gen = 6, .is_mobile = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100273 .need_gfx_hws = 1, .has_hotplug = 1,
Yuanhan Liu9c04f012010-12-15 15:42:32 +0800274 .has_fbc = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700275 .ring_mask = RENDER_RING | BSD_RING | BLT_RING,
Eugeni Dodonov3d29b842012-01-17 14:43:53 -0200276 .has_llc = 1,
Eric Anholta13e4092010-01-07 15:08:18 -0800277};
278
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700279#define GEN7_FEATURES \
280 .gen = 7, .num_pipes = 3, \
281 .need_gfx_hws = 1, .has_hotplug = 1, \
Ben Widawsky73ae4782013-10-15 10:02:57 -0700282 .ring_mask = RENDER_RING | BSD_RING | BLT_RING, \
Ben Widawskyab484f82013-10-05 17:57:11 -0700283 .has_llc = 1
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700284
Jesse Barnesc76b6152011-04-28 14:32:07 -0700285static const struct intel_device_info intel_ivybridge_d_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700286 GEN7_FEATURES,
287 .is_ivybridge = 1,
Jesse Barnesc76b6152011-04-28 14:32:07 -0700288};
289
290static const struct intel_device_info intel_ivybridge_m_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700291 GEN7_FEATURES,
292 .is_ivybridge = 1,
293 .is_mobile = 1,
Rodrigo Viviabe959c2013-05-06 19:37:33 -0300294 .has_fbc = 1,
Jesse Barnesc76b6152011-04-28 14:32:07 -0700295};
296
Ben Widawsky999bcde2013-04-05 13:12:45 -0700297static const struct intel_device_info intel_ivybridge_q_info = {
298 GEN7_FEATURES,
299 .is_ivybridge = 1,
300 .num_pipes = 0, /* legal, last one wins */
301};
302
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700303static const struct intel_device_info intel_valleyview_m_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700304 GEN7_FEATURES,
305 .is_mobile = 1,
306 .num_pipes = 2,
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700307 .is_valleyview = 1,
Ville Syrjäläfba5d532013-01-24 15:29:56 +0200308 .display_mmio_offset = VLV_DISPLAY_BASE,
Ben Widawsky30ccd962013-04-15 21:48:03 -0700309 .has_llc = 0, /* legal, last one wins */
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700310};
311
312static const struct intel_device_info intel_valleyview_d_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700313 GEN7_FEATURES,
314 .num_pipes = 2,
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700315 .is_valleyview = 1,
Ville Syrjäläfba5d532013-01-24 15:29:56 +0200316 .display_mmio_offset = VLV_DISPLAY_BASE,
Ben Widawsky30ccd962013-04-15 21:48:03 -0700317 .has_llc = 0, /* legal, last one wins */
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700318};
319
Eugeni Dodonov4cae9ae2012-03-29 12:32:18 -0300320static const struct intel_device_info intel_haswell_d_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700321 GEN7_FEATURES,
322 .is_haswell = 1,
Damien Lespiaudd93be52013-04-22 18:40:39 +0100323 .has_ddi = 1,
Damien Lespiau30568c42013-04-22 18:40:41 +0100324 .has_fpga_dbg = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700325 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
Eugeni Dodonov4cae9ae2012-03-29 12:32:18 -0300326};
327
328static const struct intel_device_info intel_haswell_m_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700329 GEN7_FEATURES,
330 .is_haswell = 1,
331 .is_mobile = 1,
Damien Lespiaudd93be52013-04-22 18:40:39 +0100332 .has_ddi = 1,
Damien Lespiau30568c42013-04-22 18:40:41 +0100333 .has_fpga_dbg = 1,
Rodrigo Vivi891348b2013-05-06 19:37:36 -0300334 .has_fbc = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700335 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500336};
337
Jesse Barnesa0a18072013-07-26 13:32:51 -0700338/*
339 * Make sure any device matches here are from most specific to most
340 * general. For example, since the Quanta match is based on the subsystem
341 * and subvendor IDs, we need it to come before the more general IVB
342 * PCI ID matches, otherwise we'll use the wrong info struct above.
343 */
344#define INTEL_PCI_IDS \
345 INTEL_I830_IDS(&intel_i830_info), \
346 INTEL_I845G_IDS(&intel_845g_info), \
347 INTEL_I85X_IDS(&intel_i85x_info), \
348 INTEL_I865G_IDS(&intel_i865g_info), \
349 INTEL_I915G_IDS(&intel_i915g_info), \
350 INTEL_I915GM_IDS(&intel_i915gm_info), \
351 INTEL_I945G_IDS(&intel_i945g_info), \
352 INTEL_I945GM_IDS(&intel_i945gm_info), \
353 INTEL_I965G_IDS(&intel_i965g_info), \
354 INTEL_G33_IDS(&intel_g33_info), \
355 INTEL_I965GM_IDS(&intel_i965gm_info), \
356 INTEL_GM45_IDS(&intel_gm45_info), \
357 INTEL_G45_IDS(&intel_g45_info), \
358 INTEL_PINEVIEW_IDS(&intel_pineview_info), \
359 INTEL_IRONLAKE_D_IDS(&intel_ironlake_d_info), \
360 INTEL_IRONLAKE_M_IDS(&intel_ironlake_m_info), \
361 INTEL_SNB_D_IDS(&intel_sandybridge_d_info), \
362 INTEL_SNB_M_IDS(&intel_sandybridge_m_info), \
363 INTEL_IVB_Q_IDS(&intel_ivybridge_q_info), /* must be first IVB */ \
364 INTEL_IVB_M_IDS(&intel_ivybridge_m_info), \
365 INTEL_IVB_D_IDS(&intel_ivybridge_d_info), \
366 INTEL_HSW_D_IDS(&intel_haswell_d_info), \
367 INTEL_HSW_M_IDS(&intel_haswell_m_info), \
368 INTEL_VLV_M_IDS(&intel_valleyview_m_info), \
369 INTEL_VLV_D_IDS(&intel_valleyview_d_info)
370
Chris Wilson6103da02010-07-05 18:01:47 +0100371static const struct pci_device_id pciidlist[] = { /* aka */
Jesse Barnesa0a18072013-07-26 13:32:51 -0700372 INTEL_PCI_IDS,
Kristian Høgsberg49ae35f2009-12-16 15:16:15 -0500373 {0, 0, 0}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374};
375
Jesse Barnes79e53942008-11-07 14:24:08 -0800376#if defined(CONFIG_DRM_I915_KMS)
377MODULE_DEVICE_TABLE(pci, pciidlist);
378#endif
379
Akshay Joshi0206e352011-08-16 15:34:10 -0400380void intel_detect_pch(struct drm_device *dev)
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800381{
382 struct drm_i915_private *dev_priv = dev->dev_private;
383 struct pci_dev *pch;
384
Ben Widawskyce1bb322013-04-05 13:12:44 -0700385 /* In all current cases, num_pipes is equivalent to the PCH_NOP setting
386 * (which really amounts to a PCH but no South Display).
387 */
388 if (INTEL_INFO(dev)->num_pipes == 0) {
389 dev_priv->pch_type = PCH_NOP;
Ben Widawskyce1bb322013-04-05 13:12:44 -0700390 return;
391 }
392
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800393 /*
394 * The reason to probe ISA bridge instead of Dev31:Fun0 is to
395 * make graphics device passthrough work easy for VMM, that only
396 * need to expose ISA bridge to let driver know the real hardware
397 * underneath. This is a requirement from virtualization team.
Rui Guo6a9c4b32013-06-19 21:10:23 +0800398 *
399 * In some virtualized environments (e.g. XEN), there is irrelevant
400 * ISA bridge in the system. To work reliably, we should scan trhough
401 * all the ISA bridge devices and check for the first match, instead
402 * of only checking the first one.
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800403 */
404 pch = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, NULL);
Rui Guo6a9c4b32013-06-19 21:10:23 +0800405 while (pch) {
406 struct pci_dev *curr = pch;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800407 if (pch->vendor == PCI_VENDOR_ID_INTEL) {
Paulo Zanoni17a303e2012-11-20 15:12:07 -0200408 unsigned short id;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800409 id = pch->device & INTEL_PCH_DEVICE_ID_MASK;
Paulo Zanoni17a303e2012-11-20 15:12:07 -0200410 dev_priv->pch_id = id;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800411
Jesse Barnes90711d52011-04-28 14:48:02 -0700412 if (id == INTEL_PCH_IBX_DEVICE_ID_TYPE) {
413 dev_priv->pch_type = PCH_IBX;
414 DRM_DEBUG_KMS("Found Ibex Peak PCH\n");
Daniel Vetter7fcb83c2012-10-31 22:52:27 +0100415 WARN_ON(!IS_GEN5(dev));
Jesse Barnes90711d52011-04-28 14:48:02 -0700416 } else if (id == INTEL_PCH_CPT_DEVICE_ID_TYPE) {
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800417 dev_priv->pch_type = PCH_CPT;
418 DRM_DEBUG_KMS("Found CougarPoint PCH\n");
Daniel Vetter7fcb83c2012-10-31 22:52:27 +0100419 WARN_ON(!(IS_GEN6(dev) || IS_IVYBRIDGE(dev)));
Jesse Barnesc7925132011-04-07 12:33:56 -0700420 } else if (id == INTEL_PCH_PPT_DEVICE_ID_TYPE) {
421 /* PantherPoint is CPT compatible */
422 dev_priv->pch_type = PCH_CPT;
Jani Nikula492ab662013-10-01 12:12:33 +0300423 DRM_DEBUG_KMS("Found PantherPoint PCH\n");
Daniel Vetter7fcb83c2012-10-31 22:52:27 +0100424 WARN_ON(!(IS_GEN6(dev) || IS_IVYBRIDGE(dev)));
Eugeni Dodonoveb877eb2012-03-29 12:32:20 -0300425 } else if (id == INTEL_PCH_LPT_DEVICE_ID_TYPE) {
426 dev_priv->pch_type = PCH_LPT;
427 DRM_DEBUG_KMS("Found LynxPoint PCH\n");
Daniel Vetter7fcb83c2012-10-31 22:52:27 +0100428 WARN_ON(!IS_HASWELL(dev));
Paulo Zanoni08e14132013-04-12 18:16:54 -0300429 WARN_ON(IS_ULT(dev));
Wei Shun Changae6935d2012-11-12 18:54:13 -0200430 } else if (id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) {
431 dev_priv->pch_type = PCH_LPT;
Wei Shun Changae6935d2012-11-12 18:54:13 -0200432 DRM_DEBUG_KMS("Found LynxPoint LP PCH\n");
433 WARN_ON(!IS_HASWELL(dev));
Paulo Zanoni08e14132013-04-12 18:16:54 -0300434 WARN_ON(!IS_ULT(dev));
Rui Guo6a9c4b32013-06-19 21:10:23 +0800435 } else {
436 goto check_next;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800437 }
Rui Guo6a9c4b32013-06-19 21:10:23 +0800438 pci_dev_put(pch);
439 break;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800440 }
Rui Guo6a9c4b32013-06-19 21:10:23 +0800441check_next:
442 pch = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, curr);
443 pci_dev_put(curr);
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800444 }
Rui Guo6a9c4b32013-06-19 21:10:23 +0800445 if (!pch)
446 DRM_DEBUG_KMS("No PCH found?\n");
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800447}
448
Ben Widawsky2911a352012-04-05 14:47:36 -0700449bool i915_semaphore_is_enabled(struct drm_device *dev)
450{
451 if (INTEL_INFO(dev)->gen < 6)
452 return 0;
453
454 if (i915_semaphores >= 0)
455 return i915_semaphores;
456
Daniel Vetter59de3292012-04-02 20:48:43 +0200457#ifdef CONFIG_INTEL_IOMMU
Ben Widawsky2911a352012-04-05 14:47:36 -0700458 /* Enable semaphores on SNB when IO remapping is off */
Daniel Vetter59de3292012-04-02 20:48:43 +0200459 if (INTEL_INFO(dev)->gen == 6 && intel_iommu_gfx_mapped)
460 return false;
461#endif
Ben Widawsky2911a352012-04-05 14:47:36 -0700462
463 return 1;
464}
465
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100466static int i915_drm_freeze(struct drm_device *dev)
467{
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100468 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes24576d22013-03-26 09:25:45 -0700469 struct drm_crtc *crtc;
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100470
Zhang Ruib8efb172013-02-05 15:41:53 +0800471 /* ignore lid events during suspend */
472 mutex_lock(&dev_priv->modeset_restore_lock);
473 dev_priv->modeset_restore = MODESET_SUSPENDED;
474 mutex_unlock(&dev_priv->modeset_restore_lock);
475
Paulo Zanonic67a4702013-08-19 13:18:09 -0300476 /* We do a lot of poking in a lot of registers, make sure they work
477 * properly. */
478 hsw_disable_package_c8(dev_priv);
Imre Deakbaa70702013-10-25 17:36:48 +0300479 intel_display_set_init_power(dev, true);
Paulo Zanonicb107992013-01-25 16:59:15 -0200480
Dave Airlie5bcf7192010-12-07 09:20:40 +1000481 drm_kms_helper_poll_disable(dev);
482
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100483 pci_save_state(dev->pdev);
484
485 /* If KMS is active, we do the leavevt stuff here */
486 if (drm_core_check_feature(dev, DRIVER_MODESET)) {
Daniel Vetterdb1b76c2013-07-09 16:51:37 +0200487 int error;
488
Chris Wilson45c5f202013-10-16 11:50:01 +0100489 error = i915_gem_suspend(dev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100490 if (error) {
491 dev_err(&dev->pdev->dev,
492 "GEM idle failed, resume might fail\n");
493 return error;
494 }
Daniel Vettera261b242012-07-26 19:21:47 +0200495
Jesse Barnes1a01ab32012-11-02 11:14:00 -0700496 cancel_delayed_work_sync(&dev_priv->rps.delayed_resume_work);
497
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100498 drm_irq_uninstall(dev);
Daniel Vetter15239092013-03-05 09:50:58 +0100499 dev_priv->enable_hotplug_processing = false;
Jesse Barnes24576d22013-03-26 09:25:45 -0700500 /*
501 * Disable CRTCs directly since we want to preserve sw state
502 * for _thaw.
503 */
504 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head)
505 dev_priv->display.crtc_disable(crtc);
Imre Deak7d708ee2013-04-17 14:04:50 +0300506
507 intel_modeset_suspend_hw(dev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100508 }
509
Ben Widawsky828c7902013-10-16 09:21:30 -0700510 i915_gem_suspend_gtt_mappings(dev);
511
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100512 i915_save_state(dev);
513
Chris Wilson44834a62010-08-19 16:09:23 +0100514 intel_opregion_fini(dev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100515
Dave Airlie3fa016a2012-03-28 10:48:49 +0100516 console_lock();
Damien Lespiaub6f3eff2013-06-10 15:48:09 +0100517 intel_fbdev_set_suspend(dev, FBINFO_STATE_SUSPENDED);
Dave Airlie3fa016a2012-03-28 10:48:49 +0100518 console_unlock();
519
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100520 return 0;
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100521}
522
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000523int i915_suspend(struct drm_device *dev, pm_message_t state)
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100524{
525 int error;
526
527 if (!dev || !dev->dev_private) {
528 DRM_ERROR("dev: %p\n", dev);
Keith Packard1ae8c0a2009-06-28 15:42:17 -0700529 DRM_ERROR("DRM not initialized, aborting suspend.\n");
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000530 return -ENODEV;
531 }
532
Dave Airlieb932ccb2008-02-20 10:02:20 +1000533 if (state.event == PM_EVENT_PRETHAW)
534 return 0;
535
Dave Airlie5bcf7192010-12-07 09:20:40 +1000536
537 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
538 return 0;
Chris Wilson6eecba32010-09-08 09:45:11 +0100539
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100540 error = i915_drm_freeze(dev);
541 if (error)
542 return error;
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000543
Dave Airlieb932ccb2008-02-20 10:02:20 +1000544 if (state.event == PM_EVENT_SUSPEND) {
545 /* Shut down the device */
546 pci_disable_device(dev->pdev);
547 pci_set_power_state(dev->pdev, PCI_D3hot);
548 }
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000549
550 return 0;
551}
552
Jesse Barnes073f34d2012-11-02 11:13:59 -0700553void intel_console_resume(struct work_struct *work)
554{
555 struct drm_i915_private *dev_priv =
556 container_of(work, struct drm_i915_private,
557 console_resume_work);
558 struct drm_device *dev = dev_priv->dev;
559
560 console_lock();
Damien Lespiaub6f3eff2013-06-10 15:48:09 +0100561 intel_fbdev_set_suspend(dev, FBINFO_STATE_RUNNING);
Jesse Barnes073f34d2012-11-02 11:13:59 -0700562 console_unlock();
563}
564
Jesse Barnesbb60b962013-03-26 09:25:46 -0700565static void intel_resume_hotplug(struct drm_device *dev)
566{
567 struct drm_mode_config *mode_config = &dev->mode_config;
568 struct intel_encoder *encoder;
569
570 mutex_lock(&mode_config->mutex);
571 DRM_DEBUG_KMS("running encoder hotplug functions\n");
572
573 list_for_each_entry(encoder, &mode_config->encoder_list, base.head)
574 if (encoder->hot_plug)
575 encoder->hot_plug(encoder);
576
577 mutex_unlock(&mode_config->mutex);
578
579 /* Just fire off a uevent and let userspace tell us what to do */
580 drm_helper_hpd_irq_event(dev);
581}
582
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300583static int __i915_drm_thaw(struct drm_device *dev, bool restore_gtt_mappings)
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000584{
Jesse Barnes5669fca2009-02-17 15:13:31 -0800585 struct drm_i915_private *dev_priv = dev->dev_private;
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100586 int error = 0;
Matthew Garrett8ee1c3d2008-08-05 19:37:25 +0100587
Ville Syrjäläc9f7fbf2013-09-16 17:38:36 +0300588 intel_uncore_early_sanitize(dev);
589
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300590 intel_uncore_sanitize(dev);
591
592 if (drm_core_check_feature(dev, DRIVER_MODESET) &&
593 restore_gtt_mappings) {
594 mutex_lock(&dev->struct_mutex);
595 i915_gem_restore_gtt_mappings(dev);
596 mutex_unlock(&dev->struct_mutex);
597 }
598
Imre Deakddb642f2013-10-28 17:20:35 +0200599 intel_power_domains_init_hw(dev);
Ville Syrjäläebdcefc2013-09-16 17:38:35 +0300600
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100601 i915_restore_state(dev);
Chris Wilson44834a62010-08-19 16:09:23 +0100602 intel_opregion_setup(dev);
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100603
Jesse Barnes5669fca2009-02-17 15:13:31 -0800604 /* KMS EnterVT equivalent */
605 if (drm_core_check_feature(dev, DRIVER_MODESET)) {
Paulo Zanonidde86e22012-12-01 12:04:25 -0200606 intel_init_pch_refclk(dev);
Chris Wilson1833b132012-05-09 11:56:28 +0100607
Jesse Barnes5669fca2009-02-17 15:13:31 -0800608 mutex_lock(&dev->struct_mutex);
Jesse Barnes5669fca2009-02-17 15:13:31 -0800609
Daniel Vetterf691e2f2012-02-02 09:58:12 +0100610 error = i915_gem_init_hw(dev);
Jesse Barnes5669fca2009-02-17 15:13:31 -0800611 mutex_unlock(&dev->struct_mutex);
Jesse Barnes226485e2009-02-23 15:41:09 -0800612
Daniel Vetter15239092013-03-05 09:50:58 +0100613 /* We need working interrupts for modeset enabling ... */
614 drm_irq_install(dev);
615
Chris Wilson1833b132012-05-09 11:56:28 +0100616 intel_modeset_init_hw(dev);
Jesse Barnes24576d22013-03-26 09:25:45 -0700617
618 drm_modeset_lock_all(dev);
619 intel_modeset_setup_hw_state(dev, true);
620 drm_modeset_unlock_all(dev);
Daniel Vetter15239092013-03-05 09:50:58 +0100621
622 /*
623 * ... but also need to make sure that hotplug processing
624 * doesn't cause havoc. Like in the driver load code we don't
625 * bother with the tiny race here where we might loose hotplug
626 * notifications.
627 * */
Daniel Vetter20afbda2012-12-11 14:05:07 +0100628 intel_hpd_init(dev);
Daniel Vetter15239092013-03-05 09:50:58 +0100629 dev_priv->enable_hotplug_processing = true;
Jesse Barnesbb60b962013-03-26 09:25:46 -0700630 /* Config may have changed between suspend and resume */
631 intel_resume_hotplug(dev);
Jesse Barnesd5bb0812011-01-05 12:01:26 -0800632 }
Jesse Barnes1daed3f2011-01-05 12:01:25 -0800633
Chris Wilson44834a62010-08-19 16:09:23 +0100634 intel_opregion_init(dev);
635
Jesse Barnes073f34d2012-11-02 11:13:59 -0700636 /*
637 * The console lock can be pretty contented on resume due
638 * to all the printk activity. Try to keep it out of the hot
639 * path of resume if possible.
640 */
641 if (console_trylock()) {
Damien Lespiaub6f3eff2013-06-10 15:48:09 +0100642 intel_fbdev_set_suspend(dev, FBINFO_STATE_RUNNING);
Jesse Barnes073f34d2012-11-02 11:13:59 -0700643 console_unlock();
644 } else {
645 schedule_work(&dev_priv->console_resume_work);
646 }
647
Paulo Zanonic67a4702013-08-19 13:18:09 -0300648 /* Undo what we did at i915_drm_freeze so the refcount goes back to the
649 * expected level. */
650 hsw_enable_package_c8(dev_priv);
651
Zhang Ruib8efb172013-02-05 15:41:53 +0800652 mutex_lock(&dev_priv->modeset_restore_lock);
653 dev_priv->modeset_restore = MODESET_DONE;
654 mutex_unlock(&dev_priv->modeset_restore_lock);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100655 return error;
656}
657
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700658static int i915_drm_thaw(struct drm_device *dev)
659{
Daniel Vetter7f16e5c2013-11-04 16:28:47 +0100660 if (drm_core_check_feature(dev, DRIVER_MODESET))
Ben Widawsky828c7902013-10-16 09:21:30 -0700661 i915_check_and_clear_faults(dev);
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700662
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300663 return __i915_drm_thaw(dev, true);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100664}
665
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000666int i915_resume(struct drm_device *dev)
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100667{
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700668 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson6eecba32010-09-08 09:45:11 +0100669 int ret;
670
Dave Airlie5bcf7192010-12-07 09:20:40 +1000671 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
672 return 0;
673
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100674 if (pci_enable_device(dev->pdev))
675 return -EIO;
676
677 pci_set_master(dev->pdev);
678
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700679 /*
680 * Platforms with opregion should have sane BIOS, older ones (gen3 and
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300681 * earlier) need to restore the GTT mappings since the BIOS might clear
682 * all our scratch PTEs.
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700683 */
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300684 ret = __i915_drm_thaw(dev, !dev_priv->opregion.header);
Chris Wilson6eecba32010-09-08 09:45:11 +0100685 if (ret)
686 return ret;
687
688 drm_kms_helper_poll_enable(dev);
689 return 0;
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000690}
691
Ben Gamari11ed50e2009-09-14 17:48:45 -0400692/**
Eugeni Dodonovf3953dc2011-11-28 16:15:17 -0200693 * i915_reset - reset chip after a hang
Ben Gamari11ed50e2009-09-14 17:48:45 -0400694 * @dev: drm device to reset
Ben Gamari11ed50e2009-09-14 17:48:45 -0400695 *
696 * Reset the chip. Useful if a hang is detected. Returns zero on successful
697 * reset or otherwise an error code.
698 *
699 * Procedure is fairly simple:
700 * - reset the chip using the reset reg
701 * - re-init context state
702 * - re-init hardware status page
703 * - re-init ring buffer
704 * - re-init interrupt state
705 * - re-init display
706 */
Daniel Vetterd4b8bb22012-04-27 15:17:44 +0200707int i915_reset(struct drm_device *dev)
Ben Gamari11ed50e2009-09-14 17:48:45 -0400708{
709 drm_i915_private_t *dev_priv = dev->dev_private;
Chris Wilson2e7c8ee2013-05-28 10:38:44 +0100710 bool simulated;
Kenneth Graunke0573ed42010-09-11 03:17:19 -0700711 int ret;
Ben Gamari11ed50e2009-09-14 17:48:45 -0400712
Chris Wilsond78cb502010-12-23 13:33:15 +0000713 if (!i915_try_reset)
714 return 0;
715
Daniel Vetterd54a02c2012-07-04 22:18:39 +0200716 mutex_lock(&dev->struct_mutex);
Ben Gamari11ed50e2009-09-14 17:48:45 -0400717
Chris Wilson069efc12010-09-30 16:53:18 +0100718 i915_gem_reset(dev);
Ben Gamari11ed50e2009-09-14 17:48:45 -0400719
Chris Wilson2e7c8ee2013-05-28 10:38:44 +0100720 simulated = dev_priv->gpu_error.stop_rings != 0;
721
Mika Kuoppalabe62acb2013-08-30 16:19:28 +0300722 ret = intel_gpu_reset(dev);
Daniel Vetter350d2702012-04-27 15:17:42 +0200723
Mika Kuoppalabe62acb2013-08-30 16:19:28 +0300724 /* Also reset the gpu hangman. */
725 if (simulated) {
726 DRM_INFO("Simulated gpu hang, resetting stop_rings\n");
727 dev_priv->gpu_error.stop_rings = 0;
728 if (ret == -ENODEV) {
Daniel Vetterf2d91a22013-11-07 09:48:57 +0100729 DRM_INFO("Reset not implemented, but ignoring "
730 "error for simulated gpu hangs\n");
Mika Kuoppalabe62acb2013-08-30 16:19:28 +0300731 ret = 0;
732 }
Chris Wilson2e7c8ee2013-05-28 10:38:44 +0100733 }
Mika Kuoppalabe62acb2013-08-30 16:19:28 +0300734
Kenneth Graunke0573ed42010-09-11 03:17:19 -0700735 if (ret) {
Daniel Vetterf2d91a22013-11-07 09:48:57 +0100736 DRM_ERROR("Failed to reset chip: %i\n", ret);
Daniel J Bluemanf953c932010-05-17 14:23:52 +0100737 mutex_unlock(&dev->struct_mutex);
Chris Wilsonf803aa52010-09-19 12:38:26 +0100738 return ret;
Ben Gamari11ed50e2009-09-14 17:48:45 -0400739 }
740
741 /* Ok, now get things going again... */
742
743 /*
744 * Everything depends on having the GTT running, so we need to start
745 * there. Fortunately we don't need to do this unless we reset the
746 * chip at a PCI level.
747 *
748 * Next we need to restore the context, but we don't use those
749 * yet either...
750 *
751 * Ring buffer needs to be re-initialized in the KMS case, or if X
752 * was running at the time of the reset (i.e. we weren't VT
753 * switched away).
754 */
755 if (drm_core_check_feature(dev, DRIVER_MODESET) ||
Daniel Vetterdb1b76c2013-07-09 16:51:37 +0200756 !dev_priv->ums.mm_suspended) {
Daniel Vetterdb1b76c2013-07-09 16:51:37 +0200757 dev_priv->ums.mm_suspended = 0;
Eric Anholt75a68982010-11-18 09:31:13 +0800758
Ben Widawsky3d57e5b2013-10-14 10:01:36 -0700759 ret = i915_gem_init_hw(dev);
Daniel Vetter8e88a2b2012-06-19 18:40:00 +0200760 mutex_unlock(&dev->struct_mutex);
Ben Widawsky3d57e5b2013-10-14 10:01:36 -0700761 if (ret) {
762 DRM_ERROR("Failed hw init on reset %d\n", ret);
763 return ret;
764 }
Daniel Vetterf8175862012-04-10 15:50:11 +0200765
Ben Gamari11ed50e2009-09-14 17:48:45 -0400766 drm_irq_uninstall(dev);
767 drm_irq_install(dev);
Daniel Vetter20afbda2012-12-11 14:05:07 +0100768 intel_hpd_init(dev);
Daniel Vetterbcbc3242012-04-27 15:17:41 +0200769 } else {
770 mutex_unlock(&dev->struct_mutex);
Ben Gamari11ed50e2009-09-14 17:48:45 -0400771 }
772
Ben Gamari11ed50e2009-09-14 17:48:45 -0400773 return 0;
774}
775
Greg Kroah-Hartman56550d92012-12-21 15:09:25 -0800776static int i915_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500777{
Daniel Vetter01a06852012-06-25 15:58:49 +0200778 struct intel_device_info *intel_info =
779 (struct intel_device_info *) ent->driver_data;
780
Ben Widawskyb833d682013-08-23 16:00:07 -0700781 if (IS_PRELIMINARY_HW(intel_info) && !i915_preliminary_hw_support) {
782 DRM_INFO("This hardware requires preliminary hardware support.\n"
783 "See CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT, and/or modparam preliminary_hw_support\n");
784 return -ENODEV;
785 }
786
Chris Wilson5fe49d82011-02-01 19:43:02 +0000787 /* Only bind to function 0 of the device. Early generations
788 * used function 1 as a placeholder for multi-head. This causes
789 * us confusion instead, especially on the systems where both
790 * functions have the same PCI-ID!
791 */
792 if (PCI_FUNC(pdev->devfn))
793 return -ENODEV;
794
Daniel Vetter3bb6ce62013-11-13 22:14:16 +0100795 driver.driver_features &= ~(DRIVER_USE_AGP | DRIVER_REQUIRE_AGP);
Daniel Vetter01a06852012-06-25 15:58:49 +0200796
Jordan Crousedcdb1672010-05-27 13:40:25 -0600797 return drm_get_pci_dev(pdev, ent, &driver);
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500798}
799
800static void
801i915_pci_remove(struct pci_dev *pdev)
802{
803 struct drm_device *dev = pci_get_drvdata(pdev);
804
805 drm_put_dev(dev);
806}
807
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100808static int i915_pm_suspend(struct device *dev)
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500809{
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100810 struct pci_dev *pdev = to_pci_dev(dev);
811 struct drm_device *drm_dev = pci_get_drvdata(pdev);
812 int error;
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500813
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100814 if (!drm_dev || !drm_dev->dev_private) {
815 dev_err(dev, "DRM not initialized, aborting suspend.\n");
816 return -ENODEV;
817 }
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500818
Dave Airlie5bcf7192010-12-07 09:20:40 +1000819 if (drm_dev->switch_power_state == DRM_SWITCH_POWER_OFF)
820 return 0;
821
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100822 error = i915_drm_freeze(drm_dev);
823 if (error)
824 return error;
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500825
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100826 pci_disable_device(pdev);
827 pci_set_power_state(pdev, PCI_D3hot);
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800828
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800829 return 0;
830}
831
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100832static int i915_pm_resume(struct device *dev)
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800833{
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100834 struct pci_dev *pdev = to_pci_dev(dev);
835 struct drm_device *drm_dev = pci_get_drvdata(pdev);
836
837 return i915_resume(drm_dev);
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800838}
839
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100840static int i915_pm_freeze(struct device *dev)
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800841{
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100842 struct pci_dev *pdev = to_pci_dev(dev);
843 struct drm_device *drm_dev = pci_get_drvdata(pdev);
844
845 if (!drm_dev || !drm_dev->dev_private) {
846 dev_err(dev, "DRM not initialized, aborting suspend.\n");
847 return -ENODEV;
848 }
849
850 return i915_drm_freeze(drm_dev);
851}
852
853static int i915_pm_thaw(struct device *dev)
854{
855 struct pci_dev *pdev = to_pci_dev(dev);
856 struct drm_device *drm_dev = pci_get_drvdata(pdev);
857
858 return i915_drm_thaw(drm_dev);
859}
860
861static int i915_pm_poweroff(struct device *dev)
862{
863 struct pci_dev *pdev = to_pci_dev(dev);
864 struct drm_device *drm_dev = pci_get_drvdata(pdev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100865
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100866 return i915_drm_freeze(drm_dev);
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800867}
868
Chris Wilsonb4b78d12010-06-06 15:40:20 +0100869static const struct dev_pm_ops i915_pm_ops = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400870 .suspend = i915_pm_suspend,
871 .resume = i915_pm_resume,
872 .freeze = i915_pm_freeze,
873 .thaw = i915_pm_thaw,
874 .poweroff = i915_pm_poweroff,
875 .restore = i915_pm_resume,
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800876};
877
Laurent Pinchart78b68552012-05-17 13:27:22 +0200878static const struct vm_operations_struct i915_gem_vm_ops = {
Jesse Barnesde151cf2008-11-12 10:03:55 -0800879 .fault = i915_gem_fault,
Jesse Barnesab00b3e2009-02-11 14:01:46 -0800880 .open = drm_gem_vm_open,
881 .close = drm_gem_vm_close,
Jesse Barnesde151cf2008-11-12 10:03:55 -0800882};
883
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700884static const struct file_operations i915_driver_fops = {
885 .owner = THIS_MODULE,
886 .open = drm_open,
887 .release = drm_release,
888 .unlocked_ioctl = drm_ioctl,
889 .mmap = drm_gem_mmap,
890 .poll = drm_poll,
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700891 .read = drm_read,
892#ifdef CONFIG_COMPAT
893 .compat_ioctl = i915_compat_ioctl,
894#endif
895 .llseek = noop_llseek,
896};
897
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898static struct drm_driver driver = {
Michael Witten0c547812011-08-25 17:55:54 +0000899 /* Don't use MTRRs here; the Xserver or userspace app should
900 * deal with them for Intel hardware.
Dave Airlie792d2b92005-11-11 23:30:27 +1100901 */
Eric Anholt673a3942008-07-30 12:06:12 -0700902 .driver_features =
Daniel Vetter28185642013-08-08 15:41:27 +0200903 DRIVER_USE_AGP | DRIVER_REQUIRE_AGP |
Kristian Høgsberg10ba5012013-08-25 18:29:01 +0200904 DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED | DRIVER_GEM | DRIVER_PRIME |
905 DRIVER_RENDER,
Dave Airlie22eae942005-11-10 22:16:34 +1100906 .load = i915_driver_load,
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000907 .unload = i915_driver_unload,
Eric Anholt673a3942008-07-30 12:06:12 -0700908 .open = i915_driver_open,
Dave Airlie22eae942005-11-10 22:16:34 +1100909 .lastclose = i915_driver_lastclose,
910 .preclose = i915_driver_preclose,
Eric Anholt673a3942008-07-30 12:06:12 -0700911 .postclose = i915_driver_postclose,
Rafael J. Wysockid8e29202010-01-09 00:45:33 +0100912
913 /* Used in place of i915_pm_ops for non-DRIVER_MODESET */
914 .suspend = i915_suspend,
915 .resume = i915_resume,
916
Dave Airliecda17382005-07-10 17:31:26 +1000917 .device_is_agp = i915_driver_device_is_agp,
Dave Airlie7c1c2872008-11-28 14:22:24 +1000918 .master_create = i915_master_create,
919 .master_destroy = i915_master_destroy,
Ben Gamari955b12d2009-02-17 20:08:49 -0500920#if defined(CONFIG_DEBUG_FS)
Ben Gamari27c202a2009-07-01 22:26:52 -0400921 .debugfs_init = i915_debugfs_init,
922 .debugfs_cleanup = i915_debugfs_cleanup,
Ben Gamari955b12d2009-02-17 20:08:49 -0500923#endif
Eric Anholt673a3942008-07-30 12:06:12 -0700924 .gem_free_object = i915_gem_free_object,
Jesse Barnesde151cf2008-11-12 10:03:55 -0800925 .gem_vm_ops = &i915_gem_vm_ops,
Daniel Vetter1286ff72012-05-10 15:25:09 +0200926
927 .prime_handle_to_fd = drm_gem_prime_handle_to_fd,
928 .prime_fd_to_handle = drm_gem_prime_fd_to_handle,
929 .gem_prime_export = i915_gem_prime_export,
930 .gem_prime_import = i915_gem_prime_import,
931
Dave Airlieff72145b2011-02-07 12:16:14 +1000932 .dumb_create = i915_gem_dumb_create,
933 .dumb_map_offset = i915_gem_mmap_gtt,
Daniel Vetter43387b32013-07-16 09:12:04 +0200934 .dumb_destroy = drm_gem_dumb_destroy,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935 .ioctls = i915_ioctls,
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700936 .fops = &i915_driver_fops,
Dave Airlie22eae942005-11-10 22:16:34 +1100937 .name = DRIVER_NAME,
938 .desc = DRIVER_DESC,
939 .date = DRIVER_DATE,
940 .major = DRIVER_MAJOR,
941 .minor = DRIVER_MINOR,
942 .patchlevel = DRIVER_PATCHLEVEL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943};
944
Dave Airlie8410ea32010-12-15 03:16:38 +1000945static struct pci_driver i915_pci_driver = {
946 .name = DRIVER_NAME,
947 .id_table = pciidlist,
948 .probe = i915_pci_probe,
949 .remove = i915_pci_remove,
950 .driver.pm = &i915_pm_ops,
951};
952
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953static int __init i915_init(void)
954{
955 driver.num_ioctls = i915_max_ioctl;
Jesse Barnes79e53942008-11-07 14:24:08 -0800956
957 /*
958 * If CONFIG_DRM_I915_KMS is set, default to KMS unless
959 * explicitly disabled with the module pararmeter.
960 *
961 * Otherwise, just follow the parameter (defaulting to off).
962 *
963 * Allow optional vga_text_mode_force boot option to override
964 * the default behavior.
965 */
966#if defined(CONFIG_DRM_I915_KMS)
967 if (i915_modeset != 0)
968 driver.driver_features |= DRIVER_MODESET;
969#endif
970 if (i915_modeset == 1)
971 driver.driver_features |= DRIVER_MODESET;
972
973#ifdef CONFIG_VGA_CONSOLE
974 if (vgacon_text_force() && i915_modeset == -1)
975 driver.driver_features &= ~DRIVER_MODESET;
976#endif
977
Daniel Vetterb30324a2013-11-13 22:11:25 +0100978 if (!(driver.driver_features & DRIVER_MODESET)) {
Chris Wilson3885c6b2011-01-23 10:45:14 +0000979 driver.get_vblank_timestamp = NULL;
Daniel Vetterb30324a2013-11-13 22:11:25 +0100980#ifndef CONFIG_DRM_I915_UMS
981 /* Silently fail loading to not upset userspace. */
982 return 0;
983#endif
984 }
Chris Wilson3885c6b2011-01-23 10:45:14 +0000985
Dave Airlie8410ea32010-12-15 03:16:38 +1000986 return drm_pci_init(&driver, &i915_pci_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987}
988
989static void __exit i915_exit(void)
990{
Dave Airlie8410ea32010-12-15 03:16:38 +1000991 drm_pci_exit(&driver, &i915_pci_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992}
993
994module_init(i915_init);
995module_exit(i915_exit);
996
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000997MODULE_AUTHOR(DRIVER_AUTHOR);
998MODULE_DESCRIPTION(DRIVER_DESC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999MODULE_LICENSE("GPL and additional rights");