3.2-rc2+: Reported regressions from 3.0 and 3.1

2011-11-22 Thread Ari Savolainen
2011/11/22 Linus Torvalds : > On Mon, Nov 21, 2011 at 1:49 PM, Rafael J. Wysocki wrote: >> >> Subject ? ?: lockdep warning after aa6afca5bcab: "proc: fix races against >> execve() of /proc/PID/fd**" >> Submitter ?: Ari Savolainen >>

Re: 3.2-rc2+: Reported regressions from 3.0 and 3.1

2011-11-21 Thread Ari Savolainen
2011/11/22 Linus Torvalds : > On Mon, Nov 21, 2011 at 1:49 PM, Rafael J. Wysocki wrote: >> >> Subject    : lockdep warning after aa6afca5bcab: "proc: fix races against >> execve() of /proc/PID/fd**" >> Submitter  : Ari Savolainen >>

[PATCH] drm/radeon/kms/atom: fix PHY init

2011-06-03 Thread Ari Savolainen
> so just assign to 0 for init so that the table > is executed. > > Reported-by: Ari Savolainen > > Cc: Ari Savolainen > Signed-off-by: Alex Deucher > --- > ?drivers/gpu/drm/radeon/radeon_encoders.c | ? 17 +++-- > ?1 files changed, 11 insertions(+),

[PATCH] drm/radeon/kms/atom: initialize dig phy a bit later

2011-06-03 Thread Ari Savolainen
first call of atombios_dig_transmitter_setup (with action=ATOM_TRANSMITTER_ACTION_INIT). But I don't know the code well enough to be sure about that. Ari 2011/6/3 Alex Deucher : > On Thu, Jun 2, 2011 at 5:20 PM, Ari Savolainen > wrote: >> Commit ac89af1e1010640db072416c786f97

Re: [PATCH] drm/radeon/kms/atom: fix PHY init

2011-06-03 Thread Ari Savolainen
> so just assign to 0 for init so that the table > is executed. > > Reported-by: Ari Savolainen > > Cc: Ari Savolainen > Signed-off-by: Alex Deucher > --- >  drivers/gpu/drm/radeon/radeon_encoders.c |   17 +++-- >  1 files changed, 11 insertions(+),

Re: [PATCH] drm/radeon/kms/atom: initialize dig phy a bit later

2011-06-03 Thread Ari Savolainen
first call of atombios_dig_transmitter_setup (with action=ATOM_TRANSMITTER_ACTION_INIT). But I don't know the code well enough to be sure about that. Ari 2011/6/3 Alex Deucher : > On Thu, Jun 2, 2011 at 5:20 PM, Ari Savolainen > wrote: >> Commit ac89af1e1010640db072416c786f97

[PATCH] drm/radeon/kms/atom: initialize dig phy a bit later

2011-06-03 Thread Ari Savolainen
Commit ac89af1e1010640db072416c786f97391b85790f caused one of the monitors attached to a dual head radeon gpu to have inverted colors (until the first suspend/resume). Initializing dig phy a bit later fixes the problem. --- drivers/gpu/drm/radeon/radeon_display.c |8 1 files changed,

[PATCH] drm/radeon/kms/atom: initialize dig phy a bit later

2011-06-02 Thread Ari Savolainen
Commit ac89af1e1010640db072416c786f97391b85790f caused one of the monitors attached to a dual head radeon gpu to have inverted colors (until the first suspend/resume). Initializing dig phy a bit later fixes the problem. --- drivers/gpu/drm/radeon/radeon_display.c |8 1 files changed,

PROBLEM: Registering radeon display connectors fails due to missing adapter name

2010-11-17 Thread Ari Savolainen
Registering radeon display connectors fails due to missing adapter name. The problem surfaced after this commit to Linus' kernel tree: commit 2236baa75f704851d3cd3310569058151acb1f06 Author: Jean Delvare Date: Mon Nov 15 22:40:38 2010 +0100 i2c: Sanity checks on adapter registration M

PROBLEM: Registering radeon display connectors fails due to missing adapter name

2010-11-17 Thread Ari Savolainen
Registering radeon display connectors fails due to missing adapter name. The problem surfaced after this commit to Linus' kernel tree: commit 2236baa75f704851d3cd3310569058151acb1f06 Author: Jean Delvare Date: Mon Nov 15 22:40:38 2010 +0100 i2c: Sanity checks on adapter registration M