]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: reduce eDP VDD message verbose
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 30 Oct 2013 21:50:27 +0000 (19:50 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 31 Oct 2013 11:09:28 +0000 (12:09 +0100)
commit7ddd59fa0c27a30e1cb283904969109031108631
treef355a8f272587df4e47051d6863ec07a04c15e95
parent14316c391770f2e62a376a2465270585e336dafb
drm/i915: reduce eDP VDD message verbose

Now we only print messages when we actually enable VDD and when we
actually disable VDD.

The changes in the last commit triggered a big number of messages
while the driver was being initialized, and I thought we were toggling
things on/off too many times, but that was not really true: we were
just being too verbose.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c