diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.c')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 211de8e57200..db13d4d46042 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c | |||
@@ -52,6 +52,9 @@ module_param_named(lvds_downclock, i915_lvds_downclock, int, 0400); | |||
52 | unsigned int i915_panel_use_ssc = 1; | 52 | unsigned int i915_panel_use_ssc = 1; |
53 | module_param_named(lvds_use_ssc, i915_panel_use_ssc, int, 0600); | 53 | module_param_named(lvds_use_ssc, i915_panel_use_ssc, int, 0600); |
54 | 54 | ||
55 | int i915_vbt_sdvo_panel_type = -1; | ||
56 | module_param_named(vbt_sdvo_panel_type, i915_vbt_sdvo_panel_type, int, 0600); | ||
57 | |||
55 | static bool i915_try_reset = true; | 58 | static bool i915_try_reset = true; |
56 | module_param_named(reset, i915_try_reset, bool, 0600); | 59 | module_param_named(reset, i915_try_reset, bool, 0600); |
57 | 60 | ||