[RESEND PATCH V5 01/12] drm/exynos: Move DP setup out of hotplug workqueue

2014-07-24 Thread Sean Paul
On Wed, Jul 23, 2014 at 11:18 AM, Ajay kumar wrote: > On Wed, Jul 23, 2014 at 8:12 PM, Sean Paul wrote: >> On Wed, Jul 23, 2014 at 7:22 AM, Ajay kumar wrote: >>> Sean, >>> >>> On Tue, Jul 22, 2014 at 8:29 PM, Sean Paul wrote: On Thu, Jul 17, 2014 at 4:43 PM, Ajay Kumar wrote: >

[RESEND PATCH V5 01/12] drm/exynos: Move DP setup out of hotplug workqueue

2014-07-23 Thread Ajay kumar
On Wed, Jul 23, 2014 at 8:12 PM, Sean Paul wrote: > On Wed, Jul 23, 2014 at 7:22 AM, Ajay kumar wrote: >> Sean, >> >> On Tue, Jul 22, 2014 at 8:29 PM, Sean Paul wrote: >>> On Thu, Jul 17, 2014 at 4:43 PM, Ajay Kumar >>> wrote: Move the DP training and video enable from the hotplug handler

[RESEND PATCH V5 01/12] drm/exynos: Move DP setup out of hotplug workqueue

2014-07-23 Thread Ajay kumar
Sean, On Tue, Jul 22, 2014 at 8:29 PM, Sean Paul wrote: > On Thu, Jul 17, 2014 at 4:43 PM, Ajay Kumar > wrote: >> Move the DP training and video enable from the hotplug handler into >> a seperate function and call the same during dpms ON. >> >> With existing code, DP HPD should be generated jus

[RESEND PATCH V5 01/12] drm/exynos: Move DP setup out of hotplug workqueue

2014-07-23 Thread Sean Paul
On Wed, Jul 23, 2014 at 7:22 AM, Ajay kumar wrote: > Sean, > > On Tue, Jul 22, 2014 at 8:29 PM, Sean Paul wrote: >> On Thu, Jul 17, 2014 at 4:43 PM, Ajay Kumar >> wrote: >>> Move the DP training and video enable from the hotplug handler into >>> a seperate function and call the same during dpms

[RESEND PATCH V5 01/12] drm/exynos: Move DP setup out of hotplug workqueue

2014-07-22 Thread Sean Paul
On Thu, Jul 17, 2014 at 4:43 PM, Ajay Kumar wrote: > Move the DP training and video enable from the hotplug handler into > a seperate function and call the same during dpms ON. > > With existing code, DP HPD should be generated just few ms before > calling enable_irq in dp_poweron. > > This patch

[RESEND PATCH V5 01/12] drm/exynos: Move DP setup out of hotplug workqueue

2014-07-18 Thread Ajay Kumar
Move the DP training and video enable from the hotplug handler into a seperate function and call the same during dpms ON. With existing code, DP HPD should be generated just few ms before calling enable_irq in dp_poweron. This patch removes that stringent time constraint. Signed-off-by: Ajay Kum