radv: do not set OREO_MODE to fix rare corruption on GFX11

Ported from RadeonSI 3f108e7615.
Seems to be a recommendation from the AMD hw team.

Cc: mesa-stable
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26333>
This commit is contained in:
Samuel Pitoiset 2023-11-22 17:33:39 +01:00 committed by Marge Bot
parent d9f312b86a
commit ad7efdea6e

View file

@ -2063,8 +2063,7 @@ radv_gfx11_set_db_render_control(const struct radv_device *device, unsigned num_
max_allowed_tiles_in_wave = 15;
}
*db_render_control |=
S_028000_OREO_MODE(V_028000_OMODE_O_THEN_B) | S_028000_MAX_ALLOWED_TILES_IN_WAVE(max_allowed_tiles_in_wave);
*db_render_control |= S_028000_MAX_ALLOWED_TILES_IN_WAVE(max_allowed_tiles_in_wave);
}
VKAPI_ATTR VkResult VKAPI_CALL