[PATCH V6 4/8] drm/exynos: Move DP setup into commit()

2014-07-30 Thread Ajay kumar
On Wed, Jul 30, 2014 at 4:22 PM, Thierry Reding wrote: > On Sat, Jul 26, 2014 at 12:52:06AM +0530, Ajay Kumar wrote: >> This patch moves the DP training and video enable from the hotplug >> handler into commit(). > > I don't think I can comment on this one, but perhaps the commit message > should

[PATCH V6 4/8] drm/exynos: Move DP setup into commit()

2014-07-30 Thread Thierry Reding
On Sat, Jul 26, 2014 at 12:52:06AM +0530, Ajay Kumar wrote: > This patch moves the DP training and video enable from the hotplug > handler into commit(). I don't think I can comment on this one, but perhaps the commit message should describe why it's doing this rather than just parroting what the

[PATCH V6 4/8] drm/exynos: Move DP setup into commit()

2014-07-26 Thread Ajay Kumar
This patch moves the DP training and video enable from the hotplug handler into commit(). Signed-off-by: Sean Paul Signed-off-by: Ajay Kumar --- drivers/gpu/drm/exynos/exynos_dp_core.c | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/dr