summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lvds.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2009-09-05 17:38:34 (GMT)
committerLen Brown <len.brown@intel.com>2009-09-05 17:38:34 (GMT)
commit8ff0e082f0833d32c7523a6cd72b6cf6a2142ce8 (patch)
tree2a0cac3d11c4dfcab87e0387d2862ff714fd8cdc /drivers/gpu/drm/i915/intel_lvds.c
parent8aeb0a352af7eb26863e53c203eeb852fd4590c3 (diff)
parentf61f925859c57f6175082aeeee17743c68558a6e (diff)
downloadlinux-fsl-qoriq-8ff0e082f0833d32c7523a6cd72b6cf6a2142ce8.tar.xz
Merge branch 'bugzilla-13002' into release
Diffstat (limited to 'drivers/gpu/drm/i915/intel_lvds.c')
-rw-r--r--drivers/gpu/drm/i915/intel_lvds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index 3f445a8..8df02ef 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -916,6 +916,8 @@ void intel_lvds_init(struct drm_device *dev)
drm_mode_connector_attach_encoder(&intel_output->base, &intel_output->enc);
intel_output->type = INTEL_OUTPUT_LVDS;
+ intel_output->clone_mask = (1 << INTEL_LVDS_CLONE_BIT);
+ intel_output->crtc_mask = (1 << 1);
drm_encoder_helper_add(encoder, &intel_lvds_helper_funcs);
drm_connector_helper_add(connector, &intel_lvds_connector_helper_funcs);
connector->display_info.subpixel_order = SubPixelHorizontalRGB;