Comment # 141 on bug 66963 from
In /r600_dpm.c - void r600_start_dpm(struct radeon_device *rdev)

+       //return; //returning here works

        r600_enable_sclk_control(rdev, true);

+       return; //returning here doesn't.

Will just try setting it to false next..


You are receiving this mail because: