-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/i915: Kconfig for extra driver debugging
v2: Added a submenu based on an idea by Chris Wilson. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
- Loading branch information
Tvrtko Ursulin
committed
Mar 3, 2016
1 parent
8de1b23
commit 643a24b
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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". | ||
|