We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef2721 commit 4f26214Copy full SHA for 4f26214
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