radeonsi/gfx9: enable DCC fast clear

It seems to work now.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Marek Olšák 2017-05-13 00:44:24 +02:00
parent db37c0be13
commit bcd67b1711
1 changed files with 0 additions and 4 deletions

View File

@ -2722,10 +2722,6 @@ void evergreen_do_fast_color_clear(struct r600_common_context *rctx,
uint32_t reset_value;
bool clear_words_needed;
/* TODO: fix DCC clear */
if (rctx->chip_class >= GFX9)
continue;
if (rctx->screen->debug_flags & DBG_NO_DCC_CLEAR)
continue;