aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c/tda998x_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i2c/tda998x_drv.c')
-rw-r--r--drivers/gpu/drm/i2c/tda998x_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c
index a65250b62f33..fa18cf374470 100644
--- a/drivers/gpu/drm/i2c/tda998x_drv.c
+++ b/drivers/gpu/drm/i2c/tda998x_drv.c
@@ -918,7 +918,7 @@ tda998x_encoder_mode_set(struct drm_encoder *encoder,
918 918
919 if (priv->rev == TDA19988) { 919 if (priv->rev == TDA19988) {
920 /* let incoming pixels fill the active space (if any) */ 920 /* let incoming pixels fill the active space (if any) */
921 reg_write(encoder, REG_ENABLE_SPACE, 0x01); 921 reg_write(encoder, REG_ENABLE_SPACE, 0x00);
922 } 922 }
923 923
924 /* must be last register set: */ 924 /* must be last register set: */