Re: [Mesa-dev] [PATCH] nvc0: do not break the universe on GK110+

2016-04-14 Thread Ilia Mirkin
Oops indeed. Reviewed-by: Ilia Mirkin On Thu, Apr 14, 2016 at 3:50 PM, Samuel Pitoiset wrote: > I removed that return 0 by mistake. Ooops. > > Fixes: 6e23fd4 ("nvc0: allow to use compute support on GM200") > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/nouveau/nvc0/nvc0_screen.c

[Mesa-dev] [PATCH] nvc0: do not break the universe on GK110+

2016-04-14 Thread Samuel Pitoiset
I removed that return 0 by mistake. Ooops. Fixes: 6e23fd4 ("nvc0: allow to use compute support on GM200") Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/ga