]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Use the connector name in fbdev debug messages
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 13 May 2014 12:45:09 +0000 (13:45 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 14 May 2014 10:10:45 +0000 (12:10 +0200)
commit4a1f72b47b8009b5e1a828510feb1694bf9b050b
tree8c304c71462289d1d5de48960ad4d534dcda4986
parent19d442b19fd34913658d5c292fd38bc3b021d65d
drm/i915: Use the connector name in fbdev debug messages

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

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_fbdev.c