]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: move debug output back to the right place
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 11 Apr 2013 17:49:07 +0000 (19:49 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 18 Apr 2013 07:55:48 +0000 (09:55 +0200)
commit648649136d2eea3a6c1ec8720b9f67b8a67bd197
tree2f2c55afafcc2cd42f1ac2fda3c473c525c99cec
parentda48078d0ceb1384dbe73350e353a045739258d1
drm/i915: move debug output back to the right place

When adding the pipe config computation step I've accidentally moved
this a bit away. Which momentarily confused me since the pipe config
step rejected some modesetting operations I expected and so left me
looking in vain for that debug output.

v2: Move the debug output into the right function to prevent this from
happening again.

v3: Make it compile (Ville). Also reorder the patch so that the two
bugfixes are first.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c