From: Ben Widawsky Date: Fri, 18 Oct 2013 19:32:07 +0000 (-0700) Subject: drm/i915: Print RC6 info less often X-Git-Tag: v3.13-rc1~76^2~11^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc39fff7229c01550cad1ee8fa0309dfafdcd2e7;p=pandora-kernel.git drm/i915: Print RC6 info less often Since we use intel_enable_rc6() now for more than just when we're enabling RC6, we'll see this message many times, and it is just confusing. As an example, calc_residency calls this function whenever poked via sysfs. This leaves the impression in dmesg that we're constantly re-enabling RC6. While at it, move the defines and description from drv.h to intel_pm.c, since these are only ever used in that code. Signed-off-by: Ben Widawsky Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed