Creamy Goodness
|
2012-05-18
, 23:24
|
Posts: 1,463 |
Thanked: 1,916 times |
Joined on Feb 2008
@ Edmonton, AB
|
#871
|
|
2012-05-18
, 23:35
|
Posts: 1,320 |
Thanked: 915 times |
Joined on Feb 2010
|
#872
|
Not really, if you use opptimizer smartreflex for the top frequency is disabled on purpose by me and the voltage you selected is used exactly like you selected. The smartreflex switch only enables/disables smartreflex for the lower frequencies. If you don't use 'custom voltage' then I guess smartreflex is still enabled, but you can't go very much higher frequency. You can verify the voltage in the raw output on the main screen.
|
2012-05-18
, 23:42
|
Posts: 1,463 |
Thanked: 1,916 times |
Joined on Feb 2008
@ Edmonton, AB
|
#873
|
|
2012-05-19
, 01:15
|
Posts: 1,320 |
Thanked: 915 times |
Joined on Feb 2010
|
#874
|
yeah if I knew how the other parameters that smartreflex looks at worked I could let it adjust some other frequencies like 1200 and 1300, but those parameters are in hex and not documented so I have no clue. Maybe we can just steal some values from other kernels with faster omap chips, but it might not work well because the different chips all behave a bit different.
These are what I'm talking about:
* @sr_nvalue : Smartreflex N target value at voltage <voltage>
* @sr_errminlimit : Error min limit value for smartreflex. This value
* differs at differnet opp and thus is linked
* with voltage.
* @vp_errorgain : Error gain value for the voltage processor. This
* field also differs according to the voltage/opp.
defaults:
static struct omap_volt_data omap36xx_vdd1_volt_data[] = {
{.u_volt_nominal = 1012500, .sr_errminlimit = 0xF4,
.u_volt_dyn_margin = 50000, .vp_errorgain = 0x0C},
{.u_volt_nominal = 1200000, .sr_errminlimit = 0xF9,
.u_volt_dyn_margin = 50000, .vp_errorgain = 0x16},
{.u_volt_nominal = 1325000, .sr_errminlimit = 0xFA,
.u_volt_dyn_margin = 50000, .vp_errorgain = 0x23},
{.u_volt_nominal = 1375000, .sr_errminlimit = 0xFA,
.u_volt_dyn_margin = 50000, .vp_errorgain = 0x27, .abb = true},
};
|
2012-05-19
, 08:11
|
Posts: 617 |
Thanked: 338 times |
Joined on Mar 2011
|
#875
|
|
2012-05-19
, 08:45
|
Posts: 494 |
Thanked: 111 times |
Joined on Aug 2010
@ Finland
|
#876
|
|
2012-05-19
, 09:27
|
|
Posts: 1,583 |
Thanked: 1,203 times |
Joined on Dec 2011
@ Everywhere
|
#877
|
|
2012-05-19
, 11:12
|
Posts: 494 |
Thanked: 111 times |
Joined on Aug 2010
@ Finland
|
#878
|
|
2012-05-19
, 11:22
|
Posts: 133 |
Thanked: 108 times |
Joined on Mar 2012
|
#880
|
The Following User Says Thank You to bnwg For This Useful Post: | ||