radeon pm bug?

2013-05-01 Thread Alex Deucher
On Tue, Apr 30, 2013 at 7:22 PM, Sylvain BERTRAND wrote: > Hi, > > In radeon_atombios.c file, radeon_atombios_parse_power_table_6 > function, the power state is selected using the state array index: > > power_state = (union pplib_power_state *)&state_array->states[i]; > > The state array has varia

Re: radeon pm bug?

2013-05-01 Thread Alex Deucher
On Tue, Apr 30, 2013 at 7:22 PM, Sylvain BERTRAND wrote: > Hi, > > In radeon_atombios.c file, radeon_atombios_parse_power_table_6 > function, the power state is selected using the state array index: > > power_state = (union pplib_power_state *)&state_array->states[i]; > > The state array has varia

radeon pm bug?

2013-05-01 Thread Sylvain BERTRAND
Hi, In radeon_atombios.c file, radeon_atombios_parse_power_table_6 function, the power state is selected using the state array index: power_state = (union pplib_power_state *)&state_array->states[i]; The state array has variable sized states which size should be computed as said in the atombios.

radeon pm bug?

2013-04-30 Thread Sylvain BERTRAND
Hi, In radeon_atombios.c file, radeon_atombios_parse_power_table_6 function, the power state is selected using the state array index: power_state = (union pplib_power_state *)&state_array->states[i]; The state array has variable sized states which size should be computed as said in the atombios.