i965: Mark SNB GT1 as a GT1.

brw->gt only seems to be used on gen >= 7, so this shouldn't have any
effect.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Matt Turner 2014-04-04 12:16:23 -07:00
parent 78f754b739
commit 489cb0b2d1

View file

@ -68,7 +68,7 @@ static const struct brw_device_info brw_device_info_ilk = {
static const struct brw_device_info brw_device_info_snb_gt1 = {
.gen = 6,
.gt = 2,
.gt = 1,
.has_hiz_and_separate_stencil = true,
.has_llc = true,
.has_pln = true,