blob: b604fee623ab889319bf6f98359873c13dabc7e1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* i915_drv.h -- Private header for the 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
30#ifndef _I915_DRV_H_
31#define _I915_DRV_H_
32
Chris Wilsone9b73c62012-12-03 21:03:14 +000033#include <uapi/drm/i915_drm.h>
Tvrtko Ursulin93b81f52015-02-10 17:16:05 +000034#include <uapi/drm/drm_fourcc.h>
Chris Wilsone9b73c62012-12-03 21:03:14 +000035
Keith Packard0839ccb2008-10-30 19:38:48 -070036#include <linux/io-mapping.h>
Chris Wilsonf899fc62010-07-20 15:44:45 -070037#include <linux/i2c.h>
Daniel Vetterc167a6f2012-02-28 00:43:09 +010038#include <linux/i2c-algo-bit.h>
Matthew Garrettaaa6fd22011-08-12 12:11:33 +020039#include <linux/backlight.h>
Chris Wilson4ff4b442017-06-16 15:05:16 +010040#include <linux/hash.h>
Ben Widawsky2911a352012-04-05 14:47:36 -070041#include <linux/intel-iommu.h>
Daniel Vetter742cbee2012-04-27 15:17:39 +020042#include <linux/kref.h>
Chris Wilson52137012018-06-06 22:45:20 +010043#include <linux/mm_types.h>
Tvrtko Ursulinb46a33e2017-11-21 18:18:45 +000044#include <linux/perf_event.h>
Daniel Vetter9ee32fea2012-12-01 13:53:48 +010045#include <linux/pm_qos.h>
Chris Wilsond07f0e52016-10-28 13:58:44 +010046#include <linux/reservation.h>
Chris Wilsone73bdd22016-04-13 17:35:01 +010047#include <linux/shmem_fs.h>
Chris Wilsonbd780f32019-01-14 14:21:09 +000048#include <linux/stackdepot.h>
Chris Wilsone73bdd22016-04-13 17:35:01 +010049
Chris Wilsone73bdd22016-04-13 17:35:01 +010050#include <drm/intel-gtt.h>
51#include <drm/drm_legacy.h> /* for struct drm_dma_handle */
52#include <drm/drm_gem.h>
Daniel Vetter3b96a0b2016-06-21 10:54:22 +020053#include <drm/drm_auth.h>
Gabriel Krisman Bertazif9a87bd2017-01-09 19:56:49 -020054#include <drm/drm_cache.h>
Daniel Vetterd78aa652018-09-05 15:57:05 +020055#include <drm/drm_util.h>
Manasi Navare7b610f12018-11-28 12:26:12 -080056#include <drm/drm_dsc.h>
Ville Syrjäläc457d9c2019-05-24 18:36:14 +030057#include <drm/drm_atomic.h>
Jani Nikula2f80d7b2019-01-08 10:27:09 +020058#include <drm/drm_connector.h>
Ramalingam C9055aac2019-02-16 23:06:51 +053059#include <drm/i915_mei_hdcp_interface.h>
Chris Wilsone73bdd22016-04-13 17:35:01 +010060
Jani Nikula2d332ee2018-11-16 14:07:25 +020061#include "i915_fixed.h"
Chris Wilsone73bdd22016-04-13 17:35:01 +010062#include "i915_params.h"
63#include "i915_reg.h"
Chris Wilson40b326e2017-01-05 15:30:22 +000064#include "i915_utils.h"
Chris Wilsone73bdd22016-04-13 17:35:01 +010065
Jani Nikuladf0566a2019-06-13 11:44:16 +030066#include "display/intel_bios.h"
67#include "display/intel_display.h"
68#include "display/intel_display_power.h"
69#include "display/intel_dpll_mgr.h"
70#include "display/intel_frontbuffer.h"
71#include "display/intel_opregion.h"
72
Chris Wilson112ed2d2019-04-24 18:48:39 +010073#include "gt/intel_lrc.h"
74#include "gt/intel_engine.h"
Tvrtko Ursuline5be5c72019-06-21 08:07:40 +010075#include "gt/intel_gt_types.h"
Chris Wilson112ed2d2019-04-24 18:48:39 +010076#include "gt/intel_workarounds.h"
Daniele Ceraolo Spurio0f261b22019-07-13 11:00:11 +010077#include "gt/uc/intel_uc.h"
Chris Wilson112ed2d2019-04-24 18:48:39 +010078
Michal Wajdeczkob9785202017-12-21 21:57:32 +000079#include "intel_device_info.h"
Jani Nikula0d5adc52019-04-29 15:29:36 +030080#include "intel_runtime_pm.h"
Michal Wajdeczko3846a9b2017-12-21 21:57:31 +000081#include "intel_uncore.h"
Chris Wilsond91e6572019-04-24 21:07:13 +010082#include "intel_wakeref.h"
Jackie Li6b0478f2018-03-13 17:32:50 -070083#include "intel_wopcm.h"
Chris Wilsone73bdd22016-04-13 17:35:01 +010084
Chris Wilsond501b1d2016-04-13 17:35:02 +010085#include "i915_gem.h"
Chris Wilson10be98a2019-05-28 10:29:49 +010086#include "gem/i915_gem_context_types.h"
Joonas Lahtinenb42fe9c2016-11-11 12:43:54 +020087#include "i915_gem_fence_reg.h"
Chris Wilsone73bdd22016-04-13 17:35:01 +010088#include "i915_gem_gtt.h"
Michal Wajdeczkod897a112018-03-08 09:50:37 +000089#include "i915_gpu_error.h"
Chris Wilsone61e0f52018-02-21 09:56:36 +000090#include "i915_request.h"
Chris Wilsonb7268c52018-04-18 19:40:52 +010091#include "i915_scheduler.h"
Tvrtko Ursulinf0c02c12019-06-21 08:08:10 +010092#include "gt/intel_timeline.h"
Joonas Lahtinenb42fe9c2016-11-11 12:43:54 +020093#include "i915_vma.h"
94
Zhi Wang0ad35fe2016-06-16 08:07:00 -040095#include "intel_gvt.h"
96
Linus Torvalds1da177e2005-04-16 15:20:36 -070097/* General customization:
98 */
99
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100#define DRIVER_NAME "i915"
101#define DRIVER_DESC "Intel Graphics"
Rodrigo Vivia17ce802019-07-08 13:09:06 -0700102#define DRIVER_DATE "20190708"
103#define DRIVER_TIMESTAMP 1562616546
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104
Rob Clarke2c719b2014-12-15 13:56:32 -0500105/* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and
106 * WARN_ON()) for hw state sanity checks to check for unexpected conditions
107 * which may not necessarily be a user visible problem. This will either
108 * WARN() or DRM_ERROR() depending on the verbose_checks moduleparam, to
109 * enable distros and users to tailor their preferred amount of i915 abrt
110 * spam.
111 */
112#define I915_STATE_WARN(condition, format...) ({ \
113 int __ret_warn_on = !!(condition); \
Joonas Lahtinen32753cb2015-12-18 14:27:26 +0200114 if (unlikely(__ret_warn_on)) \
Michal Wajdeczko4f044a82017-09-19 19:38:44 +0000115 if (!WARN(i915_modparams.verbose_state_checks, format)) \
Rob Clarke2c719b2014-12-15 13:56:32 -0500116 DRM_ERROR(format); \
Rob Clarke2c719b2014-12-15 13:56:32 -0500117 unlikely(__ret_warn_on); \
118})
119
Joonas Lahtinen152b2262015-12-18 14:27:27 +0200120#define I915_STATE_WARN_ON(x) \
121 I915_STATE_WARN((x), "%s", "WARN_ON(" __stringify(x) ")")
Mika Kuoppalac883ef12014-10-28 17:32:30 +0200122
Michal Wajdeczkofae919f2018-02-01 17:32:48 +0000123#if IS_ENABLED(CONFIG_DRM_I915_DEBUG)
Chris Wilson51c18bf2018-06-09 12:10:58 +0100124
Janusz Krzysztofikf2db53f2019-07-12 13:24:27 +0200125bool __i915_inject_probe_failure(const char *func, int line);
126#define i915_inject_probe_failure() \
127 __i915_inject_probe_failure(__func__, __LINE__)
Chris Wilson51c18bf2018-06-09 12:10:58 +0100128
129bool i915_error_injected(void);
130
Michal Wajdeczkofae919f2018-02-01 17:32:48 +0000131#else
Chris Wilson51c18bf2018-06-09 12:10:58 +0100132
Janusz Krzysztofikf2db53f2019-07-12 13:24:27 +0200133#define i915_inject_probe_failure() false
Chris Wilson51c18bf2018-06-09 12:10:58 +0100134#define i915_error_injected() false
135
Michal Wajdeczkofae919f2018-02-01 17:32:48 +0000136#endif
Imre Deak4fec15d2016-03-16 13:39:08 +0200137
Janusz Krzysztofikf2db53f2019-07-12 13:24:27 +0200138#define i915_probe_error(i915, fmt, ...) \
Chris Wilson51c18bf2018-06-09 12:10:58 +0100139 __i915_printk(i915, i915_error_injected() ? KERN_DEBUG : KERN_ERR, \
140 fmt, ##__VA_ARGS__)
141
Chris Wilson5e5d2e22019-05-28 10:29:42 +0100142struct drm_i915_gem_object;
143
Egbert Eich1d843f92013-02-25 12:06:49 -0500144enum hpd_pin {
145 HPD_NONE = 0,
Egbert Eich1d843f92013-02-25 12:06:49 -0500146 HPD_TV = HPD_NONE, /* TV is known to be unreliable */
147 HPD_CRT,
148 HPD_SDVO_B,
149 HPD_SDVO_C,
Imre Deakcc24fcd2015-07-21 15:32:45 -0700150 HPD_PORT_A,
Egbert Eich1d843f92013-02-25 12:06:49 -0500151 HPD_PORT_B,
152 HPD_PORT_C,
153 HPD_PORT_D,
Xiong Zhang26951ca2015-08-17 15:55:50 +0800154 HPD_PORT_E,
Dhinakaran Pandiyan96ae4832018-03-23 10:24:17 -0700155 HPD_PORT_F,
Egbert Eich1d843f92013-02-25 12:06:49 -0500156 HPD_NUM_PINS
157};
158
Jani Nikulac91711f2015-05-28 15:43:48 +0300159#define for_each_hpd_pin(__pin) \
160 for ((__pin) = (HPD_NONE + 1); (__pin) < HPD_NUM_PINS; (__pin)++)
161
Lyude Paul9a64c652018-11-06 16:30:16 -0500162/* Threshold == 5 for long IRQs, 50 for short */
163#define HPD_STORM_DEFAULT_THRESHOLD 50
Lyude317eaa92017-02-03 21:18:25 -0500164
Jani Nikula5fcece82015-05-27 15:03:42 +0300165struct i915_hotplug {
166 struct work_struct hotplug_work;
167
168 struct {
169 unsigned long last_jiffies;
170 int count;
171 enum {
172 HPD_ENABLED = 0,
173 HPD_DISABLED = 1,
174 HPD_MARK_DISABLED = 2
175 } state;
176 } stats[HPD_NUM_PINS];
177 u32 event_bits;
178 struct delayed_work reenable_work;
179
Jani Nikula5fcece82015-05-27 15:03:42 +0300180 u32 long_port_mask;
181 u32 short_port_mask;
182 struct work_struct dig_port_work;
183
Lyude19625e82016-06-21 17:03:44 -0400184 struct work_struct poll_init_work;
185 bool poll_enabled;
186
Lyude317eaa92017-02-03 21:18:25 -0500187 unsigned int hpd_storm_threshold;
Lyude Paul9a64c652018-11-06 16:30:16 -0500188 /* Whether or not to count short HPD IRQs in HPD storms */
189 u8 hpd_short_storm_enabled;
Lyude317eaa92017-02-03 21:18:25 -0500190
Jani Nikula5fcece82015-05-27 15:03:42 +0300191 /*
192 * if we get a HPD irq from DP and a HPD irq from non-DP
193 * the non-DP HPD could block the workqueue on a mode config
194 * mutex getting, that userspace may have taken. However
195 * userspace is waiting on the DP workqueue to run which is
196 * blocked behind the non-DP one.
197 */
198 struct workqueue_struct *dp_wq;
199};
200
Chris Wilson2a2d5482012-12-03 11:49:06 +0000201#define I915_GEM_GPU_DOMAINS \
202 (I915_GEM_DOMAIN_RENDER | \
203 I915_GEM_DOMAIN_SAMPLER | \
204 I915_GEM_DOMAIN_COMMAND | \
205 I915_GEM_DOMAIN_INSTRUCTION | \
206 I915_GEM_DOMAIN_VERTEX)
Eric Anholt62fdfea2010-05-21 13:26:39 -0700207
Daniel Vettere7b903d2013-06-05 13:34:14 +0200208struct drm_i915_private;
Chris Wilsonad46cb52014-08-07 14:20:40 +0100209struct i915_mm_struct;
Chris Wilson5cc9ed42014-05-16 14:22:37 +0100210struct i915_mmu_object;
Daniel Vettere7b903d2013-06-05 13:34:14 +0200211
Chris Wilsona6f766f2015-04-27 13:41:20 +0100212struct drm_i915_file_private {
213 struct drm_i915_private *dev_priv;
214 struct drm_file *file;
215
216 struct {
217 spinlock_t lock;
218 struct list_head request_list;
219 } mm;
Chris Wilson7dc40712019-03-21 14:07:09 +0000220
Chris Wilsona6f766f2015-04-27 13:41:20 +0100221 struct idr context_idr;
Chris Wilson7dc40712019-03-21 14:07:09 +0000222 struct mutex context_idr_lock; /* guards context_idr */
Chris Wilsona6f766f2015-04-27 13:41:20 +0100223
Chris Wilsone0695db2019-03-22 09:23:23 +0000224 struct idr vm_idr;
225 struct mutex vm_idr_lock; /* guards vm_idr */
226
Chris Wilsonc80ff162016-07-27 09:07:27 +0100227 unsigned int bsd_engine;
Mika Kuoppalab083a082016-11-18 15:10:47 +0200228
Mika Kuoppala14921f32018-06-15 13:44:29 +0300229/*
230 * Every context ban increments per client ban score. Also
231 * hangs in short succession increments ban score. If ban threshold
232 * is reached, client is considered banned and submitting more work
233 * will fail. This is a stop gap measure to limit the badly behaving
234 * clients access to gpu. Note that unbannable contexts never increment
235 * the client ban score.
Mika Kuoppalab083a082016-11-18 15:10:47 +0200236 */
Mika Kuoppala14921f32018-06-15 13:44:29 +0300237#define I915_CLIENT_SCORE_HANG_FAST 1
238#define I915_CLIENT_FAST_HANG_JIFFIES (60 * HZ)
239#define I915_CLIENT_SCORE_CONTEXT_BAN 3
240#define I915_CLIENT_SCORE_BANNED 9
241 /** ban_score: Accumulated score of all ctx bans and fast hangs. */
242 atomic_t ban_score;
243 unsigned long hang_timestamp;
Chris Wilsona6f766f2015-04-27 13:41:20 +0100244};
245
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246/* Interface history:
247 *
248 * 1.1: Original.
Dave Airlie0d6aa602006-01-02 20:14:23 +1100249 * 1.2: Add Power Management
250 * 1.3: Add vblank support
Dave Airliede227f52006-01-25 15:31:43 +1100251 * 1.4: Fix cmdbuffer path, add heap destroy
Dave Airlie702880f2006-06-24 17:07:34 +1000252 * 1.5: Add vblank pipe configuration
=?utf-8?q?Michel_D=C3=A4nzer?=2228ed62006-10-25 01:05:09 +1000253 * 1.6: - New ioctl for scheduling buffer swaps on vertical blank
254 * - Support vertical blank on secondary display pipe
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255 */
256#define DRIVER_MAJOR 1
=?utf-8?q?Michel_D=C3=A4nzer?=2228ed62006-10-25 01:05:09 +1000257#define DRIVER_MINOR 6
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258#define DRIVER_PATCHLEVEL 0
259
Chris Wilson6ef3d422010-08-04 20:26:07 +0100260struct intel_overlay;
261struct intel_overlay_error_state;
262
yakui_zhao9b9d1722009-05-31 17:17:17 +0800263struct sdvo_device_mapping {
Chris Wilsone957d772010-09-24 12:52:03 +0100264 u8 initialized;
yakui_zhao9b9d1722009-05-31 17:17:17 +0800265 u8 dvo_port;
266 u8 slave_addr;
267 u8 dvo_wiring;
Chris Wilsone957d772010-09-24 12:52:03 +0100268 u8 i2c_pin;
Adam Jacksonb1083332010-04-23 16:07:40 -0400269 u8 ddc_pin;
yakui_zhao9b9d1722009-05-31 17:17:17 +0800270};
271
Jani Nikula7bd688c2013-11-08 16:48:56 +0200272struct intel_connector;
Jani Nikula820d2d72014-10-27 16:26:47 +0200273struct intel_encoder;
Maarten Lankhorstccf010f2016-11-08 13:55:32 +0100274struct intel_atomic_state;
Ander Conselvan de Oliveira5cec2582015-01-15 14:55:21 +0200275struct intel_crtc_state;
Damien Lespiau5724dbd2015-01-20 12:51:52 +0000276struct intel_initial_plane_config;
Daniel Vetter0e8ffe12013-03-28 10:42:00 +0100277struct intel_crtc;
Daniel Vetteree9300b2013-06-03 22:40:22 +0200278struct intel_limit;
279struct dpll;
Ville Syrjälä49cd97a2017-02-07 20:33:45 +0200280struct intel_cdclk_state;
Daniel Vetterb8cecdf2013-03-27 00:44:50 +0100281
Jesse Barnese70236a2009-09-21 10:42:27 -0700282struct drm_i915_display_funcs {
Ville Syrjälä49cd97a2017-02-07 20:33:45 +0200283 void (*get_cdclk)(struct drm_i915_private *dev_priv,
284 struct intel_cdclk_state *cdclk_state);
Ville Syrjäläb0587e42017-01-26 21:52:01 +0200285 void (*set_cdclk)(struct drm_i915_private *dev_priv,
Ville Syrjälä59f9e9c2019-03-27 12:13:21 +0200286 const struct intel_cdclk_state *cdclk_state,
287 enum pipe pipe);
Ville Syrjäläbdaf8432017-11-17 21:19:11 +0200288 int (*get_fifo_size)(struct drm_i915_private *dev_priv,
289 enum i9xx_plane_id i9xx_plane);
Maarten Lankhorstec193642019-06-28 10:55:17 +0200290 int (*compute_pipe_wm)(struct intel_crtc_state *crtc_state);
291 int (*compute_intermediate_wm)(struct intel_crtc_state *crtc_state);
Maarten Lankhorstccf010f2016-11-08 13:55:32 +0100292 void (*initial_watermarks)(struct intel_atomic_state *state,
Maarten Lankhorstec193642019-06-28 10:55:17 +0200293 struct intel_crtc_state *crtc_state);
Maarten Lankhorstccf010f2016-11-08 13:55:32 +0100294 void (*atomic_update_watermarks)(struct intel_atomic_state *state,
Maarten Lankhorstec193642019-06-28 10:55:17 +0200295 struct intel_crtc_state *crtc_state);
Maarten Lankhorstccf010f2016-11-08 13:55:32 +0100296 void (*optimize_watermarks)(struct intel_atomic_state *state,
Maarten Lankhorstec193642019-06-28 10:55:17 +0200297 struct intel_crtc_state *crtc_state);
Matt Ropercd1d3ee2018-12-10 13:54:14 -0800298 int (*compute_global_watermarks)(struct intel_atomic_state *state);
Ville Syrjälä432081b2016-10-31 22:37:03 +0200299 void (*update_wm)(struct intel_crtc *crtc);
Ville Syrjälä8b678962019-05-17 22:31:19 +0300300 int (*modeset_calc_cdclk)(struct intel_atomic_state *state);
Daniel Vetter0e8ffe12013-03-28 10:42:00 +0100301 /* Returns the active state of the crtc, and if the crtc is active,
302 * fills out the pipe-config with the hw state. */
303 bool (*get_pipe_config)(struct intel_crtc *,
Ander Conselvan de Oliveira5cec2582015-01-15 14:55:21 +0200304 struct intel_crtc_state *);
Damien Lespiau5724dbd2015-01-20 12:51:52 +0000305 void (*get_initial_plane_config)(struct intel_crtc *,
306 struct intel_initial_plane_config *);
Ander Conselvan de Oliveira190f68c2015-01-15 14:55:23 +0200307 int (*crtc_compute_clock)(struct intel_crtc *crtc,
308 struct intel_crtc_state *crtc_state);
Maarten Lankhorst4a806552016-08-09 17:04:01 +0200309 void (*crtc_enable)(struct intel_crtc_state *pipe_config,
Maarten Lankhorst855e0d62019-06-28 10:55:13 +0200310 struct intel_atomic_state *old_state);
Maarten Lankhorst4a806552016-08-09 17:04:01 +0200311 void (*crtc_disable)(struct intel_crtc_state *old_crtc_state,
Maarten Lankhorst855e0d62019-06-28 10:55:13 +0200312 struct intel_atomic_state *old_state);
313 void (*update_crtcs)(struct intel_atomic_state *state);
Ville Syrjälä8ec47de2017-10-30 20:46:53 +0200314 void (*audio_codec_enable)(struct intel_encoder *encoder,
315 const struct intel_crtc_state *crtc_state,
316 const struct drm_connector_state *conn_state);
317 void (*audio_codec_disable)(struct intel_encoder *encoder,
318 const struct intel_crtc_state *old_crtc_state,
319 const struct drm_connector_state *old_conn_state);
Ander Conselvan de Oliveiradc4a1092017-03-02 14:58:54 +0200320 void (*fdi_link_train)(struct intel_crtc *crtc,
321 const struct intel_crtc_state *crtc_state);
Ville Syrjälä46f16e62016-10-31 22:37:22 +0200322 void (*init_clock_gating)(struct drm_i915_private *dev_priv);
Tvrtko Ursulin91d14252016-05-06 14:48:28 +0100323 void (*hpd_irq_setup)(struct drm_i915_private *dev_priv);
Jesse Barnese70236a2009-09-21 10:42:27 -0700324 /* clock updates for mode set */
325 /* cursor updates */
326 /* render clock increase/decrease */
327 /* display clock increase/decrease */
328 /* pll clock increase/decrease */
Lionel Landwerlin8563b1e2016-03-16 10:57:14 +0000329
Ville Syrjälä9d9cb9c2019-03-27 17:50:37 +0200330 int (*color_check)(struct intel_crtc_state *crtc_state);
Ville Syrjälä4d8ed542019-02-05 18:08:40 +0200331 /*
332 * Program double buffered color management registers during
333 * vblank evasion. The registers should then latch during the
334 * next vblank start, alongside any other double buffered registers
335 * involved with the same commit.
336 */
337 void (*color_commit)(const struct intel_crtc_state *crtc_state);
338 /*
339 * Load LUTs (and other single buffered color management
340 * registers). Will (hopefully) be called during the vblank
341 * following the latching of any double buffered registers
342 * involved with the same commit.
343 */
Ville Syrjälä23b03a22019-02-05 18:08:38 +0200344 void (*load_luts)(const struct intel_crtc_state *crtc_state);
Swati Sharma2740e812019-05-29 15:20:51 +0530345 void (*read_luts)(struct intel_crtc_state *crtc_state);
Jesse Barnese70236a2009-09-21 10:42:27 -0700346};
347
Daniel Vettereb805622015-05-04 14:58:44 +0200348struct intel_csr {
Daniel Vetter8144ac52015-10-28 23:59:04 +0200349 struct work_struct work;
Daniel Vettereb805622015-05-04 14:58:44 +0200350 const char *fw_path;
Jani Nikula143c3352019-01-18 14:01:24 +0200351 u32 required_version;
352 u32 max_fw_size; /* bytes */
353 u32 *dmc_payload;
354 u32 dmc_fw_size; /* dwords */
355 u32 version;
356 u32 mmio_count;
Lucas De Marchi0703a532019-06-07 02:12:28 -0700357 i915_reg_t mmioaddr[20];
358 u32 mmiodata[20];
Jani Nikula143c3352019-01-18 14:01:24 +0200359 u32 dc_state;
360 u32 allowed_dc_mask;
Chris Wilson0e6e0be2019-01-14 14:21:24 +0000361 intel_wakeref_t wakeref;
Daniel Vettereb805622015-05-04 14:58:44 +0200362};
363
Daniel Vetter7faf1ab2013-01-24 14:44:55 -0800364enum i915_cache_level {
365 I915_CACHE_NONE = 0,
Chris Wilson350ec882013-08-06 13:17:02 +0100366 I915_CACHE_LLC, /* also used for snoopable memory on non-LLC */
367 I915_CACHE_L3_LLC, /* gen7+, L3 sits between the domain specifc
368 caches, eg sampler/render caches, and the
369 large Last-Level-Cache. LLC is coherent with
370 the CPU, but L3 is only visible to the GPU. */
Chris Wilson651d7942013-08-08 14:41:10 +0100371 I915_CACHE_WT, /* hsw:gt3e WriteThrough for scanouts */
Daniel Vetter7faf1ab2013-01-24 14:44:55 -0800372};
373
Chris Wilson85fd4f52016-12-05 14:29:36 +0000374#define I915_COLOR_UNEVICTABLE (-1) /* a non-vma sharing the address space */
375
Paulo Zanoniab34a7e2016-01-11 17:44:36 -0200376struct intel_fbc {
Paulo Zanoni25ad93f2015-07-02 19:25:10 -0300377 /* This is always the inner lock when overlapping with struct_mutex and
378 * it's the outer lock when overlapping with stolen_lock. */
379 struct mutex lock;
Ben Widawsky5e59f712014-06-30 10:41:24 -0700380 unsigned threshold;
Paulo Zanonidbef0f12015-02-13 17:23:46 -0200381 unsigned int possible_framebuffer_bits;
382 unsigned int busy_bits;
Paulo Zanoni010cf732016-01-19 11:35:48 -0200383 unsigned int visible_pipes_mask;
Paulo Zanonie35fef22015-02-09 14:46:29 -0200384 struct intel_crtc *crtc;
Ben Widawsky5c3fe8b2013-06-27 16:30:21 -0700385
Ben Widawskyc4213882014-06-19 12:06:10 -0700386 struct drm_mm_node compressed_fb;
Ben Widawsky5c3fe8b2013-06-27 16:30:21 -0700387 struct drm_mm_node *compressed_llb;
388
Rodrigo Vivida46f932014-08-01 02:04:45 -0700389 bool false_color;
390
Paulo Zanonid029bca2015-10-15 10:44:46 -0300391 bool enabled;
Paulo Zanoni0e631ad2015-10-14 17:45:36 -0300392 bool active;
Maarten Lankhorstc9855a52018-06-25 18:37:57 +0200393 bool flip_pending;
Paulo Zanoni9adccc62014-09-19 16:04:55 -0300394
Paulo Zanoni61a585d2016-09-13 10:38:57 -0300395 bool underrun_detected;
396 struct work_struct underrun_work;
397
Paulo Zanoni525a4f92017-07-14 16:38:22 -0300398 /*
399 * Due to the atomic rules we can't access some structures without the
400 * appropriate locking, so we cache information here in order to avoid
401 * these problems.
402 */
Paulo Zanoniaaf78d22016-01-19 11:35:42 -0200403 struct intel_fbc_state_cache {
Chris Wilsonbe1e3412017-01-16 15:21:27 +0000404 struct i915_vma *vma;
Chris Wilson1c9b6b12018-02-20 13:42:08 +0000405 unsigned long flags;
Chris Wilsonbe1e3412017-01-16 15:21:27 +0000406
Paulo Zanoniaaf78d22016-01-19 11:35:42 -0200407 struct {
408 unsigned int mode_flags;
Jani Nikula143c3352019-01-18 14:01:24 +0200409 u32 hsw_bdw_pixel_rate;
Paulo Zanoniaaf78d22016-01-19 11:35:42 -0200410 } crtc;
411
412 struct {
413 unsigned int rotation;
414 int src_w;
415 int src_h;
416 bool visible;
Juha-Pekka Heikkilabf0a5d42017-10-17 23:08:07 +0300417 /*
418 * Display surface base address adjustement for
419 * pageflips. Note that on gen4+ this only adjusts up
420 * to a tile, offsets within a tile are handled in
421 * the hw itself (with the TILEOFF register).
422 */
423 int adjusted_x;
424 int adjusted_y;
Juha-Pekka Heikkila31d1d3c2017-10-17 23:08:11 +0300425
426 int y;
Maarten Lankhorstb2081522018-08-15 12:34:05 +0200427
Jani Nikula143c3352019-01-18 14:01:24 +0200428 u16 pixel_blend_mode;
Paulo Zanoniaaf78d22016-01-19 11:35:42 -0200429 } plane;
430
431 struct {
Ville Syrjälä801c8fe2016-11-18 21:53:04 +0200432 const struct drm_format_info *format;
Paulo Zanoniaaf78d22016-01-19 11:35:42 -0200433 unsigned int stride;
Paulo Zanoniaaf78d22016-01-19 11:35:42 -0200434 } fb;
435 } state_cache;
436
Paulo Zanoni525a4f92017-07-14 16:38:22 -0300437 /*
438 * This structure contains everything that's relevant to program the
439 * hardware registers. When we want to figure out if we need to disable
440 * and re-enable FBC for a new configuration we just check if there's
441 * something different in the struct. The genx_fbc_activate functions
442 * are supposed to read from it in order to program the registers.
443 */
Paulo Zanonib183b3f2015-12-23 18:28:11 -0200444 struct intel_fbc_reg_params {
Chris Wilsonbe1e3412017-01-16 15:21:27 +0000445 struct i915_vma *vma;
Chris Wilson1c9b6b12018-02-20 13:42:08 +0000446 unsigned long flags;
Chris Wilsonbe1e3412017-01-16 15:21:27 +0000447
Paulo Zanonib183b3f2015-12-23 18:28:11 -0200448 struct {
449 enum pipe pipe;
Ville Syrjäläed150302017-11-17 21:19:10 +0200450 enum i9xx_plane_id i9xx_plane;
Paulo Zanonib183b3f2015-12-23 18:28:11 -0200451 unsigned int fence_y_offset;
452 } crtc;
453
454 struct {
Ville Syrjälä801c8fe2016-11-18 21:53:04 +0200455 const struct drm_format_info *format;
Paulo Zanonib183b3f2015-12-23 18:28:11 -0200456 unsigned int stride;
Paulo Zanonib183b3f2015-12-23 18:28:11 -0200457 } fb;
458
459 int cfb_size;
Praveen Paneri5654a162017-08-11 00:00:33 +0530460 unsigned int gen9_wa_cfb_stride;
Paulo Zanonib183b3f2015-12-23 18:28:11 -0200461 } params;
462
Paulo Zanonibf6189c2015-10-27 14:50:03 -0200463 const char *no_fbc_reason;
Jesse Barnesb5e50c32010-02-05 12:42:41 -0800464};
465
Chris Wilsonfe88d122016-12-31 11:20:12 +0000466/*
Vandana Kannan96178ee2015-01-10 02:25:56 +0530467 * HIGH_RR is the highest eDP panel refresh rate read from EDID
468 * LOW_RR is the lowest eDP panel refresh rate found from EDID
469 * parsing for same resolution.
470 */
471enum drrs_refresh_rate_type {
472 DRRS_HIGH_RR,
473 DRRS_LOW_RR,
474 DRRS_MAX_RR, /* RR count */
475};
476
477enum drrs_support_type {
478 DRRS_NOT_SUPPORTED = 0,
479 STATIC_DRRS_SUPPORT = 1,
480 SEAMLESS_DRRS_SUPPORT = 2
Pradeep Bhat439d7ac2014-04-05 12:13:28 +0530481};
482
Daniel Vetter2807cf62014-07-11 10:30:11 -0700483struct intel_dp;
Vandana Kannan96178ee2015-01-10 02:25:56 +0530484struct i915_drrs {
485 struct mutex mutex;
486 struct delayed_work work;
487 struct intel_dp *dp;
488 unsigned busy_frontbuffer_bits;
489 enum drrs_refresh_rate_type refresh_rate_type;
490 enum drrs_support_type type;
491};
492
Rodrigo Vivia031d702013-10-03 16:15:06 -0300493struct i915_psr {
Daniel Vetterf0355c42014-07-11 10:30:15 -0700494 struct mutex lock;
Maarten Lankhorstc44301f2018-08-09 16:21:01 +0200495
496#define I915_PSR_DEBUG_MODE_MASK 0x0f
497#define I915_PSR_DEBUG_DEFAULT 0x00
498#define I915_PSR_DEBUG_DISABLE 0x01
499#define I915_PSR_DEBUG_ENABLE 0x02
Maarten Lankhorst2ac45bd2018-08-08 16:19:11 +0200500#define I915_PSR_DEBUG_FORCE_PSR1 0x03
Maarten Lankhorstc44301f2018-08-09 16:21:01 +0200501#define I915_PSR_DEBUG_IRQ 0x10
502
503 u32 debug;
Rodrigo Vivia031d702013-10-03 16:15:06 -0300504 bool sink_support;
José Roberto de Souza23ec9f52019-02-06 13:18:45 -0800505 bool enabled;
Maarten Lankhorstc44301f2018-08-09 16:21:01 +0200506 struct intel_dp *dp;
José Roberto de Souzaf0ad62a2018-11-27 23:28:38 -0800507 enum pipe pipe;
Rodrigo Vivi7c8f8a72014-06-13 05:10:03 -0700508 bool active;
Rodrigo Vivi5422b372018-06-13 12:26:00 -0700509 struct work_struct work;
Daniel Vetter9ca15302014-07-11 10:30:16 -0700510 unsigned busy_frontbuffer_bits;
José Roberto de Souza95f28d22018-03-28 15:30:42 -0700511 bool sink_psr2_support;
Rodrigo Vivi60e5ffe2016-02-01 12:02:07 -0800512 bool link_standby;
Nagaraju, Vathsala97da2ef2017-01-02 17:00:55 +0530513 bool colorimetry_support;
José Roberto de Souza95f28d22018-03-28 15:30:42 -0700514 bool psr2_enabled;
José Roberto de Souza26e5378d2018-03-28 15:30:44 -0700515 u8 sink_sync_latency;
Dhinakaran Pandiyan3f983e542018-04-03 14:24:20 -0700516 ktime_t last_entry_attempt;
517 ktime_t last_exit;
José Roberto de Souza50a12d82018-11-21 14:54:38 -0800518 bool sink_not_reliable;
José Roberto de Souza183b8e62018-11-21 14:54:39 -0800519 bool irq_aux_error;
José Roberto de Souza8c0d2c22018-12-03 16:34:03 -0800520 u16 su_x_granularity;
Rodrigo Vivi3f51e472013-07-11 18:45:00 -0300521};
Ben Widawsky5c3fe8b2013-06-27 16:30:21 -0700522
Rodrigo Vivic6c30b92019-03-08 13:43:00 -0800523/*
524 * Sorted by south display engine compatibility.
525 * If the new PCH comes with a south display engine that is not
526 * inherited from the latest item, please do not add it to the
527 * end. Instead, add it right after its "parent" PCH.
528 */
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800529enum intel_pch {
Rodrigo Vivifba84ad22019-03-08 13:42:59 -0800530 PCH_NOP = -1, /* PCH without south display */
Paulo Zanonif0350832012-07-03 18:48:16 -0300531 PCH_NONE = 0, /* No PCH present */
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800532 PCH_IBX, /* Ibexpeak PCH */
Ville Syrjälä243dec52017-06-20 16:03:08 +0300533 PCH_CPT, /* Cougarpoint/Pantherpoint PCH */
534 PCH_LPT, /* Lynxpoint/Wildcatpoint PCH */
Ville Syrjälä9ab91a32019-05-06 18:26:27 +0300535 PCH_SPT, /* Sunrisepoint/Kaby Lake PCH */
Anusha Srivatsa729ae332019-03-18 13:01:33 -0700536 PCH_CNP, /* Cannon/Comet Lake PCH */
Anusha Srivatsa0b584362018-01-11 16:00:05 -0200537 PCH_ICP, /* Ice Lake PCH */
Matt Roperc6f7acb2019-06-14 17:42:10 -0700538 PCH_MCC, /* Mule Creek Canyon PCH */
Radhakrishna Sripada7f028892019-07-11 10:30:57 -0700539 PCH_TGP, /* Tiger Lake PCH */
Zhenyu Wang3bad0782010-04-07 16:15:53 +0800540};
541
Keith Packard435793d2011-07-12 14:56:22 -0700542#define QUIRK_LVDS_SSC_DISABLE (1<<1)
Carsten Emde4dca20e2012-03-15 15:56:26 +0100543#define QUIRK_INVERT_BRIGHTNESS (1<<2)
Scot Doyle9c72cc62014-07-03 23:27:50 +0000544#define QUIRK_BACKLIGHT_PRESENT (1<<3)
Daniel Vetter656bfa32014-11-20 09:26:30 +0100545#define QUIRK_PIN_SWIZZLED_PAGES (1<<5)
Manasi Navarec99a2592017-06-30 09:33:48 -0700546#define QUIRK_INCREASE_T12_DELAY (1<<6)
Clint Taylor90c3e212018-07-10 13:02:05 -0700547#define QUIRK_INCREASE_DDI_DISABLED_TIME (1<<7)
Jesse Barnesb690e962010-07-19 13:53:12 -0700548
Dave Airlie8be48d92010-03-30 05:34:14 +0000549struct intel_fbdev;
Chris Wilson1630fe72011-07-08 12:22:42 +0100550struct intel_fbc_work;
Dave Airlie38651672010-03-30 05:34:13 +0000551
Daniel Vetterc2b91522012-02-14 22:37:19 +0100552struct intel_gmbus {
553 struct i2c_adapter adapter;
Ville Syrjälä3e4d44e2016-03-07 17:56:59 +0200554#define GMBUS_FORCE_BIT_RETRY (1U << 31)
Chris Wilsonf2ce9fa2012-11-10 15:58:21 +0000555 u32 force_bit;
Daniel Vetterc2b91522012-02-14 22:37:19 +0100556 u32 reg0;
Ville Syrjäläf0f59a02015-11-18 15:33:26 +0200557 i915_reg_t gpio_reg;
Daniel Vetterc167a6f2012-02-28 00:43:09 +0100558 struct i2c_algo_bit_data bit_algo;
Daniel Vetterc2b91522012-02-14 22:37:19 +0100559 struct drm_i915_private *dev_priv;
560};
561
Daniel Vetterf4c956a2012-11-02 19:55:02 +0100562struct i915_suspend_saved_registers {
Keith Packarde948e992008-05-07 12:27:53 +1000563 u32 saveDSPARB;
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000564 u32 saveFBC_CONTROL;
Keith Packard1f84e552008-02-16 19:19:29 -0800565 u32 saveCACHE_MODE_0;
Keith Packard1f84e552008-02-16 19:19:29 -0800566 u32 saveMI_ARB_STATE;
Jesse Barnesba8bbcf2007-11-22 14:14:14 +1000567 u32 saveSWF0[16];
568 u32 saveSWF1[16];
Ville Syrjälä85fa7922015-09-18 20:03:43 +0300569 u32 saveSWF3[3];
Jani Nikula143c3352019-01-18 14:01:24 +0200570 u64 saveFENCE[I915_MAX_NUM_FENCES];
Adam Jacksoncda2bb72011-07-26 16:53:06 -0400571 u32 savePCH_PORT_HOTPLUG;
Jesse Barnes9f49c372014-12-10 12:16:05 -0800572 u16 saveGCDGMBUS;
Daniel Vetterf4c956a2012-11-02 19:55:02 +0100573};
Daniel Vetterc85aa882012-11-02 19:55:03 +0100574
Imre Deakddeea5b2014-05-05 15:19:56 +0300575struct vlv_s0ix_state {
576 /* GAM */
577 u32 wr_watermark;
578 u32 gfx_prio_ctrl;
579 u32 arb_mode;
580 u32 gfx_pend_tlb0;
581 u32 gfx_pend_tlb1;
582 u32 lra_limits[GEN7_LRA_LIMITS_REG_NUM];
583 u32 media_max_req_count;
584 u32 gfx_max_req_count;
585 u32 render_hwsp;
586 u32 ecochk;
587 u32 bsd_hwsp;
588 u32 blt_hwsp;
589 u32 tlb_rd_addr;
590
591 /* MBC */
592 u32 g3dctl;
593 u32 gsckgctl;
594 u32 mbctl;
595
596 /* GCP */
597 u32 ucgctl1;
598 u32 ucgctl3;
599 u32 rcgctl1;
600 u32 rcgctl2;
601 u32 rstctl;
602 u32 misccpctl;
603
604 /* GPM */
605 u32 gfxpause;
606 u32 rpdeuhwtc;
607 u32 rpdeuc;
608 u32 ecobus;
609 u32 pwrdwnupctl;
610 u32 rp_down_timeout;
611 u32 rp_deucsw;
612 u32 rcubmabdtmr;
613 u32 rcedata;
614 u32 spare2gh;
615
616 /* Display 1 CZ domain */
617 u32 gt_imr;
618 u32 gt_ier;
619 u32 pm_imr;
620 u32 pm_ier;
621 u32 gt_scratch[GEN7_GT_SCRATCH_REG_NUM];
622
623 /* GT SA CZ domain */
624 u32 tilectl;
625 u32 gt_fifoctl;
626 u32 gtlc_wake_ctrl;
627 u32 gtlc_survive;
628 u32 pmwgicz;
629
630 /* Display 2 CZ domain */
631 u32 gu_ctl0;
632 u32 gu_ctl1;
Jesse Barnes9c252102015-04-01 14:22:57 -0700633 u32 pcbr;
Imre Deakddeea5b2014-05-05 15:19:56 +0300634 u32 clock_gate_dis2;
635};
636
Chris Wilsonbf225f22014-07-10 20:31:18 +0100637struct intel_rps_ei {
Mika Kuoppala679cb6c2017-03-15 17:43:03 +0200638 ktime_t ktime;
Chris Wilsonbf225f22014-07-10 20:31:18 +0100639 u32 render_c0;
640 u32 media_c0;
Deepak S31685c22014-07-03 17:33:01 -0400641};
642
Sagar Arun Kamble562d9ba2017-10-10 22:30:06 +0100643struct intel_rps {
Chris Wilsonebb5eb72019-04-26 09:17:21 +0100644 struct mutex lock; /* protects enabling and the worker */
645
Imre Deakd4d70aa2014-11-19 15:30:04 +0200646 /*
647 * work, interrupts_enabled and pm_iir are protected by
648 * dev_priv->irq_lock
649 */
Daniel Vetterc85aa882012-11-02 19:55:03 +0100650 struct work_struct work;
Imre Deakd4d70aa2014-11-19 15:30:04 +0200651 bool interrupts_enabled;
Daniel Vetterc85aa882012-11-02 19:55:03 +0100652 u32 pm_iir;
Daniel Vetter59cdb632013-07-04 23:35:28 +0200653
Dave Gordonb20e3cf2016-09-12 21:19:35 +0100654 /* PM interrupt bits that should never be masked */
Sagar Arun Kamble5dd04552017-03-11 08:07:00 +0530655 u32 pm_intrmsk_mbz;
Sagar Arun Kamble1800ad22016-05-31 13:58:27 +0530656
Ben Widawskyb39fb292014-03-19 18:31:11 -0700657 /* Frequencies are stored in potentially platform dependent multiples.
658 * In other words, *_freq needs to be multiplied by X to be interesting.
659 * Soft limits are those which are used for the dynamic reclocking done
660 * by the driver (raise frequencies under heavy loads, and lower for
661 * lighter loads). Hard limits are those imposed by the hardware.
662 *
663 * A distinction is made for overclocking, which is never enabled by
664 * default, and is considered to be above the hard limit if it's
665 * possible at all.
666 */
667 u8 cur_freq; /* Current frequency (cached, may not == HW) */
668 u8 min_freq_softlimit; /* Minimum frequency permitted by the driver */
669 u8 max_freq_softlimit; /* Max frequency permitted by the driver */
670 u8 max_freq; /* Maximum frequency, RP0 if not overclocking */
671 u8 min_freq; /* AKA RPn. Minimum frequency */
Chris Wilson29ecd78d2016-07-13 09:10:35 +0100672 u8 boost_freq; /* Frequency to request when wait boosting */
Chris Wilsonaed242f2015-03-18 09:48:21 +0000673 u8 idle_freq; /* Frequency to request when we are idle */
Ben Widawskyb39fb292014-03-19 18:31:11 -0700674 u8 efficient_freq; /* AKA RPe. Pre-determined balanced frequency */
675 u8 rp1_freq; /* "less than" RP0 power/freqency */
676 u8 rp0_freq; /* Non-overclocked max frequency. */
Ville Syrjäläc30fec62016-03-04 21:43:02 +0200677 u16 gpll_ref_freq; /* vlv/chv GPLL reference frequency */
Jesse Barnes1a01ab32012-11-02 11:14:00 -0700678
Chris Wilsondd75fdc2013-09-25 17:34:57 +0100679 int last_adj;
Chris Wilson60548c52018-07-31 14:26:29 +0100680
681 struct {
682 struct mutex mutex;
683
684 enum { LOW_POWER, BETWEEN, HIGH_POWER } mode;
685 unsigned int interactive;
686
687 u8 up_threshold; /* Current %busy required to uplock */
688 u8 down_threshold; /* Current %busy required to downclock */
689 } power;
Chris Wilsondd75fdc2013-09-25 17:34:57 +0100690
Chris Wilsonc0951f02013-10-10 21:58:50 +0100691 bool enabled;
Chris Wilson7b92c1b2017-06-28 13:35:48 +0100692 atomic_t num_waiters;
693 atomic_t boosts;
Jesse Barnes4fc688c2012-11-02 11:14:01 -0700694
Chris Wilsonbf225f22014-07-10 20:31:18 +0100695 /* manual wa residency calculations */
Chris Wilsone0e8c7c2017-03-09 21:12:30 +0000696 struct intel_rps_ei ei;
Daniel Vetterc85aa882012-11-02 19:55:03 +0100697};
698
Sagar Arun Kamble37d933f2017-10-10 22:30:10 +0100699struct intel_rc6 {
700 bool enabled;
Tvrtko Ursulin817cc0792018-02-08 16:00:36 +0000701 u64 prev_hw_residency[4];
702 u64 cur_residency[4];
Sagar Arun Kamble37d933f2017-10-10 22:30:10 +0100703};
704
705struct intel_llc_pstate {
706 bool enabled;
707};
708
Sagar Arun Kamble562d9ba2017-10-10 22:30:06 +0100709struct intel_gen6_power_mgmt {
710 struct intel_rps rps;
Sagar Arun Kamble37d933f2017-10-10 22:30:10 +0100711 struct intel_rc6 rc6;
712 struct intel_llc_pstate llc_pstate;
Sagar Arun Kamble562d9ba2017-10-10 22:30:06 +0100713};
714
Daniel Vetter1a240d42012-11-29 22:18:51 +0100715/* defined intel_pm.c */
716extern spinlock_t mchdev_lock;
717
Daniel Vetterc85aa882012-11-02 19:55:03 +0100718struct intel_ilk_power_mgmt {
719 u8 cur_delay;
720 u8 min_delay;
721 u8 max_delay;
722 u8 fmax;
723 u8 fstart;
724
725 u64 last_count1;
726 unsigned long last_time1;
727 unsigned long chipset_power;
728 u64 last_count2;
Thomas Gleixner5ed0bdf2014-07-16 21:05:06 +0000729 u64 last_time2;
Daniel Vetterc85aa882012-11-02 19:55:03 +0100730 unsigned long gfx_power;
731 u8 corr;
732
733 int c_m;
734 int r_t;
735};
736
Ben Widawsky35a85ac2013-09-19 11:13:41 -0700737#define MAX_L3_SLICES 2
Daniel Vettera4da4fa2012-11-02 19:55:07 +0100738struct intel_l3_parity {
Ben Widawsky35a85ac2013-09-19 11:13:41 -0700739 u32 *remap_info[MAX_L3_SLICES];
Daniel Vettera4da4fa2012-11-02 19:55:07 +0100740 struct work_struct error_work;
Ben Widawsky35a85ac2013-09-19 11:13:41 -0700741 int which_slice;
Daniel Vettera4da4fa2012-11-02 19:55:07 +0100742};
743
Daniel Vetter4b5aed62012-11-14 17:14:03 +0100744struct i915_gem_mm {
Daniel Vetter4b5aed62012-11-14 17:14:03 +0100745 /** Memory allocator for GTT stolen memory */
746 struct drm_mm stolen;
Paulo Zanoni92e97d22015-07-02 19:25:09 -0300747 /** Protects the usage of the GTT stolen memory allocator. This is
748 * always the inner lock when overlapping with struct_mutex. */
749 struct mutex stolen_lock;
750
Chris Wilsonf2123812017-10-16 12:40:37 +0100751 /* Protects bound_list/unbound_list and #drm_i915_gem_object.mm.link */
752 spinlock_t obj_lock;
753
Daniel Vetter4b5aed62012-11-14 17:14:03 +0100754 /**
Chris Wilsonecab9be2019-06-12 11:57:20 +0100755 * List of objects which are purgeable.
Chris Wilson3b4fa962019-05-30 21:34:59 +0100756 */
757 struct list_head purge_list;
Daniel Vetter4b5aed62012-11-14 17:14:03 +0100758
Chris Wilsonecab9be2019-06-12 11:57:20 +0100759 /**
760 * List of objects which have allocated pages and are shrinkable.
761 */
762 struct list_head shrink_list;
763
Chris Wilsonfbbd37b2016-10-28 13:58:42 +0100764 /**
765 * List of objects which are pending destruction.
766 */
767 struct llist_head free_list;
768 struct work_struct free_work;
Chris Wilson87701b42017-10-13 21:26:20 +0100769 spinlock_t free_lock;
Chris Wilsonc9c704712018-02-19 22:06:31 +0000770 /**
771 * Count of objects pending destructions. Used to skip needlessly
772 * waiting on an RCU barrier if no objects are waiting to be freed.
773 */
774 atomic_t free_count;
Chris Wilsonfbbd37b2016-10-28 13:58:42 +0100775
Chris Wilson66df1012017-08-22 18:38:28 +0100776 /**
777 * Small stash of WC pages
778 */
Chris Wilson63fd6592018-07-04 19:55:18 +0100779 struct pagestash wc_stash;
Chris Wilson66df1012017-08-22 18:38:28 +0100780
Matthew Auld465c4032017-10-06 23:18:14 +0100781 /**
782 * tmpfs instance used for shmem backed objects
783 */
784 struct vfsmount *gemfs;
785
Daniel Vetter4b5aed62012-11-14 17:14:03 +0100786 /** PPGTT used for aliasing the PPGTT with the GTT */
Chris Wilsonab534972019-06-11 10:12:38 +0100787 struct i915_ppgtt *aliasing_ppgtt;
Daniel Vetter4b5aed62012-11-14 17:14:03 +0100788
Chris Wilson2cfcd32a2014-05-20 08:28:43 +0100789 struct notifier_block oom_notifier;
Chris Wilsone87666b2016-04-04 14:46:43 +0100790 struct notifier_block vmap_notifier;
Chris Wilsonceabbba52014-03-25 13:23:04 +0000791 struct shrinker shrinker;
Daniel Vetter4b5aed62012-11-14 17:14:03 +0100792
Chris Wilson8a2421b2017-06-16 15:05:22 +0100793 /**
794 * Workqueue to fault in userptr pages, flushed by the execbuf
795 * when required but otherwise left to userspace to try again
796 * on EAGAIN.
797 */
798 struct workqueue_struct *userptr_wq;
799
Chris Wilson94312822017-05-03 10:39:18 +0100800 u64 unordered_timeline;
801
Daniel Vetterbdf1e7e2014-05-21 17:37:52 +0200802 /* the indicator for dispatch video commands on two BSD rings */
Joonas Lahtinen6f633402016-09-01 14:58:21 +0300803 atomic_t bsd_engine_dispatch_index;
Daniel Vetterbdf1e7e2014-05-21 17:37:52 +0200804
Daniel Vetter4b5aed62012-11-14 17:14:03 +0100805 /** Bit 6 swizzling required for X tiling */
Jani Nikula143c3352019-01-18 14:01:24 +0200806 u32 bit_6_swizzle_x;
Daniel Vetter4b5aed62012-11-14 17:14:03 +0100807 /** Bit 6 swizzling required for Y tiling */
Jani Nikula143c3352019-01-18 14:01:24 +0200808 u32 bit_6_swizzle_y;
Daniel Vetter4b5aed62012-11-14 17:14:03 +0100809
Chris Wilsond82b4b262019-05-30 21:35:00 +0100810 /* shrinker accounting, also useful for userland debugging */
811 u64 shrink_memory;
812 u32 shrink_count;
Daniel Vetter4b5aed62012-11-14 17:14:03 +0100813};
814
Chris Wilsonee42c002017-12-11 19:41:34 +0000815#define I915_IDLE_ENGINES_TIMEOUT (200) /* in ms */
816
Chris Wilsonb52992c2016-10-28 13:58:24 +0100817#define I915_RESET_TIMEOUT (10 * HZ) /* 10s */
818#define I915_FENCE_TIMEOUT (10 * HZ) /* 10s */
819
Mika Kuoppala3fe3b032016-11-18 15:09:04 +0200820#define I915_ENGINE_DEAD_TIMEOUT (4 * HZ) /* Seqno, head and subunits dead */
821#define I915_SEQNO_DEAD_TIMEOUT (12 * HZ) /* Seqno dead with active head */
822
Chris Wilson1fd00c0f2018-06-02 11:48:53 +0100823#define I915_ENGINE_WEDGED_TIMEOUT (60 * HZ) /* Reset but no recovery? */
824
Paulo Zanoni6acab152013-09-12 17:06:24 -0300825struct ddi_vbt_port_info {
Jani Nikula7679f9b2019-05-31 16:14:52 +0300826 /* Non-NULL if port present. */
827 const struct child_device_config *child;
828
Ville Syrjäläd6038612017-10-30 16:57:02 +0200829 int max_tmds_clock;
830
Damien Lespiauce4dd492014-08-01 11:07:54 +0100831 /*
832 * This is an index in the HDMI/DVI DDI buffer translation table.
833 * The special value HDMI_LEVEL_SHIFT_UNKNOWN means the VBT didn't
834 * populate this field.
835 */
836#define HDMI_LEVEL_SHIFT_UNKNOWN 0xff
Jani Nikula143c3352019-01-18 14:01:24 +0200837 u8 hdmi_level_shift;
Paulo Zanoni311a2092013-09-12 17:12:18 -0300838
Jani Nikula143c3352019-01-18 14:01:24 +0200839 u8 supports_dvi:1;
840 u8 supports_hdmi:1;
841 u8 supports_dp:1;
842 u8 supports_edp:1;
843 u8 supports_typec_usb:1;
844 u8 supports_tbt:1;
Rodrigo Vivi500ea702015-08-07 17:01:16 -0700845
Jani Nikula143c3352019-01-18 14:01:24 +0200846 u8 alternate_aux_channel;
847 u8 alternate_ddc_pin;
Antti Koskipaa75067dd2015-07-10 14:10:55 +0300848
Jani Nikula143c3352019-01-18 14:01:24 +0200849 u8 dp_boost_level;
850 u8 hdmi_boost_level;
Jani Nikula99b91bd2018-02-01 13:03:43 +0200851 int dp_max_link_rate; /* 0 for not limited by VBT */
Paulo Zanoni6acab152013-09-12 17:06:24 -0300852};
853
Rodrigo Vivibfd7ebd2014-11-14 08:52:30 -0800854enum psr_lines_to_wait {
855 PSR_0_LINES_TO_WAIT = 0,
856 PSR_1_LINE_TO_WAIT,
857 PSR_4_LINES_TO_WAIT,
858 PSR_8_LINES_TO_WAIT
Pradeep Bhat83a72802014-03-28 10:14:57 +0530859};
860
Rodrigo Vivi41aa3442013-05-09 20:03:18 -0300861struct intel_vbt_data {
862 struct drm_display_mode *lfp_lvds_vbt_mode; /* if any */
863 struct drm_display_mode *sdvo_lvds_vbt_mode; /* if any */
864
865 /* Feature bits */
866 unsigned int int_tv_support:1;
867 unsigned int lvds_dither:1;
Rodrigo Vivi41aa3442013-05-09 20:03:18 -0300868 unsigned int int_crt_support:1;
869 unsigned int lvds_use_ssc:1;
Ville Syrjälä5255e2f2018-05-08 17:08:14 +0300870 unsigned int int_lvds_support:1;
Rodrigo Vivi41aa3442013-05-09 20:03:18 -0300871 unsigned int display_clock_mode:1;
872 unsigned int fdi_rx_polarity_inverted:1;
Ville Syrjälä3e845c72016-04-08 16:28:12 +0300873 unsigned int panel_type:4;
Rodrigo Vivi41aa3442013-05-09 20:03:18 -0300874 int lvds_ssc_freq;
875 unsigned int bios_lvds_val; /* initial [PCH_]LVDS reg val in VBIOS */
Ville Syrjäläc1cd5b22018-10-22 17:20:15 +0300876 enum drm_panel_orientation orientation;
Rodrigo Vivi41aa3442013-05-09 20:03:18 -0300877
Pradeep Bhat83a72802014-03-28 10:14:57 +0530878 enum drrs_support_type drrs_type;
879
Jani Nikula6aa23e62016-03-24 17:50:20 +0200880 struct {
881 int rate;
882 int lanes;
883 int preemphasis;
884 int vswing;
Jani Nikula06411f02016-03-24 17:50:21 +0200885 bool low_vswing;
Jani Nikula6aa23e62016-03-24 17:50:20 +0200886 bool initialized;
Jani Nikula6aa23e62016-03-24 17:50:20 +0200887 int bpp;
888 struct edp_power_seq pps;
889 } edp;
Rodrigo Vivi41aa3442013-05-09 20:03:18 -0300890
Jani Nikulaf00076d2013-12-14 20:38:29 -0200891 struct {
Dhinakaran Pandiyan2bdd0452018-05-08 17:35:24 -0700892 bool enable;
Rodrigo Vivibfd7ebd2014-11-14 08:52:30 -0800893 bool full_link;
894 bool require_aux_wakeup;
895 int idle_frames;
896 enum psr_lines_to_wait lines_to_wait;
Vathsala Nagaraju77312ae2018-05-22 14:57:23 +0530897 int tp1_wakeup_time_us;
898 int tp2_tp3_wakeup_time_us;
José Roberto de Souza88a0d962019-03-12 12:57:41 -0700899 int psr2_tp2_tp3_wakeup_time_us;
Rodrigo Vivibfd7ebd2014-11-14 08:52:30 -0800900 } psr;
901
902 struct {
Jani Nikulaf00076d2013-12-14 20:38:29 -0200903 u16 pwm_freq_hz;
Jani Nikula39fbc9c2014-04-09 11:22:06 +0300904 bool present;
Jani Nikulaf00076d2013-12-14 20:38:29 -0200905 bool active_low_pwm;
Jani Nikula1de60682014-06-24 18:27:39 +0300906 u8 min_brightness; /* min_brightness/255 of max */
Vidya Srinivasadd03372016-12-08 11:26:18 +0200907 u8 controller; /* brightness controller number */
Deepak M9a41e172016-04-26 16:14:24 +0300908 enum intel_backlight_type type;
Jani Nikulaf00076d2013-12-14 20:38:29 -0200909 } backlight;
910
Shobhit Kumard17c5442013-08-27 15:12:25 +0300911 /* MIPI DSI */
912 struct {
913 u16 panel_id;
Shobhit Kumard3b542f2014-04-14 11:00:34 +0530914 struct mipi_config *config;
915 struct mipi_pps_data *pps;
Madhav Chauhan46e58322017-10-13 18:14:59 +0530916 u16 bl_ports;
917 u16 cabc_ports;
Shobhit Kumard3b542f2014-04-14 11:00:34 +0530918 u8 seq_version;
919 u32 size;
920 u8 *data;
Jani Nikula8d3ed2f2015-12-21 15:10:57 +0200921 const u8 *sequence[MIPI_SEQ_MAX];
Hans de Goedefb38e7a2018-02-14 09:21:51 +0100922 u8 *deassert_seq; /* Used by fixup_mipi_sequences() */
Ville Syrjäläc1cd5b22018-10-22 17:20:15 +0300923 enum drm_panel_orientation orientation;
Shobhit Kumard17c5442013-08-27 15:12:25 +0300924 } dsi;
925
Rodrigo Vivi41aa3442013-05-09 20:03:18 -0300926 int crt_ddc_pin;
927
928 int child_dev_num;
Jani Nikulacc998582017-08-24 21:54:03 +0300929 struct child_device_config *child_dev;
Paulo Zanoni6acab152013-09-12 17:06:24 -0300930
931 struct ddi_vbt_port_info ddi_port_info[I915_MAX_PORTS];
Jani Nikula9d6c8752016-03-24 17:50:22 +0200932 struct sdvo_device_mapping sdvo_mappings[2];
Rodrigo Vivi41aa3442013-05-09 20:03:18 -0300933};
934
Ville Syrjälä77c122b2013-08-06 22:24:04 +0300935enum intel_ddb_partitioning {
936 INTEL_DDB_PART_1_2,
937 INTEL_DDB_PART_5_6, /* IVB+ */
938};
939
Ville Syrjälä1fd527c2013-08-06 22:24:05 +0300940struct intel_wm_level {
941 bool enable;
Jani Nikula143c3352019-01-18 14:01:24 +0200942 u32 pri_val;
943 u32 spr_val;
944 u32 cur_val;
945 u32 fbc_val;
Ville Syrjälä1fd527c2013-08-06 22:24:05 +0300946};
947
Imre Deak820c1982013-12-17 14:46:36 +0200948struct ilk_wm_values {
Jani Nikula143c3352019-01-18 14:01:24 +0200949 u32 wm_pipe[3];
950 u32 wm_lp[3];
951 u32 wm_lp_spr[3];
952 u32 wm_linetime[3];
Ville Syrjälä609cede2013-10-09 19:18:03 +0300953 bool enable_fbc_wm;
954 enum intel_ddb_partitioning partitioning;
955};
956
Ville Syrjälä114d7dc2017-04-21 21:14:21 +0300957struct g4x_pipe_wm {
Jani Nikula143c3352019-01-18 14:01:24 +0200958 u16 plane[I915_MAX_PLANES];
959 u16 fbc;
Ville Syrjälä262cd2e2015-06-24 22:00:04 +0300960};
961
Ville Syrjälä114d7dc2017-04-21 21:14:21 +0300962struct g4x_sr_wm {
Jani Nikula143c3352019-01-18 14:01:24 +0200963 u16 plane;
964 u16 cursor;
965 u16 fbc;
Ville Syrjälä1b313892016-11-28 19:37:08 +0200966};
967
968struct vlv_wm_ddl_values {
Jani Nikula143c3352019-01-18 14:01:24 +0200969 u8 plane[I915_MAX_PLANES];
Ville Syrjälä262cd2e2015-06-24 22:00:04 +0300970};
971
Ville Syrjälä0018fda2015-03-05 21:19:45 +0200972struct vlv_wm_values {
Ville Syrjälä114d7dc2017-04-21 21:14:21 +0300973 struct g4x_pipe_wm pipe[3];
974 struct g4x_sr_wm sr;
Ville Syrjälä1b313892016-11-28 19:37:08 +0200975 struct vlv_wm_ddl_values ddl[3];
Jani Nikula143c3352019-01-18 14:01:24 +0200976 u8 level;
Ville Syrjälä6eb1a682015-06-24 22:00:03 +0300977 bool cxsr;
Ville Syrjälä0018fda2015-03-05 21:19:45 +0200978};
979
Ville Syrjälä04548cb2017-04-21 21:14:29 +0300980struct g4x_wm_values {
981 struct g4x_pipe_wm pipe[2];
982 struct g4x_sr_wm sr;
983 struct g4x_sr_wm hpll;
984 bool cxsr;
985 bool hpll_en;
986 bool fbc_en;
987};
988
Damien Lespiauc1939242014-11-04 17:06:41 +0000989struct skl_ddb_entry {
Jani Nikula143c3352019-01-18 14:01:24 +0200990 u16 start, end; /* in number of blocks, 'end' is exclusive */
Damien Lespiauc1939242014-11-04 17:06:41 +0000991};
992
Jani Nikula143c3352019-01-18 14:01:24 +0200993static inline u16 skl_ddb_entry_size(const struct skl_ddb_entry *entry)
Damien Lespiauc1939242014-11-04 17:06:41 +0000994{
Damien Lespiau16160e32014-11-04 17:06:53 +0000995 return entry->end - entry->start;
Damien Lespiauc1939242014-11-04 17:06:41 +0000996}
997
Damien Lespiau08db6652014-11-04 17:06:52 +0000998static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1,
999 const struct skl_ddb_entry *e2)
1000{
1001 if (e1->start == e2->start && e1->end == e2->end)
1002 return true;
1003
1004 return false;
1005}
1006
Damien Lespiauc1939242014-11-04 17:06:41 +00001007struct skl_ddb_allocation {
Mahesh Kumar74bd8002018-04-26 19:55:15 +05301008 u8 enabled_slices; /* GEN11 has configurable 2 slices */
Damien Lespiauc1939242014-11-04 17:06:41 +00001009};
1010
Mahesh Kumar60f8e872018-04-09 09:11:00 +05301011struct skl_ddb_values {
Matt Roper2b4b9f32016-05-12 07:06:07 -07001012 unsigned dirty_pipes;
Damien Lespiauc1939242014-11-04 17:06:41 +00001013 struct skl_ddb_allocation ddb;
Pradeep Bhat2ac96d22014-11-04 17:06:40 +00001014};
1015
1016struct skl_wm_level {
Ville Syrjälä961d95e2018-12-21 19:14:32 +02001017 u16 min_ddb_alloc;
Jani Nikula143c3352019-01-18 14:01:24 +02001018 u16 plane_res_b;
1019 u8 plane_res_l;
Paulo Zanonieeba5b52018-10-16 15:01:24 -07001020 bool plane_en;
Ville Syrjälä2ed8e1f2019-02-13 18:54:23 +02001021 bool ignore_lines;
Pradeep Bhat2ac96d22014-11-04 17:06:40 +00001022};
1023
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05301024/* Stores plane specific WM parameters */
1025struct skl_wm_params {
1026 bool x_tiled, y_tiled;
1027 bool rc_surface;
Mahesh Kumar942aa2d2018-04-09 09:11:04 +05301028 bool is_planar;
Jani Nikula143c3352019-01-18 14:01:24 +02001029 u32 width;
1030 u8 cpp;
1031 u32 plane_pixel_rate;
1032 u32 y_min_scanlines;
1033 u32 plane_bytes_per_line;
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05301034 uint_fixed_16_16_t plane_blocks_per_line;
1035 uint_fixed_16_16_t y_tile_minimum;
Jani Nikula143c3352019-01-18 14:01:24 +02001036 u32 linetime_us;
1037 u32 dbuf_block_size;
Kumar, Mahesh7e452fd2017-08-17 19:15:23 +05301038};
1039
Daniel Vetter926321d2013-10-16 13:30:34 +02001040enum intel_pipe_crc_source {
1041 INTEL_PIPE_CRC_SOURCE_NONE,
1042 INTEL_PIPE_CRC_SOURCE_PLANE1,
1043 INTEL_PIPE_CRC_SOURCE_PLANE2,
Ville Syrjälä207a8152019-02-14 21:22:19 +02001044 INTEL_PIPE_CRC_SOURCE_PLANE3,
1045 INTEL_PIPE_CRC_SOURCE_PLANE4,
1046 INTEL_PIPE_CRC_SOURCE_PLANE5,
1047 INTEL_PIPE_CRC_SOURCE_PLANE6,
1048 INTEL_PIPE_CRC_SOURCE_PLANE7,
Daniel Vetter5b3a8562013-10-16 22:55:48 +02001049 INTEL_PIPE_CRC_SOURCE_PIPE,
Daniel Vetter3d099a02013-10-16 22:55:58 +02001050 /* TV/DP on pre-gen5/vlv can't use the pipe source. */
1051 INTEL_PIPE_CRC_SOURCE_TV,
1052 INTEL_PIPE_CRC_SOURCE_DP_B,
1053 INTEL_PIPE_CRC_SOURCE_DP_C,
1054 INTEL_PIPE_CRC_SOURCE_DP_D,
Daniel Vetter46a19182013-11-01 10:50:20 +01001055 INTEL_PIPE_CRC_SOURCE_AUTO,
Daniel Vetter926321d2013-10-16 13:30:34 +02001056 INTEL_PIPE_CRC_SOURCE_MAX,
1057};
1058
Damien Lespiaub2c88f52013-10-15 18:55:29 +01001059#define INTEL_PIPE_CRC_ENTRIES_NR 128
Shuang He8bf1e9f2013-10-15 18:55:27 +01001060struct intel_pipe_crc {
Damien Lespiaud538bbd2013-10-21 14:29:30 +01001061 spinlock_t lock;
Tomeu Vizoso8c6b7092017-01-10 14:43:04 +01001062 int skipped;
Maarten Lankhorst6cc42152018-06-28 09:23:02 +02001063 enum intel_pipe_crc_source source;
Shuang He8bf1e9f2013-10-15 18:55:27 +01001064};
1065
Daniel Vetterf99d7062014-06-19 16:01:59 +02001066struct i915_frontbuffer_tracking {
Chris Wilsonb5add952016-08-04 16:32:36 +01001067 spinlock_t lock;
Daniel Vetterf99d7062014-06-19 16:01:59 +02001068
1069 /*
1070 * Tracking bits for delayed frontbuffer flushing du to gpu activity or
1071 * scheduled flips.
1072 */
1073 unsigned busy_bits;
1074 unsigned flip_bits;
1075};
1076
Yu Zhangcf9d2892015-02-10 19:05:47 +08001077struct i915_virtual_gpu {
1078 bool active;
Tina Zhang8a4ab662017-08-14 15:20:46 +08001079 u32 caps;
Yu Zhangcf9d2892015-02-10 19:05:47 +08001080};
1081
Matt Roperaa363132015-09-24 15:53:18 -07001082/* used in computing the new watermarks state */
1083struct intel_wm_config {
1084 unsigned int num_pipes_active;
1085 bool sprites_enabled;
1086 bool sprites_scaled;
1087};
1088
Robert Braggd7965152016-11-07 19:49:52 +00001089struct i915_oa_format {
1090 u32 format;
1091 int size;
1092};
1093
Robert Bragg8a3003d2016-11-07 19:49:51 +00001094struct i915_oa_reg {
1095 i915_reg_t addr;
1096 u32 value;
1097};
1098
Lionel Landwerlin701f8232017-08-03 17:58:08 +01001099struct i915_oa_config {
1100 char uuid[UUID_STRING_LEN + 1];
1101 int id;
1102
1103 const struct i915_oa_reg *mux_regs;
1104 u32 mux_regs_len;
1105 const struct i915_oa_reg *b_counter_regs;
1106 u32 b_counter_regs_len;
1107 const struct i915_oa_reg *flex_regs;
1108 u32 flex_regs_len;
1109
1110 struct attribute_group sysfs_metric;
1111 struct attribute *attrs[2];
1112 struct device_attribute sysfs_metric_id;
Lionel Landwerlinf89823c2017-08-03 18:05:50 +01001113
1114 atomic_t ref_count;
Lionel Landwerlin701f8232017-08-03 17:58:08 +01001115};
1116
Robert Braggeec688e2016-11-07 19:49:47 +00001117struct i915_perf_stream;
1118
Robert Bragg16d98b32016-12-07 21:40:33 +00001119/**
1120 * struct i915_perf_stream_ops - the OPs to support a specific stream type
1121 */
Robert Braggeec688e2016-11-07 19:49:47 +00001122struct i915_perf_stream_ops {
Robert Bragg16d98b32016-12-07 21:40:33 +00001123 /**
1124 * @enable: Enables the collection of HW samples, either in response to
1125 * `I915_PERF_IOCTL_ENABLE` or implicitly called when stream is opened
1126 * without `I915_PERF_FLAG_DISABLED`.
Robert Braggeec688e2016-11-07 19:49:47 +00001127 */
1128 void (*enable)(struct i915_perf_stream *stream);
1129
Robert Bragg16d98b32016-12-07 21:40:33 +00001130 /**
1131 * @disable: Disables the collection of HW samples, either in response
1132 * to `I915_PERF_IOCTL_DISABLE` or implicitly called before destroying
1133 * the stream.
Robert Braggeec688e2016-11-07 19:49:47 +00001134 */
1135 void (*disable)(struct i915_perf_stream *stream);
1136
Robert Bragg16d98b32016-12-07 21:40:33 +00001137 /**
1138 * @poll_wait: Call poll_wait, passing a wait queue that will be woken
Robert Braggeec688e2016-11-07 19:49:47 +00001139 * once there is something ready to read() for the stream
1140 */
1141 void (*poll_wait)(struct i915_perf_stream *stream,
1142 struct file *file,
1143 poll_table *wait);
1144
Robert Bragg16d98b32016-12-07 21:40:33 +00001145 /**
1146 * @wait_unlocked: For handling a blocking read, wait until there is
1147 * something to ready to read() for the stream. E.g. wait on the same
Robert Braggd7965152016-11-07 19:49:52 +00001148 * wait queue that would be passed to poll_wait().
Robert Braggeec688e2016-11-07 19:49:47 +00001149 */
1150 int (*wait_unlocked)(struct i915_perf_stream *stream);
1151
Robert Bragg16d98b32016-12-07 21:40:33 +00001152 /**
1153 * @read: Copy buffered metrics as records to userspace
1154 * **buf**: the userspace, destination buffer
1155 * **count**: the number of bytes to copy, requested by userspace
1156 * **offset**: zero at the start of the read, updated as the read
1157 * proceeds, it represents how many bytes have been copied so far and
1158 * the buffer offset for copying the next record.
Robert Braggeec688e2016-11-07 19:49:47 +00001159 *
Robert Bragg16d98b32016-12-07 21:40:33 +00001160 * Copy as many buffered i915 perf samples and records for this stream
1161 * to userspace as will fit in the given buffer.
Robert Braggeec688e2016-11-07 19:49:47 +00001162 *
Robert Bragg16d98b32016-12-07 21:40:33 +00001163 * Only write complete records; returning -%ENOSPC if there isn't room
1164 * for a complete record.
Robert Braggeec688e2016-11-07 19:49:47 +00001165 *
Robert Bragg16d98b32016-12-07 21:40:33 +00001166 * Return any error condition that results in a short read such as
1167 * -%ENOSPC or -%EFAULT, even though these may be squashed before
1168 * returning to userspace.
Robert Braggeec688e2016-11-07 19:49:47 +00001169 */
1170 int (*read)(struct i915_perf_stream *stream,
1171 char __user *buf,
1172 size_t count,
1173 size_t *offset);
1174
Robert Bragg16d98b32016-12-07 21:40:33 +00001175 /**
1176 * @destroy: Cleanup any stream specific resources.
Robert Braggeec688e2016-11-07 19:49:47 +00001177 *
1178 * The stream will always be disabled before this is called.
1179 */
1180 void (*destroy)(struct i915_perf_stream *stream);
1181};
1182
Robert Bragg16d98b32016-12-07 21:40:33 +00001183/**
1184 * struct i915_perf_stream - state for a single open stream FD
1185 */
Robert Braggeec688e2016-11-07 19:49:47 +00001186struct i915_perf_stream {
Robert Bragg16d98b32016-12-07 21:40:33 +00001187 /**
1188 * @dev_priv: i915 drm device
1189 */
Robert Braggeec688e2016-11-07 19:49:47 +00001190 struct drm_i915_private *dev_priv;
1191
Robert Bragg16d98b32016-12-07 21:40:33 +00001192 /**
1193 * @link: Links the stream into ``&drm_i915_private->streams``
1194 */
Robert Braggeec688e2016-11-07 19:49:47 +00001195 struct list_head link;
1196
Chris Wilson6d2438c2019-01-15 10:25:05 +00001197 /**
1198 * @wakeref: As we keep the device awake while the perf stream is
1199 * active, we track our runtime pm reference for later release.
1200 */
Chris Wilson6619c002019-01-14 14:21:15 +00001201 intel_wakeref_t wakeref;
1202
Robert Bragg16d98b32016-12-07 21:40:33 +00001203 /**
1204 * @sample_flags: Flags representing the `DRM_I915_PERF_PROP_SAMPLE_*`
1205 * properties given when opening a stream, representing the contents
1206 * of a single sample as read() by userspace.
1207 */
Robert Braggeec688e2016-11-07 19:49:47 +00001208 u32 sample_flags;
Robert Bragg16d98b32016-12-07 21:40:33 +00001209
1210 /**
1211 * @sample_size: Considering the configured contents of a sample
1212 * combined with the required header size, this is the total size
1213 * of a single sample record.
1214 */
Robert Braggd7965152016-11-07 19:49:52 +00001215 int sample_size;
Robert Braggeec688e2016-11-07 19:49:47 +00001216
Robert Bragg16d98b32016-12-07 21:40:33 +00001217 /**
1218 * @ctx: %NULL if measuring system-wide across all contexts or a
1219 * specific context that is being monitored.
1220 */
Robert Braggeec688e2016-11-07 19:49:47 +00001221 struct i915_gem_context *ctx;
Robert Bragg16d98b32016-12-07 21:40:33 +00001222
1223 /**
1224 * @enabled: Whether the stream is currently enabled, considering
1225 * whether the stream was opened in a disabled state and based
1226 * on `I915_PERF_IOCTL_ENABLE` and `I915_PERF_IOCTL_DISABLE` calls.
1227 */
Robert Braggeec688e2016-11-07 19:49:47 +00001228 bool enabled;
1229
Robert Bragg16d98b32016-12-07 21:40:33 +00001230 /**
1231 * @ops: The callbacks providing the implementation of this specific
1232 * type of configured stream.
1233 */
Robert Braggd7965152016-11-07 19:49:52 +00001234 const struct i915_perf_stream_ops *ops;
Lionel Landwerlin701f8232017-08-03 17:58:08 +01001235
1236 /**
1237 * @oa_config: The OA configuration used by the stream.
1238 */
1239 struct i915_oa_config *oa_config;
Robert Braggd7965152016-11-07 19:49:52 +00001240};
1241
Robert Bragg16d98b32016-12-07 21:40:33 +00001242/**
1243 * struct i915_oa_ops - Gen specific implementation of an OA unit stream
1244 */
Robert Braggd7965152016-11-07 19:49:52 +00001245struct i915_oa_ops {
Robert Bragg16d98b32016-12-07 21:40:33 +00001246 /**
Lionel Landwerlinf89823c2017-08-03 18:05:50 +01001247 * @is_valid_b_counter_reg: Validates register's address for
1248 * programming boolean counters for a particular platform.
1249 */
1250 bool (*is_valid_b_counter_reg)(struct drm_i915_private *dev_priv,
1251 u32 addr);
1252
1253 /**
1254 * @is_valid_mux_reg: Validates register's address for programming mux
1255 * for a particular platform.
1256 */
1257 bool (*is_valid_mux_reg)(struct drm_i915_private *dev_priv, u32 addr);
1258
1259 /**
1260 * @is_valid_flex_reg: Validates register's address for programming
1261 * flex EU filtering for a particular platform.
1262 */
1263 bool (*is_valid_flex_reg)(struct drm_i915_private *dev_priv, u32 addr);
1264
1265 /**
Robert Bragg19f81df2017-06-13 12:23:03 +01001266 * @enable_metric_set: Selects and applies any MUX configuration to set
1267 * up the Boolean and Custom (B/C) counters that are part of the
1268 * counter reports being sampled. May apply system constraints such as
Robert Bragg16d98b32016-12-07 21:40:33 +00001269 * disabling EU clock gating as required.
1270 */
Lionel Landwerlin5728de22018-10-23 11:07:06 +01001271 int (*enable_metric_set)(struct i915_perf_stream *stream);
Robert Bragg16d98b32016-12-07 21:40:33 +00001272
1273 /**
1274 * @disable_metric_set: Remove system constraints associated with using
1275 * the OA unit.
1276 */
Robert Braggd7965152016-11-07 19:49:52 +00001277 void (*disable_metric_set)(struct drm_i915_private *dev_priv);
Robert Bragg16d98b32016-12-07 21:40:33 +00001278
1279 /**
1280 * @oa_enable: Enable periodic sampling
1281 */
Lionel Landwerlin5728de22018-10-23 11:07:06 +01001282 void (*oa_enable)(struct i915_perf_stream *stream);
Robert Bragg16d98b32016-12-07 21:40:33 +00001283
1284 /**
1285 * @oa_disable: Disable periodic sampling
1286 */
Lionel Landwerlin5728de22018-10-23 11:07:06 +01001287 void (*oa_disable)(struct i915_perf_stream *stream);
Robert Bragg16d98b32016-12-07 21:40:33 +00001288
1289 /**
1290 * @read: Copy data from the circular OA buffer into a given userspace
1291 * buffer.
1292 */
Robert Braggd7965152016-11-07 19:49:52 +00001293 int (*read)(struct i915_perf_stream *stream,
1294 char __user *buf,
1295 size_t count,
1296 size_t *offset);
Robert Bragg16d98b32016-12-07 21:40:33 +00001297
1298 /**
Robert Bragg19f81df2017-06-13 12:23:03 +01001299 * @oa_hw_tail_read: read the OA tail pointer register
Robert Bragg16d98b32016-12-07 21:40:33 +00001300 *
Robert Bragg19f81df2017-06-13 12:23:03 +01001301 * In particular this enables us to share all the fiddly code for
1302 * handling the OA unit tail pointer race that affects multiple
1303 * generations.
Robert Bragg16d98b32016-12-07 21:40:33 +00001304 */
Robert Bragg19f81df2017-06-13 12:23:03 +01001305 u32 (*oa_hw_tail_read)(struct drm_i915_private *dev_priv);
Robert Braggeec688e2016-11-07 19:49:47 +00001306};
1307
Ville Syrjälä49cd97a2017-02-07 20:33:45 +02001308struct intel_cdclk_state {
Imre Deakb6c51c32018-01-17 19:25:08 +02001309 unsigned int cdclk, vco, ref, bypass;
Ville Syrjälä64600bd2017-10-24 12:52:08 +03001310 u8 voltage_level;
Ville Syrjälä49cd97a2017-02-07 20:33:45 +02001311};
1312
Jani Nikula77fec552014-03-31 14:27:22 +03001313struct drm_i915_private {
Chris Wilson8f460e22016-06-24 14:00:18 +01001314 struct drm_device drm;
1315
Jani Nikula2cc83762018-12-31 16:56:46 +02001316 const struct intel_device_info __info; /* Use INTEL_INFO() to access. */
Jani Nikula02584042018-12-31 16:56:41 +02001317 struct intel_runtime_info __runtime; /* Use RUNTIME_INFO() to access. */
Chris Wilson3fed1802018-02-07 21:05:43 +00001318 struct intel_driver_caps caps;
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001319
Matthew Auld77894222017-12-11 15:18:18 +00001320 /**
1321 * Data Stolen Memory - aka "i915 stolen memory" gives us the start and
1322 * end of stolen which we can optionally use to create GEM objects
Matthew Auldb1ace602017-12-11 15:18:21 +00001323 * backed by stolen memory. Note that stolen_usable_size tells us
Matthew Auld77894222017-12-11 15:18:18 +00001324 * exactly how much of this we are actually allowed to use, given that
1325 * some portion of it is in fact reserved for use by hardware functions.
1326 */
1327 struct resource dsm;
Matthew Auld17a05342017-12-11 15:18:19 +00001328 /**
1329 * Reseved portion of Data Stolen Memory
1330 */
1331 struct resource dsm_reserved;
Matthew Auld77894222017-12-11 15:18:18 +00001332
Matthew Auldb1ace602017-12-11 15:18:21 +00001333 /*
1334 * Stolen memory is segmented in hardware with different portions
1335 * offlimits to certain functions.
1336 *
1337 * The drm_mm is initialised to the total accessible range, as found
1338 * from the PCI config. On Broadwell+, this is further restricted to
1339 * avoid the first page! The upper end of stolen memory is reserved for
1340 * hardware functions and similarly removed from the accessible range.
1341 */
Matthew Auldb7128ef2017-12-11 15:18:22 +00001342 resource_size_t stolen_usable_size; /* Total size minus reserved ranges */
Matthew Auldb1ace602017-12-11 15:18:21 +00001343
Chris Wilson907b28c2013-07-19 20:36:52 +01001344 struct intel_uncore uncore;
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001345
Yu Zhangcf9d2892015-02-10 19:05:47 +08001346 struct i915_virtual_gpu vgpu;
1347
Zhenyu Wangfeddf6e2016-10-20 17:15:03 +08001348 struct intel_gvt *gvt;
Zhi Wang0ad35fe2016-06-16 08:07:00 -04001349
Jackie Li6b0478f2018-03-13 17:32:50 -07001350 struct intel_wopcm wopcm;
1351
Anusha Srivatsabd132852017-01-18 08:05:53 -08001352 struct intel_huc huc;
Alex Dai33a732f2015-08-12 15:43:36 +01001353 struct intel_guc guc;
1354
Daniel Vettereb805622015-05-04 14:58:44 +02001355 struct intel_csr csr;
1356
Jani Nikula5ea6e5e2015-04-01 10:55:04 +03001357 struct intel_gmbus gmbus[GMBUS_NUM_PINS];
Daniel Vetter28c70f12012-12-01 13:53:45 +01001358
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001359 /** gmbus_mutex protects against concurrent usage of the single hw gmbus
1360 * controller on different i2c buses. */
1361 struct mutex gmbus_mutex;
1362
1363 /**
Lucas De Marchidce88872018-07-27 12:36:47 -07001364 * Base address of where the gmbus and gpio blocks are located (either
1365 * on PCH or on SoC for platforms without PCH).
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001366 */
Jani Nikula143c3352019-01-18 14:01:24 +02001367 u32 gpio_mmio_base;
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001368
Shashank Sharmab6fdd0f2014-05-19 20:54:03 +05301369 /* MMIO base address for MIPI regs */
Jani Nikula143c3352019-01-18 14:01:24 +02001370 u32 mipi_mmio_base;
Shashank Sharmab6fdd0f2014-05-19 20:54:03 +05301371
Jani Nikula143c3352019-01-18 14:01:24 +02001372 u32 psr_mmio_base;
Ville Syrjälä443a3892015-11-11 20:34:15 +02001373
Jani Nikula143c3352019-01-18 14:01:24 +02001374 u32 pps_mmio_base;
Imre Deak44cb7342016-08-10 14:07:29 +03001375
Daniel Vetter28c70f12012-12-01 13:53:45 +01001376 wait_queue_head_t gmbus_wait_queue;
1377
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001378 struct pci_dev *bridge_dev;
Akash Goel3b3f1652016-10-13 22:44:48 +05301379 struct intel_engine_cs *engine[I915_NUM_ENGINES];
Chris Wilsone7af3112017-10-03 21:34:48 +01001380 /* Context used internally to idle the GPU and setup initial state */
1381 struct i915_gem_context *kernel_context;
Tvrtko Ursulinb46a33e2017-11-21 18:18:45 +00001382 struct intel_engine_cs *engine_class[MAX_ENGINE_CLASS + 1]
1383 [MAX_ENGINE_INSTANCE + 1];
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001384
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001385 struct resource mch_res;
1386
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001387 /* protects the irq masks */
1388 spinlock_t irq_lock;
1389
Imre Deakf8b79e52014-03-04 19:23:07 +02001390 bool display_irqs_enabled;
1391
Daniel Vetter9ee32fea2012-12-01 13:53:48 +01001392 /* To control wakeup latency, e.g. for irq-driven dp aux transfers. */
1393 struct pm_qos_request pm_qos;
1394
Ville Syrjäläa5805162015-05-26 20:42:30 +03001395 /* Sideband mailbox protection */
1396 struct mutex sb_lock;
Chris Wilsona75d0352019-04-26 09:17:18 +01001397 struct pm_qos_request sb_qos;
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001398
1399 /** Cached value of IMR to avoid reads in updating the bitfield */
Ben Widawskyabd58f02013-11-02 21:07:09 -07001400 union {
1401 u32 irq_mask;
1402 u32 de_irq_mask[I915_MAX_PIPES];
1403 };
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001404 u32 gt_irq_mask;
Deepak Sa6706b42014-03-15 20:23:22 +05301405 u32 pm_rps_events;
Sagar Arun Kamble26705e22016-10-12 21:54:31 +05301406 u32 pm_guc_events;
Imre Deak91d181d2014-02-10 18:42:49 +02001407 u32 pipestat_irq_mask[I915_MAX_PIPES];
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001408
Jani Nikula5fcece82015-05-27 15:03:42 +03001409 struct i915_hotplug hotplug;
Paulo Zanoniab34a7e2016-01-11 17:44:36 -02001410 struct intel_fbc fbc;
Pradeep Bhat439d7ac2014-04-05 12:13:28 +05301411 struct i915_drrs drrs;
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001412 struct intel_opregion opregion;
Rodrigo Vivi41aa3442013-05-09 20:03:18 -03001413 struct intel_vbt_data vbt;
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001414
Jesse Barnesd9ceb812014-10-09 12:57:43 -07001415 bool preserve_bios_swizzle;
1416
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001417 /* overlay */
1418 struct intel_overlay *overlay;
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001419
Jani Nikula58c68772013-11-08 16:48:54 +02001420 /* backlight registers and fields in struct intel_panel */
Daniel Vetter07f11d42014-09-15 14:35:09 +02001421 struct mutex backlight_lock;
Jani Nikula31ad8ec2013-04-02 15:48:09 +03001422
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001423 /* LVDS info */
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001424 bool no_aux_handshake;
1425
Ville Syrjäläe39b9992014-09-04 14:53:14 +03001426 /* protects panel power sequencer state */
1427 struct mutex pps_mutex;
1428
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001429 unsigned int fsb_freq, mem_freq, is_ddr3;
Ville Syrjäläb2045352016-05-13 23:41:27 +03001430 unsigned int skl_preferred_vco_freq;
Ville Syrjälä49cd97a2017-02-07 20:33:45 +02001431 unsigned int max_cdclk_freq;
Ville Syrjälä8d965612016-11-14 18:35:10 +02001432
Mika Kaholaadafdc62015-08-18 14:36:59 +03001433 unsigned int max_dotclk_freq;
Ville Syrjäläe7dc33f2016-03-02 17:22:13 +02001434 unsigned int rawclk_freq;
Ville Syrjälä6bcda4f2014-10-07 17:41:22 +03001435 unsigned int hpll_freq;
Chris Wilson58ecd9d2017-11-05 13:49:05 +00001436 unsigned int fdi_pll_freq;
Ville Syrjäläbfa7df02015-09-24 23:29:18 +03001437 unsigned int czclk_freq;
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001438
Ville Syrjälä63911d72016-05-13 23:41:32 +03001439 struct {
Ville Syrjäläbb0f4aa2017-01-20 20:21:59 +02001440 /*
1441 * The current logical cdclk state.
1442 * See intel_atomic_state.cdclk.logical
1443 *
1444 * For reading holding any crtc lock is sufficient,
1445 * for writing must hold all of them.
1446 */
1447 struct intel_cdclk_state logical;
1448 /*
1449 * The current actual cdclk state.
1450 * See intel_atomic_state.cdclk.actual
1451 */
1452 struct intel_cdclk_state actual;
1453 /* The current hardware cdclk state */
Ville Syrjälä49cd97a2017-02-07 20:33:45 +02001454 struct intel_cdclk_state hw;
Ville Syrjälä905801f2019-03-20 15:54:36 +02001455
1456 int force_min_cdclk;
Ville Syrjälä49cd97a2017-02-07 20:33:45 +02001457 } cdclk;
Ville Syrjälä63911d72016-05-13 23:41:32 +03001458
Daniel Vetter645416f2013-09-02 16:22:25 +02001459 /**
1460 * wq - Driver workqueue for GEM.
1461 *
1462 * NOTE: Work items scheduled here are not allowed to grab any modeset
1463 * locks, for otherwise the flushing done in the pageflip code will
1464 * result in deadlocks.
1465 */
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001466 struct workqueue_struct *wq;
1467
Ville Syrjälä757fffc2017-11-13 15:36:22 +02001468 /* ordered wq for modesets */
1469 struct workqueue_struct *modeset_wq;
1470
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001471 /* Display functions */
1472 struct drm_i915_display_funcs display;
1473
1474 /* PCH chipset type */
1475 enum intel_pch pch_type;
Paulo Zanoni17a303e2012-11-20 15:12:07 -02001476 unsigned short pch_id;
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001477
1478 unsigned long quirks;
1479
Maarten Lankhorste2c8b872016-02-16 10:06:14 +01001480 struct drm_atomic_state *modeset_restore_state;
Maarten Lankhorst73974892016-08-05 23:28:27 +03001481 struct drm_modeset_acquire_ctx reset_ctx;
Eric Anholt673a3942008-07-30 12:06:12 -07001482
Joonas Lahtinen62106b42016-03-18 10:42:57 +02001483 struct i915_ggtt ggtt; /* VM representing the global address space */
Ben Widawsky5d4545a2013-01-17 12:45:15 -08001484
Daniel Vetter4b5aed62012-11-14 17:14:03 +01001485 struct i915_gem_mm mm;
Chris Wilsonad46cb52014-08-07 14:20:40 +01001486 DECLARE_HASHTABLE(mm_structs, 7);
1487 struct mutex mm_lock;
Daniel Vetter87813422012-05-02 11:49:32 +02001488
Daniel Vetter87813422012-05-02 11:49:32 +02001489 /* Kernel Modesetting */
1490
Ville Syrjäläe2af48c2016-10-31 22:37:05 +02001491 struct intel_crtc *plane_to_crtc_mapping[I915_MAX_PIPES];
1492 struct intel_crtc *pipe_to_crtc_mapping[I915_MAX_PIPES];
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05001493
Daniel Vetterc4597872013-10-21 21:04:07 +02001494#ifdef CONFIG_DEBUG_FS
1495 struct intel_pipe_crc pipe_crc[I915_MAX_PIPES];
1496#endif
1497
Maarten Lankhorst565602d2015-12-10 12:33:57 +01001498 /* dpll and cdclk state is protected by connection_mutex */
Daniel Vettere72f9fb2013-06-05 13:34:06 +02001499 int num_shared_dpll;
1500 struct intel_shared_dpll shared_dplls[I915_NUM_PLLS];
Ander Conselvan de Oliveiraf9476a62016-03-08 17:46:22 +02001501 const struct intel_dpll_mgr *dpll_mgr;
Maarten Lankhorst565602d2015-12-10 12:33:57 +01001502
Maarten Lankhorstfbf6d872016-03-23 14:51:12 +01001503 /*
1504 * dpll_lock serializes intel_{prepare,enable,disable}_shared_dpll.
1505 * Must be global rather than per dpll, because on some platforms
1506 * plls share registers.
1507 */
1508 struct mutex dpll_lock;
1509
Maarten Lankhorst565602d2015-12-10 12:33:57 +01001510 unsigned int active_crtcs;
Ville Syrjäläd305e062017-08-30 21:57:03 +03001511 /* minimum acceptable cdclk for each pipe */
1512 int min_cdclk[I915_MAX_PIPES];
Ville Syrjälä53e9bf52017-10-24 12:52:14 +03001513 /* minimum acceptable voltage level for each pipe */
1514 u8 min_voltage_level[I915_MAX_PIPES];
Maarten Lankhorst565602d2015-12-10 12:33:57 +01001515
Chon Ming Leee4607fc2013-11-06 14:36:35 +08001516 int dpio_phy_iosf_port[I915_NUM_PHYS_VLV];
Jesse Barnesee7b9f92012-04-20 17:11:53 +01001517
Tvrtko Ursulin25d140f2018-12-03 13:33:19 +00001518 struct i915_wa_list gt_wa_list;
Arun Siluvery888b5992014-08-26 14:44:51 +01001519
Daniel Vetterf99d7062014-06-19 16:01:59 +02001520 struct i915_frontbuffer_tracking fb_tracking;
1521
Chris Wilsoneb955ee2017-01-23 21:29:39 +00001522 struct intel_atomic_helper {
1523 struct llist_head free_list;
1524 struct work_struct free_work;
1525 } atomic_helper;
1526
Jesse Barnes652c3932009-08-17 13:31:43 -07001527 u16 orig_clock;
Jesse Barnesf97108d2010-01-29 11:27:07 -08001528
Zhenyu Wangc48044112009-12-17 14:48:43 +08001529 bool mchbar_need_disable;
Jesse Barnesf97108d2010-01-29 11:27:07 -08001530
Daniel Vettera4da4fa2012-11-02 19:55:07 +01001531 struct intel_l3_parity l3_parity;
Daniel Vetterc6a828d2012-08-08 23:35:35 +02001532
Daniele Ceraolo Spuriof6ac9932019-03-28 10:45:32 -07001533 /*
1534 * edram size in MB.
1535 * Cannot be determined by PCIID. You must always read a register.
1536 */
1537 u32 edram_size_mb;
Ben Widawsky59124502013-07-04 11:02:05 -07001538
Sagar Arun Kamble562d9ba2017-10-10 22:30:06 +01001539 /* gen6+ GT PM state */
1540 struct intel_gen6_power_mgmt gt_pm;
Daniel Vetterc6a828d2012-08-08 23:35:35 +02001541
Daniel Vetter20e4d402012-08-08 23:35:39 +02001542 /* ilk-only ips/rps state. Everything in here is protected by the global
1543 * mchdev_lock in intel_pm.c */
Daniel Vetterc85aa882012-11-02 19:55:03 +01001544 struct intel_ilk_power_mgmt ips;
Jesse Barnesb5e50c32010-02-05 12:42:41 -08001545
Imre Deak83c00f52013-10-25 17:36:47 +03001546 struct i915_power_domains power_domains;
Wang Xingchaoa38911a2013-05-30 22:07:11 +08001547
Rodrigo Vivia031d702013-10-03 16:15:06 -03001548 struct i915_psr psr;
Rodrigo Vivi3f51e472013-07-11 18:45:00 -03001549
Daniel Vetter99584db2012-11-14 17:14:04 +01001550 struct i915_gpu_error gpu_error;
Chris Wilsonae681d92010-10-01 14:57:56 +01001551
Jesse Barnesc9cddff2013-05-08 10:45:13 -07001552 struct drm_i915_gem_object *vlv_pctx;
1553
Dave Airlie8be48d92010-03-30 05:34:14 +00001554 /* list of fbdev register on this device */
1555 struct intel_fbdev *fbdev;
Chris Wilson82e3b8c2014-08-13 13:09:46 +01001556 struct work_struct fbdev_suspend_work;
Chris Wilsone953fd72011-02-21 22:23:52 +00001557
1558 struct drm_property *broadcast_rgb_property;
Chris Wilson3f43c482011-05-12 22:17:24 +01001559 struct drm_property *force_audio_property;
Ben Widawskye3689192012-05-25 16:56:22 -07001560
Imre Deak58fddc22015-01-08 17:54:14 +02001561 /* hda/i915 audio component */
David Henningsson51e1d832015-08-19 10:48:56 +02001562 struct i915_audio_component *audio_component;
Imre Deak58fddc22015-01-08 17:54:14 +02001563 bool audio_component_registered;
Libin Yang4a21ef72015-09-02 14:11:39 +08001564 /**
1565 * av_mutex - mutex for audio/video sync
1566 *
1567 */
1568 struct mutex av_mutex;
Ville Syrjälä905801f2019-03-20 15:54:36 +02001569 int audio_power_refcount;
Imre Deak58fddc22015-01-08 17:54:14 +02001570
Chris Wilson829a0af2017-06-20 12:05:45 +01001571 struct {
Chris Wilson288f1ce2018-09-04 16:31:17 +01001572 struct mutex mutex;
Chris Wilson829a0af2017-06-20 12:05:45 +01001573 struct list_head list;
Chris Wilson5f09a9c2017-06-20 12:05:46 +01001574 struct llist_head free_list;
1575 struct work_struct free_work;
Chris Wilson829a0af2017-06-20 12:05:45 +01001576
1577 /* The hw wants to have a stable context identifier for the
1578 * lifetime of the context (for OA, PASID, faults, etc).
1579 * This is limited in execlists to 21 bits.
1580 */
1581 struct ida hw_ida;
1582#define MAX_CONTEXT_HW_ID (1<<21) /* exclusive */
Lionel Landwerlin218b5002018-06-02 12:29:45 +01001583#define MAX_GUC_CONTEXT_HW_ID (1 << 20) /* exclusive */
Daniele Ceraolo Spurioac52da62018-03-02 18:14:58 +02001584#define GEN11_MAX_CONTEXT_HW_ID (1<<11) /* exclusive */
Chris Wilson288f1ce2018-09-04 16:31:17 +01001585 struct list_head hw_id_list;
Chris Wilson829a0af2017-06-20 12:05:45 +01001586 } contexts;
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001587
Damien Lespiau3e683202012-12-11 18:48:29 +00001588 u32 fdi_rx_config;
Paulo Zanoni68d18ad2012-12-01 12:04:26 -02001589
Ville Syrjäläc2317752016-03-15 16:39:56 +02001590 /* Shadow for DISPLAY_PHY_CONTROL which can't be safely read */
Ville Syrjälä70722462015-04-10 18:21:28 +03001591 u32 chv_phy_control;
Ville Syrjäläc2317752016-03-15 16:39:56 +02001592 /*
1593 * Shadows for CHV DPLL_MD regs to keep the state
1594 * checker somewhat working in the presence hardware
1595 * crappiness (can't read out DPLL_MD for pipes B & C).
1596 */
1597 u32 chv_dpll_md[I915_MAX_PIPES];
Imre Deakadc7f042016-04-04 17:27:10 +03001598 u32 bxt_phy_grc;
Ville Syrjälä70722462015-04-10 18:21:28 +03001599
Daniel Vetter842f1c82014-03-10 10:01:44 +01001600 u32 suspend_count;
Imre Deak0f906032018-03-22 16:36:42 +02001601 bool power_domains_suspended;
Daniel Vetterf4c956a2012-11-02 19:55:02 +01001602 struct i915_suspend_saved_registers regfile;
Imre Deakddeea5b2014-05-05 15:19:56 +03001603 struct vlv_s0ix_state vlv_s0ix_state;
Daniel Vetter231f42a2012-11-02 19:55:05 +01001604
Lyude656d1b82016-08-17 15:55:54 -04001605 enum {
Paulo Zanoni16dcdc42016-09-22 18:00:27 -03001606 I915_SAGV_UNKNOWN = 0,
1607 I915_SAGV_DISABLED,
1608 I915_SAGV_ENABLED,
1609 I915_SAGV_NOT_CONTROLLED
1610 } sagv_status;
Lyude656d1b82016-08-17 15:55:54 -04001611
Ville Syrjälä53615a52013-08-01 16:18:50 +03001612 struct {
1613 /*
1614 * Raw watermark latency values:
1615 * in 0.1us units for WM0,
1616 * in 0.5us units for WM1+.
1617 */
1618 /* primary */
Jani Nikula143c3352019-01-18 14:01:24 +02001619 u16 pri_latency[5];
Ville Syrjälä53615a52013-08-01 16:18:50 +03001620 /* sprite */
Jani Nikula143c3352019-01-18 14:01:24 +02001621 u16 spr_latency[5];
Ville Syrjälä53615a52013-08-01 16:18:50 +03001622 /* cursor */
Jani Nikula143c3352019-01-18 14:01:24 +02001623 u16 cur_latency[5];
Pradeep Bhat2af30a52014-11-04 17:06:38 +00001624 /*
1625 * Raw watermark memory latency values
1626 * for SKL for all 8 levels
1627 * in 1us units.
1628 */
Jani Nikula143c3352019-01-18 14:01:24 +02001629 u16 skl_latency[8];
Ville Syrjälä609cede2013-10-09 19:18:03 +03001630
1631 /* current hardware state */
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00001632 union {
1633 struct ilk_wm_values hw;
Mahesh Kumar60f8e872018-04-09 09:11:00 +05301634 struct skl_ddb_values skl_hw;
Ville Syrjälä0018fda2015-03-05 21:19:45 +02001635 struct vlv_wm_values vlv;
Ville Syrjälä04548cb2017-04-21 21:14:29 +03001636 struct g4x_wm_values g4x;
Pradeep Bhat2d41c0b2014-11-04 17:06:42 +00001637 };
Ville Syrjälä58590c12015-09-08 21:05:12 +03001638
Jani Nikula143c3352019-01-18 14:01:24 +02001639 u8 max_level;
Matt Ropered4a6a72016-02-23 17:20:13 -08001640
1641 /*
1642 * Should be held around atomic WM register writing; also
1643 * protects * intel_crtc->wm.active and
Maarten Lankhorstec193642019-06-28 10:55:17 +02001644 * crtc_state->wm.need_postvbl_update.
Matt Ropered4a6a72016-02-23 17:20:13 -08001645 */
1646 struct mutex wm_mutex;
Matt Roper279e99d2016-05-12 07:06:02 -07001647
1648 /*
1649 * Set during HW readout of watermarks/DDB. Some platforms
1650 * need to know when we're still using BIOS-provided values
1651 * (which we don't fully trust).
1652 */
1653 bool distrust_bios_wm;
Ville Syrjälä53615a52013-08-01 16:18:50 +03001654 } wm;
1655
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301656 struct dram_info {
1657 bool valid;
Mahesh Kumar86b59282018-08-31 16:39:42 +05301658 bool is_16gb_dimm;
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301659 u8 num_channels;
Ville Syrjälä80373fb2019-03-06 22:35:40 +02001660 u8 ranks;
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301661 u32 bandwidth_kbps;
Mahesh Kumar8a6c5442018-08-24 15:02:25 +05301662 bool symmetric_memory;
Ville Syrjäläb185a352019-03-06 22:35:51 +02001663 enum intel_dram_type {
1664 INTEL_DRAM_UNKNOWN,
1665 INTEL_DRAM_DDR3,
1666 INTEL_DRAM_DDR4,
1667 INTEL_DRAM_LPDDR3,
1668 INTEL_DRAM_LPDDR4
1669 } type;
Mahesh Kumarcbfa59d2018-08-24 15:02:21 +05301670 } dram_info;
1671
Ville Syrjäläc457d9c2019-05-24 18:36:14 +03001672 struct intel_bw_info {
Ville Syrjälä56e93712019-06-06 15:42:10 +03001673 unsigned int deratedbw[3]; /* for each QGV point */
1674 u8 num_qgv_points;
1675 u8 num_planes;
Ville Syrjäläc457d9c2019-05-24 18:36:14 +03001676 } max_bw[6];
1677
1678 struct drm_private_obj bw_obj;
1679
Daniele Ceraolo Spurio1bf676c2019-06-13 16:21:52 -07001680 struct intel_runtime_pm runtime_pm;
Paulo Zanoni8a187452013-12-06 20:32:13 -02001681
Robert Braggeec688e2016-11-07 19:49:47 +00001682 struct {
1683 bool initialized;
Robert Braggd7965152016-11-07 19:49:52 +00001684
Robert Bragg442b8c02016-11-07 19:49:53 +00001685 struct kobject *metrics_kobj;
Robert Braggccdf6342016-11-07 19:49:54 +00001686 struct ctl_table_header *sysctl_header;
Robert Bragg442b8c02016-11-07 19:49:53 +00001687
Lionel Landwerlinf89823c2017-08-03 18:05:50 +01001688 /*
1689 * Lock associated with adding/modifying/removing OA configs
1690 * in dev_priv->perf.metrics_idr.
1691 */
1692 struct mutex metrics_lock;
1693
1694 /*
1695 * List of dynamic configurations, you need to hold
1696 * dev_priv->perf.metrics_lock to access it.
1697 */
1698 struct idr metrics_idr;
1699
1700 /*
1701 * Lock associated with anything below within this structure
1702 * except exclusive_stream.
1703 */
Robert Braggeec688e2016-11-07 19:49:47 +00001704 struct mutex lock;
1705 struct list_head streams;
Robert Bragg8a3003d2016-11-07 19:49:51 +00001706
1707 struct {
Lionel Landwerlinf89823c2017-08-03 18:05:50 +01001708 /*
1709 * The stream currently using the OA unit. If accessed
1710 * outside a syscall associated to its file
1711 * descriptor, you need to hold
1712 * dev_priv->drm.struct_mutex.
1713 */
Robert Braggd7965152016-11-07 19:49:52 +00001714 struct i915_perf_stream *exclusive_stream;
1715
Chris Wilson1fc44d92018-05-17 22:26:32 +01001716 struct intel_context *pinned_ctx;
Robert Braggd7965152016-11-07 19:49:52 +00001717 u32 specific_ctx_id;
Lionel Landwerlin61d56762018-06-02 12:29:46 +01001718 u32 specific_ctx_id_mask;
Robert Braggd7965152016-11-07 19:49:52 +00001719
1720 struct hrtimer poll_check_timer;
1721 wait_queue_head_t poll_wq;
1722 bool pollin;
1723
Robert Bragg712122e2017-05-11 16:43:31 +01001724 /**
1725 * For rate limiting any notifications of spurious
1726 * invalid OA reports
1727 */
1728 struct ratelimit_state spurious_report_rs;
1729
Robert Braggd7965152016-11-07 19:49:52 +00001730 bool periodic;
1731 int period_exponent;
Robert Braggd7965152016-11-07 19:49:52 +00001732
Lionel Landwerlin701f8232017-08-03 17:58:08 +01001733 struct i915_oa_config test_config;
Robert Braggd7965152016-11-07 19:49:52 +00001734
1735 struct {
1736 struct i915_vma *vma;
1737 u8 *vaddr;
Robert Bragg19f81df2017-06-13 12:23:03 +01001738 u32 last_ctx_id;
Robert Braggd7965152016-11-07 19:49:52 +00001739 int format;
1740 int format_size;
Robert Braggf2790202017-05-11 16:43:26 +01001741
1742 /**
Robert Bragg0dd860c2017-05-11 16:43:28 +01001743 * Locks reads and writes to all head/tail state
1744 *
1745 * Consider: the head and tail pointer state
1746 * needs to be read consistently from a hrtimer
1747 * callback (atomic context) and read() fop
1748 * (user context) with tail pointer updates
1749 * happening in atomic context and head updates
1750 * in user context and the (unlikely)
1751 * possibility of read() errors needing to
1752 * reset all head/tail state.
1753 *
1754 * Note: Contention or performance aren't
1755 * currently a significant concern here
1756 * considering the relatively low frequency of
1757 * hrtimer callbacks (5ms period) and that
1758 * reads typically only happen in response to a
1759 * hrtimer event and likely complete before the
1760 * next callback.
1761 *
1762 * Note: This lock is not held *while* reading
1763 * and copying data to userspace so the value
1764 * of head observed in htrimer callbacks won't
1765 * represent any partial consumption of data.
1766 */
1767 spinlock_t ptr_lock;
1768
1769 /**
1770 * One 'aging' tail pointer and one 'aged'
1771 * tail pointer ready to used for reading.
1772 *
1773 * Initial values of 0xffffffff are invalid
1774 * and imply that an update is required
1775 * (and should be ignored by an attempted
1776 * read)
1777 */
1778 struct {
1779 u32 offset;
1780 } tails[2];
1781
1782 /**
1783 * Index for the aged tail ready to read()
1784 * data up to.
1785 */
1786 unsigned int aged_tail_idx;
1787
1788 /**
1789 * A monotonic timestamp for when the current
1790 * aging tail pointer was read; used to
1791 * determine when it is old enough to trust.
1792 */
1793 u64 aging_timestamp;
1794
1795 /**
Robert Braggf2790202017-05-11 16:43:26 +01001796 * Although we can always read back the head
1797 * pointer register, we prefer to avoid
1798 * trusting the HW state, just to avoid any
1799 * risk that some hardware condition could
1800 * somehow bump the head pointer unpredictably
1801 * and cause us to forward the wrong OA buffer
1802 * data to userspace.
1803 */
1804 u32 head;
Robert Braggd7965152016-11-07 19:49:52 +00001805 } oa_buffer;
1806
1807 u32 gen7_latched_oastatus1;
Robert Bragg19f81df2017-06-13 12:23:03 +01001808 u32 ctx_oactxctrl_offset;
1809 u32 ctx_flexeu0_offset;
1810
1811 /**
1812 * The RPT_ID/reason field for Gen8+ includes a bit
1813 * to determine if the CTX ID in the report is valid
1814 * but the specific bit differs between Gen 8 and 9
1815 */
1816 u32 gen8_valid_ctx_bit;
Robert Braggd7965152016-11-07 19:49:52 +00001817
1818 struct i915_oa_ops ops;
1819 const struct i915_oa_format *oa_formats;
Robert Bragg8a3003d2016-11-07 19:49:51 +00001820 } oa;
Robert Braggeec688e2016-11-07 19:49:47 +00001821 } perf;
1822
Oscar Mateoa83014d2014-07-24 17:04:21 +01001823 /* Abstract the submission mechanism (legacy ringbuffer or execlists) away */
Tvrtko Ursuline5be5c72019-06-21 08:07:40 +01001824 struct intel_gt gt;
Chris Wilson23c3c3d2019-04-24 21:07:14 +01001825
1826 struct {
Chris Wilson79ffac852019-04-24 21:07:17 +01001827 struct notifier_block pm_notifier;
1828
Chris Wilson67d97da2016-07-04 08:08:31 +01001829 /**
1830 * We leave the user IRQ off as much as possible,
1831 * but this means that requests will finish and never
1832 * be retired once the system goes idle. Set a timer to
1833 * fire periodically while the ring is running. When it
1834 * fires, go retire requests.
1835 */
1836 struct delayed_work retire_work;
1837
1838 /**
1839 * When we detect an idle GPU, we want to turn on
1840 * powersaving features. So once we see that there
1841 * are no more requests outstanding and no more
1842 * arrive within a small period of time, we fire
1843 * off the idle_work.
1844 */
Chris Wilsonae230632019-05-07 13:11:06 +01001845 struct work_struct idle_work;
Chris Wilson23c3c3d2019-04-24 21:07:14 +01001846 } gem;
Oscar Mateoa83014d2014-07-24 17:04:21 +01001847
Ville Syrjäläd938da62019-03-22 20:08:03 +02001848 /* For i945gm vblank irq vs. C3 workaround */
1849 struct {
1850 struct work_struct work;
1851 struct pm_qos_request pm_qos;
1852 u8 c3_disable_latency;
1853 u8 enabled;
1854 } i945gm_vblank;
1855
Ville Syrjälä3be60de2015-09-08 18:05:45 +03001856 /* perform PHY state sanity checks? */
1857 bool chv_phy_assert[2];
1858
Mahesh Kumara3a89862016-12-01 21:19:34 +05301859 bool ipc_enabled;
1860
Pandiyan, Dhinakaranf9318942016-09-21 13:02:48 -07001861 /* Used to save the pipe-to-encoder mapping for audio */
1862 struct intel_encoder *av_enc_map[I915_MAX_PIPES];
Takashi Iwai0bdf5a02015-11-30 18:19:39 +01001863
Jerome Anandeef57322017-01-25 04:27:49 +05301864 /* necessary resource sharing with HDMI LPE audio driver. */
1865 struct {
1866 struct platform_device *platdev;
1867 int irq;
1868 } lpe_audio;
1869
Tvrtko Ursulinb46a33e2017-11-21 18:18:45 +00001870 struct i915_pmu pmu;
1871
Ramalingam C9055aac2019-02-16 23:06:51 +05301872 struct i915_hdcp_comp_master *hdcp_master;
1873 bool hdcp_comp_added;
1874
1875 /* Mutex to protect the above hdcp component related values. */
1876 struct mutex hdcp_comp_mutex;
1877
Daniel Vetterbdf1e7e2014-05-21 17:37:52 +02001878 /*
1879 * NOTE: This is the dri1/ums dungeon, don't add stuff here. Your patch
1880 * will be rejected. Instead look for a better place.
1881 */
Jani Nikula77fec552014-03-31 14:27:22 +03001882};
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883
Ville Syrjälä54561b22019-03-06 22:35:42 +02001884struct dram_dimm_info {
1885 u8 size, width, ranks;
1886};
1887
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301888struct dram_channel_info {
Ville Syrjälä1d559672019-03-06 22:35:48 +02001889 struct dram_dimm_info dimm_l, dimm_s;
Ville Syrjälä80373fb2019-03-06 22:35:40 +02001890 u8 ranks;
Mahesh Kumar86b59282018-08-31 16:39:42 +05301891 bool is_16gb_dimm;
Mahesh Kumar5771caf2018-08-24 15:02:22 +05301892};
1893
Chris Wilson2c1792a2013-08-01 18:39:55 +01001894static inline struct drm_i915_private *to_i915(const struct drm_device *dev)
1895{
Chris Wilson091387c2016-06-24 14:00:21 +01001896 return container_of(dev, struct drm_i915_private, drm);
Chris Wilson2c1792a2013-08-01 18:39:55 +01001897}
1898
David Weinehallc49d13e2016-08-22 13:32:42 +03001899static inline struct drm_i915_private *kdev_to_i915(struct device *kdev)
Imre Deak888d0d42015-01-08 17:54:13 +02001900{
David Weinehallc49d13e2016-08-22 13:32:42 +03001901 return to_i915(dev_get_drvdata(kdev));
Imre Deak888d0d42015-01-08 17:54:13 +02001902}
1903
Jackie Li6b0478f2018-03-13 17:32:50 -07001904static inline struct drm_i915_private *wopcm_to_i915(struct intel_wopcm *wopcm)
1905{
1906 return container_of(wopcm, struct drm_i915_private, wopcm);
1907}
1908
Alex Dai33a732f2015-08-12 15:43:36 +01001909static inline struct drm_i915_private *guc_to_i915(struct intel_guc *guc)
1910{
1911 return container_of(guc, struct drm_i915_private, guc);
1912}
1913
Arkadiusz Hiler50beba52017-03-14 15:28:06 +01001914static inline struct drm_i915_private *huc_to_i915(struct intel_huc *huc)
1915{
1916 return container_of(huc, struct drm_i915_private, huc);
1917}
1918
Dave Gordonb4ac5af2016-03-24 11:20:38 +00001919/* Simple iterator over all initialised engines */
Akash Goel3b3f1652016-10-13 22:44:48 +05301920#define for_each_engine(engine__, dev_priv__, id__) \
1921 for ((id__) = 0; \
1922 (id__) < I915_NUM_ENGINES; \
1923 (id__)++) \
1924 for_each_if ((engine__) = (dev_priv__)->engine[(id__)])
Dave Gordonc3232b12016-03-23 18:19:53 +00001925
1926/* Iterator over subset of engines selected by mask */
Chris Wilsonbafb0fc2016-08-27 08:54:01 +01001927#define for_each_engine_masked(engine__, dev_priv__, mask__, tmp__) \
Chris Wilson8a68d462019-03-05 18:03:30 +00001928 for ((tmp__) = (mask__) & INTEL_INFO(dev_priv__)->engine_mask; \
Tvrtko Ursulin19d3cf02018-04-06 12:44:07 +01001929 (tmp__) ? \
1930 ((engine__) = (dev_priv__)->engine[__mask_next_bit(tmp__)]), 1 : \
1931 0;)
Mika Kuoppalaee4b6fa2016-03-16 17:54:00 +02001932
Wu Fengguangb1d7e4b2012-02-14 11:45:36 +08001933enum hdmi_force_audio {
1934 HDMI_AUDIO_OFF_DVI = -2, /* no aux data for HDMI-DVI converter */
1935 HDMI_AUDIO_OFF, /* force turn off HDMI audio */
1936 HDMI_AUDIO_AUTO, /* trust EDID */
1937 HDMI_AUDIO_ON, /* force turn on HDMI audio */
1938};
1939
Daniel Vetter190d6cd2013-07-04 13:06:28 +02001940#define I915_GTT_OFFSET_NONE ((u32)-1)
Chris Wilsoned2f3452012-11-15 11:32:19 +00001941
Daniel Vettera071fa02014-06-18 23:28:09 +02001942/*
1943 * Frontbuffer tracking bits. Set in obj->frontbuffer_bits while a gem bo is
Sagar Arun Kambled1b9d032015-09-14 21:35:42 +05301944 * considered to be the frontbuffer for the given plane interface-wise. This
Daniel Vettera071fa02014-06-18 23:28:09 +02001945 * doesn't mean that the hw necessarily already scans it out, but that any
1946 * rendering (by the cpu or gpu) will land in the frontbuffer eventually.
1947 *
1948 * We have one bit per pipe and per scanout plane type.
1949 */
Sagar Arun Kambled1b9d032015-09-14 21:35:42 +05301950#define INTEL_FRONTBUFFER_BITS_PER_PIPE 8
Ville Syrjäläaa81e2c2018-01-24 20:36:42 +02001951#define INTEL_FRONTBUFFER(pipe, plane_id) ({ \
1952 BUILD_BUG_ON(INTEL_FRONTBUFFER_BITS_PER_PIPE * I915_MAX_PIPES > 32); \
1953 BUILD_BUG_ON(I915_MAX_PLANES > INTEL_FRONTBUFFER_BITS_PER_PIPE); \
1954 BIT((plane_id) + INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe)); \
1955})
Daniel Vettera071fa02014-06-18 23:28:09 +02001956#define INTEL_FRONTBUFFER_OVERLAY(pipe) \
Ville Syrjäläaa81e2c2018-01-24 20:36:42 +02001957 BIT(INTEL_FRONTBUFFER_BITS_PER_PIPE - 1 + INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe))
Daniel Vettercc365132014-06-18 13:59:13 +02001958#define INTEL_FRONTBUFFER_ALL_MASK(pipe) \
Ville Syrjäläaa81e2c2018-01-24 20:36:42 +02001959 GENMASK(INTEL_FRONTBUFFER_BITS_PER_PIPE * ((pipe) + 1) - 1, \
1960 INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe))
Daniel Vettera071fa02014-06-18 23:28:09 +02001961
Jani Nikula2cc83762018-12-31 16:56:46 +02001962#define INTEL_INFO(dev_priv) (&(dev_priv)->__info)
Jani Nikula02584042018-12-31 16:56:41 +02001963#define RUNTIME_INFO(dev_priv) (&(dev_priv)->__runtime)
Chris Wilson481827b2018-07-06 11:14:41 +01001964#define DRIVER_CAPS(dev_priv) (&(dev_priv)->caps)
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01001965
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02001966#define INTEL_GEN(dev_priv) (INTEL_INFO(dev_priv)->gen)
Jani Nikula02584042018-12-31 16:56:41 +02001967#define INTEL_DEVID(dev_priv) (RUNTIME_INFO(dev_priv)->device_id)
Zou Nan haicae58522010-11-09 17:17:32 +08001968
Jani Nikulae87a0052015-10-20 15:22:02 +03001969#define REVID_FOREVER 0xff
Tvrtko Ursulin4805fe82016-11-04 14:42:46 +00001970#define INTEL_REVID(dev_priv) ((dev_priv)->drm.pdev->revision)
Tvrtko Ursulinac657f62016-05-10 10:57:08 +01001971
Joonas Lahtinenfe52e592017-09-13 14:52:54 +03001972#define INTEL_GEN_MASK(s, e) ( \
1973 BUILD_BUG_ON_ZERO(!__builtin_constant_p(s)) + \
1974 BUILD_BUG_ON_ZERO(!__builtin_constant_p(e)) + \
Rodrigo Vivi5bc0e892018-10-26 12:51:43 -07001975 GENMASK((e) - 1, (s) - 1))
Joonas Lahtinenfe52e592017-09-13 14:52:54 +03001976
Rodrigo Vivi5bc0e892018-10-26 12:51:43 -07001977/* Returns true if Gen is in inclusive range [Start, End] */
Lucas De Marchi00690002018-12-12 10:10:42 -08001978#define IS_GEN_RANGE(dev_priv, s, e) \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02001979 (!!(INTEL_INFO(dev_priv)->gen_mask & INTEL_GEN_MASK((s), (e))))
Tvrtko Ursulinac657f62016-05-10 10:57:08 +01001980
Lucas De Marchicf819ef2018-12-12 10:10:43 -08001981#define IS_GEN(dev_priv, n) \
1982 (BUILD_BUG_ON_ZERO(!__builtin_constant_p(n)) + \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02001983 INTEL_INFO(dev_priv)->gen == (n))
Lucas De Marchicf819ef2018-12-12 10:10:43 -08001984
Jani Nikulae87a0052015-10-20 15:22:02 +03001985/*
1986 * Return true if revision is in range [since,until] inclusive.
1987 *
1988 * Use 0 for open-ended since, and REVID_FOREVER for open-ended until.
1989 */
1990#define IS_REVID(p, since, until) \
1991 (INTEL_REVID(p) >= (since) && INTEL_REVID(p) <= (until))
1992
Tvrtko Ursulin805446c2019-03-27 14:23:28 +00001993static __always_inline unsigned int
1994__platform_mask_index(const struct intel_runtime_info *info,
1995 enum intel_platform p)
1996{
1997 const unsigned int pbits =
1998 BITS_PER_TYPE(info->platform_mask[0]) - INTEL_SUBPLATFORM_BITS;
1999
2000 /* Expand the platform_mask array if this fails. */
2001 BUILD_BUG_ON(INTEL_MAX_PLATFORMS >
2002 pbits * ARRAY_SIZE(info->platform_mask));
2003
2004 return p / pbits;
2005}
2006
2007static __always_inline unsigned int
2008__platform_mask_bit(const struct intel_runtime_info *info,
2009 enum intel_platform p)
2010{
2011 const unsigned int pbits =
2012 BITS_PER_TYPE(info->platform_mask[0]) - INTEL_SUBPLATFORM_BITS;
2013
2014 return p % pbits + INTEL_SUBPLATFORM_BITS;
2015}
2016
2017static inline u32
2018intel_subplatform(const struct intel_runtime_info *info, enum intel_platform p)
2019{
2020 const unsigned int pi = __platform_mask_index(info, p);
2021
2022 return info->platform_mask[pi] & INTEL_SUBPLATFORM_BITS;
2023}
2024
2025static __always_inline bool
2026IS_PLATFORM(const struct drm_i915_private *i915, enum intel_platform p)
2027{
2028 const struct intel_runtime_info *info = RUNTIME_INFO(i915);
2029 const unsigned int pi = __platform_mask_index(info, p);
2030 const unsigned int pb = __platform_mask_bit(info, p);
2031
2032 BUILD_BUG_ON(!__builtin_constant_p(p));
2033
2034 return info->platform_mask[pi] & BIT(pb);
2035}
2036
2037static __always_inline bool
2038IS_SUBPLATFORM(const struct drm_i915_private *i915,
2039 enum intel_platform p, unsigned int s)
2040{
2041 const struct intel_runtime_info *info = RUNTIME_INFO(i915);
2042 const unsigned int pi = __platform_mask_index(info, p);
2043 const unsigned int pb = __platform_mask_bit(info, p);
2044 const unsigned int msb = BITS_PER_TYPE(info->platform_mask[0]) - 1;
2045 const u32 mask = info->platform_mask[pi];
2046
2047 BUILD_BUG_ON(!__builtin_constant_p(p));
2048 BUILD_BUG_ON(!__builtin_constant_p(s));
2049 BUILD_BUG_ON((s) >= INTEL_SUBPLATFORM_BITS);
2050
2051 /* Shift and test on the MSB position so sign flag can be used. */
2052 return ((mask << (msb - pb)) & (mask << (msb - s))) & BIT(msb);
2053}
Tvrtko Ursulin5a127a82017-09-20 10:26:59 +01002054
Tvrtko Ursuline08891a2019-03-26 07:40:55 +00002055#define IS_MOBILE(dev_priv) (INTEL_INFO(dev_priv)->is_mobile)
2056
Tvrtko Ursulin5a127a82017-09-20 10:26:59 +01002057#define IS_I830(dev_priv) IS_PLATFORM(dev_priv, INTEL_I830)
2058#define IS_I845G(dev_priv) IS_PLATFORM(dev_priv, INTEL_I845G)
2059#define IS_I85X(dev_priv) IS_PLATFORM(dev_priv, INTEL_I85X)
2060#define IS_I865G(dev_priv) IS_PLATFORM(dev_priv, INTEL_I865G)
2061#define IS_I915G(dev_priv) IS_PLATFORM(dev_priv, INTEL_I915G)
2062#define IS_I915GM(dev_priv) IS_PLATFORM(dev_priv, INTEL_I915GM)
2063#define IS_I945G(dev_priv) IS_PLATFORM(dev_priv, INTEL_I945G)
2064#define IS_I945GM(dev_priv) IS_PLATFORM(dev_priv, INTEL_I945GM)
2065#define IS_I965G(dev_priv) IS_PLATFORM(dev_priv, INTEL_I965G)
2066#define IS_I965GM(dev_priv) IS_PLATFORM(dev_priv, INTEL_I965GM)
2067#define IS_G45(dev_priv) IS_PLATFORM(dev_priv, INTEL_G45)
2068#define IS_GM45(dev_priv) IS_PLATFORM(dev_priv, INTEL_GM45)
Jani Nikulaf69c11a2016-11-30 17:43:05 +02002069#define IS_G4X(dev_priv) (IS_G45(dev_priv) || IS_GM45(dev_priv))
Tvrtko Ursulin5a127a82017-09-20 10:26:59 +01002070#define IS_PINEVIEW(dev_priv) IS_PLATFORM(dev_priv, INTEL_PINEVIEW)
2071#define IS_G33(dev_priv) IS_PLATFORM(dev_priv, INTEL_G33)
Tvrtko Ursuline08891a2019-03-26 07:40:55 +00002072#define IS_IRONLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_IRONLAKE)
2073#define IS_IRONLAKE_M(dev_priv) \
2074 (IS_PLATFORM(dev_priv, INTEL_IRONLAKE) && IS_MOBILE(dev_priv))
Tvrtko Ursulin5a127a82017-09-20 10:26:59 +01002075#define IS_IVYBRIDGE(dev_priv) IS_PLATFORM(dev_priv, INTEL_IVYBRIDGE)
Lionel Landwerlin18b53812017-08-30 17:12:07 +01002076#define IS_IVB_GT1(dev_priv) (IS_IVYBRIDGE(dev_priv) && \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002077 INTEL_INFO(dev_priv)->gt == 1)
Tvrtko Ursulin5a127a82017-09-20 10:26:59 +01002078#define IS_VALLEYVIEW(dev_priv) IS_PLATFORM(dev_priv, INTEL_VALLEYVIEW)
2079#define IS_CHERRYVIEW(dev_priv) IS_PLATFORM(dev_priv, INTEL_CHERRYVIEW)
2080#define IS_HASWELL(dev_priv) IS_PLATFORM(dev_priv, INTEL_HASWELL)
2081#define IS_BROADWELL(dev_priv) IS_PLATFORM(dev_priv, INTEL_BROADWELL)
2082#define IS_SKYLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_SKYLAKE)
2083#define IS_BROXTON(dev_priv) IS_PLATFORM(dev_priv, INTEL_BROXTON)
2084#define IS_KABYLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_KABYLAKE)
2085#define IS_GEMINILAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_GEMINILAKE)
2086#define IS_COFFEELAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_COFFEELAKE)
2087#define IS_CANNONLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_CANNONLAKE)
Rodrigo Vivi412310012018-01-11 16:00:04 -02002088#define IS_ICELAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_ICELAKE)
Bob Paauwe897f2962019-03-22 10:58:43 -07002089#define IS_ELKHARTLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_ELKHARTLAKE)
Daniele Ceraolo Spurioabd3a0f2019-07-11 10:30:56 -07002090#define IS_TIGERLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_TIGERLAKE)
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01002091#define IS_HSW_EARLY_SDV(dev_priv) (IS_HASWELL(dev_priv) && \
2092 (INTEL_DEVID(dev_priv) & 0xFF00) == 0x0C00)
Tvrtko Ursulin805446c2019-03-27 14:23:28 +00002093#define IS_BDW_ULT(dev_priv) \
2094 IS_SUBPLATFORM(dev_priv, INTEL_BROADWELL, INTEL_SUBPLATFORM_ULT)
2095#define IS_BDW_ULX(dev_priv) \
2096 IS_SUBPLATFORM(dev_priv, INTEL_BROADWELL, INTEL_SUBPLATFORM_ULX)
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01002097#define IS_BDW_GT3(dev_priv) (IS_BROADWELL(dev_priv) && \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002098 INTEL_INFO(dev_priv)->gt == 3)
Tvrtko Ursulin805446c2019-03-27 14:23:28 +00002099#define IS_HSW_ULT(dev_priv) \
2100 IS_SUBPLATFORM(dev_priv, INTEL_HASWELL, INTEL_SUBPLATFORM_ULT)
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01002101#define IS_HSW_GT3(dev_priv) (IS_HASWELL(dev_priv) && \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002102 INTEL_INFO(dev_priv)->gt == 3)
Chris Wilson167bc752018-12-28 14:07:34 +00002103#define IS_HSW_GT1(dev_priv) (IS_HASWELL(dev_priv) && \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002104 INTEL_INFO(dev_priv)->gt == 1)
Paulo Zanoni9bbfd202014-04-29 11:00:22 -03002105/* ULX machines are also considered ULT. */
Tvrtko Ursulin805446c2019-03-27 14:23:28 +00002106#define IS_HSW_ULX(dev_priv) \
2107 IS_SUBPLATFORM(dev_priv, INTEL_HASWELL, INTEL_SUBPLATFORM_ULX)
2108#define IS_SKL_ULT(dev_priv) \
2109 IS_SUBPLATFORM(dev_priv, INTEL_SKYLAKE, INTEL_SUBPLATFORM_ULT)
2110#define IS_SKL_ULX(dev_priv) \
2111 IS_SUBPLATFORM(dev_priv, INTEL_SKYLAKE, INTEL_SUBPLATFORM_ULX)
2112#define IS_KBL_ULT(dev_priv) \
2113 IS_SUBPLATFORM(dev_priv, INTEL_KABYLAKE, INTEL_SUBPLATFORM_ULT)
2114#define IS_KBL_ULX(dev_priv) \
2115 IS_SUBPLATFORM(dev_priv, INTEL_KABYLAKE, INTEL_SUBPLATFORM_ULX)
Robert Bragg19f81df2017-06-13 12:23:03 +01002116#define IS_SKL_GT2(dev_priv) (IS_SKYLAKE(dev_priv) && \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002117 INTEL_INFO(dev_priv)->gt == 2)
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01002118#define IS_SKL_GT3(dev_priv) (IS_SKYLAKE(dev_priv) && \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002119 INTEL_INFO(dev_priv)->gt == 3)
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01002120#define IS_SKL_GT4(dev_priv) (IS_SKYLAKE(dev_priv) && \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002121 INTEL_INFO(dev_priv)->gt == 4)
Lionel Landwerlin38915892017-06-13 12:23:07 +01002122#define IS_KBL_GT2(dev_priv) (IS_KABYLAKE(dev_priv) && \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002123 INTEL_INFO(dev_priv)->gt == 2)
Lionel Landwerlin38915892017-06-13 12:23:07 +01002124#define IS_KBL_GT3(dev_priv) (IS_KABYLAKE(dev_priv) && \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002125 INTEL_INFO(dev_priv)->gt == 3)
Tvrtko Ursulin805446c2019-03-27 14:23:28 +00002126#define IS_CFL_ULT(dev_priv) \
2127 IS_SUBPLATFORM(dev_priv, INTEL_COFFEELAKE, INTEL_SUBPLATFORM_ULT)
Ville Syrjälä6ce1c332019-06-05 19:29:46 +03002128#define IS_CFL_ULX(dev_priv) \
2129 IS_SUBPLATFORM(dev_priv, INTEL_COFFEELAKE, INTEL_SUBPLATFORM_ULX)
Lionel Landwerlin22ea4f32017-09-18 12:21:24 +01002130#define IS_CFL_GT2(dev_priv) (IS_COFFEELAKE(dev_priv) && \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002131 INTEL_INFO(dev_priv)->gt == 2)
Lionel Landwerlin4407eaa2017-11-10 19:08:40 +00002132#define IS_CFL_GT3(dev_priv) (IS_COFFEELAKE(dev_priv) && \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002133 INTEL_INFO(dev_priv)->gt == 3)
Tvrtko Ursulin805446c2019-03-27 14:23:28 +00002134#define IS_CNL_WITH_PORT_F(dev_priv) \
2135 IS_SUBPLATFORM(dev_priv, INTEL_CANNONLAKE, INTEL_SUBPLATFORM_PORTF)
2136#define IS_ICL_WITH_PORT_F(dev_priv) \
2137 IS_SUBPLATFORM(dev_priv, INTEL_ICELAKE, INTEL_SUBPLATFORM_PORTF)
Sagar Arun Kamble7a58bad2015-09-12 10:17:50 +05302138
Jani Nikulaef712bb2015-10-20 15:22:00 +03002139#define SKL_REVID_A0 0x0
2140#define SKL_REVID_B0 0x1
2141#define SKL_REVID_C0 0x2
2142#define SKL_REVID_D0 0x3
2143#define SKL_REVID_E0 0x4
2144#define SKL_REVID_F0 0x5
Mika Kuoppala4ba9c1f2016-07-20 14:26:12 +03002145#define SKL_REVID_G0 0x6
2146#define SKL_REVID_H0 0x7
Hoath, Nicholase90a21d2015-02-05 10:47:17 +00002147
Jani Nikulae87a0052015-10-20 15:22:02 +03002148#define IS_SKL_REVID(p, since, until) (IS_SKYLAKE(p) && IS_REVID(p, since, until))
2149
Jani Nikulaef712bb2015-10-20 15:22:00 +03002150#define BXT_REVID_A0 0x0
Jani Nikulafffda3f2015-10-20 15:22:01 +03002151#define BXT_REVID_A1 0x1
Jani Nikulaef712bb2015-10-20 15:22:00 +03002152#define BXT_REVID_B0 0x3
Ander Conselvan de Oliveiraa3f79ca2016-11-24 15:23:27 +02002153#define BXT_REVID_B_LAST 0x8
Jani Nikulaef712bb2015-10-20 15:22:00 +03002154#define BXT_REVID_C0 0x9
Nick Hoath6c74c872015-03-20 09:03:52 +00002155
Tvrtko Ursuline2d214a2016-10-13 11:03:04 +01002156#define IS_BXT_REVID(dev_priv, since, until) \
2157 (IS_BROXTON(dev_priv) && IS_REVID(dev_priv, since, until))
Jani Nikulae87a0052015-10-20 15:22:02 +03002158
Mika Kuoppalac033a372016-06-07 17:18:55 +03002159#define KBL_REVID_A0 0x0
2160#define KBL_REVID_B0 0x1
Mika Kuoppalafe905812016-06-07 17:19:03 +03002161#define KBL_REVID_C0 0x2
2162#define KBL_REVID_D0 0x3
2163#define KBL_REVID_E0 0x4
Mika Kuoppalac033a372016-06-07 17:18:55 +03002164
Tvrtko Ursulin08537232016-10-13 11:03:02 +01002165#define IS_KBL_REVID(dev_priv, since, until) \
2166 (IS_KABYLAKE(dev_priv) && IS_REVID(dev_priv, since, until))
Mika Kuoppalac033a372016-06-07 17:18:55 +03002167
Ander Conselvan de Oliveiraf4f4b592017-02-22 08:34:29 +02002168#define GLK_REVID_A0 0x0
2169#define GLK_REVID_A1 0x1
2170
2171#define IS_GLK_REVID(dev_priv, since, until) \
2172 (IS_GEMINILAKE(dev_priv) && IS_REVID(dev_priv, since, until))
2173
Paulo Zanoni3c2e0fd2017-06-06 13:30:34 -07002174#define CNL_REVID_A0 0x0
2175#define CNL_REVID_B0 0x1
Rodrigo Vivie4ffc832017-08-22 16:58:28 -07002176#define CNL_REVID_C0 0x2
Paulo Zanoni3c2e0fd2017-06-06 13:30:34 -07002177
2178#define IS_CNL_REVID(p, since, until) \
2179 (IS_CANNONLAKE(p) && IS_REVID(p, since, until))
2180
Oscar Mateocc38cae2018-05-08 14:29:23 -07002181#define ICL_REVID_A0 0x0
2182#define ICL_REVID_A2 0x1
2183#define ICL_REVID_B0 0x3
2184#define ICL_REVID_B2 0x4
2185#define ICL_REVID_C0 0x5
2186
2187#define IS_ICL_REVID(p, since, until) \
2188 (IS_ICELAKE(p) && IS_REVID(p, since, until))
2189
Rodrigo Vivi8727dc02016-12-18 13:36:26 -08002190#define IS_LP(dev_priv) (INTEL_INFO(dev_priv)->is_lp)
Lucas De Marchicf819ef2018-12-12 10:10:43 -08002191#define IS_GEN9_LP(dev_priv) (IS_GEN(dev_priv, 9) && IS_LP(dev_priv))
2192#define IS_GEN9_BC(dev_priv) (IS_GEN(dev_priv, 9) && !IS_LP(dev_priv))
Ander Conselvan de Oliveira3e4274f2016-11-10 17:23:09 +02002193
Chris Wilson8a68d462019-03-05 18:03:30 +00002194#define HAS_ENGINE(dev_priv, id) (INTEL_INFO(dev_priv)->engine_mask & BIT(id))
Tvrtko Ursulina19d6ff2016-06-23 14:52:41 +01002195
Daniele Ceraolo Spurio97ee6e92019-03-21 17:24:31 -07002196#define ENGINE_INSTANCES_MASK(dev_priv, first, count) ({ \
2197 unsigned int first__ = (first); \
2198 unsigned int count__ = (count); \
2199 (INTEL_INFO(dev_priv)->engine_mask & \
Chris Wilson9511cb62019-03-26 18:00:07 +00002200 GENMASK(first__ + count__ - 1, first__)) >> first__; \
Daniele Ceraolo Spurio97ee6e92019-03-21 17:24:31 -07002201})
2202#define VDBOX_MASK(dev_priv) \
2203 ENGINE_INSTANCES_MASK(dev_priv, VCS0, I915_MAX_VCS)
2204#define VEBOX_MASK(dev_priv) \
2205 ENGINE_INSTANCES_MASK(dev_priv, VECS0, I915_MAX_VECS)
2206
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002207#define HAS_LLC(dev_priv) (INTEL_INFO(dev_priv)->has_llc)
2208#define HAS_SNOOP(dev_priv) (INTEL_INFO(dev_priv)->has_snoop)
Daniele Ceraolo Spuriof6ac9932019-03-28 10:45:32 -07002209#define HAS_EDRAM(dev_priv) ((dev_priv)->edram_size_mb)
Tvrtko Ursulin86527442016-10-13 11:03:00 +01002210#define HAS_WT(dev_priv) ((IS_HASWELL(dev_priv) || \
2211 IS_BROADWELL(dev_priv)) && HAS_EDRAM(dev_priv))
Zou Nan haicae58522010-11-09 17:17:32 +08002212
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002213#define HWS_NEEDS_PHYSICAL(dev_priv) (INTEL_INFO(dev_priv)->hws_needs_physical)
Daniel Vetter1d2a3142012-02-09 17:15:46 +01002214
Tvrtko Ursulin0031fb92016-11-04 14:42:44 +00002215#define HAS_LOGICAL_RING_CONTEXTS(dev_priv) \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002216 (INTEL_INFO(dev_priv)->has_logical_ring_contexts)
Thomas Daniel05f0add2018-03-02 18:14:59 +02002217#define HAS_LOGICAL_RING_ELSQ(dev_priv) \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002218 (INTEL_INFO(dev_priv)->has_logical_ring_elsq)
Michał Winiarskia4598d12017-10-25 22:00:18 +02002219#define HAS_LOGICAL_RING_PREEMPTION(dev_priv) \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002220 (INTEL_INFO(dev_priv)->has_logical_ring_preemption)
Chris Wilsonfb5c5512017-11-20 20:55:00 +00002221
2222#define HAS_EXECLISTS(dev_priv) HAS_LOGICAL_RING_CONTEXTS(dev_priv)
2223
Chris Wilsoncbecbcc2019-03-14 22:38:36 +00002224#define INTEL_PPGTT(dev_priv) (INTEL_INFO(dev_priv)->ppgtt_type)
Chris Wilson4bdafb92018-09-26 21:12:22 +01002225#define HAS_PPGTT(dev_priv) \
2226 (INTEL_PPGTT(dev_priv) != INTEL_PPGTT_NONE)
2227#define HAS_FULL_PPGTT(dev_priv) \
2228 (INTEL_PPGTT(dev_priv) >= INTEL_PPGTT_FULL)
Chris Wilson4bdafb92018-09-26 21:12:22 +01002229
Matthew Aulda5c081662017-10-06 23:18:18 +01002230#define HAS_PAGE_SIZES(dev_priv, sizes) ({ \
2231 GEM_BUG_ON((sizes) == 0); \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002232 ((sizes) & ~INTEL_INFO(dev_priv)->page_sizes) == 0; \
Matthew Aulda5c081662017-10-06 23:18:18 +01002233})
Tvrtko Ursulin0031fb92016-11-04 14:42:44 +00002234
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002235#define HAS_OVERLAY(dev_priv) (INTEL_INFO(dev_priv)->display.has_overlay)
Tvrtko Ursulin0031fb92016-11-04 14:42:44 +00002236#define OVERLAY_NEEDS_PHYSICAL(dev_priv) \
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002237 (INTEL_INFO(dev_priv)->display.overlay_needs_physical)
Zou Nan haicae58522010-11-09 17:17:32 +08002238
Daniel Vetterb45305f2012-12-17 16:21:27 +01002239/* Early gen2 have a totally busted CS tlb and require pinned batches. */
Jani Nikula2a307c22016-11-30 17:43:04 +02002240#define HAS_BROKEN_CS_TLB(dev_priv) (IS_I830(dev_priv) || IS_I845G(dev_priv))
Mika Kuoppala06e668a2015-12-16 19:18:37 +02002241
Rodrigo Vivid66047e42018-02-22 12:05:35 -08002242/* WaRsDisableCoarsePowerGating:skl,cnl */
Tvrtko Ursulin61251512016-06-21 15:07:14 +01002243#define NEEDS_WaRsDisableCoarsePowerGating(dev_priv) \
Rodrigo Vivid66047e42018-02-22 12:05:35 -08002244 (IS_CANNONLAKE(dev_priv) || \
2245 IS_SKL_GT3(dev_priv) || IS_SKL_GT4(dev_priv))
Mika Kuoppala185c66e2016-04-05 15:56:16 +03002246
Ville Syrjälä309bd8e2017-08-18 21:37:05 +03002247#define HAS_GMBUS_IRQ(dev_priv) (INTEL_GEN(dev_priv) >= 4)
Ramalingam Cd5dc0f42018-06-28 19:04:49 +05302248#define HAS_GMBUS_BURST_READ(dev_priv) (INTEL_GEN(dev_priv) >= 10 || \
2249 IS_GEMINILAKE(dev_priv) || \
2250 IS_KABYLAKE(dev_priv))
Daniel Vetterb45305f2012-12-17 16:21:27 +01002251
Zou Nan haicae58522010-11-09 17:17:32 +08002252/* With the 945 and later, Y tiling got adjusted so that it was 32 128-byte
2253 * rows, which changed the alignment requirements and fence programming.
2254 */
Lucas De Marchicf819ef2018-12-12 10:10:43 -08002255#define HAS_128_BYTE_Y_TILING(dev_priv) (!IS_GEN(dev_priv, 2) && \
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01002256 !(IS_I915G(dev_priv) || \
2257 IS_I915GM(dev_priv)))
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002258#define SUPPORTS_TV(dev_priv) (INTEL_INFO(dev_priv)->display.supports_tv)
2259#define I915_HAS_HOTPLUG(dev_priv) (INTEL_INFO(dev_priv)->display.has_hotplug)
Zou Nan haicae58522010-11-09 17:17:32 +08002260
Tvrtko Ursulin56b857a2016-11-07 09:29:20 +00002261#define HAS_FW_BLC(dev_priv) (INTEL_GEN(dev_priv) > 2)
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002262#define HAS_FBC(dev_priv) (INTEL_INFO(dev_priv)->display.has_fbc)
Rodrigo Vivib2ae3182019-02-04 14:25:38 -08002263#define HAS_CUR_FBC(dev_priv) (!HAS_GMCH(dev_priv) && INTEL_GEN(dev_priv) >= 7)
Zou Nan haicae58522010-11-09 17:17:32 +08002264
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01002265#define HAS_IPS(dev_priv) (IS_HSW_ULT(dev_priv) || IS_BROADWELL(dev_priv))
Damien Lespiauf5adf942013-06-24 18:29:34 +01002266
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002267#define HAS_DP_MST(dev_priv) (INTEL_INFO(dev_priv)->display.has_dp_mst)
Jani Nikula0c9b3712015-05-18 17:10:01 +03002268
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002269#define HAS_DDI(dev_priv) (INTEL_INFO(dev_priv)->display.has_ddi)
2270#define HAS_FPGA_DBG_UNCLAIMED(dev_priv) (INTEL_INFO(dev_priv)->has_fpga_dbg)
2271#define HAS_PSR(dev_priv) (INTEL_INFO(dev_priv)->display.has_psr)
Lucas De Marchibc7e3522019-02-22 15:02:54 -08002272#define HAS_TRANSCODER_EDP(dev_priv) (INTEL_INFO(dev_priv)->trans_offsets[TRANSCODER_EDP] != 0)
Chris Wilsonfb6db0f2017-12-01 11:30:30 +00002273
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002274#define HAS_RC6(dev_priv) (INTEL_INFO(dev_priv)->has_rc6)
2275#define HAS_RC6p(dev_priv) (INTEL_INFO(dev_priv)->has_rc6p)
Chris Wilsonfb6db0f2017-12-01 11:30:30 +00002276#define HAS_RC6pp(dev_priv) (false) /* HW was never validated */
Paulo Zanoniaffa9352012-11-23 15:30:39 -02002277
Chris Wilson91cbdb82019-04-19 14:48:36 +01002278#define HAS_RPS(dev_priv) (INTEL_INFO(dev_priv)->has_rps)
2279
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002280#define HAS_CSR(dev_priv) (INTEL_INFO(dev_priv)->display.has_csr)
Daniel Vettereb805622015-05-04 14:58:44 +02002281
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002282#define HAS_RUNTIME_PM(dev_priv) (INTEL_INFO(dev_priv)->has_runtime_pm)
2283#define HAS_64BIT_RELOC(dev_priv) (INTEL_INFO(dev_priv)->has_64bit_reloc)
Joonas Lahtinendfc51482016-11-03 10:39:46 +02002284
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002285#define HAS_IPC(dev_priv) (INTEL_INFO(dev_priv)->display.has_ipc)
Mahesh Kumare57f1c022017-08-17 19:15:27 +05302286
Dave Gordon1a3d1892016-05-13 15:36:30 +01002287/*
2288 * For now, anything with a GuC requires uCode loading, and then supports
2289 * command submission once loaded. But these are logically independent
2290 * properties, so we have separate macros to test them.
2291 */
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002292#define HAS_GUC(dev_priv) (INTEL_INFO(dev_priv)->has_guc)
Tvrtko Ursulin4805fe82016-11-04 14:42:46 +00002293#define HAS_GUC_UCODE(dev_priv) (HAS_GUC(dev_priv))
2294#define HAS_GUC_SCHED(dev_priv) (HAS_GUC(dev_priv))
Michal Wajdeczko2fe2d4e2017-12-06 13:53:10 +00002295
2296/* For now, anything with a GuC has also HuC */
2297#define HAS_HUC(dev_priv) (HAS_GUC(dev_priv))
Anusha Srivatsabd132852017-01-18 08:05:53 -08002298#define HAS_HUC_UCODE(dev_priv) (HAS_GUC(dev_priv))
Alex Dai33a732f2015-08-12 15:43:36 +01002299
Michal Wajdeczko93ffbe82017-12-06 13:53:12 +00002300/* Having a GuC is not the same as using a GuC */
Jani Nikulafce43312018-12-27 16:33:39 +02002301#define USES_GUC(dev_priv) intel_uc_is_using_guc(dev_priv)
2302#define USES_GUC_SUBMISSION(dev_priv) intel_uc_is_using_guc_submission(dev_priv)
2303#define USES_HUC(dev_priv) intel_uc_is_using_huc(dev_priv)
Michal Wajdeczko93ffbe82017-12-06 13:53:12 +00002304
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002305#define HAS_POOLED_EU(dev_priv) (INTEL_INFO(dev_priv)->has_pooled_eu)
arun.siluvery@linux.intel.com33e141e2016-06-03 06:34:33 +01002306
Ville Syrjäläc5e855d2017-06-21 20:49:44 +03002307#define INTEL_PCH_DEVICE_ID_MASK 0xff80
Paulo Zanoni17a303e2012-11-20 15:12:07 -02002308#define INTEL_PCH_IBX_DEVICE_ID_TYPE 0x3b00
2309#define INTEL_PCH_CPT_DEVICE_ID_TYPE 0x1c00
2310#define INTEL_PCH_PPT_DEVICE_ID_TYPE 0x1e00
2311#define INTEL_PCH_LPT_DEVICE_ID_TYPE 0x8c00
2312#define INTEL_PCH_LPT_LP_DEVICE_ID_TYPE 0x9c00
Ville Syrjäläc5e855d2017-06-21 20:49:44 +03002313#define INTEL_PCH_WPT_DEVICE_ID_TYPE 0x8c80
2314#define INTEL_PCH_WPT_LP_DEVICE_ID_TYPE 0x9c80
Satheeshakrishna Me7e7ea22014-04-09 11:08:57 +05302315#define INTEL_PCH_SPT_DEVICE_ID_TYPE 0xA100
2316#define INTEL_PCH_SPT_LP_DEVICE_ID_TYPE 0x9D00
Ville Syrjäläc5e855d2017-06-21 20:49:44 +03002317#define INTEL_PCH_KBP_DEVICE_ID_TYPE 0xA280
Rodrigo Vivi7b22b8c2017-06-02 13:06:39 -07002318#define INTEL_PCH_CNP_DEVICE_ID_TYPE 0xA300
Dhinakaran Pandiyanec7e0bb2017-06-02 13:06:40 -07002319#define INTEL_PCH_CNP_LP_DEVICE_ID_TYPE 0x9D80
Anusha Srivatsa729ae332019-03-18 13:01:33 -07002320#define INTEL_PCH_CMP_DEVICE_ID_TYPE 0x0280
Anusha Srivatsa5c8ea012018-01-11 16:00:10 -02002321#define INTEL_PCH_ICP_DEVICE_ID_TYPE 0x3480
Matt Roperc6f7acb2019-06-14 17:42:10 -07002322#define INTEL_PCH_MCC_DEVICE_ID_TYPE 0x4B00
Matt Roperfc254412019-06-21 08:18:47 -07002323#define INTEL_PCH_MCC2_DEVICE_ID_TYPE 0x3880
Radhakrishna Sripada7f028892019-07-11 10:30:57 -07002324#define INTEL_PCH_TGP_DEVICE_ID_TYPE 0xA080
Robert Beckett30c964a2015-08-28 13:10:22 +01002325#define INTEL_PCH_P2X_DEVICE_ID_TYPE 0x7100
Jesse Barnes1844a662016-03-16 13:31:30 -07002326#define INTEL_PCH_P3X_DEVICE_ID_TYPE 0x7000
Gerd Hoffmann39bfcd522015-11-26 12:03:51 +01002327#define INTEL_PCH_QEMU_DEVICE_ID_TYPE 0x2900 /* qemu q35 has 2918 */
Paulo Zanoni17a303e2012-11-20 15:12:07 -02002328
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01002329#define INTEL_PCH_TYPE(dev_priv) ((dev_priv)->pch_type)
Jani Nikula81717502018-02-05 19:31:39 +02002330#define INTEL_PCH_ID(dev_priv) ((dev_priv)->pch_id)
Matt Roperc6f7acb2019-06-14 17:42:10 -07002331#define HAS_PCH_MCC(dev_priv) (INTEL_PCH_TYPE(dev_priv) == PCH_MCC)
Radhakrishna Sripada7f028892019-07-11 10:30:57 -07002332#define HAS_PCH_TGP(dev_priv) (INTEL_PCH_TYPE(dev_priv) == PCH_TGP)
Anusha Srivatsa0b584362018-01-11 16:00:05 -02002333#define HAS_PCH_ICP(dev_priv) (INTEL_PCH_TYPE(dev_priv) == PCH_ICP)
Rodrigo Vivi7b22b8c2017-06-02 13:06:39 -07002334#define HAS_PCH_CNP(dev_priv) (INTEL_PCH_TYPE(dev_priv) == PCH_CNP)
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01002335#define HAS_PCH_SPT(dev_priv) (INTEL_PCH_TYPE(dev_priv) == PCH_SPT)
2336#define HAS_PCH_LPT(dev_priv) (INTEL_PCH_TYPE(dev_priv) == PCH_LPT)
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01002337#define HAS_PCH_LPT_LP(dev_priv) \
Jani Nikula81717502018-02-05 19:31:39 +02002338 (INTEL_PCH_ID(dev_priv) == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE || \
2339 INTEL_PCH_ID(dev_priv) == INTEL_PCH_WPT_LP_DEVICE_ID_TYPE)
Tvrtko Ursulin4f8036a2016-10-13 11:02:52 +01002340#define HAS_PCH_LPT_H(dev_priv) \
Jani Nikula81717502018-02-05 19:31:39 +02002341 (INTEL_PCH_ID(dev_priv) == INTEL_PCH_LPT_DEVICE_ID_TYPE || \
2342 INTEL_PCH_ID(dev_priv) == INTEL_PCH_WPT_DEVICE_ID_TYPE)
Tvrtko Ursulin6e266952016-10-13 11:02:53 +01002343#define HAS_PCH_CPT(dev_priv) (INTEL_PCH_TYPE(dev_priv) == PCH_CPT)
2344#define HAS_PCH_IBX(dev_priv) (INTEL_PCH_TYPE(dev_priv) == PCH_IBX)
2345#define HAS_PCH_NOP(dev_priv) (INTEL_PCH_TYPE(dev_priv) == PCH_NOP)
2346#define HAS_PCH_SPLIT(dev_priv) (INTEL_PCH_TYPE(dev_priv) != PCH_NONE)
Zou Nan haicae58522010-11-09 17:17:32 +08002347
Rodrigo Vivib2ae3182019-02-04 14:25:38 -08002348#define HAS_GMCH(dev_priv) (INTEL_INFO(dev_priv)->display.has_gmch)
Sonika Jindal5fafe292014-07-21 15:23:38 +05302349
Rodrigo Viviff159472017-06-09 15:26:14 -07002350#define HAS_LSPCON(dev_priv) (INTEL_GEN(dev_priv) >= 9)
Shashank Sharma6389dd82016-10-14 19:56:50 +05302351
Ben Widawsky040d2ba2013-09-19 11:01:40 -07002352/* DPF == dynamic parity feature */
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002353#define HAS_L3_DPF(dev_priv) (INTEL_INFO(dev_priv)->has_l3_dpf)
Tvrtko Ursulin50a0bc92016-10-13 11:02:58 +01002354#define NUM_L3_SLICES(dev_priv) (IS_HSW_GT3(dev_priv) ? \
2355 2 : HAS_L3_DPF(dev_priv))
Ben Widawskye1ef7cc2012-07-24 20:47:31 -07002356
Ben Widawskyc8735b02012-09-07 19:43:39 -07002357#define GT_FREQUENCY_MULTIPLIER 50
Akash Goelde43ae92015-03-06 11:07:14 +05302358#define GEN9_FREQ_SCALER 3
Ben Widawskyc8735b02012-09-07 19:43:39 -07002359
José Roberto de Souzae1bf0942018-11-30 15:20:47 -08002360#define HAS_DISPLAY(dev_priv) (INTEL_INFO(dev_priv)->num_pipes > 0)
2361
Chris Wilson05394f32010-11-08 19:18:58 +00002362#include "i915_trace.h"
2363
Chris Wilson80debff2017-05-25 13:16:12 +01002364static inline bool intel_vtd_active(void)
Chris Wilson48f112f2016-06-24 14:07:14 +01002365{
2366#ifdef CONFIG_INTEL_IOMMU
Chris Wilson80debff2017-05-25 13:16:12 +01002367 if (intel_iommu_gfx_mapped)
Chris Wilson48f112f2016-06-24 14:07:14 +01002368 return true;
2369#endif
2370 return false;
2371}
2372
Chris Wilson80debff2017-05-25 13:16:12 +01002373static inline bool intel_scanout_needs_vtd_wa(struct drm_i915_private *dev_priv)
2374{
2375 return INTEL_GEN(dev_priv) >= 6 && intel_vtd_active();
2376}
2377
Jon Bloomfield0ef34ad2017-05-24 08:54:11 -07002378static inline bool
2379intel_ggtt_update_needs_vtd_wa(struct drm_i915_private *dev_priv)
2380{
Chris Wilson80debff2017-05-25 13:16:12 +01002381 return IS_BROXTON(dev_priv) && intel_vtd_active();
Jon Bloomfield0ef34ad2017-05-24 08:54:11 -07002382}
2383
Chris Wilson0673ad42016-06-24 14:00:22 +01002384/* i915_drv.c */
Imre Deakd15d7532016-03-18 10:46:10 +02002385void __printf(3, 4)
2386__i915_printk(struct drm_i915_private *dev_priv, const char *level,
2387 const char *fmt, ...);
2388
2389#define i915_report_error(dev_priv, fmt, ...) \
2390 __i915_printk(dev_priv, KERN_ERR, fmt, ##__VA_ARGS__)
2391
Ben Widawskyc43b5632012-04-16 14:07:40 -07002392#ifdef CONFIG_COMPAT
Janusz Krzysztofikb5893ff2019-07-12 13:24:25 +02002393long i915_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
Jani Nikula55edf412016-11-01 17:40:44 +02002394#else
2395#define i915_compat_ioctl NULL
Ben Widawskyc43b5632012-04-16 14:07:40 -07002396#endif
Jani Nikulaefab0692016-09-15 16:28:54 +03002397extern const struct dev_pm_ops i915_pm_ops;
2398
Janusz Krzysztofikb01558e2019-07-12 13:24:26 +02002399int i915_driver_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
2400void i915_driver_remove(struct drm_device *dev);
Chris Wilson535275d2017-07-21 13:32:37 +01002401
Janusz Krzysztofikb5893ff2019-07-12 13:24:25 +02002402void intel_engine_init_hangcheck(struct intel_engine_cs *engine);
Imre Deak650ad972014-04-18 16:35:02 +03002403int vlv_force_gfx_clock(struct drm_i915_private *dev_priv, bool on);
Jesse Barnes7648fa92010-05-20 14:28:11 -07002404
Yunwei Zhang1e40d4a2018-05-18 15:39:57 -07002405u32 intel_calculate_mcr_s_ss_select(struct drm_i915_private *dev_priv);
2406
Zhi Wang0ad35fe2016-06-16 08:07:00 -04002407static inline bool intel_gvt_active(struct drm_i915_private *dev_priv)
2408{
Zhenyu Wangfeddf6e2016-10-20 17:15:03 +08002409 return dev_priv->gvt;
Zhi Wang0ad35fe2016-06-16 08:07:00 -04002410}
2411
Chris Wilsonc0336662016-05-06 15:40:21 +01002412static inline bool intel_vgpu_active(struct drm_i915_private *dev_priv)
Yu Zhangcf9d2892015-02-10 19:05:47 +08002413{
Chris Wilsonc0336662016-05-06 15:40:21 +01002414 return dev_priv->vgpu.active;
Yu Zhangcf9d2892015-02-10 19:05:47 +08002415}
Jesse Barnesb1f14ad2011-04-06 12:13:38 -07002416
Eric Anholt673a3942008-07-30 12:06:12 -07002417/* i915_gem.c */
Chris Wilson8a2421b2017-06-16 15:05:22 +01002418int i915_gem_init_userptr(struct drm_i915_private *dev_priv);
2419void i915_gem_cleanup_userptr(struct drm_i915_private *dev_priv);
Chris Wilson24145512017-01-24 11:01:35 +00002420void i915_gem_sanitize(struct drm_i915_private *i915);
Michal Wajdeczkoa0de9082018-03-23 12:34:49 +00002421int i915_gem_init_early(struct drm_i915_private *dev_priv);
2422void i915_gem_cleanup_early(struct drm_i915_private *dev_priv);
Chris Wilson6a800ea2016-09-21 14:51:07 +01002423int i915_gem_freeze(struct drm_i915_private *dev_priv);
Chris Wilson461fb992016-05-14 07:26:33 +01002424int i915_gem_freeze_late(struct drm_i915_private *dev_priv);
2425
Chris Wilsonbdeb9782016-12-23 14:57:56 +00002426static inline void i915_gem_drain_freed_objects(struct drm_i915_private *i915)
2427{
Chris Wilsonc03467b2019-07-03 10:17:17 +01002428 /*
2429 * A single pass should suffice to release all the freed objects (along
Chris Wilsonbdeb9782016-12-23 14:57:56 +00002430 * most call paths) , but be a little more paranoid in that freeing
2431 * the objects does take a little amount of time, during which the rcu
2432 * callbacks could have added new objects into the freed list, and
2433 * armed the work again.
2434 */
Chris Wilsonc03467b2019-07-03 10:17:17 +01002435 while (atomic_read(&i915->mm.free_count)) {
2436 flush_work(&i915->mm.free_work);
Chris Wilsonbdeb9782016-12-23 14:57:56 +00002437 rcu_barrier();
Chris Wilsonc03467b2019-07-03 10:17:17 +01002438 }
Chris Wilsonbdeb9782016-12-23 14:57:56 +00002439}
2440
Chris Wilson3b19f162017-07-18 14:41:24 +01002441static inline void i915_gem_drain_workqueue(struct drm_i915_private *i915)
2442{
2443 /*
2444 * Similar to objects above (see i915_gem_drain_freed-objects), in
2445 * general we have workers that are armed by RCU and then rearm
2446 * themselves in their callbacks. To be paranoid, we need to
2447 * drain the workqueue a second time after waiting for the RCU
2448 * grace period so that we catch work queued via RCU from the first
2449 * pass. As neither drain_workqueue() nor flush_workqueue() report
2450 * a result, we make an assumption that we only don't require more
Chris Wilsondc76e572019-05-01 14:57:51 +01002451 * than 3 passes to catch all _recursive_ RCU delayed work.
Chris Wilson3b19f162017-07-18 14:41:24 +01002452 *
2453 */
Chris Wilsondc76e572019-05-01 14:57:51 +01002454 int pass = 3;
Chris Wilson3b19f162017-07-18 14:41:24 +01002455 do {
Chris Wilson4fda44b2019-07-03 18:19:13 +01002456 flush_workqueue(i915->wq);
Chris Wilson3b19f162017-07-18 14:41:24 +01002457 rcu_barrier();
Janusz Krzysztofik141f3762019-04-06 11:40:34 +01002458 i915_gem_drain_freed_objects(i915);
Chris Wilson3b19f162017-07-18 14:41:24 +01002459 } while (--pass);
Chris Wilsondc76e572019-05-01 14:57:51 +01002460 drain_workqueue(i915->wq);
Chris Wilson3b19f162017-07-18 14:41:24 +01002461}
2462
Chris Wilson058d88c2016-08-15 10:49:06 +01002463struct i915_vma * __must_check
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02002464i915_gem_object_ggtt_pin(struct drm_i915_gem_object *obj,
2465 const struct i915_ggtt_view *view,
Chris Wilson91b2db62016-08-04 16:32:23 +01002466 u64 size,
Chris Wilson2ffffd02016-08-04 16:32:22 +01002467 u64 alignment,
2468 u64 flags);
Tvrtko Ursulinfe14d5f2014-12-10 17:27:58 +00002469
Chris Wilsonc03467b2019-07-03 10:17:17 +01002470int i915_gem_object_unbind(struct drm_i915_gem_object *obj,
2471 unsigned long flags);
2472#define I915_GEM_OBJECT_UNBIND_ACTIVE BIT(0)
Chris Wilsonf787a5f2010-09-24 16:02:42 +01002473
Chris Wilson7c108fd2016-10-24 13:42:18 +01002474void i915_gem_runtime_suspend(struct drm_i915_private *dev_priv);
2475
Chris Wilson2caffbf2019-02-08 15:37:03 +00002476static inline int __must_check
2477i915_mutex_lock_interruptible(struct drm_device *dev)
2478{
2479 return mutex_lock_interruptible(&dev->struct_mutex);
2480}
2481
Dave Airlieff72145b2011-02-07 12:16:14 +10002482int i915_gem_dumb_create(struct drm_file *file_priv,
2483 struct drm_device *dev,
2484 struct drm_mode_create_dumb *args);
Dave Airlieda6b51d2014-12-24 13:11:17 +10002485int i915_gem_mmap_gtt(struct drm_file *file_priv, struct drm_device *dev,
Jani Nikula143c3352019-01-18 14:01:24 +02002486 u32 handle, u64 *offset);
Chris Wilson4cc69072016-08-25 19:05:19 +01002487int i915_gem_mmap_gtt_version(void);
Dave Gordon85d12252016-05-20 11:54:06 +01002488
2489void i915_gem_track_fb(struct drm_i915_gem_object *old,
2490 struct drm_i915_gem_object *new,
2491 unsigned frontbuffer_bits);
2492
Chris Wilson73cb9702016-10-28 13:58:46 +01002493int __must_check i915_gem_set_global_seqno(struct drm_device *dev, u32 seqno);
Chris Wilson1690e1e2011-12-14 13:57:08 +01002494
Mika Kuoppala2ac0f452013-11-12 14:44:19 +02002495static inline u32 i915_reset_count(struct i915_gpu_error *error)
2496{
Chris Wilsoncb823ed2019-07-12 20:29:53 +01002497 return atomic_read(&error->reset_count);
Daniel Vetter1f83fee2012-11-15 17:17:22 +01002498}
Chris Wilsona71d8d92012-02-15 11:25:36 +00002499
Michel Thierry702c8f82017-06-20 10:57:48 +01002500static inline u32 i915_reset_engine_count(struct i915_gpu_error *error,
2501 struct intel_engine_cs *engine)
2502{
Chris Wilsoncb823ed2019-07-12 20:29:53 +01002503 return atomic_read(&error->reset_engine_count[engine->uabi_class]);
Michel Thierry702c8f82017-06-20 10:57:48 +01002504}
2505
Chris Wilson24145512017-01-24 11:01:35 +00002506void i915_gem_init_mmio(struct drm_i915_private *i915);
Tvrtko Ursulinbf9e8422016-12-01 14:16:38 +00002507int __must_check i915_gem_init(struct drm_i915_private *dev_priv);
2508int __must_check i915_gem_init_hw(struct drm_i915_private *dev_priv);
Janusz Krzysztofik78dae1a2019-07-12 13:24:29 +02002509void i915_gem_driver_remove(struct drm_i915_private *dev_priv);
Janusz Krzysztofik3b58a942019-07-12 13:24:28 +02002510void i915_gem_driver_release(struct drm_i915_private *dev_priv);
Chris Wilson496b5752017-02-13 17:15:58 +00002511int i915_gem_wait_for_idle(struct drm_i915_private *dev_priv,
Chris Wilsonec625fb2018-07-09 13:20:42 +01002512 unsigned int flags, long timeout);
Chris Wilson5861b012019-03-08 09:36:54 +00002513void i915_gem_suspend(struct drm_i915_private *dev_priv);
Chris Wilsonec92ad02018-05-31 09:22:46 +01002514void i915_gem_suspend_late(struct drm_i915_private *dev_priv);
Tvrtko Ursulinbf9e8422016-12-01 14:16:38 +00002515void i915_gem_resume(struct drm_i915_private *dev_priv);
Chris Wilson52137012018-06-06 22:45:20 +01002516vm_fault_t i915_gem_fault(struct vm_fault *vmf);
Chris Wilson6b5e90f2016-11-14 20:41:05 +00002517
Chris Wilson829a0af2017-06-20 12:05:45 +01002518int i915_gem_open(struct drm_i915_private *i915, struct drm_file *file);
Chris Wilson05394f32010-11-08 19:18:58 +00002519void i915_gem_release(struct drm_device *dev, struct drm_file *file);
Eric Anholt673a3942008-07-30 12:06:12 -07002520
Chris Wilsone4ffd172011-04-04 09:44:39 +01002521int i915_gem_object_set_cache_level(struct drm_i915_gem_object *obj,
2522 enum i915_cache_level cache_level);
2523
Daniel Vetter1286ff72012-05-10 15:25:09 +02002524struct drm_gem_object *i915_gem_prime_import(struct drm_device *dev,
2525 struct dma_buf *dma_buf);
2526
2527struct dma_buf *i915_gem_prime_export(struct drm_device *dev,
2528 struct drm_gem_object *gem_obj, int flags);
2529
Chris Wilsonca585b52016-05-24 14:53:36 +01002530static inline struct i915_gem_context *
Chris Wilson1acfc102017-06-20 12:05:47 +01002531__i915_gem_context_lookup_rcu(struct drm_i915_file_private *file_priv, u32 id)
2532{
2533 return idr_find(&file_priv->context_idr, id);
2534}
2535
2536static inline struct i915_gem_context *
Chris Wilsonca585b52016-05-24 14:53:36 +01002537i915_gem_context_lookup(struct drm_i915_file_private *file_priv, u32 id)
2538{
2539 struct i915_gem_context *ctx;
2540
Chris Wilson1acfc102017-06-20 12:05:47 +01002541 rcu_read_lock();
2542 ctx = __i915_gem_context_lookup_rcu(file_priv, id);
2543 if (ctx && !kref_get_unless_zero(&ctx->ref))
2544 ctx = NULL;
2545 rcu_read_unlock();
Chris Wilsonca585b52016-05-24 14:53:36 +01002546
2547 return ctx;
2548}
2549
Robert Braggeec688e2016-11-07 19:49:47 +00002550int i915_perf_open_ioctl(struct drm_device *dev, void *data,
2551 struct drm_file *file);
Lionel Landwerlinf89823c2017-08-03 18:05:50 +01002552int i915_perf_add_config_ioctl(struct drm_device *dev, void *data,
2553 struct drm_file *file);
2554int i915_perf_remove_config_ioctl(struct drm_device *dev, void *data,
2555 struct drm_file *file);
Robert Bragg19f81df2017-06-13 12:23:03 +01002556void i915_oa_init_reg_state(struct intel_engine_cs *engine,
Chris Wilsonb146e5e2019-03-06 08:47:04 +00002557 struct intel_context *ce,
Jani Nikula143c3352019-01-18 14:01:24 +02002558 u32 *reg_state);
Robert Braggeec688e2016-11-07 19:49:47 +00002559
Chris Wilsonb47eb4a2010-08-07 11:01:23 +01002560/* i915_gem_evict.c */
Chris Wilsone522ac232016-08-04 16:32:18 +01002561int __must_check i915_gem_evict_something(struct i915_address_space *vm,
Chris Wilson2ffffd02016-08-04 16:32:22 +01002562 u64 min_size, u64 alignment,
Chris Wilson42d6ab42012-07-26 11:49:32 +01002563 unsigned cache_level,
Chris Wilson2ffffd02016-08-04 16:32:22 +01002564 u64 start, u64 end,
Daniel Vetter1ec9e262014-02-14 14:01:11 +01002565 unsigned flags);
Chris Wilson625d9882017-01-11 11:23:11 +00002566int __must_check i915_gem_evict_for_node(struct i915_address_space *vm,
2567 struct drm_mm_node *node,
2568 unsigned int flags);
Chris Wilson2889caa2017-06-16 15:05:19 +01002569int i915_gem_evict_vm(struct i915_address_space *vm);
Chris Wilsonb47eb4a2010-08-07 11:01:23 +01002570
Chris Wilson9797fbf2012-04-24 15:47:39 +01002571/* i915_gem_stolen.c */
Paulo Zanonid713fd42015-07-02 19:25:07 -03002572int i915_gem_stolen_insert_node(struct drm_i915_private *dev_priv,
2573 struct drm_mm_node *node, u64 size,
2574 unsigned alignment);
Paulo Zanonia9da5122015-09-14 15:19:57 -03002575int i915_gem_stolen_insert_node_in_range(struct drm_i915_private *dev_priv,
2576 struct drm_mm_node *node, u64 size,
2577 unsigned alignment, u64 start,
2578 u64 end);
Paulo Zanonid713fd42015-07-02 19:25:07 -03002579void i915_gem_stolen_remove_node(struct drm_i915_private *dev_priv,
2580 struct drm_mm_node *node);
Tvrtko Ursulin7ace3d32016-11-16 08:55:35 +00002581int i915_gem_init_stolen(struct drm_i915_private *dev_priv);
Matthew Auld8c019032018-09-20 15:27:07 +01002582void i915_gem_cleanup_stolen(struct drm_i915_private *dev_priv);
Chris Wilson0104fdb2012-11-15 11:32:26 +00002583struct drm_i915_gem_object *
Matthew Auldb7128ef2017-12-11 15:18:22 +00002584i915_gem_object_create_stolen(struct drm_i915_private *dev_priv,
2585 resource_size_t size);
Chris Wilson866d12b2013-02-19 13:31:37 -08002586struct drm_i915_gem_object *
Tvrtko Ursulin187685c2016-12-01 14:16:36 +00002587i915_gem_object_create_stolen_for_preallocated(struct drm_i915_private *dev_priv,
Matthew Auldb7128ef2017-12-11 15:18:22 +00002588 resource_size_t stolen_offset,
2589 resource_size_t gtt_offset,
2590 resource_size_t size);
Chris Wilson9797fbf2012-04-24 15:47:39 +01002591
Chris Wilson920cf412016-10-28 13:58:30 +01002592/* i915_gem_internal.c */
2593struct drm_i915_gem_object *
2594i915_gem_object_create_internal(struct drm_i915_private *dev_priv,
Chris Wilsonfcd46e52017-01-12 13:04:31 +00002595 phys_addr_t size);
Chris Wilson920cf412016-10-28 13:58:30 +01002596
Daniel Vetterbe6a0372015-03-18 10:46:04 +01002597/* i915_gem_shrinker.c */
Chris Wilson56fa4bf2017-11-23 11:53:38 +00002598unsigned long i915_gem_shrink(struct drm_i915_private *i915,
Chris Wilson14387542015-10-01 12:18:25 +01002599 unsigned long target,
Chris Wilson912d5722017-09-06 16:19:30 -07002600 unsigned long *nr_scanned,
Daniel Vetterbe6a0372015-03-18 10:46:04 +01002601 unsigned flags);
Chris Wilson3b4fa962019-05-30 21:34:59 +01002602#define I915_SHRINK_UNBOUND BIT(0)
2603#define I915_SHRINK_BOUND BIT(1)
2604#define I915_SHRINK_ACTIVE BIT(2)
2605#define I915_SHRINK_VMAPS BIT(3)
2606#define I915_SHRINK_WRITEBACK BIT(4)
2607
Chris Wilson56fa4bf2017-11-23 11:53:38 +00002608unsigned long i915_gem_shrink_all(struct drm_i915_private *i915);
2609void i915_gem_shrinker_register(struct drm_i915_private *i915);
2610void i915_gem_shrinker_unregister(struct drm_i915_private *i915);
Chris Wilsond25f71a2019-01-07 11:54:24 +00002611void i915_gem_shrinker_taints_mutex(struct drm_i915_private *i915,
2612 struct mutex *mutex);
Daniel Vetterbe6a0372015-03-18 10:46:04 +01002613
Eric Anholt673a3942008-07-30 12:06:12 -07002614/* i915_gem_tiling.c */
Chris Wilson2c1792a2013-08-01 18:39:55 +01002615static inline bool i915_gem_object_needs_bit17_swizzle(struct drm_i915_gem_object *obj)
Chris Wilsone9b73c62012-12-03 21:03:14 +00002616{
Chris Wilson091387c2016-06-24 14:00:21 +01002617 struct drm_i915_private *dev_priv = to_i915(obj->base.dev);
Chris Wilsone9b73c62012-12-03 21:03:14 +00002618
2619 return dev_priv->mm.bit_6_swizzle_x == I915_BIT_6_SWIZZLE_9_10_17 &&
Chris Wilson3e510a82016-08-05 10:14:23 +01002620 i915_gem_object_is_tiled(obj);
Chris Wilsone9b73c62012-12-03 21:03:14 +00002621}
2622
Chris Wilson91d4e0aa2017-01-09 16:16:13 +00002623u32 i915_gem_fence_size(struct drm_i915_private *dev_priv, u32 size,
2624 unsigned int tiling, unsigned int stride);
2625u32 i915_gem_fence_alignment(struct drm_i915_private *dev_priv, u32 size,
2626 unsigned int tiling, unsigned int stride);
2627
Chris Wilson0a4cd7c2014-08-22 14:41:39 +01002628const char *i915_cache_level_str(struct drm_i915_private *i915, int type);
Ben Gamari20172632009-02-17 20:08:50 -05002629
Brad Volkin351e3db2014-02-18 10:15:46 -08002630/* i915_cmd_parser.c */
Chris Wilson1ca37122016-05-04 14:25:36 +01002631int i915_cmd_parser_get_version(struct drm_i915_private *dev_priv);
Chris Wilson7756e452016-08-18 17:17:10 +01002632void intel_engine_init_cmd_parser(struct intel_engine_cs *engine);
Chris Wilson33a051a2016-07-27 09:07:26 +01002633void intel_engine_cleanup_cmd_parser(struct intel_engine_cs *engine);
Chris Wilson33a051a2016-07-27 09:07:26 +01002634int intel_engine_cmd_parser(struct intel_engine_cs *engine,
2635 struct drm_i915_gem_object *batch_obj,
2636 struct drm_i915_gem_object *shadow_batch_obj,
2637 u32 batch_start_offset,
2638 u32 batch_len,
2639 bool is_master);
Brad Volkin351e3db2014-02-18 10:15:46 -08002640
Robert Braggeec688e2016-11-07 19:49:47 +00002641/* i915_perf.c */
Janusz Krzysztofikb5893ff2019-07-12 13:24:25 +02002642void i915_perf_init(struct drm_i915_private *dev_priv);
2643void i915_perf_fini(struct drm_i915_private *dev_priv);
2644void i915_perf_register(struct drm_i915_private *dev_priv);
2645void i915_perf_unregister(struct drm_i915_private *dev_priv);
Robert Braggeec688e2016-11-07 19:49:47 +00002646
Jesse Barnes317c35d2008-08-25 15:11:06 -07002647/* i915_suspend.c */
Janusz Krzysztofikb5893ff2019-07-12 13:24:25 +02002648int i915_save_state(struct drm_i915_private *dev_priv);
2649int i915_restore_state(struct drm_i915_private *dev_priv);
Jesse Barnes317c35d2008-08-25 15:11:06 -07002650
Ben Widawsky0136db52012-04-10 21:17:01 -07002651/* i915_sysfs.c */
David Weinehall694c2822016-08-22 13:32:43 +03002652void i915_setup_sysfs(struct drm_i915_private *dev_priv);
2653void i915_teardown_sysfs(struct drm_i915_private *dev_priv);
Ben Widawsky0136db52012-04-10 21:17:01 -07002654
Chris Wilson94b4f3b2016-07-05 10:40:20 +01002655/* intel_device_info.c */
2656static inline struct intel_device_info *
2657mkwrite_device_info(struct drm_i915_private *dev_priv)
2658{
Jani Nikulaa0f04cc2018-12-31 16:56:44 +02002659 return (struct intel_device_info *)INTEL_INFO(dev_priv);
Chris Wilson94b4f3b2016-07-05 10:40:20 +01002660}
2661
Jesse Barnes79e53942008-11-07 14:24:08 -08002662/* modesetting */
Janusz Krzysztofikb5893ff2019-07-12 13:24:25 +02002663void intel_modeset_init_hw(struct drm_device *dev);
2664int intel_modeset_init(struct drm_device *dev);
Janusz Krzysztofik78dae1a2019-07-12 13:24:29 +02002665void intel_modeset_driver_remove(struct drm_device *dev);
Janusz Krzysztofikb5893ff2019-07-12 13:24:25 +02002666int intel_modeset_vga_set_state(struct drm_i915_private *dev_priv, bool state);
2667void intel_display_resume(struct drm_device *dev);
2668void i915_redisable_vga(struct drm_i915_private *dev_priv);
2669void i915_redisable_vga_power_on(struct drm_i915_private *dev_priv);
2670void intel_init_pch_refclk(struct drm_i915_private *dev_priv);
Zhenyu Wang3bad0782010-04-07 16:15:53 +08002671
Ben Widawskyc0c7bab2012-07-12 11:01:05 -07002672int i915_reg_read_ioctl(struct drm_device *dev, void *data,
2673 struct drm_file *file);
Jesse Barnes575155a2012-03-28 13:39:37 -07002674
Janusz Krzysztofikb5893ff2019-07-12 13:24:25 +02002675struct intel_display_error_state *
Chris Wilsonc0336662016-05-06 15:40:21 +01002676intel_display_capture_error_state(struct drm_i915_private *dev_priv);
Janusz Krzysztofikb5893ff2019-07-12 13:24:25 +02002677void intel_display_print_error_state(struct drm_i915_error_state_buf *e,
2678 struct intel_display_error_state *error);
Chris Wilson6ef3d422010-08-04 20:26:07 +01002679
Daniele Ceraolo Spurioa2b4abf2019-03-25 14:49:36 -07002680#define __I915_REG_OP(op__, dev_priv__, ...) \
2681 intel_uncore_##op__(&(dev_priv__)->uncore, __VA_ARGS__)
Keith Packard5f753772010-11-22 09:24:22 +00002682
Daniele Ceraolo Spurioa2b4abf2019-03-25 14:49:36 -07002683#define I915_READ(reg__) __I915_REG_OP(read, dev_priv, (reg__))
2684#define I915_WRITE(reg__, val__) __I915_REG_OP(write, dev_priv, (reg__), (val__))
Keith Packard5f753772010-11-22 09:24:22 +00002685
Daniele Ceraolo Spurioa2b4abf2019-03-25 14:49:36 -07002686#define POSTING_READ(reg__) __I915_REG_OP(posting_read, dev_priv, (reg__))
Zou Nan haicae58522010-11-09 17:17:32 +08002687
Chris Wilsona6111f72015-04-07 16:21:02 +01002688/* These are untraced mmio-accessors that are only valid to be used inside
Arkadiusz Hileraafee2e2016-10-25 14:48:02 +02002689 * critical sections, such as inside IRQ handlers, where forcewake is explicitly
Chris Wilsona6111f72015-04-07 16:21:02 +01002690 * controlled.
Arkadiusz Hileraafee2e2016-10-25 14:48:02 +02002691 *
Chris Wilsona6111f72015-04-07 16:21:02 +01002692 * Think twice, and think again, before using these.
Arkadiusz Hileraafee2e2016-10-25 14:48:02 +02002693 *
2694 * As an example, these accessors can possibly be used between:
2695 *
2696 * spin_lock_irq(&dev_priv->uncore.lock);
2697 * intel_uncore_forcewake_get__locked();
2698 *
2699 * and
2700 *
2701 * intel_uncore_forcewake_put__locked();
2702 * spin_unlock_irq(&dev_priv->uncore.lock);
2703 *
2704 *
2705 * Note: some registers may not need forcewake held, so
2706 * intel_uncore_forcewake_{get,put} can be omitted, see
2707 * intel_uncore_forcewake_for_reg().
2708 *
2709 * Certain architectures will die if the same cacheline is concurrently accessed
2710 * by different clients (e.g. on Ivybridge). Access to registers should
2711 * therefore generally be serialised, by either the dev_priv->uncore.lock or
2712 * a more localised lock guarding all access to that bank of registers.
Chris Wilsona6111f72015-04-07 16:21:02 +01002713 */
Daniele Ceraolo Spurioa2b4abf2019-03-25 14:49:36 -07002714#define I915_READ_FW(reg__) __I915_REG_OP(read_fw, dev_priv, (reg__))
2715#define I915_WRITE_FW(reg__, val__) __I915_REG_OP(write_fw, dev_priv, (reg__), (val__))
Chris Wilsona6111f72015-04-07 16:21:02 +01002716
Ville Syrjälä55bc60d2013-01-17 16:31:29 +02002717/* "Broadcast RGB" property */
2718#define INTEL_BROADCAST_RGB_AUTO 0
2719#define INTEL_BROADCAST_RGB_FULL 1
2720#define INTEL_BROADCAST_RGB_LIMITED 2
Yuanhan Liuba4f01a2010-11-08 17:09:41 +08002721
Chris Wilson0b1de5d2016-08-12 12:39:59 +01002722void i915_memcpy_init_early(struct drm_i915_private *dev_priv);
2723bool i915_memcpy_from_wc(void *dst, const void *src, unsigned long len);
2724
Chris Wilsonc4d3ae62017-01-06 15:20:09 +00002725/* The movntdqa instructions used for memcpy-from-wc require 16-byte alignment,
2726 * as well as SSE4.1 support. i915_memcpy_from_wc() will report if it cannot
2727 * perform the operation. To check beforehand, pass in the parameters to
2728 * to i915_can_memcpy_from_wc() - since we only care about the low 4 bits,
2729 * you only need to pass in the minor offsets, page-aligned pointers are
2730 * always valid.
2731 *
2732 * For just checking for SSE4.1, in the foreknowledge that the future use
2733 * will be correctly aligned, just use i915_has_memcpy_from_wc().
2734 */
2735#define i915_can_memcpy_from_wc(dst, src, len) \
2736 i915_memcpy_from_wc((void *)((unsigned long)(dst) | (unsigned long)(src) | (len)), NULL, 0)
2737
2738#define i915_has_memcpy_from_wc() \
2739 i915_memcpy_from_wc(NULL, NULL, 0)
2740
Chris Wilsonc58305a2016-08-19 16:54:28 +01002741/* i915_mm.c */
2742int remap_io_mapping(struct vm_area_struct *vma,
2743 unsigned long addr, unsigned long pfn, unsigned long size,
2744 struct io_mapping *iomap);
2745
Chris Wilson767a9832017-09-13 09:56:05 +01002746static inline int intel_hws_csb_write_index(struct drm_i915_private *i915)
2747{
2748 if (INTEL_GEN(i915) >= 10)
2749 return CNL_HWS_CSB_WRITE_INDEX;
2750 else
2751 return I915_HWS_CSB_WRITE_INDEX;
2752}
2753
Chris Wilson98932142019-05-28 10:29:44 +01002754static inline enum i915_map_type
2755i915_coherent_map_type(struct drm_i915_private *i915)
2756{
2757 return HAS_LLC(i915) ? I915_MAP_WB : I915_MAP_WC;
2758}
2759
Chris Wilson18ecc6c2019-05-08 12:52:45 +01002760static inline void add_taint_for_CI(unsigned int taint)
2761{
2762 /*
2763 * The system is "ok", just about surviving for the user, but
2764 * CI results are now unreliable as the HW is very suspect.
2765 * CI checks the taint state after every test and will reboot
2766 * the machine if the kernel is tainted.
2767 */
2768 add_taint(taint, LOCKDEP_STILL_OK);
2769}
2770
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771#endif