drm/nouveau/core: recognise GP100 chipset
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -29,6 +29,7 @@ struct nv_device_info_v0 {
|
||||
#define NV_DEVICE_INFO_V0_FERMI 0x07
|
||||
#define NV_DEVICE_INFO_V0_KEPLER 0x08
|
||||
#define NV_DEVICE_INFO_V0_MAXWELL 0x09
|
||||
#define NV_DEVICE_INFO_V0_PASCAL 0x0a
|
||||
__u8 family;
|
||||
__u8 pad06[2];
|
||||
__u64 ram_size;
|
||||
|
@@ -106,6 +106,7 @@ struct nvkm_device {
|
||||
NV_C0 = 0xc0,
|
||||
NV_E0 = 0xe0,
|
||||
GM100 = 0x110,
|
||||
GP100 = 0x130,
|
||||
} card_type;
|
||||
u32 chipset;
|
||||
u8 chiprev;
|
||||
|
Reference in New Issue
Block a user