drm/exynos: remove decon_mode_fixup()
authorGustavo Padovan <[email protected]>
Tue, 29 Sep 2015 20:59:18 +0000 (17:59 -0300)
committerInki Dae <[email protected]>
Wed, 30 Sep 2015 08:05:09 +0000 (17:05 +0900)
commit208d7ee3c89e5e94627aa33331b15dd4df814707
tree7ea806961f97f55d6464ebe98470711348a04cda
parent50bbfbffa5c894def440ce8157dfe53e60960d35
drm/exynos: remove decon_mode_fixup()

The only thing mode_fixup was doing was set the adjusted_mode->vrefresh to
60, but it already has the value of 60 when the decon_mode_fixup() is
called. That means this call is actually pointless and can be removed.

Signed-off-by: Gustavo Padovan <[email protected]>
Signed-off-by: Inki Dae <[email protected]>
drivers/gpu/drm/exynos/exynos7_drm_decon.c