Ver Fonte

drm/nv50-nvc0: work around an evo channel hang that some people see

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
David Dillow há 14 anos atrás
pai
commit
59197c0262
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      drivers/gpu/drm/nouveau/nv50_evo.c

+ 1 - 0
drivers/gpu/drm/nouveau/nv50_evo.c

@@ -186,6 +186,7 @@ nv50_evo_channel_init(struct nouveau_channel *evo)
 	nv_mask(dev, 0x610028, 0x00000000, 0x00010001 << id);
 
 	evo->dma.max = (4096/4) - 2;
+	evo->dma.max &= ~7;
 	evo->dma.put = 0;
 	evo->dma.cur = evo->dma.put;
 	evo->dma.free = evo->dma.max - evo->dma.cur;