[PATCH] drm: drm init call takes large time

2013-07-09 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-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 abbas_r...@mentor.com 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

[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.

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 abbas_r...@mentor.com 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

[PATCH] drm: drm init call takes large time

2013-06-30 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:

[PATCH] drm: drm init call takes large time

2013-06-29 Thread Abbas Raza
From: Abbas Raza abbas_r...@mentor.com 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 abbas_r...@mentor.com CC: David