mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 22:56:40 +07: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