Skip to content

Commit

Permalink
drm/nv50/disp: allow PCI_US pushbuf binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Skeggs committed Nov 28, 2012
1 parent 370c00f commit 944234d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/nouveau/core/engine/disp/nv50.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 944234d

Please sign in to comment.