aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/intel_panel.c')
-rw-r--r--drivers/gpu/drm/i915/intel_panel.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_panel.c b/drivers/gpu/drm/i915/intel_panel.c
index 286995a9a84a..784660a3667b 100644
--- a/drivers/gpu/drm/i915/intel_panel.c
+++ b/drivers/gpu/drm/i915/intel_panel.c
@@ -287,6 +287,11 @@ intel_panel_detect(struct drm_device *dev)
287{ 287{
288 struct drm_i915_private *dev_priv = dev->dev_private; 288 struct drm_i915_private *dev_priv = dev->dev_private;
289 289
290 if (i915_panel_ignore_lid)
291 return i915_panel_ignore_lid > 0 ?
292 connector_status_connected :
293 connector_status_disconnected;
294
290 /* Assume that the BIOS does not lie through the OpRegion... */ 295 /* Assume that the BIOS does not lie through the OpRegion... */
291 if (dev_priv->opregion.lid_state) 296 if (dev_priv->opregion.lid_state)
292 return ioread32(dev_priv->opregion.lid_state) & 0x1 ? 297 return ioread32(dev_priv->opregion.lid_state) & 0x1 ?