Mesa (master): radv: move nomemorycache debug option at the right palce

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 30 13:48:06 UTC 2019


Module: Mesa
Branch: master
Commit: c895e082813fdb7f23fe74186fc3e1ea0a50aa1b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c895e082813fdb7f23fe74186fc3e1ea0a50aa1b

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Mon Oct 28 15:12:03 2019 +0100

radv: move nomemorycache debug option at the right palce

Fixes: 6571000071d ("radv: add debug option to turn off in memory cache")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

---

 src/amd/vulkan/radv_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 8a008b527da..53751e9e242 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -466,7 +466,6 @@ static const struct debug_control radv_debug_options[] = {
 	{"nodcc", RADV_DEBUG_NO_DCC},
 	{"shaders", RADV_DEBUG_DUMP_SHADERS},
 	{"nocache", RADV_DEBUG_NO_CACHE},
-	{"nomemorycache", RADV_DEBUG_NO_MEMORY_CACHE},
 	{"shaderstats", RADV_DEBUG_DUMP_SHADER_STATS},
 	{"nohiz", RADV_DEBUG_NO_HIZ},
 	{"nocompute", RADV_DEBUG_NO_COMPUTE_QUEUE},
@@ -492,6 +491,7 @@ static const struct debug_control radv_debug_options[] = {
 	{"noshaderballot", RADV_DEBUG_NO_SHADER_BALLOT},
 	{"allentrypoints", RADV_DEBUG_ALL_ENTRYPOINTS},
 	{"metashaders", RADV_DEBUG_DUMP_META_SHADERS},
+	{"nomemorycache", RADV_DEBUG_NO_MEMORY_CACHE},
 	{NULL, 0}
 };
 




More information about the mesa-commit mailing list