Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* i915_drv.h -- Private header for the I915 driver -*- linux-c -*- |
| 2 | */ |
Dave Airlie | 0d6aa60 | 2006-01-02 20:14:23 +1100 | [diff] [blame] | 3 | /* |
Dave Airlie | bc54fd1 | 2005-06-23 22:46:46 +1000 | [diff] [blame] | 4 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas. |
| 6 | * All Rights Reserved. |
Dave Airlie | bc54fd1 | 2005-06-23 22:46:46 +1000 | [diff] [blame] | 7 | * |
| 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 Airlie | 0d6aa60 | 2006-01-02 20:14:23 +1100 | [diff] [blame] | 28 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | |
| 30 | #ifndef _I915_DRV_H_ |
| 31 | #define _I915_DRV_H_ |
| 32 | |
Chris Wilson | e9b73c6 | 2012-12-03 21:03:14 +0000 | [diff] [blame] | 33 | #include <uapi/drm/i915_drm.h> |
Tvrtko Ursulin | 93b81f5 | 2015-02-10 17:16:05 +0000 | [diff] [blame] | 34 | #include <uapi/drm/drm_fourcc.h> |
Chris Wilson | e9b73c6 | 2012-12-03 21:03:14 +0000 | [diff] [blame] | 35 | |
Keith Packard | 0839ccb | 2008-10-30 19:38:48 -0700 | [diff] [blame] | 36 | #include <linux/io-mapping.h> |
Chris Wilson | f899fc6 | 2010-07-20 15:44:45 -0700 | [diff] [blame] | 37 | #include <linux/i2c.h> |
Daniel Vetter | c167a6f | 2012-02-28 00:43:09 +0100 | [diff] [blame] | 38 | #include <linux/i2c-algo-bit.h> |
Matthew Garrett | aaa6fd2 | 2011-08-12 12:11:33 +0200 | [diff] [blame] | 39 | #include <linux/backlight.h> |
Chris Wilson | 4ff4b44 | 2017-06-16 15:05:16 +0100 | [diff] [blame] | 40 | #include <linux/hash.h> |
Ben Widawsky | 2911a35 | 2012-04-05 14:47:36 -0700 | [diff] [blame] | 41 | #include <linux/intel-iommu.h> |
Daniel Vetter | 742cbee | 2012-04-27 15:17:39 +0200 | [diff] [blame] | 42 | #include <linux/kref.h> |
Chris Wilson | 5213701 | 2018-06-06 22:45:20 +0100 | [diff] [blame] | 43 | #include <linux/mm_types.h> |
Tvrtko Ursulin | b46a33e | 2017-11-21 18:18:45 +0000 | [diff] [blame] | 44 | #include <linux/perf_event.h> |
Daniel Vetter | 9ee32fea | 2012-12-01 13:53:48 +0100 | [diff] [blame] | 45 | #include <linux/pm_qos.h> |
Christian König | 52791ee | 2019-08-11 10:06:32 +0200 | [diff] [blame] | 46 | #include <linux/dma-resv.h> |
Chris Wilson | e73bdd2 | 2016-04-13 17:35:01 +0100 | [diff] [blame] | 47 | #include <linux/shmem_fs.h> |
Chris Wilson | bd780f3 | 2019-01-14 14:21:09 +0000 | [diff] [blame] | 48 | #include <linux/stackdepot.h> |
Tvrtko Ursulin | c100777 | 2019-12-24 09:59:20 +0000 | [diff] [blame] | 49 | #include <linux/xarray.h> |
Chris Wilson | e73bdd2 | 2016-04-13 17:35:01 +0100 | [diff] [blame] | 50 | |
Chris Wilson | e73bdd2 | 2016-04-13 17:35:01 +0100 | [diff] [blame] | 51 | #include <drm/intel-gtt.h> |
| 52 | #include <drm/drm_legacy.h> /* for struct drm_dma_handle */ |
| 53 | #include <drm/drm_gem.h> |
Daniel Vetter | 3b96a0b | 2016-06-21 10:54:22 +0200 | [diff] [blame] | 54 | #include <drm/drm_auth.h> |
Gabriel Krisman Bertazi | f9a87bd | 2017-01-09 19:56:49 -0200 | [diff] [blame] | 55 | #include <drm/drm_cache.h> |
Daniel Vetter | d78aa65 | 2018-09-05 15:57:05 +0200 | [diff] [blame] | 56 | #include <drm/drm_util.h> |
Manasi Navare | 7b610f1 | 2018-11-28 12:26:12 -0800 | [diff] [blame] | 57 | #include <drm/drm_dsc.h> |
Ville Syrjälä | c457d9c | 2019-05-24 18:36:14 +0300 | [diff] [blame] | 58 | #include <drm/drm_atomic.h> |
Jani Nikula | 2f80d7b | 2019-01-08 10:27:09 +0200 | [diff] [blame] | 59 | #include <drm/drm_connector.h> |
Ramalingam C | 9055aac | 2019-02-16 23:06:51 +0530 | [diff] [blame] | 60 | #include <drm/i915_mei_hdcp_interface.h> |
Chris Wilson | e73bdd2 | 2016-04-13 17:35:01 +0100 | [diff] [blame] | 61 | |
Jani Nikula | 2d332ee | 2018-11-16 14:07:25 +0200 | [diff] [blame] | 62 | #include "i915_fixed.h" |
Chris Wilson | e73bdd2 | 2016-04-13 17:35:01 +0100 | [diff] [blame] | 63 | #include "i915_params.h" |
| 64 | #include "i915_reg.h" |
Chris Wilson | 40b326e | 2017-01-05 15:30:22 +0000 | [diff] [blame] | 65 | #include "i915_utils.h" |
Chris Wilson | e73bdd2 | 2016-04-13 17:35:01 +0100 | [diff] [blame] | 66 | |
Jani Nikula | df0566a | 2019-06-13 11:44:16 +0300 | [diff] [blame] | 67 | #include "display/intel_bios.h" |
| 68 | #include "display/intel_display.h" |
| 69 | #include "display/intel_display_power.h" |
| 70 | #include "display/intel_dpll_mgr.h" |
Animesh Manna | 67f3b58 | 2019-09-20 17:29:22 +0530 | [diff] [blame] | 71 | #include "display/intel_dsb.h" |
Jani Nikula | df0566a | 2019-06-13 11:44:16 +0300 | [diff] [blame] | 72 | #include "display/intel_frontbuffer.h" |
Ville Syrjälä | 0ef1905 | 2020-01-20 19:47:24 +0200 | [diff] [blame] | 73 | #include "display/intel_global_state.h" |
Daniele Ceraolo Spurio | 4e3f12d | 2019-08-15 18:23:40 -0700 | [diff] [blame] | 74 | #include "display/intel_gmbus.h" |
Jani Nikula | df0566a | 2019-06-13 11:44:16 +0300 | [diff] [blame] | 75 | #include "display/intel_opregion.h" |
| 76 | |
Jani Nikula | 6401faf | 2019-08-08 16:42:48 +0300 | [diff] [blame] | 77 | #include "gem/i915_gem_context_types.h" |
Jani Nikula | be80bc3 | 2019-08-08 16:42:49 +0300 | [diff] [blame] | 78 | #include "gem/i915_gem_shrinker.h" |
Jani Nikula | 6401faf | 2019-08-08 16:42:48 +0300 | [diff] [blame] | 79 | #include "gem/i915_gem_stolen.h" |
| 80 | |
Chris Wilson | 112ed2d | 2019-04-24 18:48:39 +0100 | [diff] [blame] | 81 | #include "gt/intel_lrc.h" |
| 82 | #include "gt/intel_engine.h" |
Tvrtko Ursulin | e5be5c7 | 2019-06-21 08:07:40 +0100 | [diff] [blame] | 83 | #include "gt/intel_gt_types.h" |
Chris Wilson | 112ed2d | 2019-04-24 18:48:39 +0100 | [diff] [blame] | 84 | #include "gt/intel_workarounds.h" |
Daniele Ceraolo Spurio | 0f261b2 | 2019-07-13 11:00:11 +0100 | [diff] [blame] | 85 | #include "gt/uc/intel_uc.h" |
Chris Wilson | 112ed2d | 2019-04-24 18:48:39 +0100 | [diff] [blame] | 86 | |
Michal Wajdeczko | b978520 | 2017-12-21 21:57:32 +0000 | [diff] [blame] | 87 | #include "intel_device_info.h" |
Jani Nikula | 707d26d | 2019-08-07 15:04:15 +0300 | [diff] [blame] | 88 | #include "intel_pch.h" |
Jani Nikula | 0d5adc5 | 2019-04-29 15:29:36 +0300 | [diff] [blame] | 89 | #include "intel_runtime_pm.h" |
Matthew Auld | 232a6eb | 2019-10-08 17:01:14 +0100 | [diff] [blame] | 90 | #include "intel_memory_region.h" |
Michal Wajdeczko | 3846a9b | 2017-12-21 21:57:31 +0000 | [diff] [blame] | 91 | #include "intel_uncore.h" |
Chris Wilson | d91e657 | 2019-04-24 21:07:13 +0100 | [diff] [blame] | 92 | #include "intel_wakeref.h" |
Jackie Li | 6b0478f | 2018-03-13 17:32:50 -0700 | [diff] [blame] | 93 | #include "intel_wopcm.h" |
Chris Wilson | e73bdd2 | 2016-04-13 17:35:01 +0100 | [diff] [blame] | 94 | |
Chris Wilson | d501b1d | 2016-04-13 17:35:02 +0100 | [diff] [blame] | 95 | #include "i915_gem.h" |
Joonas Lahtinen | b42fe9c | 2016-11-11 12:43:54 +0200 | [diff] [blame] | 96 | #include "i915_gem_fence_reg.h" |
Chris Wilson | e73bdd2 | 2016-04-13 17:35:01 +0100 | [diff] [blame] | 97 | #include "i915_gem_gtt.h" |
Michal Wajdeczko | d897a11 | 2018-03-08 09:50:37 +0000 | [diff] [blame] | 98 | #include "i915_gpu_error.h" |
Lionel Landwerlin | 1d0f2eb | 2019-09-09 12:31:09 +0300 | [diff] [blame] | 99 | #include "i915_perf_types.h" |
Chris Wilson | e61e0f5 | 2018-02-21 09:56:36 +0000 | [diff] [blame] | 100 | #include "i915_request.h" |
Chris Wilson | b7268c5 | 2018-04-18 19:40:52 +0100 | [diff] [blame] | 101 | #include "i915_scheduler.h" |
Tvrtko Ursulin | f0c02c1 | 2019-06-21 08:08:10 +0100 | [diff] [blame] | 102 | #include "gt/intel_timeline.h" |
Joonas Lahtinen | b42fe9c | 2016-11-11 12:43:54 +0200 | [diff] [blame] | 103 | #include "i915_vma.h" |
Jani Nikula | a09d9a8 | 2019-08-06 13:07:28 +0300 | [diff] [blame] | 104 | #include "i915_irq.h" |
Joonas Lahtinen | b42fe9c | 2016-11-11 12:43:54 +0200 | [diff] [blame] | 105 | |
Matthew Auld | b908be5 | 2019-10-25 16:37:22 +0100 | [diff] [blame] | 106 | #include "intel_region_lmem.h" |
| 107 | |
Zhi Wang | 0ad35fe | 2016-06-16 08:07:00 -0400 | [diff] [blame] | 108 | #include "intel_gvt.h" |
| 109 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | /* General customization: |
| 111 | */ |
| 112 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 113 | #define DRIVER_NAME "i915" |
| 114 | #define DRIVER_DESC "Intel Graphics" |
Jani Nikula | f2221a5 | 2020-01-14 13:39:38 +0200 | [diff] [blame] | 115 | #define DRIVER_DATE "20200114" |
| 116 | #define DRIVER_TIMESTAMP 1579001978 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | |
Chris Wilson | 5e5d2e2 | 2019-05-28 10:29:42 +0100 | [diff] [blame] | 118 | struct drm_i915_gem_object; |
| 119 | |
Egbert Eich | 1d843f9 | 2013-02-25 12:06:49 -0500 | [diff] [blame] | 120 | enum hpd_pin { |
| 121 | HPD_NONE = 0, |
Egbert Eich | 1d843f9 | 2013-02-25 12:06:49 -0500 | [diff] [blame] | 122 | HPD_TV = HPD_NONE, /* TV is known to be unreliable */ |
| 123 | HPD_CRT, |
| 124 | HPD_SDVO_B, |
| 125 | HPD_SDVO_C, |
Imre Deak | cc24fcd | 2015-07-21 15:32:45 -0700 | [diff] [blame] | 126 | HPD_PORT_A, |
Egbert Eich | 1d843f9 | 2013-02-25 12:06:49 -0500 | [diff] [blame] | 127 | HPD_PORT_B, |
| 128 | HPD_PORT_C, |
| 129 | HPD_PORT_D, |
Xiong Zhang | 26951ca | 2015-08-17 15:55:50 +0800 | [diff] [blame] | 130 | HPD_PORT_E, |
Dhinakaran Pandiyan | 96ae483 | 2018-03-23 10:24:17 -0700 | [diff] [blame] | 131 | HPD_PORT_F, |
Lucas De Marchi | 52dfdba | 2019-07-25 16:48:11 -0700 | [diff] [blame] | 132 | HPD_PORT_G, |
| 133 | HPD_PORT_H, |
| 134 | HPD_PORT_I, |
| 135 | |
Egbert Eich | 1d843f9 | 2013-02-25 12:06:49 -0500 | [diff] [blame] | 136 | HPD_NUM_PINS |
| 137 | }; |
| 138 | |
Jani Nikula | c91711f | 2015-05-28 15:43:48 +0300 | [diff] [blame] | 139 | #define for_each_hpd_pin(__pin) \ |
| 140 | for ((__pin) = (HPD_NONE + 1); (__pin) < HPD_NUM_PINS; (__pin)++) |
| 141 | |
Lyude Paul | 9a64c65 | 2018-11-06 16:30:16 -0500 | [diff] [blame] | 142 | /* Threshold == 5 for long IRQs, 50 for short */ |
| 143 | #define HPD_STORM_DEFAULT_THRESHOLD 50 |
Lyude | 317eaa9 | 2017-02-03 21:18:25 -0500 | [diff] [blame] | 144 | |
Jani Nikula | 5fcece8 | 2015-05-27 15:03:42 +0300 | [diff] [blame] | 145 | struct i915_hotplug { |
Imre Deak | 3944709 | 2019-07-11 17:53:42 -0700 | [diff] [blame] | 146 | struct delayed_work hotplug_work; |
Jani Nikula | 5fcece8 | 2015-05-27 15:03:42 +0300 | [diff] [blame] | 147 | |
| 148 | struct { |
| 149 | unsigned long last_jiffies; |
| 150 | int count; |
| 151 | enum { |
| 152 | HPD_ENABLED = 0, |
| 153 | HPD_DISABLED = 1, |
| 154 | HPD_MARK_DISABLED = 2 |
| 155 | } state; |
| 156 | } stats[HPD_NUM_PINS]; |
| 157 | u32 event_bits; |
Imre Deak | 3944709 | 2019-07-11 17:53:42 -0700 | [diff] [blame] | 158 | u32 retry_bits; |
Jani Nikula | 5fcece8 | 2015-05-27 15:03:42 +0300 | [diff] [blame] | 159 | struct delayed_work reenable_work; |
| 160 | |
Jani Nikula | 5fcece8 | 2015-05-27 15:03:42 +0300 | [diff] [blame] | 161 | u32 long_port_mask; |
| 162 | u32 short_port_mask; |
| 163 | struct work_struct dig_port_work; |
| 164 | |
Lyude | 19625e8 | 2016-06-21 17:03:44 -0400 | [diff] [blame] | 165 | struct work_struct poll_init_work; |
| 166 | bool poll_enabled; |
| 167 | |
Lyude | 317eaa9 | 2017-02-03 21:18:25 -0500 | [diff] [blame] | 168 | unsigned int hpd_storm_threshold; |
Lyude Paul | 9a64c65 | 2018-11-06 16:30:16 -0500 | [diff] [blame] | 169 | /* Whether or not to count short HPD IRQs in HPD storms */ |
| 170 | u8 hpd_short_storm_enabled; |
Lyude | 317eaa9 | 2017-02-03 21:18:25 -0500 | [diff] [blame] | 171 | |
Jani Nikula | 5fcece8 | 2015-05-27 15:03:42 +0300 | [diff] [blame] | 172 | /* |
| 173 | * if we get a HPD irq from DP and a HPD irq from non-DP |
| 174 | * the non-DP HPD could block the workqueue on a mode config |
| 175 | * mutex getting, that userspace may have taken. However |
| 176 | * userspace is waiting on the DP workqueue to run which is |
| 177 | * blocked behind the non-DP one. |
| 178 | */ |
| 179 | struct workqueue_struct *dp_wq; |
| 180 | }; |
| 181 | |
Chris Wilson | 2a2d548 | 2012-12-03 11:49:06 +0000 | [diff] [blame] | 182 | #define I915_GEM_GPU_DOMAINS \ |
| 183 | (I915_GEM_DOMAIN_RENDER | \ |
| 184 | I915_GEM_DOMAIN_SAMPLER | \ |
| 185 | I915_GEM_DOMAIN_COMMAND | \ |
| 186 | I915_GEM_DOMAIN_INSTRUCTION | \ |
| 187 | I915_GEM_DOMAIN_VERTEX) |
Eric Anholt | 62fdfea | 2010-05-21 13:26:39 -0700 | [diff] [blame] | 188 | |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 189 | struct drm_i915_private; |
Chris Wilson | ad46cb5 | 2014-08-07 14:20:40 +0100 | [diff] [blame] | 190 | struct i915_mm_struct; |
Chris Wilson | 5cc9ed4 | 2014-05-16 14:22:37 +0100 | [diff] [blame] | 191 | struct i915_mmu_object; |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 192 | |
Chris Wilson | a6f766f | 2015-04-27 13:41:20 +0100 | [diff] [blame] | 193 | struct drm_i915_file_private { |
| 194 | struct drm_i915_private *dev_priv; |
Chris Wilson | 7771590 | 2019-08-23 19:14:55 +0100 | [diff] [blame] | 195 | |
| 196 | union { |
| 197 | struct drm_file *file; |
| 198 | struct rcu_head rcu; |
| 199 | }; |
Chris Wilson | a6f766f | 2015-04-27 13:41:20 +0100 | [diff] [blame] | 200 | |
| 201 | struct { |
| 202 | spinlock_t lock; |
| 203 | struct list_head request_list; |
| 204 | } mm; |
Chris Wilson | 7dc4071 | 2019-03-21 14:07:09 +0000 | [diff] [blame] | 205 | |
Tvrtko Ursulin | c100777 | 2019-12-24 09:59:20 +0000 | [diff] [blame] | 206 | struct xarray context_xa; |
Chris Wilson | 5dbd2b7 | 2020-01-22 16:15:31 +0000 | [diff] [blame] | 207 | struct xarray vm_xa; |
Chris Wilson | e0695db | 2019-03-22 09:23:23 +0000 | [diff] [blame] | 208 | |
Chris Wilson | c80ff16 | 2016-07-27 09:07:27 +0100 | [diff] [blame] | 209 | unsigned int bsd_engine; |
Mika Kuoppala | b083a08 | 2016-11-18 15:10:47 +0200 | [diff] [blame] | 210 | |
Mika Kuoppala | 14921f3 | 2018-06-15 13:44:29 +0300 | [diff] [blame] | 211 | /* |
| 212 | * Every context ban increments per client ban score. Also |
| 213 | * hangs in short succession increments ban score. If ban threshold |
| 214 | * is reached, client is considered banned and submitting more work |
| 215 | * will fail. This is a stop gap measure to limit the badly behaving |
| 216 | * clients access to gpu. Note that unbannable contexts never increment |
| 217 | * the client ban score. |
Mika Kuoppala | b083a08 | 2016-11-18 15:10:47 +0200 | [diff] [blame] | 218 | */ |
Mika Kuoppala | 14921f3 | 2018-06-15 13:44:29 +0300 | [diff] [blame] | 219 | #define I915_CLIENT_SCORE_HANG_FAST 1 |
| 220 | #define I915_CLIENT_FAST_HANG_JIFFIES (60 * HZ) |
| 221 | #define I915_CLIENT_SCORE_CONTEXT_BAN 3 |
| 222 | #define I915_CLIENT_SCORE_BANNED 9 |
| 223 | /** ban_score: Accumulated score of all ctx bans and fast hangs. */ |
| 224 | atomic_t ban_score; |
| 225 | unsigned long hang_timestamp; |
Chris Wilson | a6f766f | 2015-04-27 13:41:20 +0100 | [diff] [blame] | 226 | }; |
| 227 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 228 | /* Interface history: |
| 229 | * |
| 230 | * 1.1: Original. |
Dave Airlie | 0d6aa60 | 2006-01-02 20:14:23 +1100 | [diff] [blame] | 231 | * 1.2: Add Power Management |
| 232 | * 1.3: Add vblank support |
Dave Airlie | de227f5 | 2006-01-25 15:31:43 +1100 | [diff] [blame] | 233 | * 1.4: Fix cmdbuffer path, add heap destroy |
Dave Airlie | 702880f | 2006-06-24 17:07:34 +1000 | [diff] [blame] | 234 | * 1.5: Add vblank pipe configuration |
=?utf-8?q?Michel_D=C3=A4nzer?= | 2228ed6 | 2006-10-25 01:05:09 +1000 | [diff] [blame] | 235 | * 1.6: - New ioctl for scheduling buffer swaps on vertical blank |
| 236 | * - Support vertical blank on secondary display pipe |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | */ |
| 238 | #define DRIVER_MAJOR 1 |
=?utf-8?q?Michel_D=C3=A4nzer?= | 2228ed6 | 2006-10-25 01:05:09 +1000 | [diff] [blame] | 239 | #define DRIVER_MINOR 6 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 240 | #define DRIVER_PATCHLEVEL 0 |
| 241 | |
Chris Wilson | 6ef3d42 | 2010-08-04 20:26:07 +0100 | [diff] [blame] | 242 | struct intel_overlay; |
| 243 | struct intel_overlay_error_state; |
| 244 | |
yakui_zhao | 9b9d172 | 2009-05-31 17:17:17 +0800 | [diff] [blame] | 245 | struct sdvo_device_mapping { |
Chris Wilson | e957d77 | 2010-09-24 12:52:03 +0100 | [diff] [blame] | 246 | u8 initialized; |
yakui_zhao | 9b9d172 | 2009-05-31 17:17:17 +0800 | [diff] [blame] | 247 | u8 dvo_port; |
| 248 | u8 slave_addr; |
| 249 | u8 dvo_wiring; |
Chris Wilson | e957d77 | 2010-09-24 12:52:03 +0100 | [diff] [blame] | 250 | u8 i2c_pin; |
Adam Jackson | b108333 | 2010-04-23 16:07:40 -0400 | [diff] [blame] | 251 | u8 ddc_pin; |
yakui_zhao | 9b9d172 | 2009-05-31 17:17:17 +0800 | [diff] [blame] | 252 | }; |
| 253 | |
Jani Nikula | 7bd688c | 2013-11-08 16:48:56 +0200 | [diff] [blame] | 254 | struct intel_connector; |
Jani Nikula | 820d2d7 | 2014-10-27 16:26:47 +0200 | [diff] [blame] | 255 | struct intel_encoder; |
Maarten Lankhorst | ccf010f | 2016-11-08 13:55:32 +0100 | [diff] [blame] | 256 | struct intel_atomic_state; |
Ville Syrjälä | 0bb94e0 | 2020-01-20 19:47:17 +0200 | [diff] [blame] | 257 | struct intel_cdclk_config; |
Ville Syrjälä | 28a30b4 | 2020-01-21 16:03:53 +0200 | [diff] [blame] | 258 | struct intel_cdclk_state; |
| 259 | struct intel_cdclk_vals; |
Damien Lespiau | 5724dbd | 2015-01-20 12:51:52 +0000 | [diff] [blame] | 260 | struct intel_initial_plane_config; |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 261 | struct intel_crtc; |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 262 | struct intel_limit; |
| 263 | struct dpll; |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 264 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 265 | struct drm_i915_display_funcs { |
Ville Syrjälä | 49cd97a | 2017-02-07 20:33:45 +0200 | [diff] [blame] | 266 | void (*get_cdclk)(struct drm_i915_private *dev_priv, |
Ville Syrjälä | 0bb94e0 | 2020-01-20 19:47:17 +0200 | [diff] [blame] | 267 | struct intel_cdclk_config *cdclk_config); |
Ville Syrjälä | b0587e4 | 2017-01-26 21:52:01 +0200 | [diff] [blame] | 268 | void (*set_cdclk)(struct drm_i915_private *dev_priv, |
Ville Syrjälä | 0bb94e0 | 2020-01-20 19:47:17 +0200 | [diff] [blame] | 269 | const struct intel_cdclk_config *cdclk_config, |
Ville Syrjälä | 59f9e9c | 2019-03-27 12:13:21 +0200 | [diff] [blame] | 270 | enum pipe pipe); |
Ville Syrjälä | bdaf843 | 2017-11-17 21:19:11 +0200 | [diff] [blame] | 271 | int (*get_fifo_size)(struct drm_i915_private *dev_priv, |
| 272 | enum i9xx_plane_id i9xx_plane); |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 273 | int (*compute_pipe_wm)(struct intel_crtc_state *crtc_state); |
| 274 | int (*compute_intermediate_wm)(struct intel_crtc_state *crtc_state); |
Maarten Lankhorst | ccf010f | 2016-11-08 13:55:32 +0100 | [diff] [blame] | 275 | void (*initial_watermarks)(struct intel_atomic_state *state, |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 276 | struct intel_crtc *crtc); |
Maarten Lankhorst | ccf010f | 2016-11-08 13:55:32 +0100 | [diff] [blame] | 277 | void (*atomic_update_watermarks)(struct intel_atomic_state *state, |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 278 | struct intel_crtc *crtc); |
Maarten Lankhorst | ccf010f | 2016-11-08 13:55:32 +0100 | [diff] [blame] | 279 | void (*optimize_watermarks)(struct intel_atomic_state *state, |
Ville Syrjälä | 7a8fdb1f | 2019-11-18 18:44:26 +0200 | [diff] [blame] | 280 | struct intel_crtc *crtc); |
Matt Roper | cd1d3ee | 2018-12-10 13:54:14 -0800 | [diff] [blame] | 281 | int (*compute_global_watermarks)(struct intel_atomic_state *state); |
Ville Syrjälä | 432081b | 2016-10-31 22:37:03 +0200 | [diff] [blame] | 282 | void (*update_wm)(struct intel_crtc *crtc); |
Ville Syrjälä | 28a30b4 | 2020-01-21 16:03:53 +0200 | [diff] [blame] | 283 | int (*modeset_calc_cdclk)(struct intel_cdclk_state *state); |
Matt Roper | d2f429e | 2019-09-10 08:42:50 -0700 | [diff] [blame] | 284 | u8 (*calc_voltage_level)(int cdclk); |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 285 | /* Returns the active state of the crtc, and if the crtc is active, |
| 286 | * fills out the pipe-config with the hw state. */ |
| 287 | bool (*get_pipe_config)(struct intel_crtc *, |
Ander Conselvan de Oliveira | 5cec258 | 2015-01-15 14:55:21 +0200 | [diff] [blame] | 288 | struct intel_crtc_state *); |
Damien Lespiau | 5724dbd | 2015-01-20 12:51:52 +0000 | [diff] [blame] | 289 | void (*get_initial_plane_config)(struct intel_crtc *, |
| 290 | struct intel_initial_plane_config *); |
Ander Conselvan de Oliveira | 190f68c | 2015-01-15 14:55:23 +0200 | [diff] [blame] | 291 | int (*crtc_compute_clock)(struct intel_crtc *crtc, |
| 292 | struct intel_crtc_state *crtc_state); |
Ville Syrjälä | 7451a07 | 2019-11-18 18:44:30 +0200 | [diff] [blame] | 293 | void (*crtc_enable)(struct intel_atomic_state *state, |
| 294 | struct intel_crtc *crtc); |
| 295 | void (*crtc_disable)(struct intel_atomic_state *state, |
| 296 | struct intel_crtc *crtc); |
Manasi Navare | 0c84127 | 2019-08-27 15:17:34 -0700 | [diff] [blame] | 297 | void (*commit_modeset_enables)(struct intel_atomic_state *state); |
Manasi Navare | 66d9cec | 2019-08-28 15:47:01 -0700 | [diff] [blame] | 298 | void (*commit_modeset_disables)(struct intel_atomic_state *state); |
Ville Syrjälä | 8ec47de | 2017-10-30 20:46:53 +0200 | [diff] [blame] | 299 | void (*audio_codec_enable)(struct intel_encoder *encoder, |
| 300 | const struct intel_crtc_state *crtc_state, |
| 301 | const struct drm_connector_state *conn_state); |
| 302 | void (*audio_codec_disable)(struct intel_encoder *encoder, |
| 303 | const struct intel_crtc_state *old_crtc_state, |
| 304 | const struct drm_connector_state *old_conn_state); |
Ander Conselvan de Oliveira | dc4a109 | 2017-03-02 14:58:54 +0200 | [diff] [blame] | 305 | void (*fdi_link_train)(struct intel_crtc *crtc, |
| 306 | const struct intel_crtc_state *crtc_state); |
Ville Syrjälä | 46f16e6 | 2016-10-31 22:37:22 +0200 | [diff] [blame] | 307 | void (*init_clock_gating)(struct drm_i915_private *dev_priv); |
Tvrtko Ursulin | 91d1425 | 2016-05-06 14:48:28 +0100 | [diff] [blame] | 308 | void (*hpd_irq_setup)(struct drm_i915_private *dev_priv); |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 309 | /* clock updates for mode set */ |
| 310 | /* cursor updates */ |
| 311 | /* render clock increase/decrease */ |
| 312 | /* display clock increase/decrease */ |
| 313 | /* pll clock increase/decrease */ |
Lionel Landwerlin | 8563b1e | 2016-03-16 10:57:14 +0000 | [diff] [blame] | 314 | |
Ville Syrjälä | 9d9cb9c | 2019-03-27 17:50:37 +0200 | [diff] [blame] | 315 | int (*color_check)(struct intel_crtc_state *crtc_state); |
Ville Syrjälä | 4d8ed54 | 2019-02-05 18:08:40 +0200 | [diff] [blame] | 316 | /* |
| 317 | * Program double buffered color management registers during |
| 318 | * vblank evasion. The registers should then latch during the |
| 319 | * next vblank start, alongside any other double buffered registers |
| 320 | * involved with the same commit. |
| 321 | */ |
| 322 | void (*color_commit)(const struct intel_crtc_state *crtc_state); |
| 323 | /* |
| 324 | * Load LUTs (and other single buffered color management |
| 325 | * registers). Will (hopefully) be called during the vblank |
| 326 | * following the latching of any double buffered registers |
| 327 | * involved with the same commit. |
| 328 | */ |
Ville Syrjälä | 23b03a2 | 2019-02-05 18:08:38 +0200 | [diff] [blame] | 329 | void (*load_luts)(const struct intel_crtc_state *crtc_state); |
Swati Sharma | 2740e81 | 2019-05-29 15:20:51 +0530 | [diff] [blame] | 330 | void (*read_luts)(struct intel_crtc_state *crtc_state); |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 331 | }; |
| 332 | |
Daniel Vetter | eb80562 | 2015-05-04 14:58:44 +0200 | [diff] [blame] | 333 | struct intel_csr { |
Daniel Vetter | 8144ac5 | 2015-10-28 23:59:04 +0200 | [diff] [blame] | 334 | struct work_struct work; |
Daniel Vetter | eb80562 | 2015-05-04 14:58:44 +0200 | [diff] [blame] | 335 | const char *fw_path; |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 336 | u32 required_version; |
| 337 | u32 max_fw_size; /* bytes */ |
| 338 | u32 *dmc_payload; |
| 339 | u32 dmc_fw_size; /* dwords */ |
| 340 | u32 version; |
| 341 | u32 mmio_count; |
Lucas De Marchi | 0703a53 | 2019-06-07 02:12:28 -0700 | [diff] [blame] | 342 | i915_reg_t mmioaddr[20]; |
| 343 | u32 mmiodata[20]; |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 344 | u32 dc_state; |
Anshuman Gupta | 4645e90 | 2019-10-03 13:47:35 +0530 | [diff] [blame] | 345 | u32 target_dc_state; |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 346 | u32 allowed_dc_mask; |
Chris Wilson | 0e6e0be | 2019-01-14 14:21:24 +0000 | [diff] [blame] | 347 | intel_wakeref_t wakeref; |
Daniel Vetter | eb80562 | 2015-05-04 14:58:44 +0200 | [diff] [blame] | 348 | }; |
| 349 | |
Daniel Vetter | 7faf1ab | 2013-01-24 14:44:55 -0800 | [diff] [blame] | 350 | enum i915_cache_level { |
| 351 | I915_CACHE_NONE = 0, |
Chris Wilson | 350ec88 | 2013-08-06 13:17:02 +0100 | [diff] [blame] | 352 | I915_CACHE_LLC, /* also used for snoopable memory on non-LLC */ |
| 353 | I915_CACHE_L3_LLC, /* gen7+, L3 sits between the domain specifc |
| 354 | caches, eg sampler/render caches, and the |
| 355 | large Last-Level-Cache. LLC is coherent with |
| 356 | the CPU, but L3 is only visible to the GPU. */ |
Chris Wilson | 651d794 | 2013-08-08 14:41:10 +0100 | [diff] [blame] | 357 | I915_CACHE_WT, /* hsw:gt3e WriteThrough for scanouts */ |
Daniel Vetter | 7faf1ab | 2013-01-24 14:44:55 -0800 | [diff] [blame] | 358 | }; |
| 359 | |
Chris Wilson | 85fd4f5 | 2016-12-05 14:29:36 +0000 | [diff] [blame] | 360 | #define I915_COLOR_UNEVICTABLE (-1) /* a non-vma sharing the address space */ |
| 361 | |
Paulo Zanoni | ab34a7e | 2016-01-11 17:44:36 -0200 | [diff] [blame] | 362 | struct intel_fbc { |
Paulo Zanoni | 25ad93f | 2015-07-02 19:25:10 -0300 | [diff] [blame] | 363 | /* This is always the inner lock when overlapping with struct_mutex and |
| 364 | * it's the outer lock when overlapping with stolen_lock. */ |
| 365 | struct mutex lock; |
Ben Widawsky | 5e59f71 | 2014-06-30 10:41:24 -0700 | [diff] [blame] | 366 | unsigned threshold; |
Paulo Zanoni | dbef0f1 | 2015-02-13 17:23:46 -0200 | [diff] [blame] | 367 | unsigned int possible_framebuffer_bits; |
| 368 | unsigned int busy_bits; |
Paulo Zanoni | e35fef2 | 2015-02-09 14:46:29 -0200 | [diff] [blame] | 369 | struct intel_crtc *crtc; |
Ben Widawsky | 5c3fe8b | 2013-06-27 16:30:21 -0700 | [diff] [blame] | 370 | |
Ben Widawsky | c421388 | 2014-06-19 12:06:10 -0700 | [diff] [blame] | 371 | struct drm_mm_node compressed_fb; |
Ben Widawsky | 5c3fe8b | 2013-06-27 16:30:21 -0700 | [diff] [blame] | 372 | struct drm_mm_node *compressed_llb; |
| 373 | |
Rodrigo Vivi | da46f93 | 2014-08-01 02:04:45 -0700 | [diff] [blame] | 374 | bool false_color; |
| 375 | |
Paulo Zanoni | 0e631ad | 2015-10-14 17:45:36 -0300 | [diff] [blame] | 376 | bool active; |
Ville Syrjälä | 07fd0df | 2019-11-28 17:03:38 +0200 | [diff] [blame] | 377 | bool activated; |
Maarten Lankhorst | c9855a5 | 2018-06-25 18:37:57 +0200 | [diff] [blame] | 378 | bool flip_pending; |
Paulo Zanoni | 9adccc6 | 2014-09-19 16:04:55 -0300 | [diff] [blame] | 379 | |
Paulo Zanoni | 61a585d | 2016-09-13 10:38:57 -0300 | [diff] [blame] | 380 | bool underrun_detected; |
| 381 | struct work_struct underrun_work; |
| 382 | |
Paulo Zanoni | 525a4f9 | 2017-07-14 16:38:22 -0300 | [diff] [blame] | 383 | /* |
| 384 | * Due to the atomic rules we can't access some structures without the |
| 385 | * appropriate locking, so we cache information here in order to avoid |
| 386 | * these problems. |
| 387 | */ |
Paulo Zanoni | aaf78d2 | 2016-01-19 11:35:42 -0200 | [diff] [blame] | 388 | struct intel_fbc_state_cache { |
| 389 | struct { |
| 390 | unsigned int mode_flags; |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 391 | u32 hsw_bdw_pixel_rate; |
Paulo Zanoni | aaf78d2 | 2016-01-19 11:35:42 -0200 | [diff] [blame] | 392 | } crtc; |
| 393 | |
| 394 | struct { |
| 395 | unsigned int rotation; |
| 396 | int src_w; |
| 397 | int src_h; |
| 398 | bool visible; |
Juha-Pekka Heikkila | bf0a5d4 | 2017-10-17 23:08:07 +0300 | [diff] [blame] | 399 | /* |
| 400 | * Display surface base address adjustement for |
| 401 | * pageflips. Note that on gen4+ this only adjusts up |
| 402 | * to a tile, offsets within a tile are handled in |
| 403 | * the hw itself (with the TILEOFF register). |
| 404 | */ |
| 405 | int adjusted_x; |
| 406 | int adjusted_y; |
Juha-Pekka Heikkila | 31d1d3c | 2017-10-17 23:08:11 +0300 | [diff] [blame] | 407 | |
| 408 | int y; |
Maarten Lankhorst | b208152 | 2018-08-15 12:34:05 +0200 | [diff] [blame] | 409 | |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 410 | u16 pixel_blend_mode; |
Paulo Zanoni | aaf78d2 | 2016-01-19 11:35:42 -0200 | [diff] [blame] | 411 | } plane; |
| 412 | |
| 413 | struct { |
Ville Syrjälä | 801c8fe | 2016-11-18 21:53:04 +0200 | [diff] [blame] | 414 | const struct drm_format_info *format; |
Paulo Zanoni | aaf78d2 | 2016-01-19 11:35:42 -0200 | [diff] [blame] | 415 | unsigned int stride; |
Paulo Zanoni | aaf78d2 | 2016-01-19 11:35:42 -0200 | [diff] [blame] | 416 | } fb; |
Ville Syrjälä | 6f745ba | 2019-11-27 22:12:13 +0200 | [diff] [blame] | 417 | u16 gen9_wa_cfb_stride; |
Ville Syrjälä | 97a978e | 2019-11-27 22:12:15 +0200 | [diff] [blame] | 418 | s8 fence_id; |
Paulo Zanoni | aaf78d2 | 2016-01-19 11:35:42 -0200 | [diff] [blame] | 419 | } state_cache; |
| 420 | |
Paulo Zanoni | 525a4f9 | 2017-07-14 16:38:22 -0300 | [diff] [blame] | 421 | /* |
| 422 | * This structure contains everything that's relevant to program the |
| 423 | * hardware registers. When we want to figure out if we need to disable |
| 424 | * and re-enable FBC for a new configuration we just check if there's |
| 425 | * something different in the struct. The genx_fbc_activate functions |
| 426 | * are supposed to read from it in order to program the registers. |
| 427 | */ |
Paulo Zanoni | b183b3f | 2015-12-23 18:28:11 -0200 | [diff] [blame] | 428 | struct intel_fbc_reg_params { |
| 429 | struct { |
| 430 | enum pipe pipe; |
Ville Syrjälä | ed15030 | 2017-11-17 21:19:10 +0200 | [diff] [blame] | 431 | enum i9xx_plane_id i9xx_plane; |
Paulo Zanoni | b183b3f | 2015-12-23 18:28:11 -0200 | [diff] [blame] | 432 | unsigned int fence_y_offset; |
| 433 | } crtc; |
| 434 | |
| 435 | struct { |
Ville Syrjälä | 801c8fe | 2016-11-18 21:53:04 +0200 | [diff] [blame] | 436 | const struct drm_format_info *format; |
Paulo Zanoni | b183b3f | 2015-12-23 18:28:11 -0200 | [diff] [blame] | 437 | unsigned int stride; |
Paulo Zanoni | b183b3f | 2015-12-23 18:28:11 -0200 | [diff] [blame] | 438 | } fb; |
| 439 | |
| 440 | int cfb_size; |
Ville Syrjälä | 6f745ba | 2019-11-27 22:12:13 +0200 | [diff] [blame] | 441 | u16 gen9_wa_cfb_stride; |
Ville Syrjälä | 97a978e | 2019-11-27 22:12:15 +0200 | [diff] [blame] | 442 | s8 fence_id; |
Ville Syrjälä | 8bdbe1b | 2019-11-27 22:12:14 +0200 | [diff] [blame] | 443 | bool plane_visible; |
Paulo Zanoni | b183b3f | 2015-12-23 18:28:11 -0200 | [diff] [blame] | 444 | } params; |
| 445 | |
Paulo Zanoni | bf6189c | 2015-10-27 14:50:03 -0200 | [diff] [blame] | 446 | const char *no_fbc_reason; |
Jesse Barnes | b5e50c3 | 2010-02-05 12:42:41 -0800 | [diff] [blame] | 447 | }; |
| 448 | |
Chris Wilson | fe88d12 | 2016-12-31 11:20:12 +0000 | [diff] [blame] | 449 | /* |
Vandana Kannan | 96178ee | 2015-01-10 02:25:56 +0530 | [diff] [blame] | 450 | * HIGH_RR is the highest eDP panel refresh rate read from EDID |
| 451 | * LOW_RR is the lowest eDP panel refresh rate found from EDID |
| 452 | * parsing for same resolution. |
| 453 | */ |
| 454 | enum drrs_refresh_rate_type { |
| 455 | DRRS_HIGH_RR, |
| 456 | DRRS_LOW_RR, |
| 457 | DRRS_MAX_RR, /* RR count */ |
| 458 | }; |
| 459 | |
| 460 | enum drrs_support_type { |
| 461 | DRRS_NOT_SUPPORTED = 0, |
| 462 | STATIC_DRRS_SUPPORT = 1, |
| 463 | SEAMLESS_DRRS_SUPPORT = 2 |
Pradeep Bhat | 439d7ac | 2014-04-05 12:13:28 +0530 | [diff] [blame] | 464 | }; |
| 465 | |
Daniel Vetter | 2807cf6 | 2014-07-11 10:30:11 -0700 | [diff] [blame] | 466 | struct intel_dp; |
Vandana Kannan | 96178ee | 2015-01-10 02:25:56 +0530 | [diff] [blame] | 467 | struct i915_drrs { |
| 468 | struct mutex mutex; |
| 469 | struct delayed_work work; |
| 470 | struct intel_dp *dp; |
| 471 | unsigned busy_frontbuffer_bits; |
| 472 | enum drrs_refresh_rate_type refresh_rate_type; |
| 473 | enum drrs_support_type type; |
| 474 | }; |
| 475 | |
Rodrigo Vivi | a031d70 | 2013-10-03 16:15:06 -0300 | [diff] [blame] | 476 | struct i915_psr { |
Daniel Vetter | f0355c4 | 2014-07-11 10:30:15 -0700 | [diff] [blame] | 477 | struct mutex lock; |
Maarten Lankhorst | c44301f | 2018-08-09 16:21:01 +0200 | [diff] [blame] | 478 | |
| 479 | #define I915_PSR_DEBUG_MODE_MASK 0x0f |
| 480 | #define I915_PSR_DEBUG_DEFAULT 0x00 |
| 481 | #define I915_PSR_DEBUG_DISABLE 0x01 |
| 482 | #define I915_PSR_DEBUG_ENABLE 0x02 |
Maarten Lankhorst | 2ac45bd | 2018-08-08 16:19:11 +0200 | [diff] [blame] | 483 | #define I915_PSR_DEBUG_FORCE_PSR1 0x03 |
Maarten Lankhorst | c44301f | 2018-08-09 16:21:01 +0200 | [diff] [blame] | 484 | #define I915_PSR_DEBUG_IRQ 0x10 |
| 485 | |
| 486 | u32 debug; |
Rodrigo Vivi | a031d70 | 2013-10-03 16:15:06 -0300 | [diff] [blame] | 487 | bool sink_support; |
José Roberto de Souza | 23ec9f5 | 2019-02-06 13:18:45 -0800 | [diff] [blame] | 488 | bool enabled; |
Maarten Lankhorst | c44301f | 2018-08-09 16:21:01 +0200 | [diff] [blame] | 489 | struct intel_dp *dp; |
José Roberto de Souza | f0ad62a | 2018-11-27 23:28:38 -0800 | [diff] [blame] | 490 | enum pipe pipe; |
José Roberto de Souza | 4ab4fa1 | 2019-08-20 15:33:23 -0700 | [diff] [blame] | 491 | enum transcoder transcoder; |
Rodrigo Vivi | 7c8f8a7 | 2014-06-13 05:10:03 -0700 | [diff] [blame] | 492 | bool active; |
Rodrigo Vivi | 5422b37 | 2018-06-13 12:26:00 -0700 | [diff] [blame] | 493 | struct work_struct work; |
Daniel Vetter | 9ca1530 | 2014-07-11 10:30:16 -0700 | [diff] [blame] | 494 | unsigned busy_frontbuffer_bits; |
José Roberto de Souza | 95f28d2 | 2018-03-28 15:30:42 -0700 | [diff] [blame] | 495 | bool sink_psr2_support; |
Rodrigo Vivi | 60e5ffe | 2016-02-01 12:02:07 -0800 | [diff] [blame] | 496 | bool link_standby; |
Nagaraju, Vathsala | 97da2ef | 2017-01-02 17:00:55 +0530 | [diff] [blame] | 497 | bool colorimetry_support; |
José Roberto de Souza | 95f28d2 | 2018-03-28 15:30:42 -0700 | [diff] [blame] | 498 | bool psr2_enabled; |
José Roberto de Souza | 26e5378d | 2018-03-28 15:30:44 -0700 | [diff] [blame] | 499 | u8 sink_sync_latency; |
Dhinakaran Pandiyan | 3f983e54 | 2018-04-03 14:24:20 -0700 | [diff] [blame] | 500 | ktime_t last_entry_attempt; |
| 501 | ktime_t last_exit; |
José Roberto de Souza | 50a12d8 | 2018-11-21 14:54:38 -0800 | [diff] [blame] | 502 | bool sink_not_reliable; |
José Roberto de Souza | 183b8e6 | 2018-11-21 14:54:39 -0800 | [diff] [blame] | 503 | bool irq_aux_error; |
José Roberto de Souza | 8c0d2c2 | 2018-12-03 16:34:03 -0800 | [diff] [blame] | 504 | u16 su_x_granularity; |
Anshuman Gupta | 1c4d821 | 2019-10-03 13:47:37 +0530 | [diff] [blame] | 505 | bool dc3co_enabled; |
| 506 | u32 dc3co_exit_delay; |
José Roberto de Souza | ceaaf53 | 2020-02-05 13:49:45 -0800 | [diff] [blame^] | 507 | struct delayed_work dc3co_work; |
José Roberto de Souza | 60c6a14 | 2020-01-06 07:21:28 -0800 | [diff] [blame] | 508 | bool initially_probed; |
Rodrigo Vivi | 3f51e47 | 2013-07-11 18:45:00 -0300 | [diff] [blame] | 509 | }; |
Ben Widawsky | 5c3fe8b | 2013-06-27 16:30:21 -0700 | [diff] [blame] | 510 | |
Keith Packard | 435793d | 2011-07-12 14:56:22 -0700 | [diff] [blame] | 511 | #define QUIRK_LVDS_SSC_DISABLE (1<<1) |
Carsten Emde | 4dca20e | 2012-03-15 15:56:26 +0100 | [diff] [blame] | 512 | #define QUIRK_INVERT_BRIGHTNESS (1<<2) |
Scot Doyle | 9c72cc6 | 2014-07-03 23:27:50 +0000 | [diff] [blame] | 513 | #define QUIRK_BACKLIGHT_PRESENT (1<<3) |
Daniel Vetter | 656bfa3 | 2014-11-20 09:26:30 +0100 | [diff] [blame] | 514 | #define QUIRK_PIN_SWIZZLED_PAGES (1<<5) |
Manasi Navare | c99a259 | 2017-06-30 09:33:48 -0700 | [diff] [blame] | 515 | #define QUIRK_INCREASE_T12_DELAY (1<<6) |
Clint Taylor | 90c3e21 | 2018-07-10 13:02:05 -0700 | [diff] [blame] | 516 | #define QUIRK_INCREASE_DDI_DISABLED_TIME (1<<7) |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 517 | |
Dave Airlie | 8be48d9 | 2010-03-30 05:34:14 +0000 | [diff] [blame] | 518 | struct intel_fbdev; |
Chris Wilson | 1630fe7 | 2011-07-08 12:22:42 +0100 | [diff] [blame] | 519 | struct intel_fbc_work; |
Dave Airlie | 3865167 | 2010-03-30 05:34:13 +0000 | [diff] [blame] | 520 | |
Daniel Vetter | c2b9152 | 2012-02-14 22:37:19 +0100 | [diff] [blame] | 521 | struct intel_gmbus { |
| 522 | struct i2c_adapter adapter; |
Ville Syrjälä | 3e4d44e | 2016-03-07 17:56:59 +0200 | [diff] [blame] | 523 | #define GMBUS_FORCE_BIT_RETRY (1U << 31) |
Chris Wilson | f2ce9fa | 2012-11-10 15:58:21 +0000 | [diff] [blame] | 524 | u32 force_bit; |
Daniel Vetter | c2b9152 | 2012-02-14 22:37:19 +0100 | [diff] [blame] | 525 | u32 reg0; |
Ville Syrjälä | f0f59a0 | 2015-11-18 15:33:26 +0200 | [diff] [blame] | 526 | i915_reg_t gpio_reg; |
Daniel Vetter | c167a6f | 2012-02-28 00:43:09 +0100 | [diff] [blame] | 527 | struct i2c_algo_bit_data bit_algo; |
Daniel Vetter | c2b9152 | 2012-02-14 22:37:19 +0100 | [diff] [blame] | 528 | struct drm_i915_private *dev_priv; |
| 529 | }; |
| 530 | |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 531 | struct i915_suspend_saved_registers { |
Keith Packard | e948e99 | 2008-05-07 12:27:53 +1000 | [diff] [blame] | 532 | u32 saveDSPARB; |
Jesse Barnes | ba8bbcf | 2007-11-22 14:14:14 +1000 | [diff] [blame] | 533 | u32 saveFBC_CONTROL; |
Keith Packard | 1f84e55 | 2008-02-16 19:19:29 -0800 | [diff] [blame] | 534 | u32 saveCACHE_MODE_0; |
Keith Packard | 1f84e55 | 2008-02-16 19:19:29 -0800 | [diff] [blame] | 535 | u32 saveMI_ARB_STATE; |
Jesse Barnes | ba8bbcf | 2007-11-22 14:14:14 +1000 | [diff] [blame] | 536 | u32 saveSWF0[16]; |
| 537 | u32 saveSWF1[16]; |
Ville Syrjälä | 85fa792 | 2015-09-18 20:03:43 +0300 | [diff] [blame] | 538 | u32 saveSWF3[3]; |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 539 | u64 saveFENCE[I915_MAX_NUM_FENCES]; |
Adam Jackson | cda2bb7 | 2011-07-26 16:53:06 -0400 | [diff] [blame] | 540 | u32 savePCH_PORT_HOTPLUG; |
Jesse Barnes | 9f49c37 | 2014-12-10 12:16:05 -0800 | [diff] [blame] | 541 | u16 saveGCDGMBUS; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 542 | }; |
Daniel Vetter | c85aa88 | 2012-11-02 19:55:03 +0100 | [diff] [blame] | 543 | |
Daniele Ceraolo Spurio | 1bcd868 | 2019-08-19 19:01:46 -0700 | [diff] [blame] | 544 | struct vlv_s0ix_state; |
Imre Deak | ddeea5b | 2014-05-05 15:19:56 +0300 | [diff] [blame] | 545 | |
Ben Widawsky | 35a85ac | 2013-09-19 11:13:41 -0700 | [diff] [blame] | 546 | #define MAX_L3_SLICES 2 |
Daniel Vetter | a4da4fa | 2012-11-02 19:55:07 +0100 | [diff] [blame] | 547 | struct intel_l3_parity { |
Ben Widawsky | 35a85ac | 2013-09-19 11:13:41 -0700 | [diff] [blame] | 548 | u32 *remap_info[MAX_L3_SLICES]; |
Daniel Vetter | a4da4fa | 2012-11-02 19:55:07 +0100 | [diff] [blame] | 549 | struct work_struct error_work; |
Ben Widawsky | 35a85ac | 2013-09-19 11:13:41 -0700 | [diff] [blame] | 550 | int which_slice; |
Daniel Vetter | a4da4fa | 2012-11-02 19:55:07 +0100 | [diff] [blame] | 551 | }; |
| 552 | |
Daniel Vetter | 4b5aed6 | 2012-11-14 17:14:03 +0100 | [diff] [blame] | 553 | struct i915_gem_mm { |
Daniel Vetter | 4b5aed6 | 2012-11-14 17:14:03 +0100 | [diff] [blame] | 554 | /** Memory allocator for GTT stolen memory */ |
| 555 | struct drm_mm stolen; |
Paulo Zanoni | 92e97d2 | 2015-07-02 19:25:09 -0300 | [diff] [blame] | 556 | /** Protects the usage of the GTT stolen memory allocator. This is |
| 557 | * always the inner lock when overlapping with struct_mutex. */ |
| 558 | struct mutex stolen_lock; |
| 559 | |
Chris Wilson | f212381 | 2017-10-16 12:40:37 +0100 | [diff] [blame] | 560 | /* Protects bound_list/unbound_list and #drm_i915_gem_object.mm.link */ |
| 561 | spinlock_t obj_lock; |
| 562 | |
Daniel Vetter | 4b5aed6 | 2012-11-14 17:14:03 +0100 | [diff] [blame] | 563 | /** |
Chris Wilson | ecab9be | 2019-06-12 11:57:20 +0100 | [diff] [blame] | 564 | * List of objects which are purgeable. |
Chris Wilson | 3b4fa96 | 2019-05-30 21:34:59 +0100 | [diff] [blame] | 565 | */ |
| 566 | struct list_head purge_list; |
Daniel Vetter | 4b5aed6 | 2012-11-14 17:14:03 +0100 | [diff] [blame] | 567 | |
Chris Wilson | ecab9be | 2019-06-12 11:57:20 +0100 | [diff] [blame] | 568 | /** |
| 569 | * List of objects which have allocated pages and are shrinkable. |
| 570 | */ |
| 571 | struct list_head shrink_list; |
| 572 | |
Chris Wilson | fbbd37b | 2016-10-28 13:58:42 +0100 | [diff] [blame] | 573 | /** |
| 574 | * List of objects which are pending destruction. |
| 575 | */ |
| 576 | struct llist_head free_list; |
| 577 | struct work_struct free_work; |
Chris Wilson | c9c70471 | 2018-02-19 22:06:31 +0000 | [diff] [blame] | 578 | /** |
| 579 | * Count of objects pending destructions. Used to skip needlessly |
| 580 | * waiting on an RCU barrier if no objects are waiting to be freed. |
| 581 | */ |
| 582 | atomic_t free_count; |
Chris Wilson | fbbd37b | 2016-10-28 13:58:42 +0100 | [diff] [blame] | 583 | |
Chris Wilson | 66df101 | 2017-08-22 18:38:28 +0100 | [diff] [blame] | 584 | /** |
| 585 | * Small stash of WC pages |
| 586 | */ |
Chris Wilson | 63fd659 | 2018-07-04 19:55:18 +0100 | [diff] [blame] | 587 | struct pagestash wc_stash; |
Chris Wilson | 66df101 | 2017-08-22 18:38:28 +0100 | [diff] [blame] | 588 | |
Matthew Auld | 465c403 | 2017-10-06 23:18:14 +0100 | [diff] [blame] | 589 | /** |
| 590 | * tmpfs instance used for shmem backed objects |
| 591 | */ |
| 592 | struct vfsmount *gemfs; |
| 593 | |
Abdiel Janulgue | 3aae9d0 | 2019-10-18 10:07:49 +0100 | [diff] [blame] | 594 | struct intel_memory_region *regions[INTEL_REGION_UNKNOWN]; |
| 595 | |
Chris Wilson | 2cfcd32 | 2014-05-20 08:28:43 +0100 | [diff] [blame] | 596 | struct notifier_block oom_notifier; |
Chris Wilson | e87666b | 2016-04-04 14:46:43 +0100 | [diff] [blame] | 597 | struct notifier_block vmap_notifier; |
Chris Wilson | ceabbba5 | 2014-03-25 13:23:04 +0000 | [diff] [blame] | 598 | struct shrinker shrinker; |
Daniel Vetter | 4b5aed6 | 2012-11-14 17:14:03 +0100 | [diff] [blame] | 599 | |
Chris Wilson | 8a2421b | 2017-06-16 15:05:22 +0100 | [diff] [blame] | 600 | /** |
| 601 | * Workqueue to fault in userptr pages, flushed by the execbuf |
| 602 | * when required but otherwise left to userspace to try again |
| 603 | * on EAGAIN. |
| 604 | */ |
| 605 | struct workqueue_struct *userptr_wq; |
| 606 | |
Chris Wilson | d82b4b2 | 2019-05-30 21:35:00 +0100 | [diff] [blame] | 607 | /* shrinker accounting, also useful for userland debugging */ |
| 608 | u64 shrink_memory; |
| 609 | u32 shrink_count; |
Daniel Vetter | 4b5aed6 | 2012-11-14 17:14:03 +0100 | [diff] [blame] | 610 | }; |
| 611 | |
Chris Wilson | ee42c00 | 2017-12-11 19:41:34 +0000 | [diff] [blame] | 612 | #define I915_IDLE_ENGINES_TIMEOUT (200) /* in ms */ |
| 613 | |
Chris Wilson | b52992c | 2016-10-28 13:58:24 +0100 | [diff] [blame] | 614 | #define I915_RESET_TIMEOUT (10 * HZ) /* 10s */ |
| 615 | #define I915_FENCE_TIMEOUT (10 * HZ) /* 10s */ |
| 616 | |
Mika Kuoppala | 3fe3b03 | 2016-11-18 15:09:04 +0200 | [diff] [blame] | 617 | #define I915_ENGINE_DEAD_TIMEOUT (4 * HZ) /* Seqno, head and subunits dead */ |
| 618 | #define I915_SEQNO_DEAD_TIMEOUT (12 * HZ) /* Seqno dead with active head */ |
| 619 | |
Chris Wilson | 1fd00c0f | 2018-06-02 11:48:53 +0100 | [diff] [blame] | 620 | #define I915_ENGINE_WEDGED_TIMEOUT (60 * HZ) /* Reset but no recovery? */ |
| 621 | |
Stanislav Lisovskiy | 9b93daa9 | 2019-11-25 18:08:00 +0200 | [diff] [blame] | 622 | /* Amount of SAGV/QGV points, BSpec precisely defines this */ |
| 623 | #define I915_NUM_QGV_POINTS 8 |
| 624 | |
Paulo Zanoni | 6acab15 | 2013-09-12 17:06:24 -0300 | [diff] [blame] | 625 | struct ddi_vbt_port_info { |
Jani Nikula | 7679f9b | 2019-05-31 16:14:52 +0300 | [diff] [blame] | 626 | /* Non-NULL if port present. */ |
| 627 | const struct child_device_config *child; |
| 628 | |
Ville Syrjälä | d603861 | 2017-10-30 16:57:02 +0200 | [diff] [blame] | 629 | int max_tmds_clock; |
| 630 | |
Jani Nikula | 7a0073d | 2019-11-08 17:39:48 +0200 | [diff] [blame] | 631 | /* This is an index in the HDMI/DVI DDI buffer translation table. */ |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 632 | u8 hdmi_level_shift; |
Jani Nikula | 7a0073d | 2019-11-08 17:39:48 +0200 | [diff] [blame] | 633 | u8 hdmi_level_shift_set:1; |
Paulo Zanoni | 311a209 | 2013-09-12 17:12:18 -0300 | [diff] [blame] | 634 | |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 635 | u8 supports_dvi:1; |
| 636 | u8 supports_hdmi:1; |
| 637 | u8 supports_dp:1; |
| 638 | u8 supports_edp:1; |
| 639 | u8 supports_typec_usb:1; |
| 640 | u8 supports_tbt:1; |
Rodrigo Vivi | 500ea70 | 2015-08-07 17:01:16 -0700 | [diff] [blame] | 641 | |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 642 | u8 alternate_aux_channel; |
| 643 | u8 alternate_ddc_pin; |
Antti Koskipaa | 75067dd | 2015-07-10 14:10:55 +0300 | [diff] [blame] | 644 | |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 645 | u8 dp_boost_level; |
| 646 | u8 hdmi_boost_level; |
Jani Nikula | 99b91bd | 2018-02-01 13:03:43 +0200 | [diff] [blame] | 647 | int dp_max_link_rate; /* 0 for not limited by VBT */ |
Paulo Zanoni | 6acab15 | 2013-09-12 17:06:24 -0300 | [diff] [blame] | 648 | }; |
| 649 | |
Rodrigo Vivi | bfd7ebd | 2014-11-14 08:52:30 -0800 | [diff] [blame] | 650 | enum psr_lines_to_wait { |
| 651 | PSR_0_LINES_TO_WAIT = 0, |
| 652 | PSR_1_LINE_TO_WAIT, |
| 653 | PSR_4_LINES_TO_WAIT, |
| 654 | PSR_8_LINES_TO_WAIT |
Pradeep Bhat | 83a7280 | 2014-03-28 10:14:57 +0530 | [diff] [blame] | 655 | }; |
| 656 | |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 657 | struct intel_vbt_data { |
| 658 | struct drm_display_mode *lfp_lvds_vbt_mode; /* if any */ |
| 659 | struct drm_display_mode *sdvo_lvds_vbt_mode; /* if any */ |
| 660 | |
| 661 | /* Feature bits */ |
| 662 | unsigned int int_tv_support:1; |
| 663 | unsigned int lvds_dither:1; |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 664 | unsigned int int_crt_support:1; |
| 665 | unsigned int lvds_use_ssc:1; |
Ville Syrjälä | 5255e2f | 2018-05-08 17:08:14 +0300 | [diff] [blame] | 666 | unsigned int int_lvds_support:1; |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 667 | unsigned int display_clock_mode:1; |
| 668 | unsigned int fdi_rx_polarity_inverted:1; |
Ville Syrjälä | 3e845c7 | 2016-04-08 16:28:12 +0300 | [diff] [blame] | 669 | unsigned int panel_type:4; |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 670 | int lvds_ssc_freq; |
| 671 | unsigned int bios_lvds_val; /* initial [PCH_]LVDS reg val in VBIOS */ |
Ville Syrjälä | c1cd5b2 | 2018-10-22 17:20:15 +0300 | [diff] [blame] | 672 | enum drm_panel_orientation orientation; |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 673 | |
Pradeep Bhat | 83a7280 | 2014-03-28 10:14:57 +0530 | [diff] [blame] | 674 | enum drrs_support_type drrs_type; |
| 675 | |
Jani Nikula | 6aa23e6 | 2016-03-24 17:50:20 +0200 | [diff] [blame] | 676 | struct { |
| 677 | int rate; |
| 678 | int lanes; |
| 679 | int preemphasis; |
| 680 | int vswing; |
Jani Nikula | 06411f0 | 2016-03-24 17:50:21 +0200 | [diff] [blame] | 681 | bool low_vswing; |
Jani Nikula | 6aa23e6 | 2016-03-24 17:50:20 +0200 | [diff] [blame] | 682 | bool initialized; |
Jani Nikula | 6aa23e6 | 2016-03-24 17:50:20 +0200 | [diff] [blame] | 683 | int bpp; |
| 684 | struct edp_power_seq pps; |
| 685 | } edp; |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 686 | |
Jani Nikula | f00076d | 2013-12-14 20:38:29 -0200 | [diff] [blame] | 687 | struct { |
Dhinakaran Pandiyan | 2bdd045 | 2018-05-08 17:35:24 -0700 | [diff] [blame] | 688 | bool enable; |
Rodrigo Vivi | bfd7ebd | 2014-11-14 08:52:30 -0800 | [diff] [blame] | 689 | bool full_link; |
| 690 | bool require_aux_wakeup; |
| 691 | int idle_frames; |
| 692 | enum psr_lines_to_wait lines_to_wait; |
Vathsala Nagaraju | 77312ae | 2018-05-22 14:57:23 +0530 | [diff] [blame] | 693 | int tp1_wakeup_time_us; |
| 694 | int tp2_tp3_wakeup_time_us; |
José Roberto de Souza | 88a0d96 | 2019-03-12 12:57:41 -0700 | [diff] [blame] | 695 | int psr2_tp2_tp3_wakeup_time_us; |
Rodrigo Vivi | bfd7ebd | 2014-11-14 08:52:30 -0800 | [diff] [blame] | 696 | } psr; |
| 697 | |
| 698 | struct { |
Jani Nikula | f00076d | 2013-12-14 20:38:29 -0200 | [diff] [blame] | 699 | u16 pwm_freq_hz; |
Jani Nikula | 39fbc9c | 2014-04-09 11:22:06 +0300 | [diff] [blame] | 700 | bool present; |
Jani Nikula | f00076d | 2013-12-14 20:38:29 -0200 | [diff] [blame] | 701 | bool active_low_pwm; |
Jani Nikula | 1de6068 | 2014-06-24 18:27:39 +0300 | [diff] [blame] | 702 | u8 min_brightness; /* min_brightness/255 of max */ |
Vidya Srinivas | add0337 | 2016-12-08 11:26:18 +0200 | [diff] [blame] | 703 | u8 controller; /* brightness controller number */ |
Deepak M | 9a41e17 | 2016-04-26 16:14:24 +0300 | [diff] [blame] | 704 | enum intel_backlight_type type; |
Jani Nikula | f00076d | 2013-12-14 20:38:29 -0200 | [diff] [blame] | 705 | } backlight; |
| 706 | |
Shobhit Kumar | d17c544 | 2013-08-27 15:12:25 +0300 | [diff] [blame] | 707 | /* MIPI DSI */ |
| 708 | struct { |
| 709 | u16 panel_id; |
Shobhit Kumar | d3b542f | 2014-04-14 11:00:34 +0530 | [diff] [blame] | 710 | struct mipi_config *config; |
| 711 | struct mipi_pps_data *pps; |
Madhav Chauhan | 46e5832 | 2017-10-13 18:14:59 +0530 | [diff] [blame] | 712 | u16 bl_ports; |
| 713 | u16 cabc_ports; |
Shobhit Kumar | d3b542f | 2014-04-14 11:00:34 +0530 | [diff] [blame] | 714 | u8 seq_version; |
| 715 | u32 size; |
| 716 | u8 *data; |
Jani Nikula | 8d3ed2f | 2015-12-21 15:10:57 +0200 | [diff] [blame] | 717 | const u8 *sequence[MIPI_SEQ_MAX]; |
Hans de Goede | fb38e7a | 2018-02-14 09:21:51 +0100 | [diff] [blame] | 718 | u8 *deassert_seq; /* Used by fixup_mipi_sequences() */ |
Ville Syrjälä | c1cd5b2 | 2018-10-22 17:20:15 +0300 | [diff] [blame] | 719 | enum drm_panel_orientation orientation; |
Shobhit Kumar | d17c544 | 2013-08-27 15:12:25 +0300 | [diff] [blame] | 720 | } dsi; |
| 721 | |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 722 | int crt_ddc_pin; |
| 723 | |
Jani Nikula | 0d9ef19 | 2019-11-08 17:39:49 +0200 | [diff] [blame] | 724 | struct list_head display_devices; |
Paulo Zanoni | 6acab15 | 2013-09-12 17:06:24 -0300 | [diff] [blame] | 725 | |
| 726 | struct ddi_vbt_port_info ddi_port_info[I915_MAX_PORTS]; |
Jani Nikula | 9d6c875 | 2016-03-24 17:50:22 +0200 | [diff] [blame] | 727 | struct sdvo_device_mapping sdvo_mappings[2]; |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 728 | }; |
| 729 | |
Ville Syrjälä | 77c122b | 2013-08-06 22:24:04 +0300 | [diff] [blame] | 730 | enum intel_ddb_partitioning { |
| 731 | INTEL_DDB_PART_1_2, |
| 732 | INTEL_DDB_PART_5_6, /* IVB+ */ |
| 733 | }; |
| 734 | |
Ville Syrjälä | 1fd527c | 2013-08-06 22:24:05 +0300 | [diff] [blame] | 735 | struct intel_wm_level { |
| 736 | bool enable; |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 737 | u32 pri_val; |
| 738 | u32 spr_val; |
| 739 | u32 cur_val; |
| 740 | u32 fbc_val; |
Ville Syrjälä | 1fd527c | 2013-08-06 22:24:05 +0300 | [diff] [blame] | 741 | }; |
| 742 | |
Imre Deak | 820c198 | 2013-12-17 14:46:36 +0200 | [diff] [blame] | 743 | struct ilk_wm_values { |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 744 | u32 wm_pipe[3]; |
| 745 | u32 wm_lp[3]; |
| 746 | u32 wm_lp_spr[3]; |
Ville Syrjälä | 609cede | 2013-10-09 19:18:03 +0300 | [diff] [blame] | 747 | bool enable_fbc_wm; |
| 748 | enum intel_ddb_partitioning partitioning; |
| 749 | }; |
| 750 | |
Ville Syrjälä | 114d7dc | 2017-04-21 21:14:21 +0300 | [diff] [blame] | 751 | struct g4x_pipe_wm { |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 752 | u16 plane[I915_MAX_PLANES]; |
| 753 | u16 fbc; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 754 | }; |
| 755 | |
Ville Syrjälä | 114d7dc | 2017-04-21 21:14:21 +0300 | [diff] [blame] | 756 | struct g4x_sr_wm { |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 757 | u16 plane; |
| 758 | u16 cursor; |
| 759 | u16 fbc; |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 760 | }; |
| 761 | |
| 762 | struct vlv_wm_ddl_values { |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 763 | u8 plane[I915_MAX_PLANES]; |
Ville Syrjälä | 262cd2e | 2015-06-24 22:00:04 +0300 | [diff] [blame] | 764 | }; |
| 765 | |
Ville Syrjälä | 0018fda | 2015-03-05 21:19:45 +0200 | [diff] [blame] | 766 | struct vlv_wm_values { |
Ville Syrjälä | 114d7dc | 2017-04-21 21:14:21 +0300 | [diff] [blame] | 767 | struct g4x_pipe_wm pipe[3]; |
| 768 | struct g4x_sr_wm sr; |
Ville Syrjälä | 1b31389 | 2016-11-28 19:37:08 +0200 | [diff] [blame] | 769 | struct vlv_wm_ddl_values ddl[3]; |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 770 | u8 level; |
Ville Syrjälä | 6eb1a68 | 2015-06-24 22:00:03 +0300 | [diff] [blame] | 771 | bool cxsr; |
Ville Syrjälä | 0018fda | 2015-03-05 21:19:45 +0200 | [diff] [blame] | 772 | }; |
| 773 | |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 774 | struct g4x_wm_values { |
| 775 | struct g4x_pipe_wm pipe[2]; |
| 776 | struct g4x_sr_wm sr; |
| 777 | struct g4x_sr_wm hpll; |
| 778 | bool cxsr; |
| 779 | bool hpll_en; |
| 780 | bool fbc_en; |
| 781 | }; |
| 782 | |
Damien Lespiau | c193924 | 2014-11-04 17:06:41 +0000 | [diff] [blame] | 783 | struct skl_ddb_entry { |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 784 | u16 start, end; /* in number of blocks, 'end' is exclusive */ |
Damien Lespiau | c193924 | 2014-11-04 17:06:41 +0000 | [diff] [blame] | 785 | }; |
| 786 | |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 787 | static inline u16 skl_ddb_entry_size(const struct skl_ddb_entry *entry) |
Damien Lespiau | c193924 | 2014-11-04 17:06:41 +0000 | [diff] [blame] | 788 | { |
Damien Lespiau | 16160e3 | 2014-11-04 17:06:53 +0000 | [diff] [blame] | 789 | return entry->end - entry->start; |
Damien Lespiau | c193924 | 2014-11-04 17:06:41 +0000 | [diff] [blame] | 790 | } |
| 791 | |
Damien Lespiau | 08db665 | 2014-11-04 17:06:52 +0000 | [diff] [blame] | 792 | static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1, |
| 793 | const struct skl_ddb_entry *e2) |
| 794 | { |
| 795 | if (e1->start == e2->start && e1->end == e2->end) |
| 796 | return true; |
| 797 | |
| 798 | return false; |
| 799 | } |
| 800 | |
Pradeep Bhat | 2ac96d2 | 2014-11-04 17:06:40 +0000 | [diff] [blame] | 801 | struct skl_wm_level { |
Ville Syrjälä | 961d95e | 2018-12-21 19:14:32 +0200 | [diff] [blame] | 802 | u16 min_ddb_alloc; |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 803 | u16 plane_res_b; |
| 804 | u8 plane_res_l; |
Paulo Zanoni | eeba5b5 | 2018-10-16 15:01:24 -0700 | [diff] [blame] | 805 | bool plane_en; |
Ville Syrjälä | 2ed8e1f | 2019-02-13 18:54:23 +0200 | [diff] [blame] | 806 | bool ignore_lines; |
Pradeep Bhat | 2ac96d2 | 2014-11-04 17:06:40 +0000 | [diff] [blame] | 807 | }; |
| 808 | |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 809 | /* Stores plane specific WM parameters */ |
| 810 | struct skl_wm_params { |
| 811 | bool x_tiled, y_tiled; |
| 812 | bool rc_surface; |
Mahesh Kumar | 942aa2d | 2018-04-09 09:11:04 +0530 | [diff] [blame] | 813 | bool is_planar; |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 814 | u32 width; |
| 815 | u8 cpp; |
| 816 | u32 plane_pixel_rate; |
| 817 | u32 y_min_scanlines; |
| 818 | u32 plane_bytes_per_line; |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 819 | uint_fixed_16_16_t plane_blocks_per_line; |
| 820 | uint_fixed_16_16_t y_tile_minimum; |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 821 | u32 linetime_us; |
| 822 | u32 dbuf_block_size; |
Kumar, Mahesh | 7e452fd | 2017-08-17 19:15:23 +0530 | [diff] [blame] | 823 | }; |
| 824 | |
Daniel Vetter | 926321d | 2013-10-16 13:30:34 +0200 | [diff] [blame] | 825 | enum intel_pipe_crc_source { |
| 826 | INTEL_PIPE_CRC_SOURCE_NONE, |
| 827 | INTEL_PIPE_CRC_SOURCE_PLANE1, |
| 828 | INTEL_PIPE_CRC_SOURCE_PLANE2, |
Ville Syrjälä | 207a815 | 2019-02-14 21:22:19 +0200 | [diff] [blame] | 829 | INTEL_PIPE_CRC_SOURCE_PLANE3, |
| 830 | INTEL_PIPE_CRC_SOURCE_PLANE4, |
| 831 | INTEL_PIPE_CRC_SOURCE_PLANE5, |
| 832 | INTEL_PIPE_CRC_SOURCE_PLANE6, |
| 833 | INTEL_PIPE_CRC_SOURCE_PLANE7, |
Daniel Vetter | 5b3a856 | 2013-10-16 22:55:48 +0200 | [diff] [blame] | 834 | INTEL_PIPE_CRC_SOURCE_PIPE, |
Daniel Vetter | 3d099a0 | 2013-10-16 22:55:58 +0200 | [diff] [blame] | 835 | /* TV/DP on pre-gen5/vlv can't use the pipe source. */ |
| 836 | INTEL_PIPE_CRC_SOURCE_TV, |
| 837 | INTEL_PIPE_CRC_SOURCE_DP_B, |
| 838 | INTEL_PIPE_CRC_SOURCE_DP_C, |
| 839 | INTEL_PIPE_CRC_SOURCE_DP_D, |
Daniel Vetter | 46a1918 | 2013-11-01 10:50:20 +0100 | [diff] [blame] | 840 | INTEL_PIPE_CRC_SOURCE_AUTO, |
Daniel Vetter | 926321d | 2013-10-16 13:30:34 +0200 | [diff] [blame] | 841 | INTEL_PIPE_CRC_SOURCE_MAX, |
| 842 | }; |
| 843 | |
Damien Lespiau | b2c88f5 | 2013-10-15 18:55:29 +0100 | [diff] [blame] | 844 | #define INTEL_PIPE_CRC_ENTRIES_NR 128 |
Shuang He | 8bf1e9f | 2013-10-15 18:55:27 +0100 | [diff] [blame] | 845 | struct intel_pipe_crc { |
Damien Lespiau | d538bbd | 2013-10-21 14:29:30 +0100 | [diff] [blame] | 846 | spinlock_t lock; |
Tomeu Vizoso | 8c6b709 | 2017-01-10 14:43:04 +0100 | [diff] [blame] | 847 | int skipped; |
Maarten Lankhorst | 6cc4215 | 2018-06-28 09:23:02 +0200 | [diff] [blame] | 848 | enum intel_pipe_crc_source source; |
Shuang He | 8bf1e9f | 2013-10-15 18:55:27 +0100 | [diff] [blame] | 849 | }; |
| 850 | |
Daniel Vetter | f99d706 | 2014-06-19 16:01:59 +0200 | [diff] [blame] | 851 | struct i915_frontbuffer_tracking { |
Chris Wilson | b5add95 | 2016-08-04 16:32:36 +0100 | [diff] [blame] | 852 | spinlock_t lock; |
Daniel Vetter | f99d706 | 2014-06-19 16:01:59 +0200 | [diff] [blame] | 853 | |
| 854 | /* |
| 855 | * Tracking bits for delayed frontbuffer flushing du to gpu activity or |
| 856 | * scheduled flips. |
| 857 | */ |
| 858 | unsigned busy_bits; |
| 859 | unsigned flip_bits; |
| 860 | }; |
| 861 | |
Yu Zhang | cf9d289 | 2015-02-10 19:05:47 +0800 | [diff] [blame] | 862 | struct i915_virtual_gpu { |
Xiaolin Zhang | 5298800 | 2019-08-23 14:57:31 +0800 | [diff] [blame] | 863 | struct mutex lock; /* serialises sending of g2v_notify command pkts */ |
Yu Zhang | cf9d289 | 2015-02-10 19:05:47 +0800 | [diff] [blame] | 864 | bool active; |
Tina Zhang | 8a4ab66 | 2017-08-14 15:20:46 +0800 | [diff] [blame] | 865 | u32 caps; |
Yu Zhang | cf9d289 | 2015-02-10 19:05:47 +0800 | [diff] [blame] | 866 | }; |
| 867 | |
Matt Roper | aa36313 | 2015-09-24 15:53:18 -0700 | [diff] [blame] | 868 | /* used in computing the new watermarks state */ |
| 869 | struct intel_wm_config { |
| 870 | unsigned int num_pipes_active; |
| 871 | bool sprites_enabled; |
| 872 | bool sprites_scaled; |
| 873 | }; |
| 874 | |
Ville Syrjälä | 0bb94e0 | 2020-01-20 19:47:17 +0200 | [diff] [blame] | 875 | struct intel_cdclk_config { |
Imre Deak | b6c51c3 | 2018-01-17 19:25:08 +0200 | [diff] [blame] | 876 | unsigned int cdclk, vco, ref, bypass; |
Ville Syrjälä | 64600bd | 2017-10-24 12:52:08 +0300 | [diff] [blame] | 877 | u8 voltage_level; |
Ville Syrjälä | 49cd97a | 2017-02-07 20:33:45 +0200 | [diff] [blame] | 878 | }; |
| 879 | |
Chris Wilson | f05816c | 2019-11-01 10:15:28 +0000 | [diff] [blame] | 880 | struct i915_selftest_stash { |
| 881 | atomic_t counter; |
| 882 | }; |
| 883 | |
Jani Nikula | 77fec55 | 2014-03-31 14:27:22 +0300 | [diff] [blame] | 884 | struct drm_i915_private { |
Chris Wilson | 8f460e2 | 2016-06-24 14:00:18 +0100 | [diff] [blame] | 885 | struct drm_device drm; |
| 886 | |
Jani Nikula | 2cc8376 | 2018-12-31 16:56:46 +0200 | [diff] [blame] | 887 | const struct intel_device_info __info; /* Use INTEL_INFO() to access. */ |
Jani Nikula | 0258404 | 2018-12-31 16:56:41 +0200 | [diff] [blame] | 888 | struct intel_runtime_info __runtime; /* Use RUNTIME_INFO() to access. */ |
Chris Wilson | 3fed180 | 2018-02-07 21:05:43 +0000 | [diff] [blame] | 889 | struct intel_driver_caps caps; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 890 | |
Matthew Auld | 7789422 | 2017-12-11 15:18:18 +0000 | [diff] [blame] | 891 | /** |
| 892 | * Data Stolen Memory - aka "i915 stolen memory" gives us the start and |
| 893 | * end of stolen which we can optionally use to create GEM objects |
Matthew Auld | b1ace60 | 2017-12-11 15:18:21 +0000 | [diff] [blame] | 894 | * backed by stolen memory. Note that stolen_usable_size tells us |
Matthew Auld | 7789422 | 2017-12-11 15:18:18 +0000 | [diff] [blame] | 895 | * exactly how much of this we are actually allowed to use, given that |
| 896 | * some portion of it is in fact reserved for use by hardware functions. |
| 897 | */ |
| 898 | struct resource dsm; |
Matthew Auld | 17a0534 | 2017-12-11 15:18:19 +0000 | [diff] [blame] | 899 | /** |
| 900 | * Reseved portion of Data Stolen Memory |
| 901 | */ |
| 902 | struct resource dsm_reserved; |
Matthew Auld | 7789422 | 2017-12-11 15:18:18 +0000 | [diff] [blame] | 903 | |
Matthew Auld | b1ace60 | 2017-12-11 15:18:21 +0000 | [diff] [blame] | 904 | /* |
| 905 | * Stolen memory is segmented in hardware with different portions |
| 906 | * offlimits to certain functions. |
| 907 | * |
| 908 | * The drm_mm is initialised to the total accessible range, as found |
| 909 | * from the PCI config. On Broadwell+, this is further restricted to |
| 910 | * avoid the first page! The upper end of stolen memory is reserved for |
| 911 | * hardware functions and similarly removed from the accessible range. |
| 912 | */ |
Matthew Auld | b7128ef | 2017-12-11 15:18:22 +0000 | [diff] [blame] | 913 | resource_size_t stolen_usable_size; /* Total size minus reserved ranges */ |
Matthew Auld | b1ace60 | 2017-12-11 15:18:21 +0000 | [diff] [blame] | 914 | |
Chris Wilson | 907b28c | 2013-07-19 20:36:52 +0100 | [diff] [blame] | 915 | struct intel_uncore uncore; |
Daniele Ceraolo Spurio | 0a9b263 | 2019-08-09 07:31:16 +0100 | [diff] [blame] | 916 | struct intel_uncore_mmio_debug mmio_debug; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 917 | |
Yu Zhang | cf9d289 | 2015-02-10 19:05:47 +0800 | [diff] [blame] | 918 | struct i915_virtual_gpu vgpu; |
| 919 | |
Zhenyu Wang | feddf6e | 2016-10-20 17:15:03 +0800 | [diff] [blame] | 920 | struct intel_gvt *gvt; |
Zhi Wang | 0ad35fe | 2016-06-16 08:07:00 -0400 | [diff] [blame] | 921 | |
Jackie Li | 6b0478f | 2018-03-13 17:32:50 -0700 | [diff] [blame] | 922 | struct intel_wopcm wopcm; |
| 923 | |
Daniel Vetter | eb80562 | 2015-05-04 14:58:44 +0200 | [diff] [blame] | 924 | struct intel_csr csr; |
| 925 | |
Jani Nikula | 5ea6e5e | 2015-04-01 10:55:04 +0300 | [diff] [blame] | 926 | struct intel_gmbus gmbus[GMBUS_NUM_PINS]; |
Daniel Vetter | 28c70f1 | 2012-12-01 13:53:45 +0100 | [diff] [blame] | 927 | |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 928 | /** gmbus_mutex protects against concurrent usage of the single hw gmbus |
| 929 | * controller on different i2c buses. */ |
| 930 | struct mutex gmbus_mutex; |
| 931 | |
| 932 | /** |
Lucas De Marchi | dce8887 | 2018-07-27 12:36:47 -0700 | [diff] [blame] | 933 | * Base address of where the gmbus and gpio blocks are located (either |
| 934 | * on PCH or on SoC for platforms without PCH). |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 935 | */ |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 936 | u32 gpio_mmio_base; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 937 | |
José Roberto de Souza | 4ab4fa1 | 2019-08-20 15:33:23 -0700 | [diff] [blame] | 938 | u32 hsw_psr_mmio_adjust; |
| 939 | |
Shashank Sharma | b6fdd0f | 2014-05-19 20:54:03 +0530 | [diff] [blame] | 940 | /* MMIO base address for MIPI regs */ |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 941 | u32 mipi_mmio_base; |
Shashank Sharma | b6fdd0f | 2014-05-19 20:54:03 +0530 | [diff] [blame] | 942 | |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 943 | u32 pps_mmio_base; |
Imre Deak | 44cb734 | 2016-08-10 14:07:29 +0300 | [diff] [blame] | 944 | |
Daniel Vetter | 28c70f1 | 2012-12-01 13:53:45 +0100 | [diff] [blame] | 945 | wait_queue_head_t gmbus_wait_queue; |
| 946 | |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 947 | struct pci_dev *bridge_dev; |
Chris Wilson | 750e76b | 2019-08-06 13:43:00 +0100 | [diff] [blame] | 948 | |
Chris Wilson | 750e76b | 2019-08-06 13:43:00 +0100 | [diff] [blame] | 949 | struct intel_engine_cs *engine[I915_NUM_ENGINES]; |
| 950 | struct rb_root uabi_engines; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 951 | |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 952 | struct resource mch_res; |
| 953 | |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 954 | /* protects the irq masks */ |
| 955 | spinlock_t irq_lock; |
| 956 | |
Imre Deak | f8b79e5 | 2014-03-04 19:23:07 +0200 | [diff] [blame] | 957 | bool display_irqs_enabled; |
| 958 | |
Daniel Vetter | 9ee32fea | 2012-12-01 13:53:48 +0100 | [diff] [blame] | 959 | /* To control wakeup latency, e.g. for irq-driven dp aux transfers. */ |
| 960 | struct pm_qos_request pm_qos; |
| 961 | |
Ville Syrjälä | a580516 | 2015-05-26 20:42:30 +0300 | [diff] [blame] | 962 | /* Sideband mailbox protection */ |
| 963 | struct mutex sb_lock; |
Chris Wilson | a75d035 | 2019-04-26 09:17:18 +0100 | [diff] [blame] | 964 | struct pm_qos_request sb_qos; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 965 | |
| 966 | /** Cached value of IMR to avoid reads in updating the bitfield */ |
Ben Widawsky | abd58f0 | 2013-11-02 21:07:09 -0700 | [diff] [blame] | 967 | union { |
| 968 | u32 irq_mask; |
| 969 | u32 de_irq_mask[I915_MAX_PIPES]; |
| 970 | }; |
Imre Deak | 91d181d | 2014-02-10 18:42:49 +0200 | [diff] [blame] | 971 | u32 pipestat_irq_mask[I915_MAX_PIPES]; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 972 | |
Jani Nikula | 5fcece8 | 2015-05-27 15:03:42 +0300 | [diff] [blame] | 973 | struct i915_hotplug hotplug; |
Paulo Zanoni | ab34a7e | 2016-01-11 17:44:36 -0200 | [diff] [blame] | 974 | struct intel_fbc fbc; |
Pradeep Bhat | 439d7ac | 2014-04-05 12:13:28 +0530 | [diff] [blame] | 975 | struct i915_drrs drrs; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 976 | struct intel_opregion opregion; |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 977 | struct intel_vbt_data vbt; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 978 | |
Jesse Barnes | d9ceb81 | 2014-10-09 12:57:43 -0700 | [diff] [blame] | 979 | bool preserve_bios_swizzle; |
| 980 | |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 981 | /* overlay */ |
| 982 | struct intel_overlay *overlay; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 983 | |
Jani Nikula | 58c6877 | 2013-11-08 16:48:54 +0200 | [diff] [blame] | 984 | /* backlight registers and fields in struct intel_panel */ |
Daniel Vetter | 07f11d4 | 2014-09-15 14:35:09 +0200 | [diff] [blame] | 985 | struct mutex backlight_lock; |
Jani Nikula | 31ad8ec | 2013-04-02 15:48:09 +0300 | [diff] [blame] | 986 | |
Ville Syrjälä | e39b999 | 2014-09-04 14:53:14 +0300 | [diff] [blame] | 987 | /* protects panel power sequencer state */ |
| 988 | struct mutex pps_mutex; |
| 989 | |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 990 | unsigned int fsb_freq, mem_freq, is_ddr3; |
Ville Syrjälä | b204535 | 2016-05-13 23:41:27 +0300 | [diff] [blame] | 991 | unsigned int skl_preferred_vco_freq; |
Ville Syrjälä | 49cd97a | 2017-02-07 20:33:45 +0200 | [diff] [blame] | 992 | unsigned int max_cdclk_freq; |
Ville Syrjälä | 8d96561 | 2016-11-14 18:35:10 +0200 | [diff] [blame] | 993 | |
Mika Kahola | adafdc6 | 2015-08-18 14:36:59 +0300 | [diff] [blame] | 994 | unsigned int max_dotclk_freq; |
Ville Syrjälä | e7dc33f | 2016-03-02 17:22:13 +0200 | [diff] [blame] | 995 | unsigned int rawclk_freq; |
Ville Syrjälä | 6bcda4f | 2014-10-07 17:41:22 +0300 | [diff] [blame] | 996 | unsigned int hpll_freq; |
Chris Wilson | 58ecd9d | 2017-11-05 13:49:05 +0000 | [diff] [blame] | 997 | unsigned int fdi_pll_freq; |
Ville Syrjälä | bfa7df0 | 2015-09-24 23:29:18 +0300 | [diff] [blame] | 998 | unsigned int czclk_freq; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 999 | |
Ville Syrjälä | 63911d7 | 2016-05-13 23:41:32 +0300 | [diff] [blame] | 1000 | struct { |
Ville Syrjälä | 0bb94e0 | 2020-01-20 19:47:17 +0200 | [diff] [blame] | 1001 | /* The current hardware cdclk configuration */ |
| 1002 | struct intel_cdclk_config hw; |
Ville Syrjälä | 905801f | 2019-03-20 15:54:36 +0200 | [diff] [blame] | 1003 | |
Matt Roper | 736da81 | 2019-09-10 09:15:06 -0700 | [diff] [blame] | 1004 | /* cdclk, divider, and ratio table from bspec */ |
| 1005 | const struct intel_cdclk_vals *table; |
Ville Syrjälä | 28a30b4 | 2020-01-21 16:03:53 +0200 | [diff] [blame] | 1006 | |
| 1007 | struct intel_global_obj obj; |
Ville Syrjälä | 49cd97a | 2017-02-07 20:33:45 +0200 | [diff] [blame] | 1008 | } cdclk; |
Ville Syrjälä | 63911d7 | 2016-05-13 23:41:32 +0300 | [diff] [blame] | 1009 | |
Daniel Vetter | 645416f | 2013-09-02 16:22:25 +0200 | [diff] [blame] | 1010 | /** |
| 1011 | * wq - Driver workqueue for GEM. |
| 1012 | * |
| 1013 | * NOTE: Work items scheduled here are not allowed to grab any modeset |
| 1014 | * locks, for otherwise the flushing done in the pageflip code will |
| 1015 | * result in deadlocks. |
| 1016 | */ |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 1017 | struct workqueue_struct *wq; |
| 1018 | |
Ville Syrjälä | 757fffc | 2017-11-13 15:36:22 +0200 | [diff] [blame] | 1019 | /* ordered wq for modesets */ |
| 1020 | struct workqueue_struct *modeset_wq; |
Ville Syrjälä | c26a058 | 2019-09-10 15:13:47 +0300 | [diff] [blame] | 1021 | /* unbound hipri wq for page flips/plane updates */ |
| 1022 | struct workqueue_struct *flip_wq; |
Ville Syrjälä | 757fffc | 2017-11-13 15:36:22 +0200 | [diff] [blame] | 1023 | |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 1024 | /* Display functions */ |
| 1025 | struct drm_i915_display_funcs display; |
| 1026 | |
| 1027 | /* PCH chipset type */ |
| 1028 | enum intel_pch pch_type; |
Paulo Zanoni | 17a303e | 2012-11-20 15:12:07 -0200 | [diff] [blame] | 1029 | unsigned short pch_id; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 1030 | |
| 1031 | unsigned long quirks; |
| 1032 | |
Maarten Lankhorst | e2c8b87 | 2016-02-16 10:06:14 +0100 | [diff] [blame] | 1033 | struct drm_atomic_state *modeset_restore_state; |
Maarten Lankhorst | 7397489 | 2016-08-05 23:28:27 +0300 | [diff] [blame] | 1034 | struct drm_modeset_acquire_ctx reset_ctx; |
Eric Anholt | 673a394 | 2008-07-30 12:06:12 -0700 | [diff] [blame] | 1035 | |
Joonas Lahtinen | 62106b4 | 2016-03-18 10:42:57 +0200 | [diff] [blame] | 1036 | struct i915_ggtt ggtt; /* VM representing the global address space */ |
Ben Widawsky | 5d4545a | 2013-01-17 12:45:15 -0800 | [diff] [blame] | 1037 | |
Daniel Vetter | 4b5aed6 | 2012-11-14 17:14:03 +0100 | [diff] [blame] | 1038 | struct i915_gem_mm mm; |
Chris Wilson | ad46cb5 | 2014-08-07 14:20:40 +0100 | [diff] [blame] | 1039 | DECLARE_HASHTABLE(mm_structs, 7); |
| 1040 | struct mutex mm_lock; |
Daniel Vetter | 8781342 | 2012-05-02 11:49:32 +0200 | [diff] [blame] | 1041 | |
Daniel Vetter | 8781342 | 2012-05-02 11:49:32 +0200 | [diff] [blame] | 1042 | /* Kernel Modesetting */ |
| 1043 | |
Ville Syrjälä | e2af48c | 2016-10-31 22:37:05 +0200 | [diff] [blame] | 1044 | struct intel_crtc *plane_to_crtc_mapping[I915_MAX_PIPES]; |
| 1045 | struct intel_crtc *pipe_to_crtc_mapping[I915_MAX_PIPES]; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 1046 | |
Daniel Vetter | c459787 | 2013-10-21 21:04:07 +0200 | [diff] [blame] | 1047 | #ifdef CONFIG_DEBUG_FS |
| 1048 | struct intel_pipe_crc pipe_crc[I915_MAX_PIPES]; |
| 1049 | #endif |
| 1050 | |
Maarten Lankhorst | 565602d | 2015-12-10 12:33:57 +0100 | [diff] [blame] | 1051 | /* dpll and cdclk state is protected by connection_mutex */ |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 1052 | int num_shared_dpll; |
| 1053 | struct intel_shared_dpll shared_dplls[I915_NUM_PLLS]; |
Ander Conselvan de Oliveira | f9476a6 | 2016-03-08 17:46:22 +0200 | [diff] [blame] | 1054 | const struct intel_dpll_mgr *dpll_mgr; |
Maarten Lankhorst | 565602d | 2015-12-10 12:33:57 +0100 | [diff] [blame] | 1055 | |
Maarten Lankhorst | fbf6d87 | 2016-03-23 14:51:12 +0100 | [diff] [blame] | 1056 | /* |
| 1057 | * dpll_lock serializes intel_{prepare,enable,disable}_shared_dpll. |
| 1058 | * Must be global rather than per dpll, because on some platforms |
| 1059 | * plls share registers. |
| 1060 | */ |
| 1061 | struct mutex dpll_lock; |
| 1062 | |
Ville Syrjälä | 0ef1905 | 2020-01-20 19:47:24 +0200 | [diff] [blame] | 1063 | struct list_head global_obj_list; |
| 1064 | |
Ville Syrjälä | 1d5a95b | 2019-10-15 22:30:24 +0300 | [diff] [blame] | 1065 | /* |
Ville Syrjälä | 28a30b4 | 2020-01-21 16:03:53 +0200 | [diff] [blame] | 1066 | * For reading active_pipes holding any crtc lock is |
| 1067 | * sufficient, for writing must hold all of them. |
Ville Syrjälä | 1d5a95b | 2019-10-15 22:30:24 +0300 | [diff] [blame] | 1068 | */ |
Ville Syrjälä | d06a79d | 2019-08-21 20:30:29 +0300 | [diff] [blame] | 1069 | u8 active_pipes; |
Maarten Lankhorst | 565602d | 2015-12-10 12:33:57 +0100 | [diff] [blame] | 1070 | |
Chon Ming Lee | e4607fc | 2013-11-06 14:36:35 +0800 | [diff] [blame] | 1071 | int dpio_phy_iosf_port[I915_NUM_PHYS_VLV]; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1072 | |
Tvrtko Ursulin | 25d140f | 2018-12-03 13:33:19 +0000 | [diff] [blame] | 1073 | struct i915_wa_list gt_wa_list; |
Arun Siluvery | 888b599 | 2014-08-26 14:44:51 +0100 | [diff] [blame] | 1074 | |
Daniel Vetter | f99d706 | 2014-06-19 16:01:59 +0200 | [diff] [blame] | 1075 | struct i915_frontbuffer_tracking fb_tracking; |
| 1076 | |
Chris Wilson | eb955ee | 2017-01-23 21:29:39 +0000 | [diff] [blame] | 1077 | struct intel_atomic_helper { |
| 1078 | struct llist_head free_list; |
| 1079 | struct work_struct free_work; |
| 1080 | } atomic_helper; |
| 1081 | |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 1082 | u16 orig_clock; |
Jesse Barnes | f97108d | 2010-01-29 11:27:07 -0800 | [diff] [blame] | 1083 | |
Zhenyu Wang | c4804411 | 2009-12-17 14:48:43 +0800 | [diff] [blame] | 1084 | bool mchbar_need_disable; |
Jesse Barnes | f97108d | 2010-01-29 11:27:07 -0800 | [diff] [blame] | 1085 | |
Daniel Vetter | a4da4fa | 2012-11-02 19:55:07 +0100 | [diff] [blame] | 1086 | struct intel_l3_parity l3_parity; |
Daniel Vetter | c6a828d | 2012-08-08 23:35:35 +0200 | [diff] [blame] | 1087 | |
Daniele Ceraolo Spurio | f6ac993 | 2019-03-28 10:45:32 -0700 | [diff] [blame] | 1088 | /* |
| 1089 | * edram size in MB. |
| 1090 | * Cannot be determined by PCIID. You must always read a register. |
| 1091 | */ |
| 1092 | u32 edram_size_mb; |
Ben Widawsky | 5912450 | 2013-07-04 11:02:05 -0700 | [diff] [blame] | 1093 | |
Imre Deak | 83c00f5 | 2013-10-25 17:36:47 +0300 | [diff] [blame] | 1094 | struct i915_power_domains power_domains; |
Wang Xingchao | a38911a | 2013-05-30 22:07:11 +0800 | [diff] [blame] | 1095 | |
Rodrigo Vivi | a031d70 | 2013-10-03 16:15:06 -0300 | [diff] [blame] | 1096 | struct i915_psr psr; |
Rodrigo Vivi | 3f51e47 | 2013-07-11 18:45:00 -0300 | [diff] [blame] | 1097 | |
Daniel Vetter | 99584db | 2012-11-14 17:14:04 +0100 | [diff] [blame] | 1098 | struct i915_gpu_error gpu_error; |
Chris Wilson | ae681d9 | 2010-10-01 14:57:56 +0100 | [diff] [blame] | 1099 | |
Jesse Barnes | c9cddff | 2013-05-08 10:45:13 -0700 | [diff] [blame] | 1100 | struct drm_i915_gem_object *vlv_pctx; |
| 1101 | |
Dave Airlie | 8be48d9 | 2010-03-30 05:34:14 +0000 | [diff] [blame] | 1102 | /* list of fbdev register on this device */ |
| 1103 | struct intel_fbdev *fbdev; |
Chris Wilson | 82e3b8c | 2014-08-13 13:09:46 +0100 | [diff] [blame] | 1104 | struct work_struct fbdev_suspend_work; |
Chris Wilson | e953fd7 | 2011-02-21 22:23:52 +0000 | [diff] [blame] | 1105 | |
| 1106 | struct drm_property *broadcast_rgb_property; |
Chris Wilson | 3f43c48 | 2011-05-12 22:17:24 +0100 | [diff] [blame] | 1107 | struct drm_property *force_audio_property; |
Ben Widawsky | e368919 | 2012-05-25 16:56:22 -0700 | [diff] [blame] | 1108 | |
Imre Deak | 58fddc2 | 2015-01-08 17:54:14 +0200 | [diff] [blame] | 1109 | /* hda/i915 audio component */ |
David Henningsson | 51e1d83 | 2015-08-19 10:48:56 +0200 | [diff] [blame] | 1110 | struct i915_audio_component *audio_component; |
Imre Deak | 58fddc2 | 2015-01-08 17:54:14 +0200 | [diff] [blame] | 1111 | bool audio_component_registered; |
Libin Yang | 4a21ef7 | 2015-09-02 14:11:39 +0800 | [diff] [blame] | 1112 | /** |
| 1113 | * av_mutex - mutex for audio/video sync |
| 1114 | * |
| 1115 | */ |
| 1116 | struct mutex av_mutex; |
Ville Syrjälä | 905801f | 2019-03-20 15:54:36 +0200 | [diff] [blame] | 1117 | int audio_power_refcount; |
Kai Vehmanen | 87c1694 | 2019-09-20 11:39:18 +0300 | [diff] [blame] | 1118 | u32 audio_freq_cntrl; |
Imre Deak | 58fddc2 | 2015-01-08 17:54:14 +0200 | [diff] [blame] | 1119 | |
Damien Lespiau | 3e68320 | 2012-12-11 18:48:29 +0000 | [diff] [blame] | 1120 | u32 fdi_rx_config; |
Paulo Zanoni | 68d18ad | 2012-12-01 12:04:26 -0200 | [diff] [blame] | 1121 | |
Ville Syrjälä | c231775 | 2016-03-15 16:39:56 +0200 | [diff] [blame] | 1122 | /* Shadow for DISPLAY_PHY_CONTROL which can't be safely read */ |
Ville Syrjälä | 7072246 | 2015-04-10 18:21:28 +0300 | [diff] [blame] | 1123 | u32 chv_phy_control; |
Ville Syrjälä | c231775 | 2016-03-15 16:39:56 +0200 | [diff] [blame] | 1124 | /* |
| 1125 | * Shadows for CHV DPLL_MD regs to keep the state |
| 1126 | * checker somewhat working in the presence hardware |
| 1127 | * crappiness (can't read out DPLL_MD for pipes B & C). |
| 1128 | */ |
| 1129 | u32 chv_dpll_md[I915_MAX_PIPES]; |
Imre Deak | adc7f04 | 2016-04-04 17:27:10 +0300 | [diff] [blame] | 1130 | u32 bxt_phy_grc; |
Ville Syrjälä | 7072246 | 2015-04-10 18:21:28 +0300 | [diff] [blame] | 1131 | |
Daniel Vetter | 842f1c8 | 2014-03-10 10:01:44 +0100 | [diff] [blame] | 1132 | u32 suspend_count; |
Imre Deak | 0f90603 | 2018-03-22 16:36:42 +0200 | [diff] [blame] | 1133 | bool power_domains_suspended; |
Daniel Vetter | f4c956a | 2012-11-02 19:55:02 +0100 | [diff] [blame] | 1134 | struct i915_suspend_saved_registers regfile; |
Daniele Ceraolo Spurio | 1bcd868 | 2019-08-19 19:01:46 -0700 | [diff] [blame] | 1135 | struct vlv_s0ix_state *vlv_s0ix_state; |
Daniel Vetter | 231f42a | 2012-11-02 19:55:05 +0100 | [diff] [blame] | 1136 | |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 1137 | enum { |
Paulo Zanoni | 16dcdc4 | 2016-09-22 18:00:27 -0300 | [diff] [blame] | 1138 | I915_SAGV_UNKNOWN = 0, |
| 1139 | I915_SAGV_DISABLED, |
| 1140 | I915_SAGV_ENABLED, |
| 1141 | I915_SAGV_NOT_CONTROLLED |
| 1142 | } sagv_status; |
Lyude | 656d1b8 | 2016-08-17 15:55:54 -0400 | [diff] [blame] | 1143 | |
James Ausmus | b068a86 | 2019-10-09 10:23:14 -0700 | [diff] [blame] | 1144 | u32 sagv_block_time_us; |
| 1145 | |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 1146 | struct { |
| 1147 | /* |
| 1148 | * Raw watermark latency values: |
| 1149 | * in 0.1us units for WM0, |
| 1150 | * in 0.5us units for WM1+. |
| 1151 | */ |
| 1152 | /* primary */ |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 1153 | u16 pri_latency[5]; |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 1154 | /* sprite */ |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 1155 | u16 spr_latency[5]; |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 1156 | /* cursor */ |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 1157 | u16 cur_latency[5]; |
Pradeep Bhat | 2af30a5 | 2014-11-04 17:06:38 +0000 | [diff] [blame] | 1158 | /* |
| 1159 | * Raw watermark memory latency values |
| 1160 | * for SKL for all 8 levels |
| 1161 | * in 1us units. |
| 1162 | */ |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 1163 | u16 skl_latency[8]; |
Ville Syrjälä | 609cede | 2013-10-09 19:18:03 +0300 | [diff] [blame] | 1164 | |
| 1165 | /* current hardware state */ |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 1166 | union { |
| 1167 | struct ilk_wm_values hw; |
Ville Syrjälä | 0018fda | 2015-03-05 21:19:45 +0200 | [diff] [blame] | 1168 | struct vlv_wm_values vlv; |
Ville Syrjälä | 04548cb | 2017-04-21 21:14:29 +0300 | [diff] [blame] | 1169 | struct g4x_wm_values g4x; |
Pradeep Bhat | 2d41c0b | 2014-11-04 17:06:42 +0000 | [diff] [blame] | 1170 | }; |
Ville Syrjälä | 58590c1 | 2015-09-08 21:05:12 +0300 | [diff] [blame] | 1171 | |
Jani Nikula | 143c335 | 2019-01-18 14:01:24 +0200 | [diff] [blame] | 1172 | u8 max_level; |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 1173 | |
| 1174 | /* |
| 1175 | * Should be held around atomic WM register writing; also |
| 1176 | * protects * intel_crtc->wm.active and |
Maarten Lankhorst | ec19364 | 2019-06-28 10:55:17 +0200 | [diff] [blame] | 1177 | * crtc_state->wm.need_postvbl_update. |
Matt Roper | ed4a6a7 | 2016-02-23 17:20:13 -0800 | [diff] [blame] | 1178 | */ |
| 1179 | struct mutex wm_mutex; |
Matt Roper | 279e99d | 2016-05-12 07:06:02 -0700 | [diff] [blame] | 1180 | |
| 1181 | /* |
| 1182 | * Set during HW readout of watermarks/DDB. Some platforms |
| 1183 | * need to know when we're still using BIOS-provided values |
| 1184 | * (which we don't fully trust). |
| 1185 | */ |
| 1186 | bool distrust_bios_wm; |
Ville Syrjälä | 53615a5 | 2013-08-01 16:18:50 +0300 | [diff] [blame] | 1187 | } wm; |
| 1188 | |
Stanislav Lisovskiy | 0f0f9ae | 2020-02-03 01:06:29 +0200 | [diff] [blame] | 1189 | u8 enabled_dbuf_slices_mask; /* GEN11 has configurable 2 slices */ |
Stanislav Lisovskiy | 072fcc3 | 2020-02-03 01:06:25 +0200 | [diff] [blame] | 1190 | |
Mahesh Kumar | cbfa59d | 2018-08-24 15:02:21 +0530 | [diff] [blame] | 1191 | struct dram_info { |
| 1192 | bool valid; |
Mahesh Kumar | 86b5928 | 2018-08-31 16:39:42 +0530 | [diff] [blame] | 1193 | bool is_16gb_dimm; |
Mahesh Kumar | cbfa59d | 2018-08-24 15:02:21 +0530 | [diff] [blame] | 1194 | u8 num_channels; |
Ville Syrjälä | 80373fb | 2019-03-06 22:35:40 +0200 | [diff] [blame] | 1195 | u8 ranks; |
Mahesh Kumar | cbfa59d | 2018-08-24 15:02:21 +0530 | [diff] [blame] | 1196 | u32 bandwidth_kbps; |
Mahesh Kumar | 8a6c544 | 2018-08-24 15:02:25 +0530 | [diff] [blame] | 1197 | bool symmetric_memory; |
Ville Syrjälä | b185a35 | 2019-03-06 22:35:51 +0200 | [diff] [blame] | 1198 | enum intel_dram_type { |
| 1199 | INTEL_DRAM_UNKNOWN, |
| 1200 | INTEL_DRAM_DDR3, |
| 1201 | INTEL_DRAM_DDR4, |
| 1202 | INTEL_DRAM_LPDDR3, |
| 1203 | INTEL_DRAM_LPDDR4 |
| 1204 | } type; |
Mahesh Kumar | cbfa59d | 2018-08-24 15:02:21 +0530 | [diff] [blame] | 1205 | } dram_info; |
| 1206 | |
Ville Syrjälä | c457d9c | 2019-05-24 18:36:14 +0300 | [diff] [blame] | 1207 | struct intel_bw_info { |
Stanislav Lisovskiy | 9b93daa9 | 2019-11-25 18:08:00 +0200 | [diff] [blame] | 1208 | /* for each QGV point */ |
| 1209 | unsigned int deratedbw[I915_NUM_QGV_POINTS]; |
Ville Syrjälä | 56e9371 | 2019-06-06 15:42:10 +0300 | [diff] [blame] | 1210 | u8 num_qgv_points; |
| 1211 | u8 num_planes; |
Ville Syrjälä | c457d9c | 2019-05-24 18:36:14 +0300 | [diff] [blame] | 1212 | } max_bw[6]; |
| 1213 | |
Ville Syrjälä | fd1a9bb | 2020-01-20 19:47:25 +0200 | [diff] [blame] | 1214 | struct intel_global_obj bw_obj; |
Ville Syrjälä | c457d9c | 2019-05-24 18:36:14 +0300 | [diff] [blame] | 1215 | |
Daniele Ceraolo Spurio | 1bf676c | 2019-06-13 16:21:52 -0700 | [diff] [blame] | 1216 | struct intel_runtime_pm runtime_pm; |
Paulo Zanoni | 8a18745 | 2013-12-06 20:32:13 -0200 | [diff] [blame] | 1217 | |
Chris Wilson | 8f8b117 | 2019-10-07 22:09:41 +0100 | [diff] [blame] | 1218 | struct i915_perf perf; |
Robert Bragg | eec688e | 2016-11-07 19:49:47 +0000 | [diff] [blame] | 1219 | |
Oscar Mateo | a83014d | 2014-07-24 17:04:21 +0100 | [diff] [blame] | 1220 | /* Abstract the submission mechanism (legacy ringbuffer or execlists) away */ |
Tvrtko Ursulin | e5be5c7 | 2019-06-21 08:07:40 +0100 | [diff] [blame] | 1221 | struct intel_gt gt; |
Chris Wilson | 23c3c3d | 2019-04-24 21:07:14 +0100 | [diff] [blame] | 1222 | |
| 1223 | struct { |
Chris Wilson | a4e7ccd | 2019-10-04 14:40:09 +0100 | [diff] [blame] | 1224 | struct i915_gem_contexts { |
| 1225 | spinlock_t lock; /* locks list */ |
| 1226 | struct list_head list; |
| 1227 | |
| 1228 | struct llist_head free_list; |
| 1229 | struct work_struct free_work; |
| 1230 | } contexts; |
Chris Wilson | f17b898 | 2020-01-01 14:10:07 +0000 | [diff] [blame] | 1231 | |
| 1232 | /* |
| 1233 | * We replace the local file with a global mappings as the |
| 1234 | * backing storage for the mmap is on the device and not |
| 1235 | * on the struct file, and we do not want to prolong the |
| 1236 | * lifetime of the local fd. To minimise the number of |
| 1237 | * anonymous inodes we create, we use a global singleton to |
| 1238 | * share the global mapping. |
| 1239 | */ |
| 1240 | struct file *mmap_singleton; |
Chris Wilson | 23c3c3d | 2019-04-24 21:07:14 +0100 | [diff] [blame] | 1241 | } gem; |
Oscar Mateo | a83014d | 2014-07-24 17:04:21 +0100 | [diff] [blame] | 1242 | |
Ville Syrjälä | dd5279c | 2019-10-22 21:56:43 +0300 | [diff] [blame] | 1243 | u8 pch_ssc_use; |
| 1244 | |
Ville Syrjälä | 7d423af | 2019-10-03 17:02:31 +0300 | [diff] [blame] | 1245 | /* For i915gm/i945gm vblank irq workaround */ |
| 1246 | u8 vblank_enabled; |
Ville Syrjälä | d938da6 | 2019-03-22 20:08:03 +0200 | [diff] [blame] | 1247 | |
Ville Syrjälä | 3be60de | 2015-09-08 18:05:45 +0300 | [diff] [blame] | 1248 | /* perform PHY state sanity checks? */ |
| 1249 | bool chv_phy_assert[2]; |
| 1250 | |
Mahesh Kumar | a3a8986 | 2016-12-01 21:19:34 +0530 | [diff] [blame] | 1251 | bool ipc_enabled; |
| 1252 | |
Pandiyan, Dhinakaran | f931894 | 2016-09-21 13:02:48 -0700 | [diff] [blame] | 1253 | /* Used to save the pipe-to-encoder mapping for audio */ |
| 1254 | struct intel_encoder *av_enc_map[I915_MAX_PIPES]; |
Takashi Iwai | 0bdf5a0 | 2015-11-30 18:19:39 +0100 | [diff] [blame] | 1255 | |
Jerome Anand | eef5732 | 2017-01-25 04:27:49 +0530 | [diff] [blame] | 1256 | /* necessary resource sharing with HDMI LPE audio driver. */ |
| 1257 | struct { |
| 1258 | struct platform_device *platdev; |
| 1259 | int irq; |
| 1260 | } lpe_audio; |
| 1261 | |
Tvrtko Ursulin | b46a33e | 2017-11-21 18:18:45 +0000 | [diff] [blame] | 1262 | struct i915_pmu pmu; |
| 1263 | |
Ramalingam C | 9055aac | 2019-02-16 23:06:51 +0530 | [diff] [blame] | 1264 | struct i915_hdcp_comp_master *hdcp_master; |
| 1265 | bool hdcp_comp_added; |
| 1266 | |
| 1267 | /* Mutex to protect the above hdcp component related values. */ |
| 1268 | struct mutex hdcp_comp_mutex; |
| 1269 | |
Chris Wilson | f05816c | 2019-11-01 10:15:28 +0000 | [diff] [blame] | 1270 | I915_SELFTEST_DECLARE(struct i915_selftest_stash selftest;) |
| 1271 | |
Daniel Vetter | bdf1e7e | 2014-05-21 17:37:52 +0200 | [diff] [blame] | 1272 | /* |
| 1273 | * NOTE: This is the dri1/ums dungeon, don't add stuff here. Your patch |
| 1274 | * will be rejected. Instead look for a better place. |
| 1275 | */ |
Jani Nikula | 77fec55 | 2014-03-31 14:27:22 +0300 | [diff] [blame] | 1276 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1277 | |
Ville Syrjälä | 54561b2 | 2019-03-06 22:35:42 +0200 | [diff] [blame] | 1278 | struct dram_dimm_info { |
| 1279 | u8 size, width, ranks; |
| 1280 | }; |
| 1281 | |
Mahesh Kumar | 5771caf | 2018-08-24 15:02:22 +0530 | [diff] [blame] | 1282 | struct dram_channel_info { |
Ville Syrjälä | 1d55967 | 2019-03-06 22:35:48 +0200 | [diff] [blame] | 1283 | struct dram_dimm_info dimm_l, dimm_s; |
Ville Syrjälä | 80373fb | 2019-03-06 22:35:40 +0200 | [diff] [blame] | 1284 | u8 ranks; |
Mahesh Kumar | 86b5928 | 2018-08-31 16:39:42 +0530 | [diff] [blame] | 1285 | bool is_16gb_dimm; |
Mahesh Kumar | 5771caf | 2018-08-24 15:02:22 +0530 | [diff] [blame] | 1286 | }; |
| 1287 | |
Chris Wilson | 2c1792a | 2013-08-01 18:39:55 +0100 | [diff] [blame] | 1288 | static inline struct drm_i915_private *to_i915(const struct drm_device *dev) |
| 1289 | { |
Chris Wilson | 091387c | 2016-06-24 14:00:21 +0100 | [diff] [blame] | 1290 | return container_of(dev, struct drm_i915_private, drm); |
Chris Wilson | 2c1792a | 2013-08-01 18:39:55 +0100 | [diff] [blame] | 1291 | } |
| 1292 | |
David Weinehall | c49d13e | 2016-08-22 13:32:42 +0300 | [diff] [blame] | 1293 | static inline struct drm_i915_private *kdev_to_i915(struct device *kdev) |
Imre Deak | 888d0d4 | 2015-01-08 17:54:13 +0200 | [diff] [blame] | 1294 | { |
Chris Wilson | 361f9dc | 2019-08-06 08:42:19 +0100 | [diff] [blame] | 1295 | return dev_get_drvdata(kdev); |
| 1296 | } |
| 1297 | |
| 1298 | static inline struct drm_i915_private *pdev_to_i915(struct pci_dev *pdev) |
| 1299 | { |
| 1300 | return pci_get_drvdata(pdev); |
Imre Deak | 888d0d4 | 2015-01-08 17:54:13 +0200 | [diff] [blame] | 1301 | } |
| 1302 | |
Dave Gordon | b4ac5af | 2016-03-24 11:20:38 +0000 | [diff] [blame] | 1303 | /* Simple iterator over all initialised engines */ |
Akash Goel | 3b3f165 | 2016-10-13 22:44:48 +0530 | [diff] [blame] | 1304 | #define for_each_engine(engine__, dev_priv__, id__) \ |
| 1305 | for ((id__) = 0; \ |
| 1306 | (id__) < I915_NUM_ENGINES; \ |
| 1307 | (id__)++) \ |
| 1308 | for_each_if ((engine__) = (dev_priv__)->engine[(id__)]) |
Dave Gordon | c3232b1 | 2016-03-23 18:19:53 +0000 | [diff] [blame] | 1309 | |
| 1310 | /* Iterator over subset of engines selected by mask */ |
Tvrtko Ursulin | a50134b | 2019-10-17 17:18:52 +0100 | [diff] [blame] | 1311 | #define for_each_engine_masked(engine__, gt__, mask__, tmp__) \ |
| 1312 | for ((tmp__) = (mask__) & INTEL_INFO((gt__)->i915)->engine_mask; \ |
Tvrtko Ursulin | 19d3cf0 | 2018-04-06 12:44:07 +0100 | [diff] [blame] | 1313 | (tmp__) ? \ |
Tvrtko Ursulin | a50134b | 2019-10-17 17:18:52 +0100 | [diff] [blame] | 1314 | ((engine__) = (gt__)->engine[__mask_next_bit(tmp__)]), 1 : \ |
Tvrtko Ursulin | 19d3cf0 | 2018-04-06 12:44:07 +0100 | [diff] [blame] | 1315 | 0;) |
Mika Kuoppala | ee4b6fa | 2016-03-16 17:54:00 +0200 | [diff] [blame] | 1316 | |
Chris Wilson | 750e76b | 2019-08-06 13:43:00 +0100 | [diff] [blame] | 1317 | #define rb_to_uabi_engine(rb) \ |
| 1318 | rb_entry_safe(rb, struct intel_engine_cs, uabi_node) |
| 1319 | |
| 1320 | #define for_each_uabi_engine(engine__, i915__) \ |
| 1321 | for ((engine__) = rb_to_uabi_engine(rb_first(&(i915__)->uabi_engines));\ |
| 1322 | (engine__); \ |
| 1323 | (engine__) = rb_to_uabi_engine(rb_next(&(engine__)->uabi_node))) |
| 1324 | |
Daniel Vetter | 190d6cd | 2013-07-04 13:06:28 +0200 | [diff] [blame] | 1325 | #define I915_GTT_OFFSET_NONE ((u32)-1) |
Chris Wilson | ed2f345 | 2012-11-15 11:32:19 +0000 | [diff] [blame] | 1326 | |
Daniel Vetter | a071fa0 | 2014-06-18 23:28:09 +0200 | [diff] [blame] | 1327 | /* |
| 1328 | * Frontbuffer tracking bits. Set in obj->frontbuffer_bits while a gem bo is |
Sagar Arun Kamble | d1b9d03 | 2015-09-14 21:35:42 +0530 | [diff] [blame] | 1329 | * considered to be the frontbuffer for the given plane interface-wise. This |
Daniel Vetter | a071fa0 | 2014-06-18 23:28:09 +0200 | [diff] [blame] | 1330 | * doesn't mean that the hw necessarily already scans it out, but that any |
| 1331 | * rendering (by the cpu or gpu) will land in the frontbuffer eventually. |
| 1332 | * |
| 1333 | * We have one bit per pipe and per scanout plane type. |
| 1334 | */ |
Sagar Arun Kamble | d1b9d03 | 2015-09-14 21:35:42 +0530 | [diff] [blame] | 1335 | #define INTEL_FRONTBUFFER_BITS_PER_PIPE 8 |
Ville Syrjälä | aa81e2c | 2018-01-24 20:36:42 +0200 | [diff] [blame] | 1336 | #define INTEL_FRONTBUFFER(pipe, plane_id) ({ \ |
| 1337 | BUILD_BUG_ON(INTEL_FRONTBUFFER_BITS_PER_PIPE * I915_MAX_PIPES > 32); \ |
| 1338 | BUILD_BUG_ON(I915_MAX_PLANES > INTEL_FRONTBUFFER_BITS_PER_PIPE); \ |
| 1339 | BIT((plane_id) + INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe)); \ |
| 1340 | }) |
Daniel Vetter | a071fa0 | 2014-06-18 23:28:09 +0200 | [diff] [blame] | 1341 | #define INTEL_FRONTBUFFER_OVERLAY(pipe) \ |
Ville Syrjälä | aa81e2c | 2018-01-24 20:36:42 +0200 | [diff] [blame] | 1342 | BIT(INTEL_FRONTBUFFER_BITS_PER_PIPE - 1 + INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe)) |
Daniel Vetter | cc36513 | 2014-06-18 13:59:13 +0200 | [diff] [blame] | 1343 | #define INTEL_FRONTBUFFER_ALL_MASK(pipe) \ |
Ville Syrjälä | aa81e2c | 2018-01-24 20:36:42 +0200 | [diff] [blame] | 1344 | GENMASK(INTEL_FRONTBUFFER_BITS_PER_PIPE * ((pipe) + 1) - 1, \ |
| 1345 | INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe)) |
Daniel Vetter | a071fa0 | 2014-06-18 23:28:09 +0200 | [diff] [blame] | 1346 | |
Jani Nikula | 2cc8376 | 2018-12-31 16:56:46 +0200 | [diff] [blame] | 1347 | #define INTEL_INFO(dev_priv) (&(dev_priv)->__info) |
Jani Nikula | 0258404 | 2018-12-31 16:56:41 +0200 | [diff] [blame] | 1348 | #define RUNTIME_INFO(dev_priv) (&(dev_priv)->__runtime) |
Chris Wilson | 481827b | 2018-07-06 11:14:41 +0100 | [diff] [blame] | 1349 | #define DRIVER_CAPS(dev_priv) (&(dev_priv)->caps) |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 1350 | |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1351 | #define INTEL_GEN(dev_priv) (INTEL_INFO(dev_priv)->gen) |
Jani Nikula | 0258404 | 2018-12-31 16:56:41 +0200 | [diff] [blame] | 1352 | #define INTEL_DEVID(dev_priv) (RUNTIME_INFO(dev_priv)->device_id) |
Zou Nan hai | cae5852 | 2010-11-09 17:17:32 +0800 | [diff] [blame] | 1353 | |
Jani Nikula | e87a005 | 2015-10-20 15:22:02 +0300 | [diff] [blame] | 1354 | #define REVID_FOREVER 0xff |
Tvrtko Ursulin | 4805fe8 | 2016-11-04 14:42:46 +0000 | [diff] [blame] | 1355 | #define INTEL_REVID(dev_priv) ((dev_priv)->drm.pdev->revision) |
Tvrtko Ursulin | ac657f6 | 2016-05-10 10:57:08 +0100 | [diff] [blame] | 1356 | |
Joonas Lahtinen | fe52e59 | 2017-09-13 14:52:54 +0300 | [diff] [blame] | 1357 | #define INTEL_GEN_MASK(s, e) ( \ |
| 1358 | BUILD_BUG_ON_ZERO(!__builtin_constant_p(s)) + \ |
| 1359 | BUILD_BUG_ON_ZERO(!__builtin_constant_p(e)) + \ |
Rodrigo Vivi | 5bc0e89 | 2018-10-26 12:51:43 -0700 | [diff] [blame] | 1360 | GENMASK((e) - 1, (s) - 1)) |
Joonas Lahtinen | fe52e59 | 2017-09-13 14:52:54 +0300 | [diff] [blame] | 1361 | |
Rodrigo Vivi | 5bc0e89 | 2018-10-26 12:51:43 -0700 | [diff] [blame] | 1362 | /* Returns true if Gen is in inclusive range [Start, End] */ |
Lucas De Marchi | 0069000 | 2018-12-12 10:10:42 -0800 | [diff] [blame] | 1363 | #define IS_GEN_RANGE(dev_priv, s, e) \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1364 | (!!(INTEL_INFO(dev_priv)->gen_mask & INTEL_GEN_MASK((s), (e)))) |
Tvrtko Ursulin | ac657f6 | 2016-05-10 10:57:08 +0100 | [diff] [blame] | 1365 | |
Lucas De Marchi | cf819ef | 2018-12-12 10:10:43 -0800 | [diff] [blame] | 1366 | #define IS_GEN(dev_priv, n) \ |
| 1367 | (BUILD_BUG_ON_ZERO(!__builtin_constant_p(n)) + \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1368 | INTEL_INFO(dev_priv)->gen == (n)) |
Lucas De Marchi | cf819ef | 2018-12-12 10:10:43 -0800 | [diff] [blame] | 1369 | |
Animesh Manna | 18febcb | 2019-09-20 17:29:21 +0530 | [diff] [blame] | 1370 | #define HAS_DSB(dev_priv) (INTEL_INFO(dev_priv)->display.has_dsb) |
| 1371 | |
Jani Nikula | e87a005 | 2015-10-20 15:22:02 +0300 | [diff] [blame] | 1372 | /* |
| 1373 | * Return true if revision is in range [since,until] inclusive. |
| 1374 | * |
| 1375 | * Use 0 for open-ended since, and REVID_FOREVER for open-ended until. |
| 1376 | */ |
| 1377 | #define IS_REVID(p, since, until) \ |
| 1378 | (INTEL_REVID(p) >= (since) && INTEL_REVID(p) <= (until)) |
| 1379 | |
Tvrtko Ursulin | 805446c | 2019-03-27 14:23:28 +0000 | [diff] [blame] | 1380 | static __always_inline unsigned int |
| 1381 | __platform_mask_index(const struct intel_runtime_info *info, |
| 1382 | enum intel_platform p) |
| 1383 | { |
| 1384 | const unsigned int pbits = |
| 1385 | BITS_PER_TYPE(info->platform_mask[0]) - INTEL_SUBPLATFORM_BITS; |
| 1386 | |
| 1387 | /* Expand the platform_mask array if this fails. */ |
| 1388 | BUILD_BUG_ON(INTEL_MAX_PLATFORMS > |
| 1389 | pbits * ARRAY_SIZE(info->platform_mask)); |
| 1390 | |
| 1391 | return p / pbits; |
| 1392 | } |
| 1393 | |
| 1394 | static __always_inline unsigned int |
| 1395 | __platform_mask_bit(const struct intel_runtime_info *info, |
| 1396 | enum intel_platform p) |
| 1397 | { |
| 1398 | const unsigned int pbits = |
| 1399 | BITS_PER_TYPE(info->platform_mask[0]) - INTEL_SUBPLATFORM_BITS; |
| 1400 | |
| 1401 | return p % pbits + INTEL_SUBPLATFORM_BITS; |
| 1402 | } |
| 1403 | |
| 1404 | static inline u32 |
| 1405 | intel_subplatform(const struct intel_runtime_info *info, enum intel_platform p) |
| 1406 | { |
| 1407 | const unsigned int pi = __platform_mask_index(info, p); |
| 1408 | |
| 1409 | return info->platform_mask[pi] & INTEL_SUBPLATFORM_BITS; |
| 1410 | } |
| 1411 | |
| 1412 | static __always_inline bool |
| 1413 | IS_PLATFORM(const struct drm_i915_private *i915, enum intel_platform p) |
| 1414 | { |
| 1415 | const struct intel_runtime_info *info = RUNTIME_INFO(i915); |
| 1416 | const unsigned int pi = __platform_mask_index(info, p); |
| 1417 | const unsigned int pb = __platform_mask_bit(info, p); |
| 1418 | |
| 1419 | BUILD_BUG_ON(!__builtin_constant_p(p)); |
| 1420 | |
| 1421 | return info->platform_mask[pi] & BIT(pb); |
| 1422 | } |
| 1423 | |
| 1424 | static __always_inline bool |
| 1425 | IS_SUBPLATFORM(const struct drm_i915_private *i915, |
| 1426 | enum intel_platform p, unsigned int s) |
| 1427 | { |
| 1428 | const struct intel_runtime_info *info = RUNTIME_INFO(i915); |
| 1429 | const unsigned int pi = __platform_mask_index(info, p); |
| 1430 | const unsigned int pb = __platform_mask_bit(info, p); |
| 1431 | const unsigned int msb = BITS_PER_TYPE(info->platform_mask[0]) - 1; |
| 1432 | const u32 mask = info->platform_mask[pi]; |
| 1433 | |
| 1434 | BUILD_BUG_ON(!__builtin_constant_p(p)); |
| 1435 | BUILD_BUG_ON(!__builtin_constant_p(s)); |
| 1436 | BUILD_BUG_ON((s) >= INTEL_SUBPLATFORM_BITS); |
| 1437 | |
| 1438 | /* Shift and test on the MSB position so sign flag can be used. */ |
| 1439 | return ((mask << (msb - pb)) & (mask << (msb - s))) & BIT(msb); |
| 1440 | } |
Tvrtko Ursulin | 5a127a8 | 2017-09-20 10:26:59 +0100 | [diff] [blame] | 1441 | |
Tvrtko Ursulin | e08891a | 2019-03-26 07:40:55 +0000 | [diff] [blame] | 1442 | #define IS_MOBILE(dev_priv) (INTEL_INFO(dev_priv)->is_mobile) |
José Roberto de Souza | dc90fe3 | 2019-10-24 12:51:19 -0700 | [diff] [blame] | 1443 | #define IS_DGFX(dev_priv) (INTEL_INFO(dev_priv)->is_dgfx) |
Tvrtko Ursulin | e08891a | 2019-03-26 07:40:55 +0000 | [diff] [blame] | 1444 | |
Tvrtko Ursulin | 5a127a8 | 2017-09-20 10:26:59 +0100 | [diff] [blame] | 1445 | #define IS_I830(dev_priv) IS_PLATFORM(dev_priv, INTEL_I830) |
| 1446 | #define IS_I845G(dev_priv) IS_PLATFORM(dev_priv, INTEL_I845G) |
| 1447 | #define IS_I85X(dev_priv) IS_PLATFORM(dev_priv, INTEL_I85X) |
| 1448 | #define IS_I865G(dev_priv) IS_PLATFORM(dev_priv, INTEL_I865G) |
| 1449 | #define IS_I915G(dev_priv) IS_PLATFORM(dev_priv, INTEL_I915G) |
| 1450 | #define IS_I915GM(dev_priv) IS_PLATFORM(dev_priv, INTEL_I915GM) |
| 1451 | #define IS_I945G(dev_priv) IS_PLATFORM(dev_priv, INTEL_I945G) |
| 1452 | #define IS_I945GM(dev_priv) IS_PLATFORM(dev_priv, INTEL_I945GM) |
| 1453 | #define IS_I965G(dev_priv) IS_PLATFORM(dev_priv, INTEL_I965G) |
| 1454 | #define IS_I965GM(dev_priv) IS_PLATFORM(dev_priv, INTEL_I965GM) |
| 1455 | #define IS_G45(dev_priv) IS_PLATFORM(dev_priv, INTEL_G45) |
| 1456 | #define IS_GM45(dev_priv) IS_PLATFORM(dev_priv, INTEL_GM45) |
Jani Nikula | f69c11a | 2016-11-30 17:43:05 +0200 | [diff] [blame] | 1457 | #define IS_G4X(dev_priv) (IS_G45(dev_priv) || IS_GM45(dev_priv)) |
Tvrtko Ursulin | 5a127a8 | 2017-09-20 10:26:59 +0100 | [diff] [blame] | 1458 | #define IS_PINEVIEW(dev_priv) IS_PLATFORM(dev_priv, INTEL_PINEVIEW) |
| 1459 | #define IS_G33(dev_priv) IS_PLATFORM(dev_priv, INTEL_G33) |
Tvrtko Ursulin | e08891a | 2019-03-26 07:40:55 +0000 | [diff] [blame] | 1460 | #define IS_IRONLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_IRONLAKE) |
| 1461 | #define IS_IRONLAKE_M(dev_priv) \ |
| 1462 | (IS_PLATFORM(dev_priv, INTEL_IRONLAKE) && IS_MOBILE(dev_priv)) |
Tvrtko Ursulin | 5a127a8 | 2017-09-20 10:26:59 +0100 | [diff] [blame] | 1463 | #define IS_IVYBRIDGE(dev_priv) IS_PLATFORM(dev_priv, INTEL_IVYBRIDGE) |
Lionel Landwerlin | 18b5381 | 2017-08-30 17:12:07 +0100 | [diff] [blame] | 1464 | #define IS_IVB_GT1(dev_priv) (IS_IVYBRIDGE(dev_priv) && \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1465 | INTEL_INFO(dev_priv)->gt == 1) |
Tvrtko Ursulin | 5a127a8 | 2017-09-20 10:26:59 +0100 | [diff] [blame] | 1466 | #define IS_VALLEYVIEW(dev_priv) IS_PLATFORM(dev_priv, INTEL_VALLEYVIEW) |
| 1467 | #define IS_CHERRYVIEW(dev_priv) IS_PLATFORM(dev_priv, INTEL_CHERRYVIEW) |
| 1468 | #define IS_HASWELL(dev_priv) IS_PLATFORM(dev_priv, INTEL_HASWELL) |
| 1469 | #define IS_BROADWELL(dev_priv) IS_PLATFORM(dev_priv, INTEL_BROADWELL) |
| 1470 | #define IS_SKYLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_SKYLAKE) |
| 1471 | #define IS_BROXTON(dev_priv) IS_PLATFORM(dev_priv, INTEL_BROXTON) |
| 1472 | #define IS_KABYLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_KABYLAKE) |
| 1473 | #define IS_GEMINILAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_GEMINILAKE) |
| 1474 | #define IS_COFFEELAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_COFFEELAKE) |
| 1475 | #define IS_CANNONLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_CANNONLAKE) |
Rodrigo Vivi | 41231001 | 2018-01-11 16:00:04 -0200 | [diff] [blame] | 1476 | #define IS_ICELAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_ICELAKE) |
Bob Paauwe | 897f296 | 2019-03-22 10:58:43 -0700 | [diff] [blame] | 1477 | #define IS_ELKHARTLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_ELKHARTLAKE) |
Daniele Ceraolo Spurio | abd3a0f | 2019-07-11 10:30:56 -0700 | [diff] [blame] | 1478 | #define IS_TIGERLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_TIGERLAKE) |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 1479 | #define IS_HSW_EARLY_SDV(dev_priv) (IS_HASWELL(dev_priv) && \ |
| 1480 | (INTEL_DEVID(dev_priv) & 0xFF00) == 0x0C00) |
Tvrtko Ursulin | 805446c | 2019-03-27 14:23:28 +0000 | [diff] [blame] | 1481 | #define IS_BDW_ULT(dev_priv) \ |
| 1482 | IS_SUBPLATFORM(dev_priv, INTEL_BROADWELL, INTEL_SUBPLATFORM_ULT) |
| 1483 | #define IS_BDW_ULX(dev_priv) \ |
| 1484 | IS_SUBPLATFORM(dev_priv, INTEL_BROADWELL, INTEL_SUBPLATFORM_ULX) |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 1485 | #define IS_BDW_GT3(dev_priv) (IS_BROADWELL(dev_priv) && \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1486 | INTEL_INFO(dev_priv)->gt == 3) |
Tvrtko Ursulin | 805446c | 2019-03-27 14:23:28 +0000 | [diff] [blame] | 1487 | #define IS_HSW_ULT(dev_priv) \ |
| 1488 | IS_SUBPLATFORM(dev_priv, INTEL_HASWELL, INTEL_SUBPLATFORM_ULT) |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 1489 | #define IS_HSW_GT3(dev_priv) (IS_HASWELL(dev_priv) && \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1490 | INTEL_INFO(dev_priv)->gt == 3) |
Chris Wilson | 167bc75 | 2018-12-28 14:07:34 +0000 | [diff] [blame] | 1491 | #define IS_HSW_GT1(dev_priv) (IS_HASWELL(dev_priv) && \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1492 | INTEL_INFO(dev_priv)->gt == 1) |
Paulo Zanoni | 9bbfd20 | 2014-04-29 11:00:22 -0300 | [diff] [blame] | 1493 | /* ULX machines are also considered ULT. */ |
Tvrtko Ursulin | 805446c | 2019-03-27 14:23:28 +0000 | [diff] [blame] | 1494 | #define IS_HSW_ULX(dev_priv) \ |
| 1495 | IS_SUBPLATFORM(dev_priv, INTEL_HASWELL, INTEL_SUBPLATFORM_ULX) |
| 1496 | #define IS_SKL_ULT(dev_priv) \ |
| 1497 | IS_SUBPLATFORM(dev_priv, INTEL_SKYLAKE, INTEL_SUBPLATFORM_ULT) |
| 1498 | #define IS_SKL_ULX(dev_priv) \ |
| 1499 | IS_SUBPLATFORM(dev_priv, INTEL_SKYLAKE, INTEL_SUBPLATFORM_ULX) |
| 1500 | #define IS_KBL_ULT(dev_priv) \ |
| 1501 | IS_SUBPLATFORM(dev_priv, INTEL_KABYLAKE, INTEL_SUBPLATFORM_ULT) |
| 1502 | #define IS_KBL_ULX(dev_priv) \ |
| 1503 | IS_SUBPLATFORM(dev_priv, INTEL_KABYLAKE, INTEL_SUBPLATFORM_ULX) |
Robert Bragg | 19f81df | 2017-06-13 12:23:03 +0100 | [diff] [blame] | 1504 | #define IS_SKL_GT2(dev_priv) (IS_SKYLAKE(dev_priv) && \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1505 | INTEL_INFO(dev_priv)->gt == 2) |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 1506 | #define IS_SKL_GT3(dev_priv) (IS_SKYLAKE(dev_priv) && \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1507 | INTEL_INFO(dev_priv)->gt == 3) |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 1508 | #define IS_SKL_GT4(dev_priv) (IS_SKYLAKE(dev_priv) && \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1509 | INTEL_INFO(dev_priv)->gt == 4) |
Lionel Landwerlin | 3891589 | 2017-06-13 12:23:07 +0100 | [diff] [blame] | 1510 | #define IS_KBL_GT2(dev_priv) (IS_KABYLAKE(dev_priv) && \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1511 | INTEL_INFO(dev_priv)->gt == 2) |
Lionel Landwerlin | 3891589 | 2017-06-13 12:23:07 +0100 | [diff] [blame] | 1512 | #define IS_KBL_GT3(dev_priv) (IS_KABYLAKE(dev_priv) && \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1513 | INTEL_INFO(dev_priv)->gt == 3) |
Tvrtko Ursulin | 805446c | 2019-03-27 14:23:28 +0000 | [diff] [blame] | 1514 | #define IS_CFL_ULT(dev_priv) \ |
| 1515 | IS_SUBPLATFORM(dev_priv, INTEL_COFFEELAKE, INTEL_SUBPLATFORM_ULT) |
Ville Syrjälä | 6ce1c33 | 2019-06-05 19:29:46 +0300 | [diff] [blame] | 1516 | #define IS_CFL_ULX(dev_priv) \ |
| 1517 | IS_SUBPLATFORM(dev_priv, INTEL_COFFEELAKE, INTEL_SUBPLATFORM_ULX) |
Lionel Landwerlin | 22ea4f3 | 2017-09-18 12:21:24 +0100 | [diff] [blame] | 1518 | #define IS_CFL_GT2(dev_priv) (IS_COFFEELAKE(dev_priv) && \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1519 | INTEL_INFO(dev_priv)->gt == 2) |
Lionel Landwerlin | 4407eaa | 2017-11-10 19:08:40 +0000 | [diff] [blame] | 1520 | #define IS_CFL_GT3(dev_priv) (IS_COFFEELAKE(dev_priv) && \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1521 | INTEL_INFO(dev_priv)->gt == 3) |
Tvrtko Ursulin | 805446c | 2019-03-27 14:23:28 +0000 | [diff] [blame] | 1522 | #define IS_CNL_WITH_PORT_F(dev_priv) \ |
| 1523 | IS_SUBPLATFORM(dev_priv, INTEL_CANNONLAKE, INTEL_SUBPLATFORM_PORTF) |
| 1524 | #define IS_ICL_WITH_PORT_F(dev_priv) \ |
| 1525 | IS_SUBPLATFORM(dev_priv, INTEL_ICELAKE, INTEL_SUBPLATFORM_PORTF) |
Sagar Arun Kamble | 7a58bad | 2015-09-12 10:17:50 +0530 | [diff] [blame] | 1526 | |
Jani Nikula | ef712bb | 2015-10-20 15:22:00 +0300 | [diff] [blame] | 1527 | #define SKL_REVID_A0 0x0 |
| 1528 | #define SKL_REVID_B0 0x1 |
| 1529 | #define SKL_REVID_C0 0x2 |
| 1530 | #define SKL_REVID_D0 0x3 |
| 1531 | #define SKL_REVID_E0 0x4 |
| 1532 | #define SKL_REVID_F0 0x5 |
Mika Kuoppala | 4ba9c1f | 2016-07-20 14:26:12 +0300 | [diff] [blame] | 1533 | #define SKL_REVID_G0 0x6 |
| 1534 | #define SKL_REVID_H0 0x7 |
Hoath, Nicholas | e90a21d | 2015-02-05 10:47:17 +0000 | [diff] [blame] | 1535 | |
Jani Nikula | e87a005 | 2015-10-20 15:22:02 +0300 | [diff] [blame] | 1536 | #define IS_SKL_REVID(p, since, until) (IS_SKYLAKE(p) && IS_REVID(p, since, until)) |
| 1537 | |
Jani Nikula | ef712bb | 2015-10-20 15:22:00 +0300 | [diff] [blame] | 1538 | #define BXT_REVID_A0 0x0 |
Jani Nikula | fffda3f | 2015-10-20 15:22:01 +0300 | [diff] [blame] | 1539 | #define BXT_REVID_A1 0x1 |
Jani Nikula | ef712bb | 2015-10-20 15:22:00 +0300 | [diff] [blame] | 1540 | #define BXT_REVID_B0 0x3 |
Ander Conselvan de Oliveira | a3f79ca | 2016-11-24 15:23:27 +0200 | [diff] [blame] | 1541 | #define BXT_REVID_B_LAST 0x8 |
Jani Nikula | ef712bb | 2015-10-20 15:22:00 +0300 | [diff] [blame] | 1542 | #define BXT_REVID_C0 0x9 |
Nick Hoath | 6c74c87 | 2015-03-20 09:03:52 +0000 | [diff] [blame] | 1543 | |
Tvrtko Ursulin | e2d214a | 2016-10-13 11:03:04 +0100 | [diff] [blame] | 1544 | #define IS_BXT_REVID(dev_priv, since, until) \ |
| 1545 | (IS_BROXTON(dev_priv) && IS_REVID(dev_priv, since, until)) |
Jani Nikula | e87a005 | 2015-10-20 15:22:02 +0300 | [diff] [blame] | 1546 | |
Mika Kuoppala | c033a37 | 2016-06-07 17:18:55 +0300 | [diff] [blame] | 1547 | #define KBL_REVID_A0 0x0 |
| 1548 | #define KBL_REVID_B0 0x1 |
Mika Kuoppala | fe90581 | 2016-06-07 17:19:03 +0300 | [diff] [blame] | 1549 | #define KBL_REVID_C0 0x2 |
| 1550 | #define KBL_REVID_D0 0x3 |
| 1551 | #define KBL_REVID_E0 0x4 |
Mika Kuoppala | c033a37 | 2016-06-07 17:18:55 +0300 | [diff] [blame] | 1552 | |
Tvrtko Ursulin | 0853723 | 2016-10-13 11:03:02 +0100 | [diff] [blame] | 1553 | #define IS_KBL_REVID(dev_priv, since, until) \ |
| 1554 | (IS_KABYLAKE(dev_priv) && IS_REVID(dev_priv, since, until)) |
Mika Kuoppala | c033a37 | 2016-06-07 17:18:55 +0300 | [diff] [blame] | 1555 | |
Ander Conselvan de Oliveira | f4f4b59 | 2017-02-22 08:34:29 +0200 | [diff] [blame] | 1556 | #define GLK_REVID_A0 0x0 |
| 1557 | #define GLK_REVID_A1 0x1 |
| 1558 | |
| 1559 | #define IS_GLK_REVID(dev_priv, since, until) \ |
| 1560 | (IS_GEMINILAKE(dev_priv) && IS_REVID(dev_priv, since, until)) |
| 1561 | |
Paulo Zanoni | 3c2e0fd | 2017-06-06 13:30:34 -0700 | [diff] [blame] | 1562 | #define CNL_REVID_A0 0x0 |
| 1563 | #define CNL_REVID_B0 0x1 |
Rodrigo Vivi | e4ffc83 | 2017-08-22 16:58:28 -0700 | [diff] [blame] | 1564 | #define CNL_REVID_C0 0x2 |
Paulo Zanoni | 3c2e0fd | 2017-06-06 13:30:34 -0700 | [diff] [blame] | 1565 | |
| 1566 | #define IS_CNL_REVID(p, since, until) \ |
| 1567 | (IS_CANNONLAKE(p) && IS_REVID(p, since, until)) |
| 1568 | |
Oscar Mateo | cc38cae | 2018-05-08 14:29:23 -0700 | [diff] [blame] | 1569 | #define ICL_REVID_A0 0x0 |
| 1570 | #define ICL_REVID_A2 0x1 |
| 1571 | #define ICL_REVID_B0 0x3 |
| 1572 | #define ICL_REVID_B2 0x4 |
| 1573 | #define ICL_REVID_C0 0x5 |
| 1574 | |
| 1575 | #define IS_ICL_REVID(p, since, until) \ |
| 1576 | (IS_ICELAKE(p) && IS_REVID(p, since, until)) |
| 1577 | |
Mika Kuoppala | 613716b | 2019-10-15 18:44:39 +0300 | [diff] [blame] | 1578 | #define TGL_REVID_A0 0x0 |
| 1579 | |
| 1580 | #define IS_TGL_REVID(p, since, until) \ |
| 1581 | (IS_TIGERLAKE(p) && IS_REVID(p, since, until)) |
| 1582 | |
Rodrigo Vivi | 8727dc0 | 2016-12-18 13:36:26 -0800 | [diff] [blame] | 1583 | #define IS_LP(dev_priv) (INTEL_INFO(dev_priv)->is_lp) |
Lucas De Marchi | cf819ef | 2018-12-12 10:10:43 -0800 | [diff] [blame] | 1584 | #define IS_GEN9_LP(dev_priv) (IS_GEN(dev_priv, 9) && IS_LP(dev_priv)) |
| 1585 | #define IS_GEN9_BC(dev_priv) (IS_GEN(dev_priv, 9) && !IS_LP(dev_priv)) |
Ander Conselvan de Oliveira | 3e4274f | 2016-11-10 17:23:09 +0200 | [diff] [blame] | 1586 | |
Chris Wilson | 8a68d46 | 2019-03-05 18:03:30 +0000 | [diff] [blame] | 1587 | #define HAS_ENGINE(dev_priv, id) (INTEL_INFO(dev_priv)->engine_mask & BIT(id)) |
Tvrtko Ursulin | a19d6ff | 2016-06-23 14:52:41 +0100 | [diff] [blame] | 1588 | |
Daniele Ceraolo Spurio | 97ee6e9 | 2019-03-21 17:24:31 -0700 | [diff] [blame] | 1589 | #define ENGINE_INSTANCES_MASK(dev_priv, first, count) ({ \ |
| 1590 | unsigned int first__ = (first); \ |
| 1591 | unsigned int count__ = (count); \ |
| 1592 | (INTEL_INFO(dev_priv)->engine_mask & \ |
Chris Wilson | 9511cb6 | 2019-03-26 18:00:07 +0000 | [diff] [blame] | 1593 | GENMASK(first__ + count__ - 1, first__)) >> first__; \ |
Daniele Ceraolo Spurio | 97ee6e9 | 2019-03-21 17:24:31 -0700 | [diff] [blame] | 1594 | }) |
| 1595 | #define VDBOX_MASK(dev_priv) \ |
| 1596 | ENGINE_INSTANCES_MASK(dev_priv, VCS0, I915_MAX_VCS) |
| 1597 | #define VEBOX_MASK(dev_priv) \ |
| 1598 | ENGINE_INSTANCES_MASK(dev_priv, VECS0, I915_MAX_VECS) |
| 1599 | |
Jon Bloomfield | 4f7af19 | 2018-05-22 13:59:06 -0700 | [diff] [blame] | 1600 | /* |
| 1601 | * The Gen7 cmdparser copies the scanned buffer to the ggtt for execution |
| 1602 | * All later gens can run the final buffer from the ppgtt |
| 1603 | */ |
| 1604 | #define CMDPARSER_USES_GGTT(dev_priv) IS_GEN(dev_priv, 7) |
| 1605 | |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1606 | #define HAS_LLC(dev_priv) (INTEL_INFO(dev_priv)->has_llc) |
| 1607 | #define HAS_SNOOP(dev_priv) (INTEL_INFO(dev_priv)->has_snoop) |
Daniele Ceraolo Spurio | f6ac993 | 2019-03-28 10:45:32 -0700 | [diff] [blame] | 1608 | #define HAS_EDRAM(dev_priv) ((dev_priv)->edram_size_mb) |
Jon Bloomfield | 4415764 | 2018-06-08 08:53:46 -0700 | [diff] [blame] | 1609 | #define HAS_SECURE_BATCHES(dev_priv) (INTEL_GEN(dev_priv) < 6) |
Tvrtko Ursulin | 8652744 | 2016-10-13 11:03:00 +0100 | [diff] [blame] | 1610 | #define HAS_WT(dev_priv) ((IS_HASWELL(dev_priv) || \ |
| 1611 | IS_BROADWELL(dev_priv)) && HAS_EDRAM(dev_priv)) |
Zou Nan hai | cae5852 | 2010-11-09 17:17:32 +0800 | [diff] [blame] | 1612 | |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1613 | #define HWS_NEEDS_PHYSICAL(dev_priv) (INTEL_INFO(dev_priv)->hws_needs_physical) |
Daniel Vetter | 1d2a314 | 2012-02-09 17:15:46 +0100 | [diff] [blame] | 1614 | |
Tvrtko Ursulin | 0031fb9 | 2016-11-04 14:42:44 +0000 | [diff] [blame] | 1615 | #define HAS_LOGICAL_RING_CONTEXTS(dev_priv) \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1616 | (INTEL_INFO(dev_priv)->has_logical_ring_contexts) |
Thomas Daniel | 05f0add | 2018-03-02 18:14:59 +0200 | [diff] [blame] | 1617 | #define HAS_LOGICAL_RING_ELSQ(dev_priv) \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1618 | (INTEL_INFO(dev_priv)->has_logical_ring_elsq) |
Michał Winiarski | a4598d1 | 2017-10-25 22:00:18 +0200 | [diff] [blame] | 1619 | #define HAS_LOGICAL_RING_PREEMPTION(dev_priv) \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1620 | (INTEL_INFO(dev_priv)->has_logical_ring_preemption) |
Chris Wilson | fb5c551 | 2017-11-20 20:55:00 +0000 | [diff] [blame] | 1621 | |
| 1622 | #define HAS_EXECLISTS(dev_priv) HAS_LOGICAL_RING_CONTEXTS(dev_priv) |
| 1623 | |
Chris Wilson | cbecbcc | 2019-03-14 22:38:36 +0000 | [diff] [blame] | 1624 | #define INTEL_PPGTT(dev_priv) (INTEL_INFO(dev_priv)->ppgtt_type) |
Chris Wilson | 4bdafb9 | 2018-09-26 21:12:22 +0100 | [diff] [blame] | 1625 | #define HAS_PPGTT(dev_priv) \ |
| 1626 | (INTEL_PPGTT(dev_priv) != INTEL_PPGTT_NONE) |
| 1627 | #define HAS_FULL_PPGTT(dev_priv) \ |
| 1628 | (INTEL_PPGTT(dev_priv) >= INTEL_PPGTT_FULL) |
Chris Wilson | 4bdafb9 | 2018-09-26 21:12:22 +0100 | [diff] [blame] | 1629 | |
Matthew Auld | a5c08166 | 2017-10-06 23:18:18 +0100 | [diff] [blame] | 1630 | #define HAS_PAGE_SIZES(dev_priv, sizes) ({ \ |
| 1631 | GEM_BUG_ON((sizes) == 0); \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1632 | ((sizes) & ~INTEL_INFO(dev_priv)->page_sizes) == 0; \ |
Matthew Auld | a5c08166 | 2017-10-06 23:18:18 +0100 | [diff] [blame] | 1633 | }) |
Tvrtko Ursulin | 0031fb9 | 2016-11-04 14:42:44 +0000 | [diff] [blame] | 1634 | |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1635 | #define HAS_OVERLAY(dev_priv) (INTEL_INFO(dev_priv)->display.has_overlay) |
Tvrtko Ursulin | 0031fb9 | 2016-11-04 14:42:44 +0000 | [diff] [blame] | 1636 | #define OVERLAY_NEEDS_PHYSICAL(dev_priv) \ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1637 | (INTEL_INFO(dev_priv)->display.overlay_needs_physical) |
Zou Nan hai | cae5852 | 2010-11-09 17:17:32 +0800 | [diff] [blame] | 1638 | |
Daniel Vetter | b45305f | 2012-12-17 16:21:27 +0100 | [diff] [blame] | 1639 | /* Early gen2 have a totally busted CS tlb and require pinned batches. */ |
Jani Nikula | 2a307c2 | 2016-11-30 17:43:04 +0200 | [diff] [blame] | 1640 | #define HAS_BROKEN_CS_TLB(dev_priv) (IS_I830(dev_priv) || IS_I845G(dev_priv)) |
Mika Kuoppala | 06e668a | 2015-12-16 19:18:37 +0200 | [diff] [blame] | 1641 | |
Imre Deak | 2248a28 | 2019-10-17 16:38:31 +0300 | [diff] [blame] | 1642 | #define NEEDS_RC6_CTX_CORRUPTION_WA(dev_priv) \ |
| 1643 | (IS_BROADWELL(dev_priv) || IS_GEN(dev_priv, 9)) |
| 1644 | |
Rodrigo Vivi | d66047e4 | 2018-02-22 12:05:35 -0800 | [diff] [blame] | 1645 | /* WaRsDisableCoarsePowerGating:skl,cnl */ |
Chris Wilson | 32f408a | 2019-12-31 12:27:08 +0000 | [diff] [blame] | 1646 | #define NEEDS_WaRsDisableCoarsePowerGating(dev_priv) \ |
| 1647 | (IS_CANNONLAKE(dev_priv) || \ |
| 1648 | IS_SKL_GT3(dev_priv) || \ |
| 1649 | IS_SKL_GT4(dev_priv)) |
Mika Kuoppala | 185c66e | 2016-04-05 15:56:16 +0300 | [diff] [blame] | 1650 | |
Ville Syrjälä | 309bd8e | 2017-08-18 21:37:05 +0300 | [diff] [blame] | 1651 | #define HAS_GMBUS_IRQ(dev_priv) (INTEL_GEN(dev_priv) >= 4) |
Ramalingam C | d5dc0f4 | 2018-06-28 19:04:49 +0530 | [diff] [blame] | 1652 | #define HAS_GMBUS_BURST_READ(dev_priv) (INTEL_GEN(dev_priv) >= 10 || \ |
| 1653 | IS_GEMINILAKE(dev_priv) || \ |
| 1654 | IS_KABYLAKE(dev_priv)) |
Daniel Vetter | b45305f | 2012-12-17 16:21:27 +0100 | [diff] [blame] | 1655 | |
Zou Nan hai | cae5852 | 2010-11-09 17:17:32 +0800 | [diff] [blame] | 1656 | /* With the 945 and later, Y tiling got adjusted so that it was 32 128-byte |
| 1657 | * rows, which changed the alignment requirements and fence programming. |
| 1658 | */ |
Lucas De Marchi | cf819ef | 2018-12-12 10:10:43 -0800 | [diff] [blame] | 1659 | #define HAS_128_BYTE_Y_TILING(dev_priv) (!IS_GEN(dev_priv, 2) && \ |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 1660 | !(IS_I915G(dev_priv) || \ |
| 1661 | IS_I915GM(dev_priv))) |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1662 | #define SUPPORTS_TV(dev_priv) (INTEL_INFO(dev_priv)->display.supports_tv) |
| 1663 | #define I915_HAS_HOTPLUG(dev_priv) (INTEL_INFO(dev_priv)->display.has_hotplug) |
Zou Nan hai | cae5852 | 2010-11-09 17:17:32 +0800 | [diff] [blame] | 1664 | |
Tvrtko Ursulin | 56b857a | 2016-11-07 09:29:20 +0000 | [diff] [blame] | 1665 | #define HAS_FW_BLC(dev_priv) (INTEL_GEN(dev_priv) > 2) |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1666 | #define HAS_FBC(dev_priv) (INTEL_INFO(dev_priv)->display.has_fbc) |
Rodrigo Vivi | b2ae318 | 2019-02-04 14:25:38 -0800 | [diff] [blame] | 1667 | #define HAS_CUR_FBC(dev_priv) (!HAS_GMCH(dev_priv) && INTEL_GEN(dev_priv) >= 7) |
Zou Nan hai | cae5852 | 2010-11-09 17:17:32 +0800 | [diff] [blame] | 1668 | |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 1669 | #define HAS_IPS(dev_priv) (IS_HSW_ULT(dev_priv) || IS_BROADWELL(dev_priv)) |
Damien Lespiau | f5adf94 | 2013-06-24 18:29:34 +0100 | [diff] [blame] | 1670 | |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1671 | #define HAS_DP_MST(dev_priv) (INTEL_INFO(dev_priv)->display.has_dp_mst) |
Jani Nikula | 0c9b371 | 2015-05-18 17:10:01 +0300 | [diff] [blame] | 1672 | |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1673 | #define HAS_DDI(dev_priv) (INTEL_INFO(dev_priv)->display.has_ddi) |
| 1674 | #define HAS_FPGA_DBG_UNCLAIMED(dev_priv) (INTEL_INFO(dev_priv)->has_fpga_dbg) |
| 1675 | #define HAS_PSR(dev_priv) (INTEL_INFO(dev_priv)->display.has_psr) |
Lucas De Marchi | bc7e352 | 2019-02-22 15:02:54 -0800 | [diff] [blame] | 1676 | #define HAS_TRANSCODER_EDP(dev_priv) (INTEL_INFO(dev_priv)->trans_offsets[TRANSCODER_EDP] != 0) |
Chris Wilson | fb6db0f | 2017-12-01 11:30:30 +0000 | [diff] [blame] | 1677 | |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1678 | #define HAS_RC6(dev_priv) (INTEL_INFO(dev_priv)->has_rc6) |
| 1679 | #define HAS_RC6p(dev_priv) (INTEL_INFO(dev_priv)->has_rc6p) |
Chris Wilson | fb6db0f | 2017-12-01 11:30:30 +0000 | [diff] [blame] | 1680 | #define HAS_RC6pp(dev_priv) (false) /* HW was never validated */ |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 1681 | |
Chris Wilson | 91cbdb8 | 2019-04-19 14:48:36 +0100 | [diff] [blame] | 1682 | #define HAS_RPS(dev_priv) (INTEL_INFO(dev_priv)->has_rps) |
| 1683 | |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1684 | #define HAS_CSR(dev_priv) (INTEL_INFO(dev_priv)->display.has_csr) |
Daniel Vetter | eb80562 | 2015-05-04 14:58:44 +0200 | [diff] [blame] | 1685 | |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1686 | #define HAS_RUNTIME_PM(dev_priv) (INTEL_INFO(dev_priv)->has_runtime_pm) |
| 1687 | #define HAS_64BIT_RELOC(dev_priv) (INTEL_INFO(dev_priv)->has_64bit_reloc) |
Joonas Lahtinen | dfc5148 | 2016-11-03 10:39:46 +0200 | [diff] [blame] | 1688 | |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1689 | #define HAS_IPC(dev_priv) (INTEL_INFO(dev_priv)->display.has_ipc) |
Mahesh Kumar | e57f1c02 | 2017-08-17 19:15:27 +0530 | [diff] [blame] | 1690 | |
Abdiel Janulgue | 3aae9d0 | 2019-10-18 10:07:49 +0100 | [diff] [blame] | 1691 | #define HAS_REGION(i915, i) (INTEL_INFO(i915)->memory_regions & (i)) |
Matthew Auld | b908be5 | 2019-10-25 16:37:22 +0100 | [diff] [blame] | 1692 | #define HAS_LMEM(i915) HAS_REGION(i915, REGION_LMEM) |
Abdiel Janulgue | 3aae9d0 | 2019-10-18 10:07:49 +0100 | [diff] [blame] | 1693 | |
Daniele Ceraolo Spurio | 702668e | 2019-07-24 17:18:06 -0700 | [diff] [blame] | 1694 | #define HAS_GT_UC(dev_priv) (INTEL_INFO(dev_priv)->has_gt_uc) |
Michal Wajdeczko | 2fe2d4e | 2017-12-06 13:53:10 +0000 | [diff] [blame] | 1695 | |
Daniele Ceraolo Spurio | 63064d8 | 2019-07-30 16:07:40 -0700 | [diff] [blame] | 1696 | /* Having GuC is not the same as using GuC */ |
Michal Wajdeczko | 356c484 | 2019-08-16 20:56:58 +0000 | [diff] [blame] | 1697 | #define USES_GUC(dev_priv) intel_uc_uses_guc(&(dev_priv)->gt.uc) |
| 1698 | #define USES_GUC_SUBMISSION(dev_priv) intel_uc_uses_guc_submission(&(dev_priv)->gt.uc) |
Michal Wajdeczko | 93ffbe8 | 2017-12-06 13:53:12 +0000 | [diff] [blame] | 1699 | |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1700 | #define HAS_POOLED_EU(dev_priv) (INTEL_INFO(dev_priv)->has_pooled_eu) |
arun.siluvery@linux.intel.com | 33e141e | 2016-06-03 06:34:33 +0100 | [diff] [blame] | 1701 | |
Michel Thierry | a7a7a0e | 2019-07-30 11:04:06 -0700 | [diff] [blame] | 1702 | #define HAS_GLOBAL_MOCS_REGISTERS(dev_priv) (INTEL_INFO(dev_priv)->has_global_mocs) |
| 1703 | |
Zou Nan hai | cae5852 | 2010-11-09 17:17:32 +0800 | [diff] [blame] | 1704 | |
Rodrigo Vivi | b2ae318 | 2019-02-04 14:25:38 -0800 | [diff] [blame] | 1705 | #define HAS_GMCH(dev_priv) (INTEL_INFO(dev_priv)->display.has_gmch) |
Sonika Jindal | 5fafe29 | 2014-07-21 15:23:38 +0530 | [diff] [blame] | 1706 | |
Rodrigo Vivi | ff15947 | 2017-06-09 15:26:14 -0700 | [diff] [blame] | 1707 | #define HAS_LSPCON(dev_priv) (INTEL_GEN(dev_priv) >= 9) |
Shashank Sharma | 6389dd8 | 2016-10-14 19:56:50 +0530 | [diff] [blame] | 1708 | |
Ben Widawsky | 040d2ba | 2013-09-19 11:01:40 -0700 | [diff] [blame] | 1709 | /* DPF == dynamic parity feature */ |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1710 | #define HAS_L3_DPF(dev_priv) (INTEL_INFO(dev_priv)->has_l3_dpf) |
Tvrtko Ursulin | 50a0bc9 | 2016-10-13 11:02:58 +0100 | [diff] [blame] | 1711 | #define NUM_L3_SLICES(dev_priv) (IS_HSW_GT3(dev_priv) ? \ |
| 1712 | 2 : HAS_L3_DPF(dev_priv)) |
Ben Widawsky | e1ef7cc | 2012-07-24 20:47:31 -0700 | [diff] [blame] | 1713 | |
Ben Widawsky | c8735b0 | 2012-09-07 19:43:39 -0700 | [diff] [blame] | 1714 | #define GT_FREQUENCY_MULTIPLIER 50 |
Akash Goel | de43ae9 | 2015-03-06 11:07:14 +0530 | [diff] [blame] | 1715 | #define GEN9_FREQ_SCALER 3 |
Ben Widawsky | c8735b0 | 2012-09-07 19:43:39 -0700 | [diff] [blame] | 1716 | |
Jani Nikula | 8d8b0031 | 2019-09-11 23:29:08 +0300 | [diff] [blame] | 1717 | #define INTEL_NUM_PIPES(dev_priv) (hweight8(INTEL_INFO(dev_priv)->pipe_mask)) |
Jani Nikula | 2497787 | 2019-09-11 12:26:08 +0300 | [diff] [blame] | 1718 | |
Jani Nikula | 8d8b0031 | 2019-09-11 23:29:08 +0300 | [diff] [blame] | 1719 | #define HAS_DISPLAY(dev_priv) (INTEL_INFO(dev_priv)->pipe_mask != 0) |
José Roberto de Souza | e1bf094 | 2018-11-30 15:20:47 -0800 | [diff] [blame] | 1720 | |
Jani Nikula | a2b69ea | 2019-09-13 13:04:07 +0300 | [diff] [blame] | 1721 | /* Only valid when HAS_DISPLAY() is true */ |
| 1722 | #define INTEL_DISPLAY_ENABLED(dev_priv) (WARN_ON(!HAS_DISPLAY(dev_priv)), !i915_modparams.disable_display) |
| 1723 | |
Chris Wilson | 80debff | 2017-05-25 13:16:12 +0100 | [diff] [blame] | 1724 | static inline bool intel_vtd_active(void) |
Chris Wilson | 48f112f | 2016-06-24 14:07:14 +0100 | [diff] [blame] | 1725 | { |
| 1726 | #ifdef CONFIG_INTEL_IOMMU |
Chris Wilson | 80debff | 2017-05-25 13:16:12 +0100 | [diff] [blame] | 1727 | if (intel_iommu_gfx_mapped) |
Chris Wilson | 48f112f | 2016-06-24 14:07:14 +0100 | [diff] [blame] | 1728 | return true; |
| 1729 | #endif |
| 1730 | return false; |
| 1731 | } |
| 1732 | |
Chris Wilson | 80debff | 2017-05-25 13:16:12 +0100 | [diff] [blame] | 1733 | static inline bool intel_scanout_needs_vtd_wa(struct drm_i915_private *dev_priv) |
| 1734 | { |
| 1735 | return INTEL_GEN(dev_priv) >= 6 && intel_vtd_active(); |
| 1736 | } |
| 1737 | |
Jon Bloomfield | 0ef34ad | 2017-05-24 08:54:11 -0700 | [diff] [blame] | 1738 | static inline bool |
| 1739 | intel_ggtt_update_needs_vtd_wa(struct drm_i915_private *dev_priv) |
| 1740 | { |
Chris Wilson | 80debff | 2017-05-25 13:16:12 +0100 | [diff] [blame] | 1741 | return IS_BROXTON(dev_priv) && intel_vtd_active(); |
Jon Bloomfield | 0ef34ad | 2017-05-24 08:54:11 -0700 | [diff] [blame] | 1742 | } |
| 1743 | |
Chris Wilson | 0673ad4 | 2016-06-24 14:00:22 +0100 | [diff] [blame] | 1744 | /* i915_drv.c */ |
Ben Widawsky | c43b563 | 2012-04-16 14:07:40 -0700 | [diff] [blame] | 1745 | #ifdef CONFIG_COMPAT |
Janusz Krzysztofik | b5893ff | 2019-07-12 13:24:25 +0200 | [diff] [blame] | 1746 | long i915_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); |
Jani Nikula | 55edf41 | 2016-11-01 17:40:44 +0200 | [diff] [blame] | 1747 | #else |
| 1748 | #define i915_compat_ioctl NULL |
Ben Widawsky | c43b563 | 2012-04-16 14:07:40 -0700 | [diff] [blame] | 1749 | #endif |
Jani Nikula | efab069 | 2016-09-15 16:28:54 +0300 | [diff] [blame] | 1750 | extern const struct dev_pm_ops i915_pm_ops; |
| 1751 | |
Janusz Krzysztofik | b01558e | 2019-07-12 13:24:26 +0200 | [diff] [blame] | 1752 | int i915_driver_probe(struct pci_dev *pdev, const struct pci_device_id *ent); |
Chris Wilson | 361f9dc | 2019-08-06 08:42:19 +0100 | [diff] [blame] | 1753 | void i915_driver_remove(struct drm_i915_private *i915); |
Chris Wilson | 535275d | 2017-07-21 13:32:37 +0100 | [diff] [blame] | 1754 | |
Jani Nikula | 63bf830 | 2019-10-04 15:20:18 +0300 | [diff] [blame] | 1755 | int i915_resume_switcheroo(struct drm_i915_private *i915); |
| 1756 | int i915_suspend_switcheroo(struct drm_i915_private *i915, pm_message_t state); |
| 1757 | |
Imre Deak | 650ad97 | 2014-04-18 16:35:02 +0300 | [diff] [blame] | 1758 | int vlv_force_gfx_clock(struct drm_i915_private *dev_priv, bool on); |
Jesse Barnes | 7648fa9 | 2010-05-20 14:28:11 -0700 | [diff] [blame] | 1759 | |
Zhi Wang | 0ad35fe | 2016-06-16 08:07:00 -0400 | [diff] [blame] | 1760 | static inline bool intel_gvt_active(struct drm_i915_private *dev_priv) |
| 1761 | { |
Zhenyu Wang | feddf6e | 2016-10-20 17:15:03 +0800 | [diff] [blame] | 1762 | return dev_priv->gvt; |
Zhi Wang | 0ad35fe | 2016-06-16 08:07:00 -0400 | [diff] [blame] | 1763 | } |
| 1764 | |
Chris Wilson | c033666 | 2016-05-06 15:40:21 +0100 | [diff] [blame] | 1765 | static inline bool intel_vgpu_active(struct drm_i915_private *dev_priv) |
Yu Zhang | cf9d289 | 2015-02-10 19:05:47 +0800 | [diff] [blame] | 1766 | { |
Chris Wilson | c033666 | 2016-05-06 15:40:21 +0100 | [diff] [blame] | 1767 | return dev_priv->vgpu.active; |
Yu Zhang | cf9d289 | 2015-02-10 19:05:47 +0800 | [diff] [blame] | 1768 | } |
Jesse Barnes | b1f14ad | 2011-04-06 12:13:38 -0700 | [diff] [blame] | 1769 | |
Chris Wilson | 26f0051 | 2019-08-07 15:20:41 +0100 | [diff] [blame] | 1770 | int i915_getparam_ioctl(struct drm_device *dev, void *data, |
| 1771 | struct drm_file *file_priv); |
| 1772 | |
Eric Anholt | 673a394 | 2008-07-30 12:06:12 -0700 | [diff] [blame] | 1773 | /* i915_gem.c */ |
Chris Wilson | 8a2421b | 2017-06-16 15:05:22 +0100 | [diff] [blame] | 1774 | int i915_gem_init_userptr(struct drm_i915_private *dev_priv); |
| 1775 | void i915_gem_cleanup_userptr(struct drm_i915_private *dev_priv); |
Matthew Auld | a3f356b | 2019-09-27 18:33:49 +0100 | [diff] [blame] | 1776 | void i915_gem_init_early(struct drm_i915_private *dev_priv); |
Michal Wajdeczko | a0de908 | 2018-03-23 12:34:49 +0000 | [diff] [blame] | 1777 | void i915_gem_cleanup_early(struct drm_i915_private *dev_priv); |
Chris Wilson | 6a800ea | 2016-09-21 14:51:07 +0100 | [diff] [blame] | 1778 | int i915_gem_freeze(struct drm_i915_private *dev_priv); |
Chris Wilson | 461fb99 | 2016-05-14 07:26:33 +0100 | [diff] [blame] | 1779 | int i915_gem_freeze_late(struct drm_i915_private *dev_priv); |
| 1780 | |
Matthew Auld | da1184c | 2019-10-18 10:07:50 +0100 | [diff] [blame] | 1781 | struct intel_memory_region *i915_gem_shmem_setup(struct drm_i915_private *i915); |
| 1782 | |
Chris Wilson | bdeb978 | 2016-12-23 14:57:56 +0000 | [diff] [blame] | 1783 | static inline void i915_gem_drain_freed_objects(struct drm_i915_private *i915) |
| 1784 | { |
Chris Wilson | c03467b | 2019-07-03 10:17:17 +0100 | [diff] [blame] | 1785 | /* |
| 1786 | * A single pass should suffice to release all the freed objects (along |
Chris Wilson | bdeb978 | 2016-12-23 14:57:56 +0000 | [diff] [blame] | 1787 | * most call paths) , but be a little more paranoid in that freeing |
| 1788 | * the objects does take a little amount of time, during which the rcu |
| 1789 | * callbacks could have added new objects into the freed list, and |
| 1790 | * armed the work again. |
| 1791 | */ |
Chris Wilson | c03467b | 2019-07-03 10:17:17 +0100 | [diff] [blame] | 1792 | while (atomic_read(&i915->mm.free_count)) { |
| 1793 | flush_work(&i915->mm.free_work); |
Chris Wilson | bdeb978 | 2016-12-23 14:57:56 +0000 | [diff] [blame] | 1794 | rcu_barrier(); |
Chris Wilson | c03467b | 2019-07-03 10:17:17 +0100 | [diff] [blame] | 1795 | } |
Chris Wilson | bdeb978 | 2016-12-23 14:57:56 +0000 | [diff] [blame] | 1796 | } |
| 1797 | |
Chris Wilson | 3b19f16 | 2017-07-18 14:41:24 +0100 | [diff] [blame] | 1798 | static inline void i915_gem_drain_workqueue(struct drm_i915_private *i915) |
| 1799 | { |
| 1800 | /* |
| 1801 | * Similar to objects above (see i915_gem_drain_freed-objects), in |
| 1802 | * general we have workers that are armed by RCU and then rearm |
| 1803 | * themselves in their callbacks. To be paranoid, we need to |
| 1804 | * drain the workqueue a second time after waiting for the RCU |
| 1805 | * grace period so that we catch work queued via RCU from the first |
| 1806 | * pass. As neither drain_workqueue() nor flush_workqueue() report |
| 1807 | * a result, we make an assumption that we only don't require more |
Chris Wilson | dc76e57 | 2019-05-01 14:57:51 +0100 | [diff] [blame] | 1808 | * than 3 passes to catch all _recursive_ RCU delayed work. |
Chris Wilson | 3b19f16 | 2017-07-18 14:41:24 +0100 | [diff] [blame] | 1809 | * |
| 1810 | */ |
Chris Wilson | dc76e57 | 2019-05-01 14:57:51 +0100 | [diff] [blame] | 1811 | int pass = 3; |
Chris Wilson | 3b19f16 | 2017-07-18 14:41:24 +0100 | [diff] [blame] | 1812 | do { |
Chris Wilson | 4fda44b | 2019-07-03 18:19:13 +0100 | [diff] [blame] | 1813 | flush_workqueue(i915->wq); |
Chris Wilson | 3b19f16 | 2017-07-18 14:41:24 +0100 | [diff] [blame] | 1814 | rcu_barrier(); |
Janusz Krzysztofik | 141f376 | 2019-04-06 11:40:34 +0100 | [diff] [blame] | 1815 | i915_gem_drain_freed_objects(i915); |
Chris Wilson | 3b19f16 | 2017-07-18 14:41:24 +0100 | [diff] [blame] | 1816 | } while (--pass); |
Chris Wilson | dc76e57 | 2019-05-01 14:57:51 +0100 | [diff] [blame] | 1817 | drain_workqueue(i915->wq); |
Chris Wilson | 3b19f16 | 2017-07-18 14:41:24 +0100 | [diff] [blame] | 1818 | } |
| 1819 | |
Chris Wilson | 058d88c | 2016-08-15 10:49:06 +0100 | [diff] [blame] | 1820 | struct i915_vma * __must_check |
Joonas Lahtinen | ec7adb6 | 2015-03-16 14:11:13 +0200 | [diff] [blame] | 1821 | i915_gem_object_ggtt_pin(struct drm_i915_gem_object *obj, |
| 1822 | const struct i915_ggtt_view *view, |
Chris Wilson | 91b2db6 | 2016-08-04 16:32:23 +0100 | [diff] [blame] | 1823 | u64 size, |
Chris Wilson | 2ffffd0 | 2016-08-04 16:32:22 +0100 | [diff] [blame] | 1824 | u64 alignment, |
| 1825 | u64 flags); |
Tvrtko Ursulin | fe14d5f | 2014-12-10 17:27:58 +0000 | [diff] [blame] | 1826 | |
Chris Wilson | c03467b | 2019-07-03 10:17:17 +0100 | [diff] [blame] | 1827 | int i915_gem_object_unbind(struct drm_i915_gem_object *obj, |
| 1828 | unsigned long flags); |
| 1829 | #define I915_GEM_OBJECT_UNBIND_ACTIVE BIT(0) |
Chris Wilson | 16c46fd | 2019-12-08 16:12:51 +0000 | [diff] [blame] | 1830 | #define I915_GEM_OBJECT_UNBIND_BARRIER BIT(1) |
Chris Wilson | f787a5f | 2010-09-24 16:02:42 +0100 | [diff] [blame] | 1831 | |
Chris Wilson | 7c108fd | 2016-10-24 13:42:18 +0100 | [diff] [blame] | 1832 | void i915_gem_runtime_suspend(struct drm_i915_private *dev_priv); |
| 1833 | |
Chris Wilson | 2caffbf | 2019-02-08 15:37:03 +0000 | [diff] [blame] | 1834 | static inline int __must_check |
| 1835 | i915_mutex_lock_interruptible(struct drm_device *dev) |
| 1836 | { |
| 1837 | return mutex_lock_interruptible(&dev->struct_mutex); |
| 1838 | } |
| 1839 | |
Dave Airlie | ff72145b | 2011-02-07 12:16:14 +1000 | [diff] [blame] | 1840 | int i915_gem_dumb_create(struct drm_file *file_priv, |
| 1841 | struct drm_device *dev, |
| 1842 | struct drm_mode_create_dumb *args); |
Dave Gordon | 85d1225 | 2016-05-20 11:54:06 +0100 | [diff] [blame] | 1843 | |
Chris Wilson | 73cb970 | 2016-10-28 13:58:46 +0100 | [diff] [blame] | 1844 | int __must_check i915_gem_set_global_seqno(struct drm_device *dev, u32 seqno); |
Chris Wilson | 1690e1e | 2011-12-14 13:57:08 +0100 | [diff] [blame] | 1845 | |
Mika Kuoppala | 2ac0f45 | 2013-11-12 14:44:19 +0200 | [diff] [blame] | 1846 | static inline u32 i915_reset_count(struct i915_gpu_error *error) |
| 1847 | { |
Chris Wilson | cb823ed | 2019-07-12 20:29:53 +0100 | [diff] [blame] | 1848 | return atomic_read(&error->reset_count); |
Daniel Vetter | 1f83fee | 2012-11-15 17:17:22 +0100 | [diff] [blame] | 1849 | } |
Chris Wilson | a71d8d9 | 2012-02-15 11:25:36 +0000 | [diff] [blame] | 1850 | |
Michel Thierry | 702c8f8 | 2017-06-20 10:57:48 +0100 | [diff] [blame] | 1851 | static inline u32 i915_reset_engine_count(struct i915_gpu_error *error, |
Chris Wilson | 742379c | 2020-01-10 12:30:56 +0000 | [diff] [blame] | 1852 | const struct intel_engine_cs *engine) |
Michel Thierry | 702c8f8 | 2017-06-20 10:57:48 +0100 | [diff] [blame] | 1853 | { |
Chris Wilson | cb823ed | 2019-07-12 20:29:53 +0100 | [diff] [blame] | 1854 | return atomic_read(&error->reset_engine_count[engine->uabi_class]); |
Michel Thierry | 702c8f8 | 2017-06-20 10:57:48 +0100 | [diff] [blame] | 1855 | } |
| 1856 | |
Tvrtko Ursulin | bf9e842 | 2016-12-01 14:16:38 +0000 | [diff] [blame] | 1857 | int __must_check i915_gem_init(struct drm_i915_private *dev_priv); |
Chris Wilson | c29579d | 2019-08-06 13:42:59 +0100 | [diff] [blame] | 1858 | void i915_gem_driver_register(struct drm_i915_private *i915); |
| 1859 | void i915_gem_driver_unregister(struct drm_i915_private *i915); |
Janusz Krzysztofik | 78dae1a | 2019-07-12 13:24:29 +0200 | [diff] [blame] | 1860 | void i915_gem_driver_remove(struct drm_i915_private *dev_priv); |
Janusz Krzysztofik | 3b58a94 | 2019-07-12 13:24:28 +0200 | [diff] [blame] | 1861 | void i915_gem_driver_release(struct drm_i915_private *dev_priv); |
Chris Wilson | 5861b01 | 2019-03-08 09:36:54 +0000 | [diff] [blame] | 1862 | void i915_gem_suspend(struct drm_i915_private *dev_priv); |
Chris Wilson | ec92ad0 | 2018-05-31 09:22:46 +0100 | [diff] [blame] | 1863 | void i915_gem_suspend_late(struct drm_i915_private *dev_priv); |
Tvrtko Ursulin | bf9e842 | 2016-12-01 14:16:38 +0000 | [diff] [blame] | 1864 | void i915_gem_resume(struct drm_i915_private *dev_priv); |
Chris Wilson | 6b5e90f | 2016-11-14 20:41:05 +0000 | [diff] [blame] | 1865 | |
Chris Wilson | 829a0af | 2017-06-20 12:05:45 +0100 | [diff] [blame] | 1866 | int i915_gem_open(struct drm_i915_private *i915, struct drm_file *file); |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 1867 | void i915_gem_release(struct drm_device *dev, struct drm_file *file); |
Eric Anholt | 673a394 | 2008-07-30 12:06:12 -0700 | [diff] [blame] | 1868 | |
Chris Wilson | e4ffd17 | 2011-04-04 09:44:39 +0100 | [diff] [blame] | 1869 | int i915_gem_object_set_cache_level(struct drm_i915_gem_object *obj, |
| 1870 | enum i915_cache_level cache_level); |
| 1871 | |
Daniel Vetter | 1286ff7 | 2012-05-10 15:25:09 +0200 | [diff] [blame] | 1872 | struct drm_gem_object *i915_gem_prime_import(struct drm_device *dev, |
| 1873 | struct dma_buf *dma_buf); |
| 1874 | |
Daniel Vetter | e4fa845 | 2019-06-14 22:35:25 +0200 | [diff] [blame] | 1875 | struct dma_buf *i915_gem_prime_export(struct drm_gem_object *gem_obj, int flags); |
Daniel Vetter | 1286ff7 | 2012-05-10 15:25:09 +0200 | [diff] [blame] | 1876 | |
Chris Wilson | ca585b5 | 2016-05-24 14:53:36 +0100 | [diff] [blame] | 1877 | static inline struct i915_gem_context * |
Chris Wilson | 1acfc10 | 2017-06-20 12:05:47 +0100 | [diff] [blame] | 1878 | __i915_gem_context_lookup_rcu(struct drm_i915_file_private *file_priv, u32 id) |
| 1879 | { |
Tvrtko Ursulin | c100777 | 2019-12-24 09:59:20 +0000 | [diff] [blame] | 1880 | return xa_load(&file_priv->context_xa, id); |
Chris Wilson | 1acfc10 | 2017-06-20 12:05:47 +0100 | [diff] [blame] | 1881 | } |
| 1882 | |
| 1883 | static inline struct i915_gem_context * |
Chris Wilson | ca585b5 | 2016-05-24 14:53:36 +0100 | [diff] [blame] | 1884 | i915_gem_context_lookup(struct drm_i915_file_private *file_priv, u32 id) |
| 1885 | { |
| 1886 | struct i915_gem_context *ctx; |
| 1887 | |
Chris Wilson | 1acfc10 | 2017-06-20 12:05:47 +0100 | [diff] [blame] | 1888 | rcu_read_lock(); |
| 1889 | ctx = __i915_gem_context_lookup_rcu(file_priv, id); |
| 1890 | if (ctx && !kref_get_unless_zero(&ctx->ref)) |
| 1891 | ctx = NULL; |
| 1892 | rcu_read_unlock(); |
Chris Wilson | ca585b5 | 2016-05-24 14:53:36 +0100 | [diff] [blame] | 1893 | |
| 1894 | return ctx; |
| 1895 | } |
| 1896 | |
Chris Wilson | b47eb4a | 2010-08-07 11:01:23 +0100 | [diff] [blame] | 1897 | /* i915_gem_evict.c */ |
Chris Wilson | e522ac23 | 2016-08-04 16:32:18 +0100 | [diff] [blame] | 1898 | int __must_check i915_gem_evict_something(struct i915_address_space *vm, |
Chris Wilson | 2ffffd0 | 2016-08-04 16:32:22 +0100 | [diff] [blame] | 1899 | u64 min_size, u64 alignment, |
Matthew Auld | 33dd889 | 2019-09-09 13:40:52 +0100 | [diff] [blame] | 1900 | unsigned long color, |
Chris Wilson | 2ffffd0 | 2016-08-04 16:32:22 +0100 | [diff] [blame] | 1901 | u64 start, u64 end, |
Daniel Vetter | 1ec9e26 | 2014-02-14 14:01:11 +0100 | [diff] [blame] | 1902 | unsigned flags); |
Chris Wilson | 625d988 | 2017-01-11 11:23:11 +0000 | [diff] [blame] | 1903 | int __must_check i915_gem_evict_for_node(struct i915_address_space *vm, |
| 1904 | struct drm_mm_node *node, |
| 1905 | unsigned int flags); |
Chris Wilson | 2889caa | 2017-06-16 15:05:19 +0100 | [diff] [blame] | 1906 | int i915_gem_evict_vm(struct i915_address_space *vm); |
Chris Wilson | b47eb4a | 2010-08-07 11:01:23 +0100 | [diff] [blame] | 1907 | |
Chris Wilson | 920cf41 | 2016-10-28 13:58:30 +0100 | [diff] [blame] | 1908 | /* i915_gem_internal.c */ |
| 1909 | struct drm_i915_gem_object * |
| 1910 | i915_gem_object_create_internal(struct drm_i915_private *dev_priv, |
Chris Wilson | fcd46e5 | 2017-01-12 13:04:31 +0000 | [diff] [blame] | 1911 | phys_addr_t size); |
Chris Wilson | 920cf41 | 2016-10-28 13:58:30 +0100 | [diff] [blame] | 1912 | |
Eric Anholt | 673a394 | 2008-07-30 12:06:12 -0700 | [diff] [blame] | 1913 | /* i915_gem_tiling.c */ |
Chris Wilson | 2c1792a | 2013-08-01 18:39:55 +0100 | [diff] [blame] | 1914 | static inline bool i915_gem_object_needs_bit17_swizzle(struct drm_i915_gem_object *obj) |
Chris Wilson | e9b73c6 | 2012-12-03 21:03:14 +0000 | [diff] [blame] | 1915 | { |
Chris Wilson | 972c646 | 2019-10-16 15:32:34 +0100 | [diff] [blame] | 1916 | struct drm_i915_private *i915 = to_i915(obj->base.dev); |
Chris Wilson | e9b73c6 | 2012-12-03 21:03:14 +0000 | [diff] [blame] | 1917 | |
Chris Wilson | 972c646 | 2019-10-16 15:32:34 +0100 | [diff] [blame] | 1918 | return i915->ggtt.bit_6_swizzle_x == I915_BIT_6_SWIZZLE_9_10_17 && |
Chris Wilson | 3e510a8 | 2016-08-05 10:14:23 +0100 | [diff] [blame] | 1919 | i915_gem_object_is_tiled(obj); |
Chris Wilson | e9b73c6 | 2012-12-03 21:03:14 +0000 | [diff] [blame] | 1920 | } |
| 1921 | |
Chris Wilson | 91d4e0aa | 2017-01-09 16:16:13 +0000 | [diff] [blame] | 1922 | u32 i915_gem_fence_size(struct drm_i915_private *dev_priv, u32 size, |
| 1923 | unsigned int tiling, unsigned int stride); |
| 1924 | u32 i915_gem_fence_alignment(struct drm_i915_private *dev_priv, u32 size, |
| 1925 | unsigned int tiling, unsigned int stride); |
| 1926 | |
Chris Wilson | 0a4cd7c | 2014-08-22 14:41:39 +0100 | [diff] [blame] | 1927 | const char *i915_cache_level_str(struct drm_i915_private *i915, int type); |
Ben Gamari | 2017263 | 2009-02-17 20:08:50 -0500 | [diff] [blame] | 1928 | |
Brad Volkin | 351e3db | 2014-02-18 10:15:46 -0800 | [diff] [blame] | 1929 | /* i915_cmd_parser.c */ |
Chris Wilson | 1ca3712 | 2016-05-04 14:25:36 +0100 | [diff] [blame] | 1930 | int i915_cmd_parser_get_version(struct drm_i915_private *dev_priv); |
Chris Wilson | 7756e45 | 2016-08-18 17:17:10 +0100 | [diff] [blame] | 1931 | void intel_engine_init_cmd_parser(struct intel_engine_cs *engine); |
Chris Wilson | 33a051a | 2016-07-27 09:07:26 +0100 | [diff] [blame] | 1932 | void intel_engine_cleanup_cmd_parser(struct intel_engine_cs *engine); |
Chris Wilson | 05975cd | 2019-12-04 23:26:16 +0000 | [diff] [blame] | 1933 | int intel_engine_cmd_parser(struct intel_engine_cs *engine, |
Chris Wilson | 755bf8a | 2019-12-11 11:04:34 +0000 | [diff] [blame] | 1934 | struct i915_vma *batch, |
| 1935 | u32 batch_offset, |
| 1936 | u32 batch_length, |
Chris Wilson | 32d9404 | 2019-12-11 23:08:56 +0000 | [diff] [blame] | 1937 | struct i915_vma *shadow, |
| 1938 | bool trampoline); |
| 1939 | #define I915_CMD_PARSER_TRAMPOLINE_SIZE 8 |
Brad Volkin | 351e3db | 2014-02-18 10:15:46 -0800 | [diff] [blame] | 1940 | |
Chris Wilson | 94b4f3b | 2016-07-05 10:40:20 +0100 | [diff] [blame] | 1941 | /* intel_device_info.c */ |
| 1942 | static inline struct intel_device_info * |
| 1943 | mkwrite_device_info(struct drm_i915_private *dev_priv) |
| 1944 | { |
Jani Nikula | a0f04cc | 2018-12-31 16:56:44 +0200 | [diff] [blame] | 1945 | return (struct intel_device_info *)INTEL_INFO(dev_priv); |
Chris Wilson | 94b4f3b | 2016-07-05 10:40:20 +0100 | [diff] [blame] | 1946 | } |
| 1947 | |
Ben Widawsky | c0c7bab | 2012-07-12 11:01:05 -0700 | [diff] [blame] | 1948 | int i915_reg_read_ioctl(struct drm_device *dev, void *data, |
| 1949 | struct drm_file *file); |
Jesse Barnes | 575155a | 2012-03-28 13:39:37 -0700 | [diff] [blame] | 1950 | |
Daniele Ceraolo Spurio | a2b4abf | 2019-03-25 14:49:36 -0700 | [diff] [blame] | 1951 | #define __I915_REG_OP(op__, dev_priv__, ...) \ |
| 1952 | intel_uncore_##op__(&(dev_priv__)->uncore, __VA_ARGS__) |
Keith Packard | 5f75377 | 2010-11-22 09:24:22 +0000 | [diff] [blame] | 1953 | |
Daniele Ceraolo Spurio | a2b4abf | 2019-03-25 14:49:36 -0700 | [diff] [blame] | 1954 | #define I915_READ(reg__) __I915_REG_OP(read, dev_priv, (reg__)) |
| 1955 | #define I915_WRITE(reg__, val__) __I915_REG_OP(write, dev_priv, (reg__), (val__)) |
Keith Packard | 5f75377 | 2010-11-22 09:24:22 +0000 | [diff] [blame] | 1956 | |
Daniele Ceraolo Spurio | a2b4abf | 2019-03-25 14:49:36 -0700 | [diff] [blame] | 1957 | #define POSTING_READ(reg__) __I915_REG_OP(posting_read, dev_priv, (reg__)) |
Zou Nan hai | cae5852 | 2010-11-09 17:17:32 +0800 | [diff] [blame] | 1958 | |
Chris Wilson | a6111f7 | 2015-04-07 16:21:02 +0100 | [diff] [blame] | 1959 | /* These are untraced mmio-accessors that are only valid to be used inside |
Arkadiusz Hiler | aafee2e | 2016-10-25 14:48:02 +0200 | [diff] [blame] | 1960 | * critical sections, such as inside IRQ handlers, where forcewake is explicitly |
Chris Wilson | a6111f7 | 2015-04-07 16:21:02 +0100 | [diff] [blame] | 1961 | * controlled. |
Arkadiusz Hiler | aafee2e | 2016-10-25 14:48:02 +0200 | [diff] [blame] | 1962 | * |
Chris Wilson | a6111f7 | 2015-04-07 16:21:02 +0100 | [diff] [blame] | 1963 | * Think twice, and think again, before using these. |
Arkadiusz Hiler | aafee2e | 2016-10-25 14:48:02 +0200 | [diff] [blame] | 1964 | * |
| 1965 | * As an example, these accessors can possibly be used between: |
| 1966 | * |
| 1967 | * spin_lock_irq(&dev_priv->uncore.lock); |
| 1968 | * intel_uncore_forcewake_get__locked(); |
| 1969 | * |
| 1970 | * and |
| 1971 | * |
| 1972 | * intel_uncore_forcewake_put__locked(); |
| 1973 | * spin_unlock_irq(&dev_priv->uncore.lock); |
| 1974 | * |
| 1975 | * |
| 1976 | * Note: some registers may not need forcewake held, so |
| 1977 | * intel_uncore_forcewake_{get,put} can be omitted, see |
| 1978 | * intel_uncore_forcewake_for_reg(). |
| 1979 | * |
| 1980 | * Certain architectures will die if the same cacheline is concurrently accessed |
| 1981 | * by different clients (e.g. on Ivybridge). Access to registers should |
| 1982 | * therefore generally be serialised, by either the dev_priv->uncore.lock or |
| 1983 | * a more localised lock guarding all access to that bank of registers. |
Chris Wilson | a6111f7 | 2015-04-07 16:21:02 +0100 | [diff] [blame] | 1984 | */ |
Daniele Ceraolo Spurio | a2b4abf | 2019-03-25 14:49:36 -0700 | [diff] [blame] | 1985 | #define I915_READ_FW(reg__) __I915_REG_OP(read_fw, dev_priv, (reg__)) |
| 1986 | #define I915_WRITE_FW(reg__, val__) __I915_REG_OP(write_fw, dev_priv, (reg__), (val__)) |
Chris Wilson | a6111f7 | 2015-04-07 16:21:02 +0100 | [diff] [blame] | 1987 | |
Chris Wilson | c58305a | 2016-08-19 16:54:28 +0100 | [diff] [blame] | 1988 | /* i915_mm.c */ |
| 1989 | int remap_io_mapping(struct vm_area_struct *vma, |
| 1990 | unsigned long addr, unsigned long pfn, unsigned long size, |
| 1991 | struct io_mapping *iomap); |
Abdiel Janulgue | 4e598fa | 2020-01-03 20:41:35 +0000 | [diff] [blame] | 1992 | int remap_io_sg(struct vm_area_struct *vma, |
| 1993 | unsigned long addr, unsigned long size, |
| 1994 | struct scatterlist *sgl, resource_size_t iobase); |
Chris Wilson | c58305a | 2016-08-19 16:54:28 +0100 | [diff] [blame] | 1995 | |
Chris Wilson | 767a983 | 2017-09-13 09:56:05 +0100 | [diff] [blame] | 1996 | static inline int intel_hws_csb_write_index(struct drm_i915_private *i915) |
| 1997 | { |
| 1998 | if (INTEL_GEN(i915) >= 10) |
| 1999 | return CNL_HWS_CSB_WRITE_INDEX; |
| 2000 | else |
| 2001 | return I915_HWS_CSB_WRITE_INDEX; |
| 2002 | } |
| 2003 | |
Chris Wilson | 9893214 | 2019-05-28 10:29:44 +0100 | [diff] [blame] | 2004 | static inline enum i915_map_type |
| 2005 | i915_coherent_map_type(struct drm_i915_private *i915) |
| 2006 | { |
| 2007 | return HAS_LLC(i915) ? I915_MAP_WB : I915_MAP_WC; |
| 2008 | } |
| 2009 | |
Don Hiatt | 82e0c5b | 2019-11-15 15:15:38 -0800 | [diff] [blame] | 2010 | static inline bool intel_guc_submission_is_enabled(struct intel_guc *guc) |
| 2011 | { |
| 2012 | return intel_guc_is_submission_supported(guc) && |
Michal Wajdeczko | e85de17 | 2020-01-31 15:37:06 +0000 | [diff] [blame] | 2013 | intel_guc_is_ready(guc); |
Don Hiatt | 82e0c5b | 2019-11-15 15:15:38 -0800 | [diff] [blame] | 2014 | } |
| 2015 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2016 | #endif |