Skip to content

Commit

Permalink
fix(linux): use correct value for AMD_DEBUG environment variable (#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Sep 1, 2024
1 parent 0f40a09 commit 697e877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/linux/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 697e877

Please sign in to comment.