mesa/src/amd
Samuel Pitoiset 28c227c7ca radv/winsys: always allow GTT placements on APUs
When the VRAM size is small and the preferred heap only VRAM,
the kernel tries to always honor the requested heap and it does
a ton of evictions which is a disaster for performance.

On APUs, VRAM and GTT have similar performance, so allow the
kernel to choose the best placement (GTT or VRAM) itself.

This gives a huge performance boost with Doom Eternal on RAVEN.

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/5665>
2020-07-20 11:41:07 +00:00
..
addrlib amd/addrlib: Clean up unused colorFlags argument 2020-07-18 00:28:35 +00:00
common ac/surface: adapt surf_size when modifying surf_pitch 2020-07-20 10:32:44 +00:00
compiler aco: use s_waitcnt_depctr to mitigate VMEMtoScalarWriteHazard 2020-07-18 00:14:12 +00:00
llvm ac/llvm: export ac_init_llvm_once in targets 2020-07-10 11:57:11 +02:00
registers radeonsi: implement R9G9B9E5 render target and image store support on gfx10.3 2020-06-09 16:17:36 +00:00
vulkan radv/winsys: always allow GTT placements on APUs 2020-07-20 11:41:07 +00:00
Android.addrlib.mk android: amd/addrlib: add gfx10 support 2019-07-10 09:03:55 +02:00
Android.common.mk radeonsi: Define gfx10_format in the common header. 2020-06-03 00:17:00 +00:00
Android.compiler.mk android: aco: fix PIPE_FORMAT related building errors 2020-03-04 22:25:36 +01:00
Android.mk android: aco: add support for libmesa_aco 2019-09-28 15:56:34 +02:00
Makefile.sources android: aco: add aco_ir.cpp to Makefile.sources 2020-06-11 20:00:16 +02:00
meson.build amd: Move all amd/common code that depends on LLVM to amd/llvm. 2019-10-08 00:44:08 +00:00