diff options
author | Boyan Ding <[email protected]> | 2017-04-23 23:19:23 +0800 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-04-27 11:11:15 +0200 |
commit | 63df869f0879d2e92cb121dec7edfdb4f36be8da (patch) | |
tree | 059e80ecb2bc3c9a54b6570b3852ac8eccbb53cd /src/gallium/drivers/nouveau/nv_object.xml.h | |
parent | d03bfb078b6aee0361f07cc7368bbed4047a808a (diff) |
nvc0: Enable compute support for Pascal
Signed-off-by: Boyan Ding <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv_object.xml.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nv_object.xml.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nv_object.xml.h b/src/gallium/drivers/nouveau/nv_object.xml.h index 1263bff450e..664bfae9f64 100644 --- a/src/gallium/drivers/nouveau/nv_object.xml.h +++ b/src/gallium/drivers/nouveau/nv_object.xml.h @@ -205,6 +205,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NVF0_COMPUTE_CLASS 0x0000a1c0 #define GM107_COMPUTE_CLASS 0x0000b0c0 #define GM200_COMPUTE_CLASS 0x0000b1c0 +#define GP100_COMPUTE_CLASS 0x0000c0c0 +#define GP104_COMPUTE_CLASS 0x0000c1c0 #define NV84_CRYPT_CLASS 0x000074c1 #define BLOB_NVC0_PCOPY1_CLASS 0x000090b8 #define BLOB_NVC0_PCOPY0_CLASS 0x000090b5 |