]> git.ipfire.org Git - people/ms/linux.git/commit
drm/i915: Don't touch PORT_HOTPLUG_EN in intel_dp_detect()
authorKarsten Wiese <fzuuzf@googlemail.com>
Sat, 27 Mar 2010 21:48:33 +0000 (22:48 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Jul 2010 18:23:07 +0000 (11:23 -0700)
commit36346c14bde58f34c0a2df91635895f943eeb58b
treea918c4fef64653882db67ddfae894bca66b96109
parent87557bf5f6a941708534ae8f5f83cd68988d5063
drm/i915: Don't touch PORT_HOTPLUG_EN in intel_dp_detect()

commit 6e0032f0ae4440e75256bee11b163552cae21962 upstream.

PORT_HOTPLUG_EN has allready been setup in i915_driver_irq_postinstall(),
when intel_dp_detect() runs.

Delete the DP[BCD]_HOTPLUG_INT_EN defines, they are not referenced anymore.

I found this while searching for a fix for
        https://bugzilla.redhat.com/show_bug.cgi?id=528312

Signed-off-by: Karsten Wiese <fzu@wemgehoertderstaat.de>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/intel_dp.c