radeonsi: remove more R600 references

Acked-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
Marek Olšák 2018-04-01 22:49:58 -04:00
parent c0dfc0c6df
commit be4250aa88
2 changed files with 1 additions and 2 deletions

View file

@ -1846,7 +1846,6 @@ static uint32_t si_translate_texformat(struct pipe_screen *screen,
}
out_unknown:
/* R600_ERR("Unable to handle texformat %d %s\n", format, util_format_name(format)); */
return ~0;
}

View file

@ -1401,7 +1401,7 @@ si_choose_tiling(struct si_screen *sscreen,
if (sscreen->debug_flags & DBG(NO_TILING))
return RADEON_SURF_MODE_LINEAR_ALIGNED;
/* Tiling doesn't work with the 422 (SUBSAMPLED) formats on R600+. */
/* Tiling doesn't work with the 422 (SUBSAMPLED) formats. */
if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED)
return RADEON_SURF_MODE_LINEAR_ALIGNED;