diff options
author | Samuel Pitoiset <[email protected]> | 2016-04-14 00:46:50 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2016-04-14 21:01:51 +0200 |
commit | 6e23fd420d8e7d382f6a643a48cc6fcaeb81ee64 (patch) | |
tree | ea22697ed647e068e742e6578d2f27d85e07ef2f /src/gallium/drivers/nouveau/nv_object.xml.h | |
parent | ffcc00ce309e5b4d279d24b2a85d23904d721a9a (diff) |
nvc0: allow to use compute support on GM200
This works like a charm but please not that NVF0_COMPUTE have to be set
because compute support is still not enabled by default on GK110+. This
will require more testing to make sure it won't break the 3D state.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv_object.xml.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nv_object.xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nv_object.xml.h b/src/gallium/drivers/nouveau/nv_object.xml.h index 3479c343261..fe4982aa9fd 100644 --- a/src/gallium/drivers/nouveau/nv_object.xml.h +++ b/src/gallium/drivers/nouveau/nv_object.xml.h @@ -202,6 +202,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NVE4_COMPUTE_CLASS 0x0000a0c0 #define NVF0_COMPUTE_CLASS 0x0000a1c0 #define GM107_COMPUTE_CLASS 0x0000b0c0 +#define GM200_COMPUTE_CLASS 0x0000b1c0 #define NV84_CRYPT_CLASS 0x000074c1 #define BLOB_NVC0_PCOPY1_CLASS 0x000090b8 #define BLOB_NVC0_PCOPY0_CLASS 0x000090b5 |