]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/i915/Kconfig.debug
Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/drm-intel...
[karo-tx-linux.git] / drivers / gpu / drm / i915 / Kconfig.debug
index d4860c3a3bf9f290357439ecf56e1b159a39a643..78c5c049a347bcfe416b59b168f632be121e4b50 100644 (file)
@@ -99,3 +99,16 @@ config DRM_I915_LOW_LEVEL_TRACEPOINTS
           and also analyze the request dependency resolving timeline.
 
           If in doubt, say "N".
+
+config DRM_I915_DEBUG_VBLANK_EVADE
+       bool "Enable extra debug warnings for vblank evasion"
+       depends on DRM_I915
+       default n
+       help
+         Choose this option to turn on extra debug warnings for the
+         vblank evade mechanism. This gives a warning every time the
+         the deadline allotted for the vblank evade critical section
+         is exceeded, even if there isn't an actual risk of missing
+         the vblank.
+
+         If in doubt, say "N".