mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
drm/nouveau/disp/nv50-: fix push buffers in vram
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
824527551c
commit
963e965033
|
|
@ -229,7 +229,7 @@ nv50_disp_dmac_create_(struct nvkm_object *parent,
|
|||
|
||||
switch (dmac->pushdma->target) {
|
||||
case NV_MEM_TARGET_VRAM:
|
||||
dmac->push = 0x00000000 | dmac->pushdma->start >> 8;
|
||||
dmac->push = 0x00000001 | dmac->pushdma->start >> 8;
|
||||
break;
|
||||
case NV_MEM_TARGET_PCI_NOSNOOP:
|
||||
dmac->push = 0x00000003 | dmac->pushdma->start >> 8;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user