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>
This commit is contained in:
parent
260883c856
commit
ed2dd4b0cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue