summaryrefslogtreecommitdiff
path: root/drivers/video/exynos/exynos_dp_reg.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-11-29 12:34:41 +0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-11-29 12:34:41 +0400
commit473af20f705b690342af1bfb36462c0c5190d289 (patch)
tree1f48932284bf30bb9d83bbedba8caa84aca51341 /drivers/video/exynos/exynos_dp_reg.h
parentfa1f94979883aeef231fa023e5b9be971d459952 (diff)
parent3fcb6eb4063ab4eef05601c266afa2af667c8e1f (diff)
downloadlinux-473af20f705b690342af1bfb36462c0c5190d289.tar.xz
Merge branch 'exynos-dp-next' of git://github.com/jingoo/linux into for-linus
Exynos DP changes for the 3.8 merge window. - Device Tree support for Samsung Exynos DP - SW Link training is cleaned up. - HPD interrupt is supported. * 'exynos-dp-next' of git://github.com/jingoo/linux: video: exynos_dp: remove redundant parameters video: exynos_dp: Fix incorrect setting for INT_CTL video: exynos_dp: Reset and initialize DP before requesting irq video: exynos_dp: Enable hotplug interrupts video: exynos_dp: Move hotplug into a workqueue video: exynos_dp: Remove sink control to D0 video: exynos_dp: Fix bug when checking dp->irq video: exynos_dp: Improve EDID error handling video: exynos_dp: Get pll lock before pattern set video: exynos_dp: Clean up SW link training video: exynos_dp: Check DPCD return codes video: exynos_dp: device tree documentation video: exynos_dp: Add device tree support to DP driver
Diffstat (limited to 'drivers/video/exynos/exynos_dp_reg.h')
-rw-r--r--drivers/video/exynos/exynos_dp_reg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/exynos/exynos_dp_reg.h b/drivers/video/exynos/exynos_dp_reg.h
index 1f2f014cfe88..2e9bd0e0b9f2 100644
--- a/drivers/video/exynos/exynos_dp_reg.h
+++ b/drivers/video/exynos/exynos_dp_reg.h
@@ -242,7 +242,8 @@
/* EXYNOS_DP_INT_CTL */
#define SOFT_INT_CTRL (0x1 << 2)
-#define INT_POL (0x1 << 0)
+#define INT_POL1 (0x1 << 1)
+#define INT_POL0 (0x1 << 0)
/* EXYNOS_DP_SYS_CTL_1 */
#define DET_STA (0x1 << 2)