[Nouveau] [Bug 93887] [NV96] Amilo Xi 3650: G96M [GeForce 9600M GT]: HDMI monitor stays black after s2ram

2016-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93887 --- Comment #47 from Elmar Stellnberger --- Created attachment 125809 --> https://bugs.freedesktop.org/attachment.cgi?id=125809&action=edit vbios+nvapeek-0x101000-Celsius-H270.tar.bz2 Hmm, while the pramin-method produces a smaller output the

Re: [Nouveau] [PATCH] drm/nouveau: add Maxwell to backlight initialization

2016-08-15 Thread Pierre Moreau
@Ben: ping I would guess that the same can be done for Pascal as well. Cheers, Pierre On 02:41 PM - May 21 2016, Faris Alsalama wrote: > Signed-off-by: Faris Alsalama > --- > drivers/gpu/drm/nouveau/nouveau_backlight.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/no

Re: [Nouveau] v4.8-rc2 crashes while probing nvidia graphics card on arm64

2016-08-15 Thread Punit Agrawal
I made a hash of LKML email in the previous mail. Re-sending with the address corrected. Apologies for the duplicate. Punit Agrawal writes: > Hi, > > While trying out v4.8-rc2 on Juno r2 (arm64), I ran into the following > crash when probing the nvidia graphics card attached to the PCIe > slot.

[Nouveau] v4.8-rc2 crashes while probing nvidia graphics card on arm64

2016-08-15 Thread Punit Agrawal
Hi, While trying out v4.8-rc2 on Juno r2 (arm64), I ran into the following crash when probing the nvidia graphics card attached to the PCIe slot. So I tried rc1 and got the same crash. The card probes without any errors on v4.7. Anybody familiear with the recent changes knows what might have led

Re: [Nouveau] XDC2016

2016-08-15 Thread karol herbst
2016-08-15 11:09 GMT+02:00 Martin Peres : > On 15/08/16 11:53, Pierre Moreau wrote: >> >> Hello everyone, >> >> Same place as FOSDEM? XDC is in Helsinki and FOSDEM was in Brussels… >> (IIRC, >> FOSDEM is always located in Brussels.) I would prefer picking an hotel in >> Helsinki rather than traveli

Re: [Nouveau] XDC2016

2016-08-15 Thread Martin Peres
On 15/08/16 11:53, Pierre Moreau wrote: Hello everyone, Same place as FOSDEM? XDC is in Helsinki and FOSDEM was in Brussels… (IIRC, FOSDEM is always located in Brussels.) I would prefer picking an hotel in Helsinki rather than traveling every day between Helsinki and Brussels. :-p Or was that wh

Re: [Nouveau] XDC2016

2016-08-15 Thread karol herbst
Well, you see, I thought it would be a good idea that _we_ stay at the _same_ place ;) Well I plan to leave rather early, because I am smart and didn't take off from work on Monday, so there is that. I could ask to add another day though, depends on what we plan. 2016-08-15 10:53 GMT+02:00 Pierre

Re: [Nouveau] XDC2016

2016-08-15 Thread Pierre Moreau
Hello everyone, Same place as FOSDEM? XDC is in Helsinki and FOSDEM was in Brussels… (IIRC, FOSDEM is always located in Brussels.) I would prefer picking an hotel in Helsinki rather than traveling every day between Helsinki and Brussels. :-p Or was that what you meant by "more or less"? :-D I’ve

[Nouveau] [PATCH] drm/nouveau/tegra: Modify error handling

2016-08-15 Thread Amitoj Kaur Chawla
iommu_domain_alloc returns NULL on error so replace an incorrect IS_ERR check with a NULL check. The Coccinelle semantic patch used to find this issue is as follows: @@ expression e; statement S; @@ *e = iommu_domain_alloc(...); if (IS_ERR(e)) S Signed-off-by: Amitoj Kaur Chawla --- drivers/gp