How to disable DPTF (Intel Dynamic Platform and Thermal Framework) in BIOS via GRUB/EFI on Dell G5 5590?

Hello, guys!

I am currently trying to get all Intel Core i7 9750H cores beyond the 4.0 GHz. I got in touch with Mr. Fox and he advised to disable to Intel Dynamic Platform and Thermal Framework to get more performance in the Core i7 9750H.
I have disabled with via Windows with some performance gains, but after a while (about 3 minutes after system start) the CPU Clocks starts to fall even with the system idle (the temps are ok, around 50o C in idle).
Now, I am whiling to disable DPTF in BIOS. But, when a run setup_var Setup 0x39E it returns something like "expected a different size of the Setup variable (got 5832( 0x16c8) bytes.). Continue with care…"

This is the "code" from the BIOS:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 

0x128170 Form: DPTF Configuration, FormId: 0x2778 {01 86 78 27 45 11}
0x128176 Subtitle: Statement.Prompt: DPTF Configuration, Flags: 0x0 {02 87 45 11 00 00 00}
0x12817D End {29 02}
0x12817F Subtitle: Statement.Prompt: , Flags: 0x0 {02 87 02 00 00 00 00}
0x128186 End {29 02}
0x128188 Suppress If {0A 82}
0x12818A QuestionId: 0xF3D equals value 0x1 {12 86 3D 0F 01 00}
0x128190 Not {17 02}
0x128192 End {29 02}
0x128194 One Of: DPTF, VarStoreInfo (VarOffset/VarName): 0x39E, VarStore: 0x1, QuestionId: 0x3A3, Size: 1, Min: 0x0, Max 0x1, Step: 0x0 {05 91 DD 11 DE 11 A3 03 01 00 9E 03 10 10 00 01 00}
0x1281A5 Default: DefaultId: 0x0, Value (8 bit): 0x0 {5B 06 00 00 00 00}
0x1281AB One Of Option: Disabled, Value (8 bit): 0x0 {09 07 04 00 00 00 00}
0x1281B2 One Of Option: Enabled, Value (8 bit): 0x1 {09 07 03 00 00 00 01}
0x1281B9 End One Of {29 02}
0x1281BB End If {29 02}
 


Any idea how I can disable DPTF through EFI?