summaryrefslogtreecommitdiff
path: root/drivers/media/video/s5p-tv/mixer_reg.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/s5p-tv/mixer_reg.c')
-rw-r--r--drivers/media/video/s5p-tv/mixer_reg.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/s5p-tv/mixer_reg.c b/drivers/media/video/s5p-tv/mixer_reg.c
index 4800a3cbb297..4cef84aeecbb 100644
--- a/drivers/media/video/s5p-tv/mixer_reg.c
+++ b/drivers/media/video/s5p-tv/mixer_reg.c
@@ -115,7 +115,13 @@ void mxr_reg_reset(struct mxr_device *mdev)
/* setting graphical layers */
val = MXR_GRP_CFG_COLOR_KEY_DISABLE; /* no blank key */
+#if 0
+ /*
+ * Without this change, the HDMI display in Android had a green tint.
+ * Yet to find the exact reason for the same.
+ */
val |= MXR_GRP_CFG_BLEND_PRE_MUL; /* premul mode */
+#endif
val |= MXR_GRP_CFG_ALPHA_VAL(0xff); /* non-transparent alpha */
/* the same configuration for both layers */