Looking for a start point for fixing a bug

2014-08-11 Thread Alex Deucher
On Mon, Aug 11, 2014 at 12:03 AM, ?? ?? wrote: > 2014-08-11 1:53 GMT+04:00 Niels Ole Salscheider > : >> On Monday 11 August 2014, 01:19:32, ?? ?? wrote: >>> Hello again, hope you are still reading my texts... >>> >>> I digged through the code and narrowed down the issue I wanted

Looking for a start point for fixing a bug

2014-08-11 Thread Niels Ole Salscheider
On Monday 11 August 2014, 08:03:57, ?? ?? wrote: > 2014-08-11 1:53 GMT+04:00 Niels Ole Salscheider > > : > > On Monday 11 August 2014, 01:19:32, ?? ?? wrote: > >> Hello again, hope you are still reading my texts... > >> > >> I digged through the code and narrowed down the issue I

Looking for a start point for fixing a bug

2014-08-11 Thread Адонай Элохим
2014-08-11 1:53 GMT+04:00 Niels Ole Salscheider : > On Monday 11 August 2014, 01:19:32, ?? ?? wrote: >> Hello again, hope you are still reading my texts... >> >> I digged through the code and narrowed down the issue I wanted to fix. >> It appears to be related to the `bool thermal_active`

Looking for a start point for fixing a bug

2014-08-11 Thread Адонай Элохим
Hello again, hope you are still reading my texts... I digged through the code and narrowed down the issue I wanted to fix. It appears to be related to the `bool thermal_active` dpm struct member and this piece of code: if (rdev->asic->dpm.force_performance_level) { if

Looking for a start point for fixing a bug

2014-08-11 Thread Niels Ole Salscheider
On Monday 11 August 2014, 01:19:32, ?? ?? wrote: > Hello again, hope you are still reading my texts... > > I digged through the code and narrowed down the issue I wanted to fix. > It appears to be related to the `bool thermal_active` dpm struct > member and this piece of code: > > if

Looking for a start point for fixing a bug

2014-08-08 Thread Адонай Элохим
I started looking through the code week or so ago. No much progress though but could you explain meaning of this to me: if (running == 0) { if (running) { blackout = RREG32(MC_SHARED_BLACKOUT_CNTL); WREG32(MC_SHARED_BLACKOUT_CNTL, blackout | 1); } ... It's in si.c, line

Looking for a start point for fixing a bug

2014-07-22 Thread Адонай Элохим
Hello all! I have some spare time and knowledge in C to try to fix some bugs I am seeing on my machine. So I've checked out and compiled all git trees that I may need and now I'm beginning to read articles. And this is the point from where I don't know where to go. I want to fix particular bug

Looking for a start point for fixing a bug

2014-07-22 Thread Alex Deucher
On Tue, Jul 22, 2014 at 8:39 AM, ?? ?? wrote: > Hello all! > > I have some spare time and knowledge in C to try to fix some bugs I am > seeing on my machine. > So I've checked out and compiled all git trees that I may need and now I'm > beginning to read articles. > > And this is the

Looking for a start point for fixing a bug

2014-07-22 Thread Rob Clark
On Tue, Jul 22, 2014 at 8:39 AM, ?? ?? wrote: > Hello all! > > I have some spare time and knowledge in C to try to fix some bugs I am > seeing on my machine. > So I've checked out and compiled all git trees that I may need and now I'm > beginning to read articles. > > And this is the