aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_crt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/intel_crt.c')
-rw-r--r--drivers/gpu/drm/i915/intel_crt.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/drm/i915/intel_crt.c b/drivers/gpu/drm/i915/intel_crt.c
index 1d8d63aff444..58b4a53715cd 100644
--- a/drivers/gpu/drm/i915/intel_crt.c
+++ b/drivers/gpu/drm/i915/intel_crt.c
@@ -787,10 +787,8 @@ void intel_crt_init(struct drm_device *dev)
787 787
788 drm_sysfs_connector_add(connector); 788 drm_sysfs_connector_add(connector);
789 789
790 if (I915_HAS_HOTPLUG(dev)) 790 if (!I915_HAS_HOTPLUG(dev))
791 connector->polled = DRM_CONNECTOR_POLL_HPD; 791 intel_connector->polled = DRM_CONNECTOR_POLL_CONNECT;
792 else
793 connector->polled = DRM_CONNECTOR_POLL_CONNECT;
794 792
795 /* 793 /*
796 * Configure the automatic hotplug detection stuff 794 * Configure the automatic hotplug detection stuff