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

Commit ed2dd4b0 authored by Jesse Barnes's avatar Jesse Barnes Committed by Dave Airlie
Browse files

drm/i915: remove unnecessary debug output in KMS init



We don't really need to print out the FB BAR...

Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 260883c8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -944,8 +944,6 @@ static int i915_load_modeset_init(struct drm_device *dev)
	dev->mode_config.fb_base = drm_get_resource_start(dev, fb_bar) &
		0xff000000;

	DRM_DEBUG("*** fb base 0x%08lx\n", dev->mode_config.fb_base);

	if (IS_MOBILE(dev) || (IS_I9XX(dev) && !IS_I965G(dev) && !IS_G33(dev)))
		dev_priv->cursor_needs_physical = true;
	else