This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Computer Information: | |
Manufacturer: ASUSTeK COMPUTER INC. | |
Model: H61M-A/BR | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz | |
CPU Family: 0x6 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================== | |
Proton: 1675727332 GE-Proton7-49 | |
SteamGameId: 15973519222567337984 | |
Command: ['/mnt/gamedisk/Games/Returnal/Returnal.exe', '-epicportal -dx11'] | |
Options: {'forcelgadd'} | |
depot: 0.20230111.85 | |
pressure-vessel: 0.20221215.0 scout | |
scripts: 0.20221215.0 | |
soldier: 0.20230109.1 soldier 0.20230109.1 | |
Kernel: Linux 6.1.11-1-MANJARO #1 SMP PREEMPT_DYNAMIC Thu Feb 9 14:03:23 UTC 2023 x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/amd/vulkan/radv_debug.h b/src/amd/vulkan/radv_debug.h | |
index 591bba3204b..3e88246d3bf 100644 | |
--- a/src/amd/vulkan/radv_debug.h | |
+++ b/src/amd/vulkan/radv_debug.h | |
@@ -92,6 +92,7 @@ enum { | |
RADV_PERFTEST_TRANSFER_QUEUE = 1u << 14, | |
RADV_PERFTEST_SHADER_OBJECT = 1u << 15, | |
RADV_PERFTEST_NIR_CACHE = 1u << 16, | |
+ RADV_PERFTEST_NO_GTT = 1u << 17, | |
}; |