diff options
author | Christoph Bumiller <[email protected]> | 2010-12-22 23:36:31 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-12-23 15:19:22 +0100 |
commit | 2c20aae23393a3f6899f1775df47697ce65fc6ca (patch) | |
tree | a177e5e704de95a7391eaaf2889e69320b130082 /src/gallium/drivers/nvc0/nvc0_transfer.c | |
parent | 82e0a38eede3e628b6012900cbb8efce193370fd (diff) |
nvc0: use most defs/decls from nouveau_pushbuf.h
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_transfer.c')
-rw-r--r-- | src/gallium/drivers/nvc0/nvc0_transfer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_transfer.c b/src/gallium/drivers/nvc0/nvc0_transfer.c index 67f6321cac6..138d157652b 100644 --- a/src/gallium/drivers/nvc0/nvc0_transfer.c +++ b/src/gallium/drivers/nvc0/nvc0_transfer.c @@ -127,7 +127,7 @@ nvc0_m2mf_push_linear(struct nvc0_context *nvc0, if (nr < 9) { FIRE_RING(chan); - nvc0_make_bo_resident(nvc0, dst, NOUVEAU_BO_WR); + nouveau_bo_validate(chan, dst, NOUVEAU_BO_WR); continue; } nr = MIN2(count, nr - 1); |