Re: [Mesa-dev] [PATCH v2] radv: add an option for disabling NGG on GFX10

2019-07-07 Thread Bas Nieuwenhuizen
r-b On Sun, Jul 7, 2019 at 7:50 PM Samuel Pitoiset wrote: > > Will be useful for testing the legacy path. > > v2: add to get_hash_flags() too > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_debug.h| 1 + > src/amd/vulkan/radv_device.c | 1 + >

[Mesa-dev] [PATCH v2] radv: add an option for disabling NGG on GFX10

2019-07-07 Thread Samuel Pitoiset
Will be useful for testing the legacy path. v2: add to get_hash_flags() too Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_debug.h| 1 + src/amd/vulkan/radv_device.c | 1 + src/amd/vulkan/radv_pipeline.c | 5 - src/amd/vulkan/radv_private.h | 2 ++ 4 files changed, 8

Re: [Mesa-dev] [PATCH] radv: add an option for disabling NGG on GFX10

2019-07-07 Thread Bas Nieuwenhuizen
Please add the option to get_hash_flags in radv_pipeline.c too, so it does not poison the cache. On Sun, Jul 7, 2019 at 7:35 PM Samuel Pitoiset wrote: > > Will be useful for testing the legacy path. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_debug.h| 1 + >

Re: [Mesa-dev] [PATCH] ac: select the GFX ring when halting waves with UMR on GFX10

2019-07-07 Thread Bas Nieuwenhuizen
r-b On Sun, Jul 7, 2019 at 7:32 PM Samuel Pitoiset wrote: > > GFX10 has two rings, so UMR want to know which one to halt. > Select the first one by default. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/common/ac_debug.c | 9 ++--- > src/amd/common/ac_debug.h

[Mesa-dev] [PATCH] radv: add an option for disabling NGG on GFX10

2019-07-07 Thread Samuel Pitoiset
Will be useful for testing the legacy path. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_debug.h| 1 + src/amd/vulkan/radv_device.c | 1 + src/amd/vulkan/radv_pipeline.c | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_debug.h

[Mesa-dev] [PATCH] ac: select the GFX ring when halting waves with UMR on GFX10

2019-07-07 Thread Samuel Pitoiset
GFX10 has two rings, so UMR want to know which one to halt. Select the first one by default. Signed-off-by: Samuel Pitoiset --- src/amd/common/ac_debug.c | 9 ++--- src/amd/common/ac_debug.h | 3 ++- src/amd/vulkan/radv_debug.c | 3 ++-

Re: [Mesa-dev] [PATCH 1/3] android: radeonsi/gfx10: generate gfx10_format_table.h (v2)

2019-07-07 Thread Chih-Wei Huang
Mauro Rossi 於 2019年7月7日 週日 上午4:17寫道: > > Fix Android building rules for gfx10_format_table.h generated header > > (v2) Add LOCAL_C_INCLUDES += $(intermediates)/radeonsi to fix error: > > external/mesa/src/gallium/drivers/radeonsi/si_state.c:46:10: > fatal error: 'gfx10_format_table.h' file not

[Mesa-dev] [Bug 111080] Random crash on amdgpu due to temperature missrepoorting

2019-07-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111080 Bug ID: 111080 Summary: Random crash on amdgpu due to temperature missrepoorting Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux