diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2009-08-12 14:21:00 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2009-08-18 15:55:42 +1000 |
commit | 28f4bfa04b8ad4dfcc55027f4b2385f4dd6c23c5 (patch) | |
tree | 2df11fe6b21b1a9b0d4322c7406061be201956e5 /shared-core | |
parent | 250ab3a38eb6ef18d747717cabd0195ad04a82e0 (diff) |
nouveau: support for copy-less pushbuf ioctl
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/nouveau_drm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shared-core/nouveau_drm.h b/shared-core/nouveau_drm.h index 3e52b245..20503575 100644 --- a/shared-core/nouveau_drm.h +++ b/shared-core/nouveau_drm.h @@ -150,9 +150,11 @@ struct drm_nouveau_gem_pushbuf_call { uint32_t offset; uint32_t nr_buffers; uint32_t nr_relocs; - uint32_t pad0; + uint32_t nr_dwords; uint64_t buffers; uint64_t relocs; + uint32_t suffix0; + uint32_t suffix1; }; struct drm_nouveau_gem_pin { |