OLED needed #162 too

This commit is contained in:
NGnius (Graham) 2024-07-29 18:18:18 -04:00
parent cb2fd1dcc7
commit b28ac638c3
2 changed files with 5 additions and 4 deletions

View file

@ -94,7 +94,7 @@ impl GenericGpuLimit {
sd.memory_clock_step = Some(200);
sd.extras.quirks.insert("clock-autodetect".to_owned());
sd.extras.quirks.remove("pp_dpm_fclk-static");
sd.extras.quirks.remove("pp_dpm_fclk-reversed");
//sd.extras.quirks.remove("pp_dpm_fclk-reversed");
sd
}

View file

@ -602,8 +602,8 @@
"extras": {
"experiments": false,
"quirks": [
"pp_dpm_fclk-static",
"pp_dpm_fclk-reversed"
"pp_dpm_fclk-reversed",
"pp_dpm_fclk-static"
]
}
}
@ -867,7 +867,8 @@
"extras": {
"experiments": false,
"quirks": [
"clock-autodetect"
"clock-autodetect",
"pp_dpm_fclk-reversed"
]
}
}