Skip to content

Commit

Permalink
drm/i915: remove unnecessary debug output in KMS init
Browse files Browse the repository at this point in the history
We don't really need to print out the FB BAR...

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Jesse Barnes authored and Dave Airlie committed Jan 22, 2009
1 parent 260883c commit ed2dd4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/i915/i915_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed2dd4b

Please sign in to comment.