diff options
author | Anusha Srivatsa <[email protected]> | 2017-06-22 10:42:32 -0700 |
---|---|---|
committer | Anuj Phogat <[email protected]> | 2017-06-22 14:28:43 -0700 |
commit | de7ed0ba55225c391b439a129c4fc5f57359416f (patch) | |
tree | 64e616dfad9e9e7af006417108ae50996948f621 /src/intel/common/gen_device_info.h | |
parent | 43d11b128c220e498416549724df604a68e59394 (diff) |
i965/CFL: Add PCI Ids for Coffee Lake.
Coffee Lake has a gen9 graphics following KBL.
From 3D perspective, CFL is a clone of KBL/SKL features.
v2: Change commit message, correct alignment <Anuj Phogat>
v3: Update IDs.
v4: Initialize l3_banks, correct nomenclature <Anuj>
Cc: Rodrigo Vivi <[email protected]>
Signed-off-by: Anusha Srivatsa <[email protected]>
Acked-by: Benjamin Widawsky <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/intel/common/gen_device_info.h')
-rw-r--r-- | src/intel/common/gen_device_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/common/gen_device_info.h b/src/intel/common/gen_device_info.h index cc83857b759..a83251ccfc9 100644 --- a/src/intel/common/gen_device_info.h +++ b/src/intel/common/gen_device_info.h @@ -46,6 +46,7 @@ struct gen_device_info bool is_broxton; bool is_kabylake; bool is_geminilake; + bool is_coffeelake; bool is_cannonlake; bool has_hiz_and_separate_stencil; |