diff options
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 { |