radeon: don't force stencil tile split to 0
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>main
parent
b3d90bbc1d
commit
77413e77b8
|
@ -797,7 +797,6 @@ static int eg_surface_init(struct radeon_surface_manager *surf_man,
|
|||
}
|
||||
|
||||
surf->stencil_offset = 0;
|
||||
surf->stencil_tile_split = 0;
|
||||
|
||||
/* check tiling mode */
|
||||
switch (mode) {
|
||||
|
@ -1059,7 +1058,6 @@ static int si_surface_init(struct radeon_surface_manager *surf_man,
|
|||
}
|
||||
|
||||
surf->stencil_offset = 0;
|
||||
surf->stencil_tile_split = 0;
|
||||
|
||||
/* check tiling mode */
|
||||
switch (mode) {
|
||||
|
|
Loading…
Reference in New Issue