]> git.baikalelectronics.ru Git - kernel.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)
commitcc95f400900d832247efc543aa0492c3530c027f
tree7ea806961f97f55d6464ebe98470711348a04cda
parent3fc1255bea997bd68c41938e7b6f9ff884a31cd9
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