]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/nvc0: enable acceleration on 0xc8 by default
authorBen Skeggs <bskeggs@redhat.com>
Thu, 27 Oct 2011 01:31:49 +0000 (11:31 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 9 Nov 2011 23:00:07 +0000 (09:00 +1000)
Worked well enough for glxgears and gnome-shell at least, no reason to
have this off anymore.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_state.c

index 82478e0998e5c7bb1109e17a37c90005491fddbf..2afd5b13dc4635bd15b6a3b964ad5bb214481b75 100644 (file)
@@ -1103,7 +1103,6 @@ int nouveau_load(struct drm_device *dev, unsigned long flags)
        if (nouveau_noaccel == -1) {
                switch (dev_priv->chipset) {
                case 0xc1: /* known broken */
-               case 0xc8: /* never tested */
                        NV_INFO(dev, "acceleration disabled by default, pass "
                                     "noaccel=0 to force enable\n");
                        dev_priv->noaccel = true;