Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Chris Wilson | 0a793ad | 2016-04-13 17:35:00 +0100 | [diff] [blame] | 2 | config DRM_I915_WERROR |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 3 | bool "Force GCC to throw an error instead of a warning when compiling" |
| 4 | # As this may inadvertently break the build, only allow the user |
| 5 | # to shoot oneself in the foot iff they aim really hard |
| 6 | depends on EXPERT |
| 7 | # We use the dependency on !COMPILE_TEST to not be enabled in |
| 8 | # allmodconfig or allyesconfig configurations |
| 9 | depends on !COMPILE_TEST |
Jani Nikula | 1032a2a | 2019-07-29 17:08:47 +0300 | [diff] [blame] | 10 | select HEADER_TEST |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 11 | default n |
| 12 | help |
| 13 | Add -Werror to the build flags for (and only for) i915.ko. |
| 14 | Do not enable this unless you are writing code for the i915.ko module. |
Chris Wilson | 0a793ad | 2016-04-13 17:35:00 +0100 | [diff] [blame] | 15 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 16 | Recommended for driver developers only. |
Chris Wilson | 0a793ad | 2016-04-13 17:35:00 +0100 | [diff] [blame] | 17 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 18 | If in doubt, say "N". |
Chris Wilson | 0a793ad | 2016-04-13 17:35:00 +0100 | [diff] [blame] | 19 | |
Tvrtko Ursulin | 643a24b | 2016-03-03 14:36:43 +0000 | [diff] [blame] | 20 | config DRM_I915_DEBUG |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 21 | bool "Enable additional driver debugging" |
| 22 | depends on DRM_I915 |
| 23 | select DEBUG_FS |
| 24 | select PREEMPT_COUNT |
| 25 | select REFCOUNT_FULL |
| 26 | select I2C_CHARDEV |
| 27 | select STACKDEPOT |
| 28 | select DRM_DP_AUX_CHARDEV |
| 29 | select X86_MSR # used by igt/pm_rpm |
| 30 | select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) |
| 31 | select DRM_DEBUG_MM if DRM=y |
Maarten Lankhorst | 34b13e5 | 2018-05-03 13:22:16 +0200 | [diff] [blame] | 32 | select DRM_DEBUG_SELFTEST |
Chris Wilson | 9615834 | 2019-08-19 18:19:00 +0100 | [diff] [blame] | 33 | select DMABUF_SELFTESTS |
Chris Wilson | d90cb7f | 2017-08-10 10:40:36 +0100 | [diff] [blame] | 34 | select SW_SYNC # signaling validation framework (igt/syncobj*) |
Chris Wilson | bdb821c | 2016-12-05 14:29:40 +0000 | [diff] [blame] | 35 | select DRM_I915_SW_FENCE_DEBUG_OBJECTS |
Chris Wilson | 953c7f8 | 2017-02-13 17:15:12 +0000 | [diff] [blame] | 36 | select DRM_I915_SELFTEST |
Imre Deak | 6dfc4a8 | 2018-08-16 22:34:14 +0300 | [diff] [blame] | 37 | select DRM_I915_DEBUG_RUNTIME_PM |
Chris Wilson | 1fbf9d8 | 2019-05-30 13:13:11 +0100 | [diff] [blame] | 38 | select DRM_I915_DEBUG_MMIO |
Chris Wilson | d9d54a5 | 2019-10-27 15:43:14 +0000 | [diff] [blame] | 39 | select BROKEN # for prototype uAPI |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 40 | default n |
| 41 | help |
| 42 | Choose this option to turn on extra driver debugging that may affect |
| 43 | performance but will catch some internal issues. |
Tvrtko Ursulin | 643a24b | 2016-03-03 14:36:43 +0000 | [diff] [blame] | 44 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 45 | Recommended for driver developers only. |
Tvrtko Ursulin | 643a24b | 2016-03-03 14:36:43 +0000 | [diff] [blame] | 46 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 47 | If in doubt, say "N". |
Tvrtko Ursulin | 643a24b | 2016-03-03 14:36:43 +0000 | [diff] [blame] | 48 | |
Chris Wilson | 1fbf9d8 | 2019-05-30 13:13:11 +0100 | [diff] [blame] | 49 | config DRM_I915_DEBUG_MMIO |
| 50 | bool "Always insert extra checks around mmio access by default" |
| 51 | default n |
| 52 | help |
| 53 | By default, always enables the extra sanity checks (extra register |
| 54 | reads) around every mmio (register) access that will slow the system |
| 55 | down. This sets the default value of i915.mmio_debug to -1 and can |
| 56 | be overridden at module load. |
| 57 | |
| 58 | Recommended for driver developers only. |
| 59 | |
| 60 | If in doubt, say "N". |
| 61 | |
Chris Wilson | d501b1d | 2016-04-13 17:35:02 +0100 | [diff] [blame] | 62 | config DRM_I915_DEBUG_GEM |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 63 | bool "Insert extra checks into the GEM internals" |
| 64 | default n |
| 65 | depends on DRM_I915_WERROR |
| 66 | help |
| 67 | Enable extra sanity checks (including BUGs) along the GEM driver |
| 68 | paths that may slow the system down and if hit hang the machine. |
Chris Wilson | d501b1d | 2016-04-13 17:35:02 +0100 | [diff] [blame] | 69 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 70 | Recommended for driver developers only. |
Chris Wilson | d501b1d | 2016-04-13 17:35:02 +0100 | [diff] [blame] | 71 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 72 | If in doubt, say "N". |
Chris Wilson | d501b1d | 2016-04-13 17:35:02 +0100 | [diff] [blame] | 73 | |
Chris Wilson | 1eca65d | 2018-07-06 07:53:06 +0100 | [diff] [blame] | 74 | config DRM_I915_ERRLOG_GEM |
| 75 | bool "Insert extra logging (very verbose) for common GEM errors" |
| 76 | default n |
| 77 | depends on DRM_I915_DEBUG_GEM |
| 78 | help |
| 79 | Enable additional logging that may help track down the cause of |
| 80 | principally userspace errors. |
| 81 | |
| 82 | Recommended for driver developers only. |
| 83 | |
| 84 | If in doubt, say "N". |
| 85 | |
Chris Wilson | bccd3b8 | 2017-11-09 14:30:19 +0000 | [diff] [blame] | 86 | config DRM_I915_TRACE_GEM |
| 87 | bool "Insert extra ftrace output from the GEM internals" |
Chris Wilson | 16c8619 | 2017-12-19 22:09:16 +0000 | [diff] [blame] | 88 | depends on DRM_I915_DEBUG_GEM |
Chris Wilson | bccd3b8 | 2017-11-09 14:30:19 +0000 | [diff] [blame] | 89 | select TRACING |
| 90 | default n |
| 91 | help |
| 92 | Enable additional and verbose debugging output that will spam |
| 93 | ordinary tests, but may be vital for post-mortem debugging when |
| 94 | used with /proc/sys/kernel/ftrace_dump_on_oops |
| 95 | |
| 96 | Recommended for driver developers only. |
| 97 | |
| 98 | If in doubt, say "N". |
| 99 | |
Chris Wilson | 4c2be3c | 2019-07-12 12:27:23 +0100 | [diff] [blame] | 100 | config DRM_I915_TRACE_GTT |
| 101 | bool "Insert extra ftrace output from the GTT internals" |
| 102 | depends on DRM_I915_DEBUG_GEM |
| 103 | select TRACING |
| 104 | default n |
| 105 | help |
| 106 | Enable additional and verbose debugging output that will spam |
| 107 | ordinary tests, but may be vital for post-mortem debugging when |
| 108 | used with /proc/sys/kernel/ftrace_dump_on_oops |
| 109 | |
| 110 | Recommended for driver developers only. |
| 111 | |
| 112 | If in doubt, say "N". |
| 113 | |
Chris Wilson | fc15840 | 2016-11-25 13:17:18 +0000 | [diff] [blame] | 114 | config DRM_I915_SW_FENCE_DEBUG_OBJECTS |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 115 | bool "Enable additional driver debugging for fence objects" |
| 116 | depends on DRM_I915 |
| 117 | select DEBUG_OBJECTS |
| 118 | default n |
| 119 | help |
| 120 | Choose this option to turn on extra driver debugging that may affect |
| 121 | performance but will catch some internal issues. |
Chris Wilson | fc15840 | 2016-11-25 13:17:18 +0000 | [diff] [blame] | 122 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 123 | Recommended for driver developers only. |
Chris Wilson | fc15840 | 2016-11-25 13:17:18 +0000 | [diff] [blame] | 124 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 125 | If in doubt, say "N". |
Chris Wilson | 953c7f8 | 2017-02-13 17:15:12 +0000 | [diff] [blame] | 126 | |
Chris Wilson | 47624cc | 2017-05-17 13:09:57 +0100 | [diff] [blame] | 127 | config DRM_I915_SW_FENCE_CHECK_DAG |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 128 | bool "Enable additional driver debugging for detecting dependency cycles" |
| 129 | depends on DRM_I915 |
| 130 | default n |
| 131 | help |
| 132 | Choose this option to turn on extra driver debugging that may affect |
| 133 | performance but will catch some internal issues. |
Chris Wilson | 47624cc | 2017-05-17 13:09:57 +0100 | [diff] [blame] | 134 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 135 | Recommended for driver developers only. |
Chris Wilson | 47624cc | 2017-05-17 13:09:57 +0100 | [diff] [blame] | 136 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 137 | If in doubt, say "N". |
Chris Wilson | 47624cc | 2017-05-17 13:09:57 +0100 | [diff] [blame] | 138 | |
Michal Wajdeczko | 0a015ff | 2018-03-26 19:48:28 +0000 | [diff] [blame] | 139 | config DRM_I915_DEBUG_GUC |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 140 | bool "Enable additional driver debugging for GuC" |
| 141 | depends on DRM_I915 |
| 142 | default n |
| 143 | help |
| 144 | Choose this option to turn on extra driver debugging that may affect |
| 145 | performance but will help resolve GuC related issues. |
Michal Wajdeczko | 0a015ff | 2018-03-26 19:48:28 +0000 | [diff] [blame] | 146 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 147 | Recommended for driver developers only. |
Michal Wajdeczko | 0a015ff | 2018-03-26 19:48:28 +0000 | [diff] [blame] | 148 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 149 | If in doubt, say "N". |
Michal Wajdeczko | 0a015ff | 2018-03-26 19:48:28 +0000 | [diff] [blame] | 150 | |
Chris Wilson | 953c7f8 | 2017-02-13 17:15:12 +0000 | [diff] [blame] | 151 | config DRM_I915_SELFTEST |
| 152 | bool "Enable selftests upon driver load" |
| 153 | depends on DRM_I915 |
| 154 | default n |
Chris Wilson | aae4a3d | 2017-02-13 17:15:44 +0000 | [diff] [blame] | 155 | select FAULT_INJECTION |
Chris Wilson | 953c7f8 | 2017-02-13 17:15:12 +0000 | [diff] [blame] | 156 | select PRIME_NUMBERS |
| 157 | help |
| 158 | Choose this option to allow the driver to perform selftests upon |
| 159 | loading; also requires the i915.selftest=1 module parameter. To |
| 160 | exit the module after running the selftests (i.e. to prevent normal |
| 161 | module initialisation afterwards) use i915.selftest=-1. |
| 162 | |
| 163 | Recommended for driver developers only. |
| 164 | |
| 165 | If in doubt, say "N". |
Tvrtko Ursulin | 354d036 | 2017-02-21 11:01:42 +0000 | [diff] [blame] | 166 | |
Chris Wilson | 69ea47a | 2017-10-25 16:32:07 +0100 | [diff] [blame] | 167 | config DRM_I915_SELFTEST_BROKEN |
| 168 | bool "Enable broken and dangerous selftests" |
| 169 | depends on DRM_I915_SELFTEST |
| 170 | depends on BROKEN |
| 171 | default n |
| 172 | help |
| 173 | This option enables the execution of selftests that are "dangerous" |
| 174 | and may trigger unintended HW side-effects as they break strict |
| 175 | rules given in the HW specification. For science. |
| 176 | |
| 177 | Recommended for masochistic driver developers only. |
| 178 | |
| 179 | If in doubt, say "N". |
| 180 | |
Tvrtko Ursulin | 354d036 | 2017-02-21 11:01:42 +0000 | [diff] [blame] | 181 | config DRM_I915_LOW_LEVEL_TRACEPOINTS |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 182 | bool "Enable low level request tracing events" |
| 183 | depends on DRM_I915 |
| 184 | default n |
| 185 | help |
| 186 | Choose this option to turn on low level request tracing events. |
| 187 | This provides the ability to precisely monitor engine utilisation |
| 188 | and also analyze the request dependency resolving timeline. |
Tvrtko Ursulin | 354d036 | 2017-02-21 11:01:42 +0000 | [diff] [blame] | 189 | |
Krzysztof Kozlowski | d30213e | 2019-10-07 19:33:46 +0200 | [diff] [blame] | 190 | If in doubt, say "N". |
Ville Syrjälä | 7b8cd33 | 2017-05-07 20:12:52 +0300 | [diff] [blame] | 191 | |
| 192 | config DRM_I915_DEBUG_VBLANK_EVADE |
| 193 | bool "Enable extra debug warnings for vblank evasion" |
| 194 | depends on DRM_I915 |
| 195 | default n |
| 196 | help |
| 197 | Choose this option to turn on extra debug warnings for the |
| 198 | vblank evade mechanism. This gives a warning every time the |
| 199 | the deadline allotted for the vblank evade critical section |
| 200 | is exceeded, even if there isn't an actual risk of missing |
| 201 | the vblank. |
| 202 | |
| 203 | If in doubt, say "N". |
Imre Deak | 6dfc4a8 | 2018-08-16 22:34:14 +0300 | [diff] [blame] | 204 | |
| 205 | config DRM_I915_DEBUG_RUNTIME_PM |
| 206 | bool "Enable extra state checking for runtime PM" |
| 207 | depends on DRM_I915 |
| 208 | default n |
Chris Wilson | bd780f3 | 2019-01-14 14:21:09 +0000 | [diff] [blame] | 209 | select STACKDEPOT |
Imre Deak | 6dfc4a8 | 2018-08-16 22:34:14 +0300 | [diff] [blame] | 210 | help |
| 211 | Choose this option to turn on extra state checking for the |
| 212 | runtime PM functionality. This may introduce overhead during |
| 213 | driver loading, suspend and resume operations. |
| 214 | |
| 215 | If in doubt, say "N" |