- the changes in voltages are totally ignored by the tablet (if you set on table 7 all frequency at 800mV everything will work perfectly)
- the only increase in freq can be made changing the 600Mhz value to 768Mhz and at stock voltage it is really really difficult to have a stable GPU. For M6pro I decided to not touch the table 7 of the GPU. You can try, but you will easily see artifacts on 3D tests...
The most important thing is that about the kitkat kernel for the M8HD we can now summarize these information (virtually applicable for all RK3188 tablets):
1 - the RAM table is 8 ONLY (because, reading on the RK3188 specification, the RAM can have frequency of multiple of 24Hz only, for this reason stock table 9 seems not to be relevant to RAM settings because there aren't multiple of 24).
2 - about the DDR part of the script (example):
[1250000, 528256],
the number 528256 must be read "528" "256" where 528 = frequency in Mhz (MUST BE a multiple of 24 to be acceptable) and 256 = table parameter associated to "DDR_normal" operation (for m6pro the parameter is 001, and i think that 1 => "1 DDR_FREQ_SUSPEND" is WRONG, it should be as per parameter 256: 1 => "1 DDR_FREQ_NORMAL"). Both numbers are necessary in the script to be correctly used by the tablet.
Comment