blob: 649a562ddf174abcc58e4c94f37f21cbf863b244 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config DRM_I915_DEBUG
bool "Enable additional driver debugging"
depends on DRM_I915
default n
help
Choose this option to turn on extra driver debugging that may affect
performance but will catch some internal issues.
Recommended for driver developers only.
If in doubt, say "N".
|