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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user