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)
commitb0665d57cfaf6dac5435fc5dcf0fd656b04eb8cc
treef355a8f272587df4e47051d6863ec07a04c15e95
parent8a5e6aeb30ecaf8f11a99c0d008c8935cd6fba9f
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