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
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
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
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
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 %
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",
> >
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
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