diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2016-07-09 09:49:07 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2016-07-10 13:21:59 +0100 |
commit | 5bc1e9e95dcd44f60a67168e0f09ab50958066c9 (patch) | |
tree | 7349e0953e1b0e5bf6ae0a19a867a2df498e78ab | |
parent | 48f112fed3b07858f1b3a78548d23320fb96747b (diff) |
drm/i915: Select X86_MSR for igt
igt/pm_rpm depends upon /dev/*/msr so automatically select it when
enabling i915 debugging.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1468054147-9821-1-git-send-email-chris@chris-wilson.co.uk
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
-rw-r--r-- | drivers/gpu/drm/i915/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Kconfig.debug b/drivers/gpu/drm/i915/Kconfig.debug index 43400adc95db..3309b82652af 100644 --- a/drivers/gpu/drm/i915/Kconfig.debug +++ b/drivers/gpu/drm/i915/Kconfig.debug @@ -19,6 +19,7 @@ config DRM_I915_DEBUG bool "Enable additional driver debugging" depends on DRM_I915 select PREEMPT_COUNT + select X86_MSR # used by igt/pm_rpm default n help Choose this option to turn on extra driver debugging that may affect |