]> 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)
commit09b94a1d5dc0855cf7289e35d5d37f78925b93d5
tree8c304c71462289d1d5de48960ad4d534dcda4986
parente332938f3fb36bbe87007610b60a8253971f2e22
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