Commit f1377998 authored by Dave Airlie's avatar Dave Airlie

drm/nouveau: add userspace fallback hints.

This lets the modesetting driver work better.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment