diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c b/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c index eec079e017f0..69b4feab964c 100644 --- a/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c +++ b/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c | |||
@@ -115,8 +115,9 @@ static void tfp410_disable(struct omap_dss_device *dssdev) | |||
115 | 115 | ||
116 | static void tfp410_fix_timings(struct omap_video_timings *timings) | 116 | static void tfp410_fix_timings(struct omap_video_timings *timings) |
117 | { | 117 | { |
118 | timings->sync_pclk_edge = OMAPDSS_DRIVE_SIG_RISING_EDGE; | 118 | timings->flags |= DISPLAY_FLAGS_DE_HIGH | |
119 | timings->flags |= DISPLAY_FLAGS_DE_HIGH | DISPLAY_FLAGS_PIXDATA_POSEDGE; | 119 | DISPLAY_FLAGS_PIXDATA_POSEDGE | |
120 | DISPLAY_FLAGS_SYNC_POSEDGE; | ||
120 | } | 121 | } |
121 | 122 | ||
122 | static void tfp410_set_timings(struct omap_dss_device *dssdev, | 123 | static void tfp410_set_timings(struct omap_dss_device *dssdev, |