[Nouveau] [Bug 89620] Nouveau driver for Nvidia card GeForce GT 550M]

2015-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89620

--- Comment #2 from George R. Goffe  ---
Created attachment 114461
  --> https://bugs.freedesktop.org/attachment.cgi?id=114461&action=edit
tar.gz file containing logs

Contents of this file are:

  1 -rw-r--r-- root/root145232 2015-03-13 20:04 Xorg.0.log12
  2 -rw-r--r-- root/root103255 2015-03-13 20:05 dmesg-try12.buf
  3 -rw-r--r-- root/root763417 2015-03-13 20:05 startx.log.log12

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] [PATCH] Basic GM206 bringup (as copy of GM100)

2015-03-18 Thread Ben Skeggs
On 19 March 2015 at 02:44, Ilia Mirkin  wrote:
> There's no way to get acceleration with GM20x... I'd rather save this
> until there is. For now reject the load and let the modesetting driver
> get used. OTOH, the DDX isn't released/integrated into distros at an
> infinite rate, and eventually GM20x will probably get acceleration
> could go either way. My immediate reaction is to hold though. There
> may be further differences...
It's my (personal) opinion in that updating the DDX to support these
newer chipsets is rather pointless anyway.  xf86-video-modesetting
provides pretty much exactly the same functionality (Glamor, DRI3,
Present) as our DDX does for Maxwell GPUs.  I even use -modesetting on
my Kepler laptop these days.

Ben.

>
> On Sun, Feb 22, 2015 at 9:53 AM, Stefan Huehner  wrote:
>> ---
>>  src/nv_driver.c | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/src/nv_driver.c b/src/nv_driver.c
>> index e726292..4c40763 100644
>> --- a/src/nv_driver.c
>> +++ b/src/nv_driver.c
>> @@ -377,6 +377,7 @@ NVHasKMS(struct pci_device *pci_dev, struct 
>> xf86_platform_device *platform_dev)
>> case 0xf0:
>> case 0x100:
>> case 0x110:
>> +   case 0x120:
>> break;
>> default:
>> xf86DrvMsg(-1, X_ERROR, "Unknown chipset: NV%02x\n", 
>> chipset);
>> @@ -930,6 +931,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
>> pNv->Architecture = NV_KEPLER;
>> break;
>> case 0x110:
>> +   case 0x120:
>> pNv->Architecture = NV_MAXWELL;
>> break;
>> default:
>> --
>> 2.1.4
>>
>> ___
>> Nouveau mailing list
>> Nouveau@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/nouveau
> ___
> Nouveau mailing list
> Nouveau@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/nouveau
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 87819] [NVAC] EQ overflowing

2015-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87819

Pierre Moreau  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #24 from Pierre Moreau  ---
(In reply to Etienne URBAH from comment #23)
> Created attachment 114403 [details]
> Xorg.0.log OK with nouveau from linux-3.19.1
> 
> Module nouveau from linux-3.19.1 seems to be fix the bug :
> 
> Even with video streaming under Firefox, I could NOT trigger any problem.
> 
> Lot of thanks to the developers.

Awesome! I'll close the bug report then.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 80901] [NVCF] PWM fan speed too high

2015-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80901

--- Comment #48 from Martin Peres  ---
Sorry guys, I'm back at the problem ... again ...

I really want to fix this upstream!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 89664] Nouveau fails to enter KMS with the Gigabyte G1 Gaming GTX970

2015-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89664

--- Comment #3 from Ilia Mirkin  ---
As I mentioned on IRC, there are actually 2x GM204's. And *neither* says that
it's running its vbios tables, which is very odd. Try booting with

nouveau.config=NvForcePost=1

Perhaps we're misdetecting the posting-ness state of things. The card that's
bitching is :01:00.0 but the :2 one is probed by nouveau first, not sure if
that's significant.

If this doesn't help. I'd recommend retesting with just one of them plugged in.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 89664] Nouveau fails to enter KMS with the Gigabyte G1 Gaming GTX970

2015-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89664

--- Comment #2 from Omar  ---
Created attachment 114450
  --> https://bugs.freedesktop.org/attachment.cgi?id=114450&action=edit
journalctl dump of the boot

The journal dump I mentioned in the OP.
Capped around line 15K as the original totalled at almost 50K, crossing the 3MB
file size limit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 87244] [NV94] X hangs, logs show kernel: nouveau E[ PFIFO][0000:01:00.0] still angry after 101 spins, halt followed by an X trace

2015-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87244

--- Comment #21 from Adam Williamson  ---
The fix is already in mainline, just hasn't been backported.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 87244] [NV94] X hangs, logs show kernel: nouveau E[ PFIFO][0000:01:00.0] still angry after 101 spins, halt followed by an X trace

2015-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87244

aeben...@opentext.com changed:

   What|Removed |Added

 CC||aeben...@opentext.com

