i965: Disable regular fast-clears (CCS_D) on gen9+
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 30 Nov 2017 00:22:42 +0000 (16:22 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 1 Dec 2017 18:14:28 +0000 (10:14 -0800)
commitee57b15ec764736e2d5360beaef9fb2045ed0f68
treece19b6ddd9e4fed3219862c89dcc3cad169183d0
parenta1b4f1877f2ef7f0e1e10fdcef854391547f1018
i965: Disable regular fast-clears (CCS_D) on gen9+

This partially reverts commit 3e57e9494c2279580ad6a83ab8c065d01e7e634e
which caused a bunch of GPU hangs on several Source titles.  To date, we
have no clue why these hangs are actually happening.  This undoes the
final effect of 3e57e9494c227 and gets us back to not hanging.  Tested
with Team Fortress 2.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102435
Fixes: 3e57e9494c2279580ad6a83ab8c065d01e7e634e
Cc: mesa-stable@lists.freedesktop.org
src/mesa/drivers/dri/i965/brw_meta_util.c
src/mesa/drivers/dri/i965/intel_mipmap_tree.c