提交 f1377998 编写于 作者: D Dave Airlie

drm/nouveau: add userspace fallback hints.

This lets the modesetting driver work better.
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 abd32008
......@@ -317,6 +317,9 @@ nouveau_display_create(struct drm_device *dev)
dev->mode_config.max_height = 8192;
}
dev->mode_config.preferred_depth = 24;
dev->mode_config.prefer_shadow = 1;
drm_kms_helper_poll_init(dev);
drm_kms_helper_poll_disable(dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册