diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-02-16 15:42:00 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-02-16 15:42:00 +1000 |
commit | 88e8a8bbaf026aa10225880001ab7ca1c392168a (patch) | |
tree | 13416f6a5872b73a55282f9c82b6a9e8b6a562f8 /include | |
parent | b496c63143e9a4ca02011582329bce2df99d9b7c (diff) |
nouveau: bump MAX_PUSH to 512
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/nouveau_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/nouveau_drm.h b/include/drm/nouveau_drm.h index af13e465..a6a9f4af 100644 --- a/include/drm/nouveau_drm.h +++ b/include/drm/nouveau_drm.h @@ -140,7 +140,7 @@ struct drm_nouveau_gem_pushbuf_reloc { uint32_t tor; }; -#define NOUVEAU_GEM_MAX_PUSH 64 +#define NOUVEAU_GEM_MAX_PUSH 512 struct drm_nouveau_gem_pushbuf_push { uint32_t bo_index; uint32_t pad; |