[PATCH] drm: drm init call takes large time

2013-06-29 Thread Abbas Raza
From: Abbas Raza DRM_INFO calls in the drm init routines are causing a large delay at boot time due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO to DRM_DEBUG reduces startup time to < 3ms. Signed-off-by: Abbas Raza CC: David Airlie Acked-by: Dmitry Eremin-Solenikov

[PATCH] drm: drm init call takes large time

2013-06-29 Thread Abbas Raza
From: Abbas Raza DRM_INFO calls in the drm init routines are causing a large delay at boot time due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO to DRM_DEBUG reduces startup time to < 3ms. Signed-off-by: Abbas Raza CC: David Airlie Acked-by: Dmitry Eremin-Solenikov

[PATCH] drm: drm init call takes large time

2013-06-29 Thread Abbas Raza
From: Abbas Raza DRM_INFO calls in the drm init routines are causing a large delay at boot time due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO to DRM_DEBUG reduces startup time to < 3ms. Signed-off-by: Abbas Raza CC: David Airlie Acked-by: Dmitry Eremin-Solenikov

[PATCH] drm: drm init call takes large time

2013-06-29 Thread Abbas Raza
From: Abbas Raza DRM_INFO calls in the drm init routines are causing a large delay at boot time due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO to DRM_DEBUG reduces startup time to < 3ms. Signed-off-by: Abbas Raza CC: David Airlie Acked-by: Dmitry Eremin-Solenikov

[PATCH] drm: drm init call takes large time

2013-06-29 Thread Abbas Raza
From: Abbas Raza DRM_INFO calls in the drm init routines are causing a large delay at boot time due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO to DRM_DEBUG reduces startup time to < 3ms. Signed-off-by: Abbas Raza CC: David Airlie Acked-by: Dmitry Eremin-Solenikov

[PATCH] drm: drm init call takes large time

2013-06-29 Thread Abbas Raza
From: Abbas Raza DRM_INFO calls in the drm init routines are causing a large delay at boot time due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO to DRM_DEBUG reduces startup time to < 3ms. Signed-off-by: Abbas Raza CC: David Airlie Acked-by: Dmitry Eremin-Solenikov

Re: [PATCH] drm: drm init call takes large time

2013-07-02 Thread Ville Syrjälä
On Sun, Jun 30, 2013 at 05:41:59AM +0500, Abbas Raza wrote: > From: Abbas Raza > > DRM_INFO calls in the drm init routines are causing a large delay at boot time > due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO > to > DRM_DEBUG reduces startup time to < 3ms. Serial

Re: [PATCH] drm: drm init call takes large time

2013-07-08 Thread Abbas Raza
On 07/02/2013 03:14 PM, Ville Syrjälä wrote: > On Sun, Jun 30, 2013 at 05:41:59AM +0500, Abbas Raza wrote: >> From: Abbas Raza >> >> DRM_INFO calls in the drm init routines are causing a large delay at boot >> time >> due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO >

Re: [PATCH] drm: drm init call takes large time

2013-07-02 Thread Ville Syrjälä
On Sun, Jun 30, 2013 at 05:41:59AM +0500, Abbas Raza wrote: > From: Abbas Raza > > DRM_INFO calls in the drm init routines are causing a large delay at boot time > due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO > to > DRM_DEBUG reduces startup time to < 3ms. Serial

Re: [PATCH] drm: drm init call takes large time

2013-07-08 Thread Abbas Raza
On 07/02/2013 03:14 PM, Ville Syrjälä wrote: > On Sun, Jun 30, 2013 at 05:41:59AM +0500, Abbas Raza wrote: >> From: Abbas Raza >> >> DRM_INFO calls in the drm init routines are causing a large delay at boot >> time >> due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO >

Re: [PATCH] drm: drm init call takes large time

2013-07-02 Thread Ville Syrjälä
On Sun, Jun 30, 2013 at 05:41:59AM +0500, Abbas Raza wrote: > From: Abbas Raza > > DRM_INFO calls in the drm init routines are causing a large delay at boot time > due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO > to > DRM_DEBUG reduces startup time to < 3ms. Serial

Re: [PATCH] drm: drm init call takes large time

2013-07-08 Thread Abbas Raza
On 07/02/2013 03:14 PM, Ville Syrjälä wrote: > On Sun, Jun 30, 2013 at 05:41:59AM +0500, Abbas Raza wrote: >> From: Abbas Raza >> >> DRM_INFO calls in the drm init routines are causing a large delay at boot >> time >> due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO >

Re: [PATCH] drm: drm init call takes large time

2013-07-02 Thread Ville Syrjälä
On Sun, Jun 30, 2013 at 05:41:59AM +0500, Abbas Raza wrote: > From: Abbas Raza > > DRM_INFO calls in the drm init routines are causing a large delay at boot time > due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO > to > DRM_DEBUG reduces startup time to < 3ms. Serial

Re: [PATCH] drm: drm init call takes large time

2013-07-08 Thread Abbas Raza
On 07/02/2013 03:14 PM, Ville Syrjälä wrote: > On Sun, Jun 30, 2013 at 05:41:59AM +0500, Abbas Raza wrote: >> From: Abbas Raza >> >> DRM_INFO calls in the drm init routines are causing a large delay at boot >> time >> due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO >

Re: [PATCH] drm: drm init call takes large time

2013-07-02 Thread Ville Syrjälä
On Sun, Jun 30, 2013 at 05:41:59AM +0500, Abbas Raza wrote: > From: Abbas Raza > > DRM_INFO calls in the drm init routines are causing a large delay at boot time > due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO > to > DRM_DEBUG reduces startup time to < 3ms. Serial

Re: [PATCH] drm: drm init call takes large time

2013-07-08 Thread Abbas Raza
On 07/02/2013 03:14 PM, Ville Syrjälä wrote: > On Sun, Jun 30, 2013 at 05:41:59AM +0500, Abbas Raza wrote: >> From: Abbas Raza >> >> DRM_INFO calls in the drm init routines are causing a large delay at boot >> time >> due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO >

Re: [PATCH] drm: drm init call takes large time

2013-07-02 Thread Ville Syrjälä
On Sun, Jun 30, 2013 at 05:41:59AM +0500, Abbas Raza wrote: > From: Abbas Raza > > DRM_INFO calls in the drm init routines are causing a large delay at boot time > due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO > to > DRM_DEBUG reduces startup time to < 3ms. Serial

Re: [PATCH] drm: drm init call takes large time

2013-07-08 Thread Abbas Raza
On 07/02/2013 03:14 PM, Ville Syrjälä wrote: > On Sun, Jun 30, 2013 at 05:41:59AM +0500, Abbas Raza wrote: >> From: Abbas Raza >> >> DRM_INFO calls in the drm init routines are causing a large delay at boot >> time >> due to which imx_drm_init call average takes around 26 ms. Changing DRM_INFO >