]> git.karo-electronics.de Git - linux-beck.git/commit
drm/exynos: remove fimd_mode_fixup()
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 29 Sep 2015 20:59:17 +0000 (17:59 -0300)
committerInki Dae <inki.dae@samsung.com>
Wed, 30 Sep 2015 08:05:06 +0000 (17:05 +0900)
commit50bbfbffa5c894def440ce8157dfe53e60960d35
treec8c80a66f79e03a5a955fc3e244c5ada52fe77ed
parent85a82038b2744f87cb297f93ddecd04a8c2979bd
drm/exynos: remove fimd_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 fimd_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/exynos_drm_fimd.c