diff options
author | Egbert Eich <eich@suse.de> | 2013-02-25 12:06:52 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-03-27 17:13:43 +0100 |
commit | 4f770a5bee04566e63f3a826a15c24bccaa124e8 (patch) | |
tree | ccc62178ae196cc5b00703d21bc1b8af5751507f /drivers/gpu/drm/i915/intel_crt.c | |
parent | bac56d5b9535f16409b294d92ecc01c354059b41 (diff) | |
download | blackbird-op-linux-4f770a5bee04566e63f3a826a15c24bccaa124e8.tar.gz blackbird-op-linux-4f770a5bee04566e63f3a826a15c24bccaa124e8.zip |
DRM/i915: Get rid if the 'hotplug_supported_mask' in struct drm_i915_private.
Now since we have replaced the bits to show interest in hotplug IRQs
we can go and nuke the 'hotplug_supported_mask'.
Signed-off-by: Egbert Eich <eich@suse.de>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_crt.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_crt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_crt.c b/drivers/gpu/drm/i915/intel_crt.c index a4b3e4e01e65..756ae552e7e5 100644 --- a/drivers/gpu/drm/i915/intel_crt.c +++ b/drivers/gpu/drm/i915/intel_crt.c @@ -799,8 +799,6 @@ void intel_crt_init(struct drm_device *dev) */ crt->force_hotplug_required = 0; - dev_priv->hotplug_supported_mask |= CRT_HOTPLUG_INT_STATUS; - /* * TODO: find a proper way to discover whether we need to set the the * polarity and link reversal bits or not, instead of relying on the |