Revert "i965/gen9: Disable MCS for 1x color surfaces"

This reverts commit dcd59a9e32.

Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
Ben Widawsky 2015-10-13 20:50:23 -07:00
parent c4edc048c6
commit f838e53c70
1 changed files with 0 additions and 8 deletions

View File

@ -208,14 +208,6 @@ intel_miptree_supports_non_msrt_fast_clear(struct brw_context *brw,
if (brw->gen < 7)
return false;
if (brw->gen >= 9) {
/* FINISHME: Enable singlesample fast MCS clears on SKL after all GPU
* FINISHME: hangs are resolved.
*/
perf_debug("singlesample fast MCS clears disabled on gen9");
return false;
}
if (mt->disable_aux_buffers)
return false;