]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: remove decon_mode_fixup()
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 29 Sep 2015 20:59:18 +0000 (17:59 -0300)
committerInki Dae <inki.dae@samsung.com>
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 <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos7_drm_decon.c