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)
commitc0c97622c1bda6de598dca787d382abe39bb642b
tree8c304c71462289d1d5de48960ad4d534dcda4986
parent70e1e0ec02dfe93650fb2c70824dc81e3eb5b2cc
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
This page took 0.03041 seconds and 5 git commands to generate.