--- Comment #20 from aeben...@opentext.com ---
This sounds horribly familiar.  Seeing the same behaviour after I hit the
3.18.x kernels with Fedora 20.  I'm using a "NVIDIA Corporation G86 [Quadro NVS
290] (rev a1)".  Not sure if the additional card information helps or if the
bug and fix are definitely the one posted.  Here's hoping it's brought into the
mainline kernel soon... (but I will likely try recompiling my own kernel with
the offered patch sometime soon.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 89664] Nouveau fails to enter KMS with the Gigabyte G1 Gaming GTX970

2015-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89664

--- Comment #1 from Omar  ---
Created attachment 114449
  --> https://bugs.freedesktop.org/attachment.cgi?id=114449&action=edit
VBIOS file

VBIOS retrieved from using:
echo 1 > /sys/bus/pci/devices//rom; cat /sys/bus/pci/devices//rom
> vbios.rom; echo 0 > /sys/bus/pci/devices//rom


Original BIOS installation files can be found here:
http://www.gigabyte.com/products/product-page.aspx?pid=5209#bios

My card uses the F13 Bios.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 89664] New: Nouveau fails to enter KMS with the Gigabyte G1 Gaming GTX970

2015-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=89664

Bug ID: 89664
   Summary: Nouveau fails to enter KMS with the Gigabyte G1 Gaming
GTX970
   Product: xorg
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Driver/nouveau
  Assignee: nouveau@lists.freedesktop.org
  Reporter: omar.networkhost...@gmail.com
QA Contact: xorg-t...@lists.x.org

Using the kernel from the linux-4.0 branch I attempted to use nouveau with my
GTX970.
At the moment the nouveau driver started and the system should switch to KMS,
the screen turned black instead.


DMESG output was cut of due to to many message from nouveau.
As such I attached the journalctl output of that boot session instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] GM206 support?

2015-03-18 Thread Andy Lutomirski
On Wed, Mar 18, 2015 at 3:25 AM, Stefan Huehner  wrote:
> On Tue, Mar 17, 2015 at 06:59:25PM -0400, Ilia Mirkin wrote:
>> On Tue, Mar 17, 2015 at 6:40 PM, Andy Lutomirski  wrote:
>> > On Tue, Mar 17, 2015 at 2:57 PM, Ilia Mirkin  wrote:
>> >> On Tue, Mar 17, 2015 at 5:52 PM, Andy Lutomirski  
>> >> wrote:
>> >>> On Fri, Feb 13, 2015 at 9:52 PM, Ilia Mirkin  
>> >>> wrote:
>>  On Fri, Feb 13, 2015 at 8:59 PM, Andy Lutomirski  
>>  wrote:
>> > My new GTX 960 (GM206, I think) says:
>> >
>> > [   10.329351] nouveau ![  DEVICE][:09:00.0] unknown Maxwell 
>> > chipset
>> > [   10.329355] nouveau E[  DEVICE][:09:00.0] unknown chipset, 
>> > 0x126010a1
>> > [   10.329356] nouveau E[ DRM] failed to create 0x0080, -22
>> > [   10.330129] nouveau: probe of :09:00.0 failed with error -22
>> >
>> > Hacking up nouveau so that it treats it like a GM204 doesn't work.
>> 
>>  What happens if you just drop the 0x126 next to the 0x124 in
>>  engine/device/gm100.c ?
>> 
>> > Are there any near-term plans to support this card?
>> 
>>  I don't know of anyone with the hw... maybe Ben got one? If you're
>>  interested in helping, the kernel logs from the above experiment + an
>>  mmiotrace of the blob drivers (see
>>  https://wiki.ubuntu.com/X/MMIOTracing) + vbios (see
>>  http://nouveau.freedesktop.org/wiki/DumpingVideoBios/).
>> 
>>  I assume you're on a recent kernel? You need 3.19 for the GM204 stuff
>>  to work in the first place.
>> >>>
>> >>> Neither 3.19 nor 4.0-rcsomething works.
>> >>>
>> >>> I put an mmio trace (X startup and glxgears) and a vbios dump here:
>> >>>
>> >>> http://web.mit.edu/luto/www/GM206/
>> >>
>> >> Stefan sent proper patches to get nouveau going on his GM206, which
>> >> will make it into the next 4.0-rc. Here is a tree that is destined
>> >> towards drm-fixes:
>> >>
>> >> http://cgit.freedesktop.org/nouveau/linux-2.6/log/?h=linux-4.0
>> >>
>> >> Let us know if it makes the card work. (Definitely no acceleration
>> >> without signed firmware for now though.)
>> >
>> > The driver loads and seems to work.
>>
>> Excellent!
>>
>> > The nouveau X driver doesn't load, though.
>>
>> Yeah, xf86-video-nouveau has no support for the GM20x family? Note
>> that even if it did load, you wouldn't get any acceleration -- may as
>> well just use the 'xf86-video-modesetting' driver.
>>
>
> Hi guys,
> i did sent a patch to add GM206 to the ddx also but looks like it got missed 
> you can find it here.
>
> http://lists.freedesktop.org/archives/nouveau/2015-February/020144.html
>
> But as said no acceleration yet.

I'll probably stick with the binary driver until there's acceleration.
I have too many pixels on my monitor for reasonable unaccelerated
compositing performance, I think.

Thanks for bringing this up, though!  Working modesetting is a *huge*
improvement over vesafb.

--Andy
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] [PATCH] Basic GM206 bringup (as copy of GM100)

