diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_connector.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_connector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_connector.c b/drivers/gpu/drm/omapdrm/omap_connector.c index 695386256d18..8817e38761ae 100644 --- a/drivers/gpu/drm/omapdrm/omap_connector.c +++ b/drivers/gpu/drm/omapdrm/omap_connector.c | |||
@@ -107,7 +107,7 @@ void copy_timings_drm_to_omap(struct omap_video_timings *timings, | |||
107 | timings->flags |= DISPLAY_FLAGS_VSYNC_LOW; | 107 | timings->flags |= DISPLAY_FLAGS_VSYNC_LOW; |
108 | 108 | ||
109 | timings->data_pclk_edge = OMAPDSS_DRIVE_SIG_RISING_EDGE; | 109 | timings->data_pclk_edge = OMAPDSS_DRIVE_SIG_RISING_EDGE; |
110 | timings->de_level = OMAPDSS_SIG_ACTIVE_HIGH; | 110 | timings->flags |= DISPLAY_FLAGS_DE_HIGH; |
111 | timings->sync_pclk_edge = OMAPDSS_DRIVE_SIG_FALLING_EDGE; | 111 | timings->sync_pclk_edge = OMAPDSS_DRIVE_SIG_FALLING_EDGE; |
112 | } | 112 | } |
113 | 113 | ||