[PATCH 19/23] drm/exynos: remove extra call to exynos_dp_commit()

2015-07-03 Thread Joonyoung Shim
Hi Hyungwon, On 07/02/2015 09:39 PM, Joonyoung Shim wrote: > +Cc Hyungwon, > > On 06/24/2015 06:35 AM, Gustavo Padovan wrote: >> From: Gustavo Padovan >> >> exynos_dp_commit() was getting called twice by exynos encoder core, once >> inside the .enable() call and another time by .commit() itself.

[PATCH 19/23] drm/exynos: remove extra call to exynos_dp_commit()

2015-07-02 Thread Joonyoung Shim
+Cc Hyungwon, On 06/24/2015 06:35 AM, Gustavo Padovan wrote: > From: Gustavo Padovan > > exynos_dp_commit() was getting called twice by exynos encoder core, once > inside the .enable() call and another time by .commit() itself. > > The remove of the second call caused the wake of a bug, the ope

[PATCH 19/23] drm/exynos: remove extra call to exynos_dp_commit()

2015-06-23 Thread Gustavo Padovan
From: Gustavo Padovan exynos_dp_commit() was getting called twice by exynos encoder core, once inside the .enable() call and another time by .commit() itself. The remove of the second call caused the wake of a bug, the operations orders inside exynos_dp_commit was wrong and we had to move exynos