]> asedeno.scripts.mit.edu Git - linux.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)
commitc2c099f2d97a039c5e1714c803dd9d20458c388f
tree773f2770692a5d66a25ff698eb069abf14ca5874
parentcf67cc9a29ac19c98bc4fa0e6d14b0c1f592d322
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