Re: radeon/kms: black screen when loading radeon with modeset=1

2011-11-15 Thread Sergey V.
On Tuesday 15 of November 2011 23:21:10 Alex Deucher wrote: > On Tue, Nov 15, 2011 at 2:05 PM, Sergey V. wrote: > > Kernel from Linus tree, HEAD at 7f80850d3f9fd8fda23a317044aef3a6bafab06b > > > > Loading radeon module with modeset=1 causes black screen. > > > >

Re: [PATCH 4/8]drivers:tmp.c Fix warning: variable 'rc' set but not used

2010-06-15 Thread Sergey V.
On Tuesday 15 of June 2010 00:26:44 Justin P. Mattock wrote: > Im getting this warning when compiling: > CC drivers/char/tpm/tpm.o > drivers/char/tpm/tpm.c: In function 'tpm_gen_interrupt': > drivers/char/tpm/tpm.c:508:10: warning: variable 'rc' set but not used > > The below patch gets rid

radeon/kms: black screen when loading radeon with modeset=1

2011-11-15 Thread Sergey V.
Kernel from Linus tree, HEAD at 7f80850d3f9fd8fda23a317044aef3a6bafab06b Loading radeon module with modeset=1 causes black screen. Usually it happens at boot time, but if run kernel with radeon.modeset=0 then `rmmod radeon; modprobe radeon modeset=1` I can get dmesg over ssh (thanks to glisse f

radeon/kms: black screen when loading radeon with modeset=1

2011-11-16 Thread Sergey V.
On Tuesday 15 of November 2011 23:21:10 Alex Deucher wrote: > On Tue, Nov 15, 2011 at 2:05 PM, Sergey V. wrote: > > Kernel from Linus tree, HEAD at 7f80850d3f9fd8fda23a317044aef3a6bafab06b > > > > Loading radeon module with modeset=1 causes black screen. > > > >

[PATCH 4/8]drivers:tmp.c Fix warning: variable 'rc' set but not used

2010-06-15 Thread Sergey V.
On Tuesday 15 of June 2010 00:26:44 Justin P. Mattock wrote: > Im getting this warning when compiling: > CC drivers/char/tpm/tpm.o > drivers/char/tpm/tpm.c: In function 'tpm_gen_interrupt': > drivers/char/tpm/tpm.c:508:10: warning: variable 'rc' set but not used > > The below patch gets rid