summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2010-09-01 13:55:36 +0200
committerSebastien Jan <s-jan@ti.com>2010-09-01 18:20:35 +0200
commit5c14f478b9b4495521cf4044afbf170c0514f823 (patch)
treecac6d86c1e45609486517307d22a9fc8a5b23f2c /arch
parentf79b0458af6df2d05e305c82fb442609e882aceb (diff)
Revert "Fix detection loop issue on some monitors"
This reverts commit 560118846ca54b81e6498433e6d4398f628866d2. Signed-off-by: Sebastien Jan <s-jan@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-omap/hdmi_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/hdmi_lib.c b/arch/arm/plat-omap/hdmi_lib.c
index 36975ab46040..6058fdfa2ae5 100644
--- a/arch/arm/plat-omap/hdmi_lib.c
+++ b/arch/arm/plat-omap/hdmi_lib.c
@@ -1379,7 +1379,7 @@ void HDMI_W1_HPD_handler(int *r)
*r = 1;
DBG("HPD is set you can read edid");
}
- if (((val & 0x04000000) == 0x04000000) && (count_hpd == 0)) {
+ if (((val & 0x04000000) == 0x04000000) && ((set & 0x00000002) != 0x00000002)) {
*r = 3;
count = 0;
count_hpd = 0;