fix(linux): use correct value for AMD_DEBUG environment variable (#3115)

This commit is contained in:
ReenigneArcher 2024-09-01 09:01:03 -04:00 committed by GitHub
parent 0f40a092de
commit 697e877070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -925,7 +925,7 @@ namespace platf {
init() {
// enable low latency mode for AMD
// https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30039
set_env("AMD_DEBUG", "lowlatency");
set_env("AMD_DEBUG", "lowlatencyenc");
// These are allowed to fail.
gbm::init();