diff options
| author | 2015-04-20 12:09:31 +0300 | |
|---|---|---|
| committer | 2015-04-20 12:09:31 +0300 | |
| commit | 6b75b54c841a18ef114704aa5cf2cdf43487b0ae (patch) | |
| tree | 3d2f0e1dc68d96cfd7fc7b32863b155801098544 /drivers/gpu/drm/omapdrm/omap_connector.c | |
| parent | fbdev: sh_mobile_lcdc: Fix destruction of uninitialized mutex (diff) | |
| parent | omapdss: extend pm notifier to handle hibernation (diff) | |
| download | linux-dev-6b75b54c841a18ef114704aa5cf2cdf43487b0ae.tar.xz linux-dev-6b75b54c841a18ef114704aa5cf2cdf43487b0ae.zip | |
Merge omapdss topic branch for fbdev 4.1
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 a94b11f7859d..2c2173bc3f00 100644 --- a/drivers/gpu/drm/omapdrm/omap_connector.c +++ b/drivers/gpu/drm/omapdrm/omap_connector.c @@ -102,7 +102,7 @@ void copy_timings_drm_to_omap(struct omap_video_timings *timings, timings->data_pclk_edge = OMAPDSS_DRIVE_SIG_RISING_EDGE; timings->de_level = OMAPDSS_SIG_ACTIVE_HIGH; - timings->sync_pclk_edge = OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES; + timings->sync_pclk_edge = OMAPDSS_DRIVE_SIG_FALLING_EDGE; } static enum drm_connector_status omap_connector_detect( |
