blob: c3e9485f38feedd4530fec8c310703785b8d5349 [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;
Ville Syrjälä00fe6392013-11-05 14:00:08 +0200158#if IS_ENABLED(CONFIG_AGP_INTEL)
Zhenyu Wang1f7a6e32010-02-23 14:05:24 +0800159extern int intel_agp_enabled;
Ville Syrjälä00fe6392013-11-05 14:00:08 +0200160#else
161static int intel_agp_enabled;
162#endif
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500163
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200164static const struct intel_device_info intel_i830_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700165 .gen = 2, .is_mobile = 1, .cursor_needs_physical = 1, .num_pipes = 2,
Chris Wilson315781482010-08-12 09:42:51 +0100166 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700167 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500168};
169
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200170static const struct intel_device_info intel_845g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700171 .gen = 2, .num_pipes = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100172 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700173 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500174};
175
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200176static const struct intel_device_info intel_i85x_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700177 .gen = 2, .is_i85x = 1, .is_mobile = 1, .num_pipes = 2,
Adam Jackson5ce8ba72010-04-15 14:03:30 -0400178 .cursor_needs_physical = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100179 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700180 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500181};
182
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200183static const struct intel_device_info intel_i865g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700184 .gen = 2, .num_pipes = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100185 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700186 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500187};
188
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200189static const struct intel_device_info intel_i915g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700190 .gen = 3, .is_i915g = 1, .cursor_needs_physical = 1, .num_pipes = 2,
Chris Wilson315781482010-08-12 09:42:51 +0100191 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700192 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500193};
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200194static const struct intel_device_info intel_i915gm_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700195 .gen = 3, .is_mobile = 1, .num_pipes = 2,
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -0500196 .cursor_needs_physical = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100197 .has_overlay = 1, .overlay_needs_physical = 1,
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100198 .supports_tv = 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_i945g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700202 .gen = 3, .has_hotplug = 1, .cursor_needs_physical = 1, .num_pipes = 2,
Chris Wilson315781482010-08-12 09:42:51 +0100203 .has_overlay = 1, .overlay_needs_physical = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700204 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500205};
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200206static const struct intel_device_info intel_i945gm_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700207 .gen = 3, .is_i945gm = 1, .is_mobile = 1, .num_pipes = 2,
Kristian Høgsbergb295d1b2009-12-16 15:16:17 -0500208 .has_hotplug = 1, .cursor_needs_physical = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100209 .has_overlay = 1, .overlay_needs_physical = 1,
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100210 .supports_tv = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700211 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500212};
213
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200214static const struct intel_device_info intel_i965g_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700215 .gen = 4, .is_broadwater = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100216 .has_hotplug = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100217 .has_overlay = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700218 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500219};
220
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200221static const struct intel_device_info intel_i965gm_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700222 .gen = 4, .is_crestline = 1, .num_pipes = 2,
Chris Wilsone3c4e5d2010-12-05 16:49:51 +0000223 .is_mobile = 1, .has_fbc = 1, .has_hotplug = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100224 .has_overlay = 1,
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100225 .supports_tv = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700226 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500227};
228
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200229static const struct intel_device_info intel_g33_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700230 .gen = 3, .is_g33 = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100231 .need_gfx_hws = 1, .has_hotplug = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100232 .has_overlay = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700233 .ring_mask = RENDER_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500234};
235
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200236static const struct intel_device_info intel_g45_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700237 .gen = 4, .is_g4x = 1, .need_gfx_hws = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100238 .has_pipe_cxsr = 1, .has_hotplug = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700239 .ring_mask = RENDER_RING | BSD_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500240};
241
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200242static const struct intel_device_info intel_gm45_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700243 .gen = 4, .is_g4x = 1, .num_pipes = 2,
Chris Wilsone3c4e5d2010-12-05 16:49:51 +0000244 .is_mobile = 1, .need_gfx_hws = 1, .has_fbc = 1,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100245 .has_pipe_cxsr = 1, .has_hotplug = 1,
Chris Wilsona6c45cf2010-09-17 00:32:17 +0100246 .supports_tv = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700247 .ring_mask = RENDER_RING | BSD_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500248};
249
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200250static const struct intel_device_info intel_pineview_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700251 .gen = 3, .is_g33 = 1, .is_pineview = 1, .is_mobile = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100252 .need_gfx_hws = 1, .has_hotplug = 1,
Chris Wilson315781482010-08-12 09:42:51 +0100253 .has_overlay = 1,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500254};
255
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200256static const struct intel_device_info intel_ironlake_d_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700257 .gen = 5, .num_pipes = 2,
Eugeni Dodonov5a117db2012-01-05 09:34:29 -0200258 .need_gfx_hws = 1, .has_hotplug = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700259 .ring_mask = RENDER_RING | BSD_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500260};
261
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200262static const struct intel_device_info intel_ironlake_m_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700263 .gen = 5, .is_mobile = 1, .num_pipes = 2,
Chris Wilsone3c4e5d2010-12-05 16:49:51 +0000264 .need_gfx_hws = 1, .has_hotplug = 1,
Jesse Barnesc1a9f042011-05-05 15:24:21 -0700265 .has_fbc = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700266 .ring_mask = RENDER_RING | BSD_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500267};
268
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200269static const struct intel_device_info intel_sandybridge_d_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700270 .gen = 6, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100271 .need_gfx_hws = 1, .has_hotplug = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700272 .ring_mask = RENDER_RING | BSD_RING | BLT_RING,
Eugeni Dodonov3d29b842012-01-17 14:43:53 -0200273 .has_llc = 1,
Eric Anholtf6e450a2009-11-02 12:08:22 -0800274};
275
Tobias Klauser9a7e8492010-05-20 10:33:46 +0200276static const struct intel_device_info intel_sandybridge_m_info = {
Ben Widawsky7eb552a2013-03-13 14:05:41 -0700277 .gen = 6, .is_mobile = 1, .num_pipes = 2,
Chris Wilsonc96c3a8c2010-08-11 09:59:24 +0100278 .need_gfx_hws = 1, .has_hotplug = 1,
Yuanhan Liu9c04f012010-12-15 15:42:32 +0800279 .has_fbc = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700280 .ring_mask = RENDER_RING | BSD_RING | BLT_RING,
Eugeni Dodonov3d29b842012-01-17 14:43:53 -0200281 .has_llc = 1,
Eric Anholta13e4092010-01-07 15:08:18 -0800282};
283
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700284#define GEN7_FEATURES \
285 .gen = 7, .num_pipes = 3, \
286 .need_gfx_hws = 1, .has_hotplug = 1, \
Ben Widawsky73ae4782013-10-15 10:02:57 -0700287 .ring_mask = RENDER_RING | BSD_RING | BLT_RING, \
Ben Widawskyab484f82013-10-05 17:57:11 -0700288 .has_llc = 1
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700289
Jesse Barnesc76b6152011-04-28 14:32:07 -0700290static const struct intel_device_info intel_ivybridge_d_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700291 GEN7_FEATURES,
292 .is_ivybridge = 1,
Jesse Barnesc76b6152011-04-28 14:32:07 -0700293};
294
295static const struct intel_device_info intel_ivybridge_m_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700296 GEN7_FEATURES,
297 .is_ivybridge = 1,
298 .is_mobile = 1,
Rodrigo Viviabe959c2013-05-06 19:37:33 -0300299 .has_fbc = 1,
Jesse Barnesc76b6152011-04-28 14:32:07 -0700300};
301
Ben Widawsky999bcde2013-04-05 13:12:45 -0700302static const struct intel_device_info intel_ivybridge_q_info = {
303 GEN7_FEATURES,
304 .is_ivybridge = 1,
305 .num_pipes = 0, /* legal, last one wins */
306};
307
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700308static const struct intel_device_info intel_valleyview_m_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700309 GEN7_FEATURES,
310 .is_mobile = 1,
311 .num_pipes = 2,
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700312 .is_valleyview = 1,
Ville Syrjäläfba5d532013-01-24 15:29:56 +0200313 .display_mmio_offset = VLV_DISPLAY_BASE,
Ben Widawsky30ccd962013-04-15 21:48:03 -0700314 .has_llc = 0, /* legal, last one wins */
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700315};
316
317static const struct intel_device_info intel_valleyview_d_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700318 GEN7_FEATURES,
319 .num_pipes = 2,
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700320 .is_valleyview = 1,
Ville Syrjäläfba5d532013-01-24 15:29:56 +0200321 .display_mmio_offset = VLV_DISPLAY_BASE,
Ben Widawsky30ccd962013-04-15 21:48:03 -0700322 .has_llc = 0, /* legal, last one wins */
Jesse Barnes70a3eb72012-03-28 13:39:21 -0700323};
324
Eugeni Dodonov4cae9ae2012-03-29 12:32:18 -0300325static const struct intel_device_info intel_haswell_d_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700326 GEN7_FEATURES,
327 .is_haswell = 1,
Damien Lespiaudd93be52013-04-22 18:40:39 +0100328 .has_ddi = 1,
Damien Lespiau30568c42013-04-22 18:40:41 +0100329 .has_fpga_dbg = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700330 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
Eugeni Dodonov4cae9ae2012-03-29 12:32:18 -0300331};
332
333static const struct intel_device_info intel_haswell_m_info = {
Ben Widawsky219f4fd2013-03-15 11:17:54 -0700334 GEN7_FEATURES,
335 .is_haswell = 1,
336 .is_mobile = 1,
Damien Lespiaudd93be52013-04-22 18:40:39 +0100337 .has_ddi = 1,
Damien Lespiau30568c42013-04-22 18:40:41 +0100338 .has_fpga_dbg = 1,
Rodrigo Vivi891348b2013-05-06 19:37:36 -0300339 .has_fbc = 1,
Ben Widawsky73ae4782013-10-15 10:02:57 -0700340 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
Kristian Høgsbergcfdf1fa2009-12-16 15:16:16 -0500341};
342
Jesse Barnesa0a18072013-07-26 13:32:51 -0700343/*
344 * Make sure any device matches here are from most specific to most
345 * general. For example, since the Quanta match is based on the subsystem
346 * and subvendor IDs, we need it to come before the more general IVB
347 * PCI ID matches, otherwise we'll use the wrong info struct above.
348 */
349#define INTEL_PCI_IDS \
350 INTEL_I830_IDS(&intel_i830_info), \
351 INTEL_I845G_IDS(&intel_845g_info), \
352 INTEL_I85X_IDS(&intel_i85x_info), \
353 INTEL_I865G_IDS(&intel_i865g_info), \
354 INTEL_I915G_IDS(&intel_i915g_info), \
355 INTEL_I915GM_IDS(&intel_i915gm_info), \
356 INTEL_I945G_IDS(&intel_i945g_info), \
357 INTEL_I945GM_IDS(&intel_i945gm_info), \
358 INTEL_I965G_IDS(&intel_i965g_info), \
359 INTEL_G33_IDS(&intel_g33_info), \
360 INTEL_I965GM_IDS(&intel_i965gm_info), \
361 INTEL_GM45_IDS(&intel_gm45_info), \
362 INTEL_G45_IDS(&intel_g45_info), \
363 INTEL_PINEVIEW_IDS(&intel_pineview_info), \
364 INTEL_IRONLAKE_D_IDS(&intel_ironlake_d_info), \
365 INTEL_IRONLAKE_M_IDS(&intel_ironlake_m_info), \
366 INTEL_SNB_D_IDS(&intel_sandybridge_d_info), \
367 INTEL_SNB_M_IDS(&intel_sandybridge_m_info), \
368 INTEL_IVB_Q_IDS(&intel_ivybridge_q_info), /* must be first IVB */ \
369 INTEL_IVB_M_IDS(&intel_ivybridge_m_info), \
370 INTEL_IVB_D_IDS(&intel_ivybridge_d_info), \
371 INTEL_HSW_D_IDS(&intel_haswell_d_info), \
372 INTEL_HSW_M_IDS(&intel_haswell_m_info), \
373 INTEL_VLV_M_IDS(&intel_valleyview_m_info), \
374 INTEL_VLV_D_IDS(&intel_valleyview_d_info)
375
Chris Wilson6103da02010-07-05 18:01:47 +0100376static const struct pci_device_id pciidlist[] = { /* aka */
Jesse Barnesa0a18072013-07-26 13:32:51 -0700377 INTEL_PCI_IDS,
Kristian Høgsberg49ae35f2009-12-16 15:16:15 -0500378 {0, 0, 0}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379};
380
Jesse Barnes79e53942008-11-07 14:24:08 -0800381#if defined(CONFIG_DRM_I915_KMS)
382MODULE_DEVICE_TABLE(pci, pciidlist);
383#endif
384
Akshay Joshi0206e352011-08-16 15:34:10 -0400385void intel_detect_pch(struct drm_device *dev)
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800386{
387 struct drm_i915_private *dev_priv = dev->dev_private;
388 struct pci_dev *pch;
389
Ben Widawskyce1bb322013-04-05 13:12:44 -0700390 /* In all current cases, num_pipes is equivalent to the PCH_NOP setting
391 * (which really amounts to a PCH but no South Display).
392 */
393 if (INTEL_INFO(dev)->num_pipes == 0) {
394 dev_priv->pch_type = PCH_NOP;
Ben Widawskyce1bb322013-04-05 13:12:44 -0700395 return;
396 }
397
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800398 /*
399 * The reason to probe ISA bridge instead of Dev31:Fun0 is to
400 * make graphics device passthrough work easy for VMM, that only
401 * need to expose ISA bridge to let driver know the real hardware
402 * underneath. This is a requirement from virtualization team.
Rui Guo6a9c4b32013-06-19 21:10:23 +0800403 *
404 * In some virtualized environments (e.g. XEN), there is irrelevant
405 * ISA bridge in the system. To work reliably, we should scan trhough
406 * all the ISA bridge devices and check for the first match, instead
407 * of only checking the first one.
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800408 */
409 pch = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, NULL);
Rui Guo6a9c4b32013-06-19 21:10:23 +0800410 while (pch) {
411 struct pci_dev *curr = pch;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800412 if (pch->vendor == PCI_VENDOR_ID_INTEL) {
Paulo Zanoni17a303e2012-11-20 15:12:07 -0200413 unsigned short id;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800414 id = pch->device & INTEL_PCH_DEVICE_ID_MASK;
Paulo Zanoni17a303e2012-11-20 15:12:07 -0200415 dev_priv->pch_id = id;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800416
Jesse Barnes90711d52011-04-28 14:48:02 -0700417 if (id == INTEL_PCH_IBX_DEVICE_ID_TYPE) {
418 dev_priv->pch_type = PCH_IBX;
419 DRM_DEBUG_KMS("Found Ibex Peak PCH\n");
Daniel Vetter7fcb83c2012-10-31 22:52:27 +0100420 WARN_ON(!IS_GEN5(dev));
Jesse Barnes90711d52011-04-28 14:48:02 -0700421 } else if (id == INTEL_PCH_CPT_DEVICE_ID_TYPE) {
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800422 dev_priv->pch_type = PCH_CPT;
423 DRM_DEBUG_KMS("Found CougarPoint PCH\n");
Daniel Vetter7fcb83c2012-10-31 22:52:27 +0100424 WARN_ON(!(IS_GEN6(dev) || IS_IVYBRIDGE(dev)));
Jesse Barnesc7925132011-04-07 12:33:56 -0700425 } else if (id == INTEL_PCH_PPT_DEVICE_ID_TYPE) {
426 /* PantherPoint is CPT compatible */
427 dev_priv->pch_type = PCH_CPT;
Jani Nikula492ab662013-10-01 12:12:33 +0300428 DRM_DEBUG_KMS("Found PantherPoint PCH\n");
Daniel Vetter7fcb83c2012-10-31 22:52:27 +0100429 WARN_ON(!(IS_GEN6(dev) || IS_IVYBRIDGE(dev)));
Eugeni Dodonoveb877eb2012-03-29 12:32:20 -0300430 } else if (id == INTEL_PCH_LPT_DEVICE_ID_TYPE) {
431 dev_priv->pch_type = PCH_LPT;
432 DRM_DEBUG_KMS("Found LynxPoint PCH\n");
Daniel Vetter7fcb83c2012-10-31 22:52:27 +0100433 WARN_ON(!IS_HASWELL(dev));
Paulo Zanoni08e14132013-04-12 18:16:54 -0300434 WARN_ON(IS_ULT(dev));
Wei Shun Changae6935d2012-11-12 18:54:13 -0200435 } else if (id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) {
436 dev_priv->pch_type = PCH_LPT;
Wei Shun Changae6935d2012-11-12 18:54:13 -0200437 DRM_DEBUG_KMS("Found LynxPoint LP PCH\n");
438 WARN_ON(!IS_HASWELL(dev));
Paulo Zanoni08e14132013-04-12 18:16:54 -0300439 WARN_ON(!IS_ULT(dev));
Rui Guo6a9c4b32013-06-19 21:10:23 +0800440 } else {
441 goto check_next;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800442 }
Rui Guo6a9c4b32013-06-19 21:10:23 +0800443 pci_dev_put(pch);
444 break;
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800445 }
Rui Guo6a9c4b32013-06-19 21:10:23 +0800446check_next:
447 pch = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, curr);
448 pci_dev_put(curr);
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800449 }
Rui Guo6a9c4b32013-06-19 21:10:23 +0800450 if (!pch)
451 DRM_DEBUG_KMS("No PCH found?\n");
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800452}
453
Ben Widawsky2911a352012-04-05 14:47:36 -0700454bool i915_semaphore_is_enabled(struct drm_device *dev)
455{
456 if (INTEL_INFO(dev)->gen < 6)
457 return 0;
458
459 if (i915_semaphores >= 0)
460 return i915_semaphores;
461
Daniel Vetter59de3292012-04-02 20:48:43 +0200462#ifdef CONFIG_INTEL_IOMMU
Ben Widawsky2911a352012-04-05 14:47:36 -0700463 /* Enable semaphores on SNB when IO remapping is off */
Daniel Vetter59de3292012-04-02 20:48:43 +0200464 if (INTEL_INFO(dev)->gen == 6 && intel_iommu_gfx_mapped)
465 return false;
466#endif
Ben Widawsky2911a352012-04-05 14:47:36 -0700467
468 return 1;
469}
470
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100471static int i915_drm_freeze(struct drm_device *dev)
472{
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100473 struct drm_i915_private *dev_priv = dev->dev_private;
Jesse Barnes24576d22013-03-26 09:25:45 -0700474 struct drm_crtc *crtc;
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100475
Zhang Ruib8efb172013-02-05 15:41:53 +0800476 /* ignore lid events during suspend */
477 mutex_lock(&dev_priv->modeset_restore_lock);
478 dev_priv->modeset_restore = MODESET_SUSPENDED;
479 mutex_unlock(&dev_priv->modeset_restore_lock);
480
Paulo Zanonic67a4702013-08-19 13:18:09 -0300481 /* We do a lot of poking in a lot of registers, make sure they work
482 * properly. */
483 hsw_disable_package_c8(dev_priv);
Imre Deakbaa70702013-10-25 17:36:48 +0300484 intel_display_set_init_power(dev, true);
Paulo Zanonicb107992013-01-25 16:59:15 -0200485
Dave Airlie5bcf7192010-12-07 09:20:40 +1000486 drm_kms_helper_poll_disable(dev);
487
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100488 pci_save_state(dev->pdev);
489
490 /* If KMS is active, we do the leavevt stuff here */
491 if (drm_core_check_feature(dev, DRIVER_MODESET)) {
Daniel Vetterdb1b76c2013-07-09 16:51:37 +0200492 int error;
493
Chris Wilson45c5f202013-10-16 11:50:01 +0100494 error = i915_gem_suspend(dev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100495 if (error) {
496 dev_err(&dev->pdev->dev,
497 "GEM idle failed, resume might fail\n");
498 return error;
499 }
Daniel Vettera261b242012-07-26 19:21:47 +0200500
Jesse Barnes1a01ab32012-11-02 11:14:00 -0700501 cancel_delayed_work_sync(&dev_priv->rps.delayed_resume_work);
502
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100503 drm_irq_uninstall(dev);
Daniel Vetter15239092013-03-05 09:50:58 +0100504 dev_priv->enable_hotplug_processing = false;
Jesse Barnes24576d22013-03-26 09:25:45 -0700505 /*
506 * Disable CRTCs directly since we want to preserve sw state
507 * for _thaw.
508 */
509 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head)
510 dev_priv->display.crtc_disable(crtc);
Imre Deak7d708ee2013-04-17 14:04:50 +0300511
512 intel_modeset_suspend_hw(dev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100513 }
514
Ben Widawsky828c7902013-10-16 09:21:30 -0700515 i915_gem_suspend_gtt_mappings(dev);
516
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100517 i915_save_state(dev);
518
Chris Wilson44834a62010-08-19 16:09:23 +0100519 intel_opregion_fini(dev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100520
Dave Airlie3fa016a2012-03-28 10:48:49 +0100521 console_lock();
Damien Lespiaub6f3eff2013-06-10 15:48:09 +0100522 intel_fbdev_set_suspend(dev, FBINFO_STATE_SUSPENDED);
Dave Airlie3fa016a2012-03-28 10:48:49 +0100523 console_unlock();
524
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100525 return 0;
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100526}
527
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000528int i915_suspend(struct drm_device *dev, pm_message_t state)
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100529{
530 int error;
531
532 if (!dev || !dev->dev_private) {
533 DRM_ERROR("dev: %p\n", dev);
Keith Packard1ae8c0a2009-06-28 15:42:17 -0700534 DRM_ERROR("DRM not initialized, aborting suspend.\n");
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000535 return -ENODEV;
536 }
537
Dave Airlieb932ccb2008-02-20 10:02:20 +1000538 if (state.event == PM_EVENT_PRETHAW)
539 return 0;
540
Dave Airlie5bcf7192010-12-07 09:20:40 +1000541
542 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
543 return 0;
Chris Wilson6eecba32010-09-08 09:45:11 +0100544
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100545 error = i915_drm_freeze(dev);
546 if (error)
547 return error;
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000548
Dave Airlieb932ccb2008-02-20 10:02:20 +1000549 if (state.event == PM_EVENT_SUSPEND) {
550 /* Shut down the device */
551 pci_disable_device(dev->pdev);
552 pci_set_power_state(dev->pdev, PCI_D3hot);
553 }
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000554
555 return 0;
556}
557
Jesse Barnes073f34d2012-11-02 11:13:59 -0700558void intel_console_resume(struct work_struct *work)
559{
560 struct drm_i915_private *dev_priv =
561 container_of(work, struct drm_i915_private,
562 console_resume_work);
563 struct drm_device *dev = dev_priv->dev;
564
565 console_lock();
Damien Lespiaub6f3eff2013-06-10 15:48:09 +0100566 intel_fbdev_set_suspend(dev, FBINFO_STATE_RUNNING);
Jesse Barnes073f34d2012-11-02 11:13:59 -0700567 console_unlock();
568}
569
Jesse Barnesbb60b962013-03-26 09:25:46 -0700570static void intel_resume_hotplug(struct drm_device *dev)
571{
572 struct drm_mode_config *mode_config = &dev->mode_config;
573 struct intel_encoder *encoder;
574
575 mutex_lock(&mode_config->mutex);
576 DRM_DEBUG_KMS("running encoder hotplug functions\n");
577
578 list_for_each_entry(encoder, &mode_config->encoder_list, base.head)
579 if (encoder->hot_plug)
580 encoder->hot_plug(encoder);
581
582 mutex_unlock(&mode_config->mutex);
583
584 /* Just fire off a uevent and let userspace tell us what to do */
585 drm_helper_hpd_irq_event(dev);
586}
587
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300588static int __i915_drm_thaw(struct drm_device *dev, bool restore_gtt_mappings)
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000589{
Jesse Barnes5669fca2009-02-17 15:13:31 -0800590 struct drm_i915_private *dev_priv = dev->dev_private;
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100591 int error = 0;
Matthew Garrett8ee1c3d2008-08-05 19:37:25 +0100592
Ville Syrjäläc9f7fbf2013-09-16 17:38:36 +0300593 intel_uncore_early_sanitize(dev);
594
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300595 intel_uncore_sanitize(dev);
596
597 if (drm_core_check_feature(dev, DRIVER_MODESET) &&
598 restore_gtt_mappings) {
599 mutex_lock(&dev->struct_mutex);
600 i915_gem_restore_gtt_mappings(dev);
601 mutex_unlock(&dev->struct_mutex);
602 }
603
Imre Deakddb642f2013-10-28 17:20:35 +0200604 intel_power_domains_init_hw(dev);
Ville Syrjäläebdcefc2013-09-16 17:38:35 +0300605
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100606 i915_restore_state(dev);
Chris Wilson44834a62010-08-19 16:09:23 +0100607 intel_opregion_setup(dev);
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100608
Jesse Barnes5669fca2009-02-17 15:13:31 -0800609 /* KMS EnterVT equivalent */
610 if (drm_core_check_feature(dev, DRIVER_MODESET)) {
Paulo Zanonidde86e22012-12-01 12:04:25 -0200611 intel_init_pch_refclk(dev);
Chris Wilson1833b132012-05-09 11:56:28 +0100612
Jesse Barnes5669fca2009-02-17 15:13:31 -0800613 mutex_lock(&dev->struct_mutex);
Jesse Barnes5669fca2009-02-17 15:13:31 -0800614
Daniel Vetterf691e2f2012-02-02 09:58:12 +0100615 error = i915_gem_init_hw(dev);
Jesse Barnes5669fca2009-02-17 15:13:31 -0800616 mutex_unlock(&dev->struct_mutex);
Jesse Barnes226485e2009-02-23 15:41:09 -0800617
Daniel Vetter15239092013-03-05 09:50:58 +0100618 /* We need working interrupts for modeset enabling ... */
619 drm_irq_install(dev);
620
Chris Wilson1833b132012-05-09 11:56:28 +0100621 intel_modeset_init_hw(dev);
Jesse Barnes24576d22013-03-26 09:25:45 -0700622
623 drm_modeset_lock_all(dev);
624 intel_modeset_setup_hw_state(dev, true);
625 drm_modeset_unlock_all(dev);
Daniel Vetter15239092013-03-05 09:50:58 +0100626
627 /*
628 * ... but also need to make sure that hotplug processing
629 * doesn't cause havoc. Like in the driver load code we don't
630 * bother with the tiny race here where we might loose hotplug
631 * notifications.
632 * */
Daniel Vetter20afbda2012-12-11 14:05:07 +0100633 intel_hpd_init(dev);
Daniel Vetter15239092013-03-05 09:50:58 +0100634 dev_priv->enable_hotplug_processing = true;
Jesse Barnesbb60b962013-03-26 09:25:46 -0700635 /* Config may have changed between suspend and resume */
636 intel_resume_hotplug(dev);
Jesse Barnesd5bb0812011-01-05 12:01:26 -0800637 }
Jesse Barnes1daed3f2011-01-05 12:01:25 -0800638
Chris Wilson44834a62010-08-19 16:09:23 +0100639 intel_opregion_init(dev);
640
Jesse Barnes073f34d2012-11-02 11:13:59 -0700641 /*
642 * The console lock can be pretty contented on resume due
643 * to all the printk activity. Try to keep it out of the hot
644 * path of resume if possible.
645 */
646 if (console_trylock()) {
Damien Lespiaub6f3eff2013-06-10 15:48:09 +0100647 intel_fbdev_set_suspend(dev, FBINFO_STATE_RUNNING);
Jesse Barnes073f34d2012-11-02 11:13:59 -0700648 console_unlock();
649 } else {
650 schedule_work(&dev_priv->console_resume_work);
651 }
652
Paulo Zanonic67a4702013-08-19 13:18:09 -0300653 /* Undo what we did at i915_drm_freeze so the refcount goes back to the
654 * expected level. */
655 hsw_enable_package_c8(dev_priv);
656
Zhang Ruib8efb172013-02-05 15:41:53 +0800657 mutex_lock(&dev_priv->modeset_restore_lock);
658 dev_priv->modeset_restore = MODESET_DONE;
659 mutex_unlock(&dev_priv->modeset_restore_lock);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100660 return error;
661}
662
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700663static int i915_drm_thaw(struct drm_device *dev)
664{
Daniel Vetter7f16e5c2013-11-04 16:28:47 +0100665 if (drm_core_check_feature(dev, DRIVER_MODESET))
Ben Widawsky828c7902013-10-16 09:21:30 -0700666 i915_check_and_clear_faults(dev);
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700667
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300668 return __i915_drm_thaw(dev, true);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100669}
670
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000671int i915_resume(struct drm_device *dev)
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100672{
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700673 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson6eecba32010-09-08 09:45:11 +0100674 int ret;
675
Dave Airlie5bcf7192010-12-07 09:20:40 +1000676 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
677 return 0;
678
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100679 if (pci_enable_device(dev->pdev))
680 return -EIO;
681
682 pci_set_master(dev->pdev);
683
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700684 /*
685 * Platforms with opregion should have sane BIOS, older ones (gen3 and
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300686 * earlier) need to restore the GTT mappings since the BIOS might clear
687 * all our scratch PTEs.
Jesse Barnes1abd02e2012-11-02 11:14:02 -0700688 */
Paulo Zanoni9d49c0e2013-09-12 18:06:43 -0300689 ret = __i915_drm_thaw(dev, !dev_priv->opregion.header);
Chris Wilson6eecba32010-09-08 09:45:11 +0100690 if (ret)
691 return ret;
692
693 drm_kms_helper_poll_enable(dev);
694 return 0;
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000695}
696
Ben Gamari11ed50e2009-09-14 17:48:45 -0400697/**
Eugeni Dodonovf3953dc2011-11-28 16:15:17 -0200698 * i915_reset - reset chip after a hang
Ben Gamari11ed50e2009-09-14 17:48:45 -0400699 * @dev: drm device to reset
Ben Gamari11ed50e2009-09-14 17:48:45 -0400700 *
701 * Reset the chip. Useful if a hang is detected. Returns zero on successful
702 * reset or otherwise an error code.
703 *
704 * Procedure is fairly simple:
705 * - reset the chip using the reset reg
706 * - re-init context state
707 * - re-init hardware status page
708 * - re-init ring buffer
709 * - re-init interrupt state
710 * - re-init display
711 */
Daniel Vetterd4b8bb22012-04-27 15:17:44 +0200712int i915_reset(struct drm_device *dev)
Ben Gamari11ed50e2009-09-14 17:48:45 -0400713{
714 drm_i915_private_t *dev_priv = dev->dev_private;
Chris Wilson2e7c8ee2013-05-28 10:38:44 +0100715 bool simulated;
Kenneth Graunke0573ed42010-09-11 03:17:19 -0700716 int ret;
Ben Gamari11ed50e2009-09-14 17:48:45 -0400717
Chris Wilsond78cb502010-12-23 13:33:15 +0000718 if (!i915_try_reset)
719 return 0;
720
Daniel Vetterd54a02c2012-07-04 22:18:39 +0200721 mutex_lock(&dev->struct_mutex);
Ben Gamari11ed50e2009-09-14 17:48:45 -0400722
Chris Wilson069efc12010-09-30 16:53:18 +0100723 i915_gem_reset(dev);
Ben Gamari11ed50e2009-09-14 17:48:45 -0400724
Chris Wilson2e7c8ee2013-05-28 10:38:44 +0100725 simulated = dev_priv->gpu_error.stop_rings != 0;
726
Mika Kuoppalabe62acb2013-08-30 16:19:28 +0300727 ret = intel_gpu_reset(dev);
Daniel Vetter350d2702012-04-27 15:17:42 +0200728
Mika Kuoppalabe62acb2013-08-30 16:19:28 +0300729 /* Also reset the gpu hangman. */
730 if (simulated) {
731 DRM_INFO("Simulated gpu hang, resetting stop_rings\n");
732 dev_priv->gpu_error.stop_rings = 0;
733 if (ret == -ENODEV) {
Daniel Vetterf2d91a22013-11-07 09:48:57 +0100734 DRM_INFO("Reset not implemented, but ignoring "
735 "error for simulated gpu hangs\n");
Mika Kuoppalabe62acb2013-08-30 16:19:28 +0300736 ret = 0;
737 }
Chris Wilson2e7c8ee2013-05-28 10:38:44 +0100738 }
Mika Kuoppalabe62acb2013-08-30 16:19:28 +0300739
Kenneth Graunke0573ed42010-09-11 03:17:19 -0700740 if (ret) {
Daniel Vetterf2d91a22013-11-07 09:48:57 +0100741 DRM_ERROR("Failed to reset chip: %i\n", ret);
Daniel J Bluemanf953c932010-05-17 14:23:52 +0100742 mutex_unlock(&dev->struct_mutex);
Chris Wilsonf803aa52010-09-19 12:38:26 +0100743 return ret;
Ben Gamari11ed50e2009-09-14 17:48:45 -0400744 }
745
746 /* Ok, now get things going again... */
747
748 /*
749 * Everything depends on having the GTT running, so we need to start
750 * there. Fortunately we don't need to do this unless we reset the
751 * chip at a PCI level.
752 *
753 * Next we need to restore the context, but we don't use those
754 * yet either...
755 *
756 * Ring buffer needs to be re-initialized in the KMS case, or if X
757 * was running at the time of the reset (i.e. we weren't VT
758 * switched away).
759 */
760 if (drm_core_check_feature(dev, DRIVER_MODESET) ||
Daniel Vetterdb1b76c2013-07-09 16:51:37 +0200761 !dev_priv->ums.mm_suspended) {
Daniel Vetterdb1b76c2013-07-09 16:51:37 +0200762 dev_priv->ums.mm_suspended = 0;
Eric Anholt75a68982010-11-18 09:31:13 +0800763
Ben Widawsky3d57e5b2013-10-14 10:01:36 -0700764 ret = i915_gem_init_hw(dev);
Daniel Vetter8e88a2b2012-06-19 18:40:00 +0200765 mutex_unlock(&dev->struct_mutex);
Ben Widawsky3d57e5b2013-10-14 10:01:36 -0700766 if (ret) {
767 DRM_ERROR("Failed hw init on reset %d\n", ret);
768 return ret;
769 }
Daniel Vetterf8175862012-04-10 15:50:11 +0200770
Ben Gamari11ed50e2009-09-14 17:48:45 -0400771 drm_irq_uninstall(dev);
772 drm_irq_install(dev);
Daniel Vetter20afbda2012-12-11 14:05:07 +0100773 intel_hpd_init(dev);
Daniel Vetterbcbc3242012-04-27 15:17:41 +0200774 } else {
775 mutex_unlock(&dev->struct_mutex);
Ben Gamari11ed50e2009-09-14 17:48:45 -0400776 }
777
Ben Gamari11ed50e2009-09-14 17:48:45 -0400778 return 0;
779}
780
Greg Kroah-Hartman56550d92012-12-21 15:09:25 -0800781static int i915_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500782{
Daniel Vetter01a06852012-06-25 15:58:49 +0200783 struct intel_device_info *intel_info =
784 (struct intel_device_info *) ent->driver_data;
785
Ben Widawskyb833d682013-08-23 16:00:07 -0700786 if (IS_PRELIMINARY_HW(intel_info) && !i915_preliminary_hw_support) {
787 DRM_INFO("This hardware requires preliminary hardware support.\n"
788 "See CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT, and/or modparam preliminary_hw_support\n");
789 return -ENODEV;
790 }
791
Chris Wilson5fe49d82011-02-01 19:43:02 +0000792 /* Only bind to function 0 of the device. Early generations
793 * used function 1 as a placeholder for multi-head. This causes
794 * us confusion instead, especially on the systems where both
795 * functions have the same PCI-ID!
796 */
797 if (PCI_FUNC(pdev->devfn))
798 return -ENODEV;
799
Daniel Vetter01a06852012-06-25 15:58:49 +0200800 /* We've managed to ship a kms-enabled ddx that shipped with an XvMC
801 * implementation for gen3 (and only gen3) that used legacy drm maps
802 * (gasp!) to share buffers between X and the client. Hence we need to
803 * keep around the fake agp stuff for gen3, even when kms is enabled. */
804 if (intel_info->gen != 3) {
805 driver.driver_features &=
806 ~(DRIVER_USE_AGP | DRIVER_REQUIRE_AGP);
807 } else if (!intel_agp_enabled) {
808 DRM_ERROR("drm/i915 can't work without intel_agp module!\n");
809 return -ENODEV;
810 }
811
Jordan Crousedcdb1672010-05-27 13:40:25 -0600812 return drm_get_pci_dev(pdev, ent, &driver);
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500813}
814
815static void
816i915_pci_remove(struct pci_dev *pdev)
817{
818 struct drm_device *dev = pci_get_drvdata(pdev);
819
820 drm_put_dev(dev);
821}
822
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100823static int i915_pm_suspend(struct device *dev)
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500824{
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100825 struct pci_dev *pdev = to_pci_dev(dev);
826 struct drm_device *drm_dev = pci_get_drvdata(pdev);
827 int error;
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500828
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100829 if (!drm_dev || !drm_dev->dev_private) {
830 dev_err(dev, "DRM not initialized, aborting suspend.\n");
831 return -ENODEV;
832 }
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500833
Dave Airlie5bcf7192010-12-07 09:20:40 +1000834 if (drm_dev->switch_power_state == DRM_SWITCH_POWER_OFF)
835 return 0;
836
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100837 error = i915_drm_freeze(drm_dev);
838 if (error)
839 return error;
Kristian Høgsberg112b7152009-01-04 16:55:33 -0500840
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100841 pci_disable_device(pdev);
842 pci_set_power_state(pdev, PCI_D3hot);
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800843
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800844 return 0;
845}
846
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100847static int i915_pm_resume(struct device *dev)
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800848{
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100849 struct pci_dev *pdev = to_pci_dev(dev);
850 struct drm_device *drm_dev = pci_get_drvdata(pdev);
851
852 return i915_resume(drm_dev);
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800853}
854
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100855static int i915_pm_freeze(struct device *dev)
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800856{
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100857 struct pci_dev *pdev = to_pci_dev(dev);
858 struct drm_device *drm_dev = pci_get_drvdata(pdev);
859
860 if (!drm_dev || !drm_dev->dev_private) {
861 dev_err(dev, "DRM not initialized, aborting suspend.\n");
862 return -ENODEV;
863 }
864
865 return i915_drm_freeze(drm_dev);
866}
867
868static int i915_pm_thaw(struct device *dev)
869{
870 struct pci_dev *pdev = to_pci_dev(dev);
871 struct drm_device *drm_dev = pci_get_drvdata(pdev);
872
873 return i915_drm_thaw(drm_dev);
874}
875
876static int i915_pm_poweroff(struct device *dev)
877{
878 struct pci_dev *pdev = to_pci_dev(dev);
879 struct drm_device *drm_dev = pci_get_drvdata(pdev);
Rafael J. Wysocki84b79f82010-02-07 21:48:24 +0100880
Rafael J. Wysocki61caf872010-02-18 23:06:27 +0100881 return i915_drm_freeze(drm_dev);
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800882}
883
Chris Wilsonb4b78d12010-06-06 15:40:20 +0100884static const struct dev_pm_ops i915_pm_ops = {
Akshay Joshi0206e352011-08-16 15:34:10 -0400885 .suspend = i915_pm_suspend,
886 .resume = i915_pm_resume,
887 .freeze = i915_pm_freeze,
888 .thaw = i915_pm_thaw,
889 .poweroff = i915_pm_poweroff,
890 .restore = i915_pm_resume,
Zhenyu Wangcbda12d2009-12-16 13:36:10 +0800891};
892
Laurent Pinchart78b68552012-05-17 13:27:22 +0200893static const struct vm_operations_struct i915_gem_vm_ops = {
Jesse Barnesde151cf2008-11-12 10:03:55 -0800894 .fault = i915_gem_fault,
Jesse Barnesab00b3e2009-02-11 14:01:46 -0800895 .open = drm_gem_vm_open,
896 .close = drm_gem_vm_close,
Jesse Barnesde151cf2008-11-12 10:03:55 -0800897};
898
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700899static const struct file_operations i915_driver_fops = {
900 .owner = THIS_MODULE,
901 .open = drm_open,
902 .release = drm_release,
903 .unlocked_ioctl = drm_ioctl,
904 .mmap = drm_gem_mmap,
905 .poll = drm_poll,
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700906 .read = drm_read,
907#ifdef CONFIG_COMPAT
908 .compat_ioctl = i915_compat_ioctl,
909#endif
910 .llseek = noop_llseek,
911};
912
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913static struct drm_driver driver = {
Michael Witten0c547812011-08-25 17:55:54 +0000914 /* Don't use MTRRs here; the Xserver or userspace app should
915 * deal with them for Intel hardware.
Dave Airlie792d2b92005-11-11 23:30:27 +1100916 */
Eric Anholt673a3942008-07-30 12:06:12 -0700917 .driver_features =
Daniel Vetter28185642013-08-08 15:41:27 +0200918 DRIVER_USE_AGP | DRIVER_REQUIRE_AGP |
Kristian Høgsberg10ba5012013-08-25 18:29:01 +0200919 DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED | DRIVER_GEM | DRIVER_PRIME |
920 DRIVER_RENDER,
Dave Airlie22eae942005-11-10 22:16:34 +1100921 .load = i915_driver_load,
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000922 .unload = i915_driver_unload,
Eric Anholt673a3942008-07-30 12:06:12 -0700923 .open = i915_driver_open,
Dave Airlie22eae942005-11-10 22:16:34 +1100924 .lastclose = i915_driver_lastclose,
925 .preclose = i915_driver_preclose,
Eric Anholt673a3942008-07-30 12:06:12 -0700926 .postclose = i915_driver_postclose,
Rafael J. Wysockid8e29202010-01-09 00:45:33 +0100927
928 /* Used in place of i915_pm_ops for non-DRIVER_MODESET */
929 .suspend = i915_suspend,
930 .resume = i915_resume,
931
Dave Airliecda17382005-07-10 17:31:26 +1000932 .device_is_agp = i915_driver_device_is_agp,
Dave Airlie7c1c2872008-11-28 14:22:24 +1000933 .master_create = i915_master_create,
934 .master_destroy = i915_master_destroy,
Ben Gamari955b12d2009-02-17 20:08:49 -0500935#if defined(CONFIG_DEBUG_FS)
Ben Gamari27c202a2009-07-01 22:26:52 -0400936 .debugfs_init = i915_debugfs_init,
937 .debugfs_cleanup = i915_debugfs_cleanup,
Ben Gamari955b12d2009-02-17 20:08:49 -0500938#endif
Eric Anholt673a3942008-07-30 12:06:12 -0700939 .gem_free_object = i915_gem_free_object,
Jesse Barnesde151cf2008-11-12 10:03:55 -0800940 .gem_vm_ops = &i915_gem_vm_ops,
Daniel Vetter1286ff72012-05-10 15:25:09 +0200941
942 .prime_handle_to_fd = drm_gem_prime_handle_to_fd,
943 .prime_fd_to_handle = drm_gem_prime_fd_to_handle,
944 .gem_prime_export = i915_gem_prime_export,
945 .gem_prime_import = i915_gem_prime_import,
946
Dave Airlieff72145b2011-02-07 12:16:14 +1000947 .dumb_create = i915_gem_dumb_create,
948 .dumb_map_offset = i915_gem_mmap_gtt,
Daniel Vetter43387b32013-07-16 09:12:04 +0200949 .dumb_destroy = drm_gem_dumb_destroy,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950 .ioctls = i915_ioctls,
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700951 .fops = &i915_driver_fops,
Dave Airlie22eae942005-11-10 22:16:34 +1100952 .name = DRIVER_NAME,
953 .desc = DRIVER_DESC,
954 .date = DRIVER_DATE,
955 .major = DRIVER_MAJOR,
956 .minor = DRIVER_MINOR,
957 .patchlevel = DRIVER_PATCHLEVEL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958};
959
Dave Airlie8410ea32010-12-15 03:16:38 +1000960static struct pci_driver i915_pci_driver = {
961 .name = DRIVER_NAME,
962 .id_table = pciidlist,
963 .probe = i915_pci_probe,
964 .remove = i915_pci_remove,
965 .driver.pm = &i915_pm_ops,
966};
967
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968static int __init i915_init(void)
969{
970 driver.num_ioctls = i915_max_ioctl;
Jesse Barnes79e53942008-11-07 14:24:08 -0800971
972 /*
973 * If CONFIG_DRM_I915_KMS is set, default to KMS unless
974 * explicitly disabled with the module pararmeter.
975 *
976 * Otherwise, just follow the parameter (defaulting to off).
977 *
978 * Allow optional vga_text_mode_force boot option to override
979 * the default behavior.
980 */
981#if defined(CONFIG_DRM_I915_KMS)
982 if (i915_modeset != 0)
983 driver.driver_features |= DRIVER_MODESET;
984#endif
985 if (i915_modeset == 1)
986 driver.driver_features |= DRIVER_MODESET;
987
988#ifdef CONFIG_VGA_CONSOLE
989 if (vgacon_text_force() && i915_modeset == -1)
990 driver.driver_features &= ~DRIVER_MODESET;
991#endif
992
Chris Wilson3885c6b2011-01-23 10:45:14 +0000993 if (!(driver.driver_features & DRIVER_MODESET))
994 driver.get_vblank_timestamp = NULL;
995
Dave Airlie8410ea32010-12-15 03:16:38 +1000996 return drm_pci_init(&driver, &i915_pci_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997}
998
999static void __exit i915_exit(void)
1000{
Dave Airlie8410ea32010-12-15 03:16:38 +10001001 drm_pci_exit(&driver, &i915_pci_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002}
1003
1004module_init(i915_init);
1005module_exit(i915_exit);
1006
Dave Airlieb5e89ed2005-09-25 14:28:13 +10001007MODULE_AUTHOR(DRIVER_AUTHOR);
1008MODULE_DESCRIPTION(DRIVER_DESC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009MODULE_LICENSE("GPL and additional rights");