i965/cnl: Add a preliminary device for Cannonlake
authorBen Widawsky <benjamin.widawsky@intel.com>
Thu, 11 May 2017 22:37:45 +0000 (15:37 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Fri, 9 Jun 2017 23:03:00 +0000 (16:03 -0700)
commite179a3438a7794b13a1ffd3fbc65ac6e68e3f0de
tree08f1690487d5e01486bdaa66cfb4f193ab5b4001
parentf2cbf738b4d4d51127c7a43952ed2660a9670f40
i965/cnl: Add a preliminary device for Cannonlake

v2 (Anuj):
Rebased on master and updated pci ids
Remove redundant initialization of max_wm_threads to 64 * 12.
For gen9+ max_wm_threads are initialized in gen_get_device_info().

v3 (Anuj):
Move the patch to end of series.
Remove unused gt1, gt2, gt3 functions.
Remove l3_banks variable. Variable is now available on master.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
include/pci_ids/i965_pci_ids.h
src/intel/common/gen_device_info.c