Skip to content

Commit

Permalink
drm/nouveau: disable copy engine on NVAF
Browse files Browse the repository at this point in the history
The copy engine exhibits random memory corruption in at least one case, the
GeForce 320M (nv50, 0xaf) in the MacBookAir3,1.

This patch omits creating the engine for the specific chipset, falling back
to M2MF, which kills the symptoms.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
rydberg authored and Ben Skeggs committed Aug 13, 2012
1 parent 44b9f44 commit fe0aac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/nouveau/nouveau_state.c
Expand Up @@ -731,7 +731,6 @@ nouveau_card_init(struct drm_device *dev)
case 0xa3:
case 0xa5:
case 0xa8:
case 0xaf:
nva3_copy_create(dev);
break;
}
Expand Down

0 comments on commit fe0aac1

Please sign in to comment.