aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-02-17 13:44:48 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-02-22 15:56:06 +0000
commitfca874092597ef946b8f07031d8c31c58b212144 (patch)
tree38eb33c44f5be00a102a22b7dab177fae5e247fa /drivers/gpu/drm/i915/i915_drv.h
parentc87252266352c5201e2925740018f52578fa92bb (diff)
downloadkernel_samsung_smdk4412-fca874092597ef946b8f07031d8c31c58b212144.zip
kernel_samsung_smdk4412-fca874092597ef946b8f07031d8c31c58b212144.tar.gz
kernel_samsung_smdk4412-fca874092597ef946b8f07031d8c31c58b212144.tar.bz2
drm/i915: Add a module parameter to ignore lid status
Seems like we are forever to be cursed with buggy firmware, so allow the user to explicitly set the panel connection status. Of secondary utility for cases where I run laptops with the lid closed, but still want to configure the LVDS. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 0c91262..bd24861 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -958,6 +958,7 @@ enum intel_chip_family {
extern struct drm_ioctl_desc i915_ioctls[];
extern int i915_max_ioctl;
extern unsigned int i915_fbpercrtc;
+extern int i915_panel_ignore_lid;
extern unsigned int i915_powersave;
extern unsigned int i915_lvds_downclock;
extern unsigned int i915_panel_use_ssc;