nvc0: enable compute support on GK110:GM200 with an envvar
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sat, 13 Feb 2016 23:32:34 +0000 (00:32 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 16 Feb 2016 20:39:00 +0000 (21:39 +0100)
commit3d5f61a262b78de9a800872553955314995e42fd
treeffde2dd4dd702a2e228520fb9c60904a1c842dff
parent6d74fa5756cf54fcd82a93b6bf1326464a5597ce
nvc0: enable compute support on GK110:GM200 with an envvar

Without this NVF0_COMPUTE environment variable, compute support is
initialized by default and this is not what we want for now because
it might break 3D. It will be enabled by default once we are sure it
won't break anything.

Please note that compute support on GM200+ is not enabled yet because
it needs to be double-checked.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c