2015-03-18 Thread Ilia Mirkin
There's no way to get acceleration with GM20x... I'd rather save this
until there is. For now reject the load and let the modesetting driver
get used. OTOH, the DDX isn't released/integrated into distros at an
infinite rate, and eventually GM20x will probably get acceleration
could go either way. My immediate reaction is to hold though. There
may be further differences...

On Sun, Feb 22, 2015 at 9:53 AM, Stefan Huehner  wrote:
> ---
>  src/nv_driver.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/src/nv_driver.c b/src/nv_driver.c
> index e726292..4c40763 100644
> --- a/src/nv_driver.c
> +++ b/src/nv_driver.c
> @@ -377,6 +377,7 @@ NVHasKMS(struct pci_device *pci_dev, struct 
> xf86_platform_device *platform_dev)
> case 0xf0:
> case 0x100:
> case 0x110:
> +   case 0x120:
> break;
> default:
> xf86DrvMsg(-1, X_ERROR, "Unknown chipset: NV%02x\n", chipset);
> @@ -930,6 +931,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
> pNv->Architecture = NV_KEPLER;
> break;
> case 0x110:
> +   case 0x120:
> pNv->Architecture = NV_MAXWELL;
> break;
> default:
> --
> 2.1.4
>
> ___
> Nouveau mailing list
> Nouveau@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/nouveau
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] GM206 support?

2015-03-18 Thread Stefan Huehner
On Tue, Mar 17, 2015 at 06:59:25PM -0400, Ilia Mirkin wrote:
> On Tue, Mar 17, 2015 at 6:40 PM, Andy Lutomirski  wrote:
> > On Tue, Mar 17, 2015 at 2:57 PM, Ilia Mirkin  wrote:
> >> On Tue, Mar 17, 2015 at 5:52 PM, Andy Lutomirski  
> >> wrote:
> >>> On Fri, Feb 13, 2015 at 9:52 PM, Ilia Mirkin  wrote:
>  On Fri, Feb 13, 2015 at 8:59 PM, Andy Lutomirski  
>  wrote:
> > My new GTX 960 (GM206, I think) says:
> >
> > [   10.329351] nouveau ![  DEVICE][:09:00.0] unknown Maxwell chipset
> > [   10.329355] nouveau E[  DEVICE][:09:00.0] unknown chipset, 
> > 0x126010a1
> > [   10.329356] nouveau E[ DRM] failed to create 0x0080, -22
> > [   10.330129] nouveau: probe of :09:00.0 failed with error -22
> >
> > Hacking up nouveau so that it treats it like a GM204 doesn't work.
> 
>  What happens if you just drop the 0x126 next to the 0x124 in
>  engine/device/gm100.c ?
> 
> > Are there any near-term plans to support this card?
> 
>  I don't know of anyone with the hw... maybe Ben got one? If you're
>  interested in helping, the kernel logs from the above experiment + an
>  mmiotrace of the blob drivers (see
>  https://wiki.ubuntu.com/X/MMIOTracing) + vbios (see
>  http://nouveau.freedesktop.org/wiki/DumpingVideoBios/).
> 
>  I assume you're on a recent kernel? You need 3.19 for the GM204 stuff
>  to work in the first place.
> >>>
> >>> Neither 3.19 nor 4.0-rcsomething works.
> >>>
> >>> I put an mmio trace (X startup and glxgears) and a vbios dump here:
> >>>
> >>> http://web.mit.edu/luto/www/GM206/
> >>
> >> Stefan sent proper patches to get nouveau going on his GM206, which
> >> will make it into the next 4.0-rc. Here is a tree that is destined
> >> towards drm-fixes:
> >>
> >> http://cgit.freedesktop.org/nouveau/linux-2.6/log/?h=linux-4.0
> >>
> >> Let us know if it makes the card work. (Definitely no acceleration
> >> without signed firmware for now though.)
> >
> > The driver loads and seems to work.
> 
> Excellent!
> 
> > The nouveau X driver doesn't load, though.
> 
> Yeah, xf86-video-nouveau has no support for the GM20x family? Note
> that even if it did load, you wouldn't get any acceleration -- may as
> well just use the 'xf86-video-modesetting' driver.
> 

Hi guys,
i did sent a patch to add GM206 to the ddx also but looks like it got missed 
you can find it here.

http://lists.freedesktop.org/archives/nouveau/2015-February/020144.html

But as said no acceleration yet.

I'll ping in that older mail-thread as probably mail was overlooked (probably i 
should have mentioned ddx in my subject)

Stefan

___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau