Skip to content

Commit

Permalink
drm/nouveau: log if accel is disabled by default on a chipset
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Jun 23, 2011
1 parent 752ab0a commit ad830d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/nouveau/nouveau_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,8 @@ int nouveau_load(struct drm_device *dev, unsigned long flags)
case 0xc1: /* known broken */
case 0xc8: /* never tested */
case 0xce: /* never tested */
NV_INFO(dev, "acceleration disabled by default, pass "
"noaccel=0 to force enable\n");
dev_priv->noaccel = true;
break;
default:
Expand Down

0 comments on commit ad830d2

Please sign in to comment.