Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269663
b: refs/heads/master
c: 91a8f1e
h: refs/heads/master
i:
  269661: 4e310d4
  269659: 1076636
  269655: 3babe90
  269647: 6effec7
  269631: 46338ca
v: v3
  • Loading branch information
Ben Skeggs committed Sep 20, 2011
1 parent c1962d7 commit 0cca832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: afb0c796d8002a0052662ff337dbd18b5dc5ff97
refs/heads/master: 91a8f1ea4bd98a7de888f7d56e28b72cc0c63ca1
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_fence.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ nouveau_fence_channel_init(struct nouveau_channel *chan)
if (USE_SEMA(dev) && dev_priv->chipset < 0x84) {
struct ttm_mem_reg *mem = &dev_priv->fence.bo->bo.mem;

ret = nouveau_gpuobj_dma_new(chan, NV_CLASS_DMA_IN_MEMORY,
ret = nouveau_gpuobj_dma_new(chan, NV_CLASS_DMA_FROM_MEMORY,
mem->start << PAGE_SHIFT,
mem->size, NV_MEM_ACCESS_RW,
NV_MEM_TARGET_VRAM, &obj);
Expand Down

0 comments on commit 0cca832

Please sign in to comment.