Re: [Intel-gfx] [PATCH] drm/i915: Use the connector name in fbdev debug messages

2014-05-14 Thread Daniel Vetter
On Tue, May 13, 2014 at 03:11:45PM +0100, Chris Wilson wrote: > On Tue, May 13, 2014 at 04:02:40PM +0200, Daniel Vetter wrote: > > On Tue, May 13, 2014 at 02:26:39PM +0100, Chris Wilson wrote: > > > During initial probing of the modes to assign to the fbdev console, we > > > use the CRTC and connec

Re: [Intel-gfx] [PATCH] drm/i915: Use the connector name in fbdev debug messages

2014-05-13 Thread Chris Wilson
On Tue, May 13, 2014 at 04:02:40PM +0200, Daniel Vetter wrote: > On Tue, May 13, 2014 at 02:26:39PM +0100, Chris Wilson wrote: > > During initial probing of the modes to assign to the fbdev console, we > > use the CRTC and connector ids. These are much harder for us to > > understand than if we use

Re: [Intel-gfx] [PATCH] drm/i915: Use the connector name in fbdev debug messages

2014-05-13 Thread Daniel Vetter
On Tue, May 13, 2014 at 02:26:39PM +0100, Chris Wilson wrote: > During initial probing of the modes to assign to the fbdev console, we > use the CRTC and connector ids. These are much harder for us to > understand than if we used their actual names (or pipe in the CRTC > case). Similarly, we want t

[Intel-gfx] [PATCH] drm/i915: Use the connector name in fbdev debug messages

2014-05-13 Thread Chris Wilson
During initial probing of the modes to assign to the fbdev console, we use the CRTC and connector ids. These are much harder for us to understand than if we used their actual names (or pipe in the CRTC case). Similarly, we want to manually print the mode size rather than rely on mode->name being se

Re: [Intel-gfx] [PATCH] drm/i915: Use the connector name in fbdev debug messages

2014-05-13 Thread Damien Lespiau
On Tue, May 13, 2014 at 01:59:16PM +0100, Chris Wilson wrote: > On Tue, May 13, 2014 at 01:51:46PM +0100, Damien Lespiau wrote: > > On Tue, May 13, 2014 at 01:45:09PM +0100, Chris Wilson wrote: > > > - DRM_DEBUG_KMS("connector %s on crtc %d: %s\n", > > > + DRM_DEBUG_KMS("connector %

Re: [Intel-gfx] [PATCH] drm/i915: Use the connector name in fbdev debug messages

2014-05-13 Thread Chris Wilson
On Tue, May 13, 2014 at 01:51:46PM +0100, Damien Lespiau wrote: > On Tue, May 13, 2014 at 01:45:09PM +0100, Chris Wilson wrote: > > - DRM_DEBUG_KMS("connector %s on crtc %d: %s\n", > > + DRM_DEBUG_KMS("connector %s on pipe %d [CRTC:%d]: %dx%d%s\n", > >

Re: [Intel-gfx] [PATCH] drm/i915: Use the connector name in fbdev debug messages

2014-05-13 Thread Damien Lespiau
On Tue, May 13, 2014 at 01:45:09PM +0100, Chris Wilson wrote: > - DRM_DEBUG_KMS("connector %s on crtc %d: %s\n", > + DRM_DEBUG_KMS("connector %s on pipe %d [CRTC:%d]: %dx%d%s\n", > drm_get_connector_name(connector), > + p

[Intel-gfx] [PATCH] drm/i915: Use the connector name in fbdev debug messages

2014-05-13 Thread Chris Wilson
During initial probing of the modes to assign to the fbdev console, we use the CRTC and connector ids. These are much harder for us to understand than if we used their actual names (or pipe in the CRTC case). Similarly, we want to manually print the mode size rather than rely on mode->name being se