mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
radeonsi: revert a wrong DB bug workaround for VI
The bug was misunderstood. Besides that, the bug affects a DB feature we don't use yet. Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
839bf82606
commit
f47c59322e
1 changed files with 0 additions and 4 deletions
|
|
@ -1994,10 +1994,6 @@ static void si_init_depth_surface(struct si_context *sctx,
|
|||
db_htile_surface = 0;
|
||||
}
|
||||
|
||||
/* Bug workaround. */
|
||||
if (sctx->b.chip_class >= VI)
|
||||
s_info |= S_028044_TILE_STENCIL_DISABLE(1);
|
||||
|
||||
assert(levelinfo->nblk_x % 8 == 0 && levelinfo->nblk_y % 8 == 0);
|
||||
|
||||
surf->db_depth_view = S_028008_SLICE_START(surf->base.u.tex.first_layer) |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue