diff options
author | Ben Widawsky <[email protected]> | 2015-06-17 15:50:11 -0700 |
---|---|---|
committer | Ben Widawsky <[email protected]> | 2015-06-24 16:37:12 -0700 |
commit | d1663ccb4c664b0f544ed5d6f0761f3ae2435199 (patch) | |
tree | b8fa69bdf338b806480a6ab80daa84e267035947 /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 9f261dc18dba0aa4dc43fc560d343ba9ffd486e9 (diff) |
i965/bxt: Add basic Broxton infrastructure
The thread counts and URB information are all speculative numbers that were
based on some CHV numbers at the time.
v2:
Originally this patch had PCI IDs. I've moved that to a new patch at the end of
the series.
Remove is_cherryview hack.
Add PCI ids. These match the ones defined in the kernel. The only one tested by
us is 0x0a84.
Capitalize the hex string (Mark)
Signed-off-by: Ben Widawsky <[email protected]>
Tested-by: "Lecluse, Philippe" <[email protected]>
Reviewed-by: Mark Janes <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 85d8f14a006..3553f6ec48c 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -1117,6 +1117,7 @@ struct brw_context bool is_baytrail; bool is_haswell; bool is_cherryview; + bool is_broxton; bool has_hiz; bool has_separate_stencil; |