Revert "i965/compaction: Disable compaction on SNB temporarily."

This reverts commit cabc93c5ad.

Mark thinks the failures on the SNB GT2 in the lab are actually because
of faulty hardware, not instruction compaction. The GT1 didn't see any
problems after changes to the compaction code.
This commit is contained in:
Matt Turner 2014-10-29 21:38:39 -07:00
parent 601a134180
commit 600066af93
1 changed files with 0 additions and 6 deletions

View File

@ -1311,12 +1311,6 @@ brw_compact_instructions(struct brw_compile *p, int start_offset,
*/
int old_ip[(p->next_insn_offset - start_offset) / sizeof(brw_compact_inst)];
/* FIXME: Mark reported that SNB GT2 (GT1 appears fine) is hanging after
* commit a36631b74.
*/
if (brw->gen == 6)
return;
if (brw->gen == 4 && !brw->is_g4x)
return;