Comment 22 for bug 467841

Revision history for this message
manu (eallaud-gmail) wrote :

Hmm it's been a while. I have sent the patch upstream, so I know it has been fixed there.
Here is the commit msg.From e808e40278ee315eb6759dd40dc947e6fb2e642f Mon Sep 17 00:00:00 2001
From: Zhenyu Wang <email address hidden>
Date: Wed, 11 Nov 2009 10:22:01 +0800
Subject: [PATCH] drm/i915: Fix CRT hotplug detect by checking really no channels attached

For CRT hotplug detect status, we have four test results as blue
channel only, green channel only, both blue and green channel, and
no channel attached. Origin code only marks both blue and green channel
case as connected, but ignore other possible connected states. This one
trys to detect CRT by checking no channel attached case instead.

Signed-off-by: Zhenyu Wang <email address hidden>