mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-03-07 12:12:07 +00:00
drm/nv50/disp: allow PCI_US pushbuf binding
This commit is contained in:
parent
370c00f939
commit
944234d6a2
@ -141,6 +141,9 @@ nv50_disp_dmac_create_(struct nouveau_object *parent,
|
||||
case NV_MEM_TARGET_VRAM:
|
||||
dmac->push = 0x00000000 | dmac->pushdma->start >> 8;
|
||||
break;
|
||||
case NV_MEM_TARGET_PCI_NOSNOOP:
|
||||
dmac->push = 0x00000003 | dmac->pushdma->start >> 8;
|
||||
break;
|
||||
default:
|
||||
return -EINVAL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user