Commit 944234d6 authored by Ben Skeggs's avatar Ben Skeggs

drm/nv50/disp: allow PCI_US pushbuf binding

parent 370c00f9
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment