We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47a0302 + 4f26214 commit 97d102dCopy full SHA for 97d102d
gpu_cfg_generator.c
@@ -22,6 +22,7 @@
22
((byte) & 0x04 ? '1' : '0'), \
23
((byte) & 0x02 ? '1' : '0'), \
24
((byte) & 0x01 ? '1' : '0')
25
+#define CONFIG_AP_PWRSEQ_S0IX 1
26
27
static bool verbose = false;
28
0 commit comments