mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
nvc0: do not break the universe on GK110+
I removed that return 0 by mistake. Ooops.
Fixes: 6e23fd4 ("nvc0: allow to use compute support on GM200")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
6e23fd420d
commit
bb4cdee9a4
1 changed files with 1 additions and 0 deletions
|
|
@ -647,6 +647,7 @@ nvc0_screen_init_compute(struct nvc0_screen *screen)
|
||||||
case 0x120:
|
case 0x120:
|
||||||
if (debug_get_bool_option("NVF0_COMPUTE", false))
|
if (debug_get_bool_option("NVF0_COMPUTE", false))
|
||||||
return nve4_screen_compute_setup(screen, screen->base.pushbuf);
|
return nve4_screen_compute_setup(screen, screen->base.pushbuf);
|
||||||
|
return 0;
|
||||||
default:
|
default:
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue