This pollutes dmesg output even if we do not have FBC for the device, so move the DRM_DEBUG_KMS statement lower. Signed-off-by: Eugeni Dodonov <eugeni.dodonov at intel.com> --- drivers/gpu/drm/i915/intel_pm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index a4372b3..0ccdb96 100644 --- a/drivers/gpu/drm/i915/intel_pm.c +++ b/drivers/gpu/drm/i915/intel_pm.c @@ -387,14 +387,14 @@ void intel_update_fbc(struct drm_device *dev) struct drm_i915_gem_object *obj; int enable_fbc; - DRM_DEBUG_KMS("\n"); - if (!i915_powersave) return; if (!I915_HAS_FBC(dev)) return; + DRM_DEBUG_KMS("\n"); + /* * If FBC is already on, we just have to verify that we can * keep it that way... -- 1.7.11.1