diff options
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_screen.h | 2 | ||||
-rw-r--r-- | src/gallium/drivers/nouveau/nv_object.xml.h | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_screen.h b/src/gallium/drivers/nouveau/nouveau_screen.h index a2784773143..4ca286bfe8d 100644 --- a/src/gallium/drivers/nouveau/nouveau_screen.h +++ b/src/gallium/drivers/nouveau/nouveau_screen.h @@ -19,6 +19,8 @@ struct nouveau_screen { unsigned sysmem_bindings; + uint16_t class_3d; + struct { struct nouveau_fence *head; struct nouveau_fence *tail; diff --git a/src/gallium/drivers/nouveau/nv_object.xml.h b/src/gallium/drivers/nouveau/nv_object.xml.h index d87d7139bf3..66ba61b4622 100644 --- a/src/gallium/drivers/nouveau/nv_object.xml.h +++ b/src/gallium/drivers/nouveau/nv_object.xml.h @@ -188,15 +188,18 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NVC0_3D_CLASS 0x00009097 #define NVC1_3D_CLASS 0x00009197 #define NVC8_3D_CLASS 0x00009297 +#define NVE4_3D_CLASS 0x0000a097 #define NV50_2D_CLASS 0x0000502d #define NVC0_2D_CLASS 0x0000902d #define NV50_COMPUTE_CLASS 0x000050c0 #define NVA3_COMPUTE_CLASS 0x000085c0 #define NVC0_COMPUTE_CLASS 0x000090c0 #define NVC8_COMPUTE_CLASS 0x000092c0 +#define NVE4_COMPUTE_CLASS 0x0000a0c0 #define NV84_CRYPT_CLASS 0x000074c1 #define BLOB_NVC0_PCOPY1_CLASS 0x000090b8 #define BLOB_NVC0_PCOPY0_CLASS 0x000090b5 +#define NVE4_P2MF_CLASS 0x0000a040 #define NV31_MPEG_CLASS 0x00003174 #define NV84_MPEG_CLASS 0x00008274 |