|
@@ -45,6 +45,9 @@ module_param_named(fbpercrtc, i915_fbpercrtc, int, 0400);
|
|
|
unsigned int i915_powersave = 1;
|
|
unsigned int i915_powersave = 1;
|
|
|
module_param_named(powersave, i915_powersave, int, 0400);
|
|
module_param_named(powersave, i915_powersave, int, 0400);
|
|
|
|
|
|
|
|
|
|
+unsigned int i915_lvds_downclock = 0;
|
|
|
|
|
+module_param_named(lvds_downclock, i915_lvds_downclock, int, 0400);
|
|
|
|
|
+
|
|
|
static struct drm_driver driver;
|
|
static struct drm_driver driver;
|
|
|
|
|
|
|
|
#define INTEL_VGA_DEVICE(id, info) { \
|
|
#define INTEL_VGA_DEVICE(id, info) { \
|