diff options
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0/nve4_compute.c')
-rw-r--r-- | src/gallium/drivers/nouveau/nvc0/nve4_compute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nve4_compute.c b/src/gallium/drivers/nouveau/nvc0/nve4_compute.c index 3d5f84d71c8..441166ac418 100644 --- a/src/gallium/drivers/nouveau/nvc0/nve4_compute.c +++ b/src/gallium/drivers/nouveau/nvc0/nve4_compute.c @@ -543,7 +543,7 @@ nve4_compute_setup_launch_desc(struct nvc0_context *nvc0, NVC0_CB_USR_INFO(5), 1 << 16); } nve4_cp_launch_desc_set_cb(desc, 7, screen->uniform_bo, - NVC0_CB_AUX_INFO(5), 1 << 10); + NVC0_CB_AUX_INFO(5), 1 << 11); } static inline struct nve4_cp_launch_desc * |