提交 944234d6 编写于 作者: B Ben Skeggs

drm/nv50/disp: allow PCI_US pushbuf binding

上级 370c00f9
...@@ -141,6 +141,9 @@ nv50_disp_dmac_create_(struct nouveau_object *parent, ...@@ -141,6 +141,9 @@ nv50_disp_dmac_create_(struct nouveau_object *parent,
case NV_MEM_TARGET_VRAM: case NV_MEM_TARGET_VRAM:
dmac->push = 0x00000000 | dmac->pushdma->start >> 8; dmac->push = 0x00000000 | dmac->pushdma->start >> 8;
break; break;
case NV_MEM_TARGET_PCI_NOSNOOP:
dmac->push = 0x00000003 | dmac->pushdma->start >> 8;
break;
default: default:
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册