diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-01-22 22:21:16 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-01-22 22:21:16 +1000 |
commit | ed2dd4b0cc1494c27478f4ea8452f68d2037a60c (patch) | |
tree | 57a66f65c0544323483428de765ce724f36bb15e /drivers/gpu | |
parent | 260883c85611d3a7e27130af9aef15252856e14f (diff) | |
download | blackbird-obmc-linux-ed2dd4b0cc1494c27478f4ea8452f68d2037a60c.tar.gz blackbird-obmc-linux-ed2dd4b0cc1494c27478f4ea8452f68d2037a60c.zip |
drm/i915: remove unnecessary debug output in KMS init
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>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/i915/i915_dma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c index bbadf1c04142..57e8eb636a77 100644 --- a/drivers/gpu/drm/i915/i915_dma.c +++ b/drivers/gpu/drm/i915/i915_dma.c @@ -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 |