Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c243e25 authored by Eugeni Dodonov's avatar Eugeni Dodonov Committed by Daniel Vetter
Browse files

drm/i915: prevent bogus intel_update_fbc notifications



This pollutes dmesg output even if we do not have FBC for the device, so
move the DRM_DEBUG_KMS statement lower.

v2: just kill the message as suggested by Daniel.

Signed-off-by: default avatarEugeni Dodonov <eugeni.dodonov@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent a8f78b58
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -387,8 +387,6 @@ 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;