diff options
author | Ben Widawsky <ben@bwidawsk.net> | 2016-11-10 10:20:11 -0800 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2016-11-15 17:34:37 -0800 |
commit | 2193fb0e1f437b53672a03f74e40d4aebc503f9e (patch) | |
tree | c23ed8c19cbede8df54390117b9dbc3ccafe6852 /include | |
parent | ed6694d5114e81cf1c413aec8265ddc8a5c52599 (diff) |
i965/glk: Add basic Geminilake support
v2: s/bdw/gen; Add the 2x6 config
v3: Add min_ds_entries
Cc: "13.0" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/i965_pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h index e482007c0a..fbc399943f 100644 --- a/include/pci_ids/i965_pci_ids.h +++ b/include/pci_ids/i965_pci_ids.h @@ -163,3 +163,5 @@ CHIPSET(0x5923, kbl_gt3, "Intel(R) Kabylake GT3") CHIPSET(0x5926, kbl_gt3, "Intel(R) Kabylake GT3") CHIPSET(0x5927, kbl_gt3, "Intel(R) Kabylake GT3") CHIPSET(0x593B, kbl_gt4, "Intel(R) Kabylake GT4") +CHIPSET(0x3184, glk, "Intel(R) HD Graphics (Geminilake)") +CHIPSET(0x3185, glk_2x6, "Intel(R) HD Graphics (Geminilake 2x6)") |