[Mesa-dev] [PATCH] i965/bxt: Don't use brw_device_info_skl_early on BXT

2015-07-29 Thread Neil Roberts
Previously it could end up using the “SKL early” device on BXT depending on the revision number. This would probably break things because for example has_llc would be wrong. --- src/mesa/drivers/dri/i965/brw_device_info.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [Mesa-dev] [PATCH] i965/bxt: Don't use brw_device_info_skl_early on BXT

2015-07-29 Thread Kenneth Graunke
On Wednesday, July 29, 2015 05:51:46 PM Neil Roberts wrote: Previously it could end up using the “SKL early” device on BXT depending on the revision number. This would probably break things because for example has_llc would be wrong. --- src/mesa/drivers/dri/i965/brw_device_info.c | 4 +++-