Possible to push framebuffer settings higher than maximum DVMT?

Note: Everything in my graphics is working fine right now, including 4K@60Hz, I don't have any issues whatsoever. The following question relates to how I can improve my video/graphics settings even further.

My setup only allows a maximum DVMT Pre-Alloc of 64MB in the BIOS. I was wondering, is it technically possible to push stolenmem + fbmem beyond and above that maximum? I've tried to set stolenmem + fbmem to 128MB but the OS freezes during initialization so I guess the answer is probably a big round "No", but still I'd like to hear a definitive answer from the experts here.

Here's my BIOS dump to prove that it only allows 64MB maximum. I verified that the currently selected value in the BIOS is indeed 64MB.

0xA7544 One Of: DVMT Pre-Allocated, VarStoreInfo (VarOffset/VarName): 0xDF, VarStore: 0x2, QuestionId: 0x1DD, Size: 1, Min: 0x0, Max 0xFE, Step: 0x0 {05 91 DC 11 EF 11 DD 01 02 00 DF 00 10 10 00 FE 00} 0xA7555 Default: DefaultId: 0x0, Value (Other) {5B 85 00 00 08} 0xA755A Value {5A 82} 0xA755C QuestionId: 0xB3A equals value in list (0x73, 0x74) {14 8A 3A 0B 02 00 73 00 74 00} 0xA7566 64 Bit Unsigned Int: 0x1 {45 0A 01 00 00 00 00 00 00 00} 0xA7570 64 Bit Unsigned Int: 0x2 {45 0A 02 00 00 00 00 00 00 00} 0xA757A Conditional {50 02} 0xA757C End {29 02} 0xA757E End {29 02} 0xA7580 End {29 02} 0xA7582 One Of Option: 0M, Value (8 bit): 0x0 {09 07 DD 11 00 00 00} 0xA7589 One Of Option: 32M, Value (8 bit): 0x1 {09 07 DE 11 00 00 01} 0xA7590 One Of Option: 64M, Value (8 bit): 0x2 (default) {09 07 DF 11 30 00 02} 0xA7597 One Of Option: 4M, Value (8 bit): 0xF0 {09 07 E0 11 00 00 F0} 0xA759E One Of Option: 8M, Value (8 bit): 0xF1 {09 07 E1 11 00 00 F1} 0xA75A5 One Of Option: 12M, Value (8 bit): 0xF2 {09 07 E2 11 00 00 F2} 0xA75AC One Of Option: 16M, Value (8 bit): 0xF3 {09 07 E3 11 00 00 F3} 0xA75B3 One Of Option: 20M, Value (8 bit): 0xF4 {09 07 E4 11 00 00 F4} 0xA75BA One Of Option: 24M, Value (8 bit): 0xF5 {09 07 E5 11 00 00 F5} 0xA75C1 One Of Option: 28M, Value (8 bit): 0xF6 {09 07 E6 11 00 00 F6} 0xA75C8 One Of Option: 32M/F7, Value (8 bit): 0xF7 {09 07 E7 11 00 00 F7} 0xA75CF One Of Option: 36M, Value (8 bit): 0xF8 {09 07 E8 11 00 00 F8} 0xA75D6 One Of Option: 40M, Value (8 bit): 0xF9 {09 07 E9 11 00 00 F9} 0xA75DD One Of Option: 44M, Value (8 bit): 0xFA {09 07 EA 11 00 00 FA} 0xA75E4 One Of Option: 48M, Value (8 bit): 0xFB {09 07 EB 11 00 00 FB} 0xA75EB One Of Option: 52M, Value (8 bit): 0xFC {09 07 EC 11 00 00 FC} 0xA75F2 One Of Option: 56M, Value (8 bit): 0xFD {09 07 ED 11 00 00 FD} 0xA75F9 One Of Option: 60M, Value (8 bit): 0xFE {09 07 EE 11 00 00 FE} 0xA7600 End One Of {29 02}

Author: @lambda_pie