i965/bxt: Don't use brw_device_info_skl_early on BXT
authorNeil Roberts <neil@linux.intel.com>
Wed, 29 Jul 2015 16:40:37 +0000 (17:40 +0100)
committerNeil Roberts <neil@linux.intel.com>
Thu, 30 Jul 2015 10:45:27 +0000 (11:45 +0100)
commit3a21e4bd263002dd600e7a693536c93f68b285a5
treefda56820e987ac073aebb44cd6b8bd7b6825e217
parent75a96cedf7b0e5613560be0962dec973a4d2f2fe
i965/bxt: Don't use brw_device_info_skl_early on BXT

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.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_device_info.c