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

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
David Dillow 2011-03-21 21:41:47 +10:00 коммит произвёл Ben Skeggs
Родитель ec64a40868
Коммит 59197c0262
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;