]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: remove extra call to hdmi_commit()
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 5 Aug 2015 23:24:17 +0000 (20:24 -0300)
committerInki Dae <inki.dae@samsung.com>
Sun, 16 Aug 2015 01:23:37 +0000 (10:23 +0900)
commit77b1f6102060d3f79d3fa059575ef7402b9a9563
tree773f2770692a5d66a25ff698eb069abf14ca5874
parent954d38c12e2b3af436630392da4ad4791c2382f1
drm/exynos: remove extra call to hdmi_commit()

hdmi_commit() was getting called twice by exynos encoder core, once inside
the .enable() call and another time by .commit() itself.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c