summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu_compact.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-10-29 21:38:39 -0700
committerMatt Turner <mattst88@gmail.com>2014-10-29 21:38:39 -0700
commit600066af93fe60abbfff5be82527b529e1e44916 (patch)
tree6c90668bafd483341fb3c5e31475ed6bf7204123 /src/mesa/drivers/dri/i965/brw_eu_compact.c
parent601a134180f4b0c5b02f6866dddc3ab220feb831 (diff)
downloadexternal_mesa3d-600066af93fe60abbfff5be82527b529e1e44916.zip
external_mesa3d-600066af93fe60abbfff5be82527b529e1e44916.tar.gz
external_mesa3d-600066af93fe60abbfff5be82527b529e1e44916.tar.bz2
Revert "i965/compaction: Disable compaction on SNB temporarily."
This reverts commit cabc93c5adc9ea62be901621eff5ce4cb9574791. 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.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu_compact.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_eu_compact.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu_compact.c b/src/mesa/drivers/dri/i965/brw_eu_compact.c
index 048f430..e660ad3 100644
--- a/src/mesa/drivers/dri/i965/brw_eu_compact.c
+++ b/src/mesa/drivers/dri/i965/brw_eu_compact.c
@@ -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;