]> git.baikalelectronics.ru Git - kernel.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)
commit3fc1255bea997bd68c41938e7b6f9ff884a31cd9
treec8c80a66f79e03a5a955fc3e244c5ada52fe77ed
parenta2a5d9432bec29a6ab44d6d41fe0b1c3f5f90632
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