radv: enable NGG on GFX10.3 APUs by default
According to Radeonsi, VanGogh benefits. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7769>
This commit is contained in:
committed by
Marge Bot
parent
b9ee0cd69a
commit
750591f4cb
@@ -415,7 +415,6 @@ radv_physical_device_try_create(struct radv_instance *instance,
|
||||
|
||||
device->use_ngg = device->rad_info.chip_class >= GFX10 &&
|
||||
device->rad_info.family != CHIP_NAVI14 &&
|
||||
device->rad_info.has_dedicated_vram &&
|
||||
!(device->instance->debug_flags & RADV_DEBUG_NO_NGG);
|
||||
|
||||
device->use_ngg_streamout = false;
|
||||
|
||||
Reference in New Issue
Block a user