OLED needed #162 too
This commit is contained in:
parent
cb2fd1dcc7
commit
b28ac638c3
2 changed files with 5 additions and 4 deletions
|
@ -94,7 +94,7 @@ impl GenericGpuLimit {
|
||||||
sd.memory_clock_step = Some(200);
|
sd.memory_clock_step = Some(200);
|
||||||
sd.extras.quirks.insert("clock-autodetect".to_owned());
|
sd.extras.quirks.insert("clock-autodetect".to_owned());
|
||||||
sd.extras.quirks.remove("pp_dpm_fclk-static");
|
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
|
sd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -602,8 +602,8 @@
|
||||||
"extras": {
|
"extras": {
|
||||||
"experiments": false,
|
"experiments": false,
|
||||||
"quirks": [
|
"quirks": [
|
||||||
"pp_dpm_fclk-static",
|
"pp_dpm_fclk-reversed",
|
||||||
"pp_dpm_fclk-reversed"
|
"pp_dpm_fclk-static"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -867,7 +867,8 @@
|
||||||
"extras": {
|
"extras": {
|
||||||
"experiments": false,
|
"experiments": false,
|
||||||
"quirks": [
|
"quirks": [
|
||||||
"clock-autodetect"
|
"clock-autodetect",
|
||||||
|
"pp_dpm_fclk-reversed"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue