]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Drop the debug message from vlv_get_fifo_size()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 21 Apr 2017 18:14:19 +0000 (21:14 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 10 May 2017 13:48:30 +0000 (16:48 +0300)
commit868b0c08b2c461f4a1856305f13974d33c465cab
tree02c023f27277f2c0177f9db06d178dd607445647
parent77d14ee415b8aef427822ddf4c7f9dd43f1c83b8
drm/i915: Drop the debug message from vlv_get_fifo_size()

Seeing the display FIFO sizes at driver load time doesn't really provide
anything useful for us, so let's just drop the debug message. One can
always use eg. intel_watermarks to dump out the hardware settings prior
to loading the driver.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170421181432.15216-3-ville.syrjala@linux.intel.com
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/i915/intel_pm.c