Displaying 17 results from an estimated 17 matches for "rjgleit".
Did you mean:
rjgleits
2014 Jan 14
2
[Fwd: [PATCH] Fix null dereference oopses for nv40 cards] kernel 3.13.0-rc8
On Tue, Jan 14, 2014 at 3:07 PM, Ben Skeggs <skeggsb at gmail.com> wrote:
> On Tue, Jan 14, 2014 at 1:22 PM, Bob Gleitsmann <rjgleits at bellsouth.net> wrote:
>> I should have mentioned that this applies to Linus' 3.13.0-rc7 and rc8
>> git. Maybe it's obvious.
> Hey Bob,
>
> Thanks for reporting this. Can you try the attached patch instead and
> report if it helps you?
Thinko in first attempt,...
2014 Jan 14
2
[Fwd: [PATCH] Fix null dereference oopses for nv40 cards] kernel 3.13.0-rc8
I should have mentioned that this applies to Linus' 3.13.0-rc7 and rc8
git. Maybe it's obvious.
Sorry about that.
Bob
-------- Forwarded Message --------
From: Bob Gleitsmann <rjgleits at bellsouth.net>
To: bskeggs at redhat.com
Cc: nouveau at lists.freedesktop.org, dri-devel at lists.freedesktop.org
Subject: [PATCH] Fix null dereference oopses for nv40 cards
Date: Mon, 13 Jan 2014 01:45:36 -0500
The problem affects nv40 cards during booting. It comes from there being
two pl...
2014 Jan 14
0
[Fwd: [PATCH] Fix null dereference oopses for nv40 cards] kernel 3.13.0-rc8
On Tue, Jan 14, 2014 at 1:22 PM, Bob Gleitsmann <rjgleits at bellsouth.net> wrote:
> I should have mentioned that this applies to Linus' 3.13.0-rc7 and rc8
> git. Maybe it's obvious.
Hey Bob,
Thanks for reporting this. Can you try the attached patch instead and
report if it helps you?
Ben.
>
> Sorry about that.
>
> Bob
&g...
2008 Jul 09
1
unable to compile xf86-video-nouveau
Greetings,
After the modesetting commit, I have been unable to compile
xf86-video-nouveau. The git site for drm given on the wiki page does not get
the proper xf86drmMode.h, etc. I noted that libdrm git has over 100 branches
and I really don't want to try all of them. Fedora 9 has a patch of the
libdrm source rpm that includes an earlier version of xf86drmMode.h but it's
now out of
2009 Dec 04
1
[Bug 25440] New: PATCH: fixes conflicting miptree definitions
...Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: rjgleits at bellsouth.net
Created an attachment (id=31731)
--> (http://bugs.freedesktop.org/attachment.cgi?id=31731)
Patch to fix problem above
There is a conflict between the definitions of struct nv50_miptree and
nv[1-4]0_miptree + nv04_miptree. Note that nv50_miptree starts with struct
nouveau_mi...
2013 Nov 12
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455
Bob Gleitsmann <rjgleits at bellsouth.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|medium |high
--
You are receiving this mail because:
You are the assignee for the bug.
-----...
2013 Dec 01
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455
--- Comment #2 from Bob Gleitsmann <rjgleits at bellsouth.net> ---
Here is an additional data point. The problematic kernel sets 0xb20010f0 to
0x83ff03ff. The driver reports that the PWM is 100%. In fact it is 100% off. As
can be expected, the temperature immediately begins repidly rising.
Interestingly, the card seems to self protect by...
2013 Dec 01
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455
--- Comment #3 from Bob Gleitsmann <rjgleits at bellsouth.net> ---
The fan PWM setting is derived from priv->cstate. The value it gets from there
is zero. So the setting of PWM for NV40 is working correctly, "inverting" the
percent setting to get the value set in 0xb20010f0. Probably priv->cstate is
never initialized. I...
2013 Dec 01
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455
--- Comment #4 from Bob Gleitsmann <rjgleits at bellsouth.net> ---
Oh, the value reported by the driver for the PWM setting is the value before it
is set by the driver. It doesn't say that in the kernel message.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML...
2013 Dec 02
0
[Bug 71455] Thermal management in nouveau running hot 3.12.0+ kernel
https://bugs.freedesktop.org/show_bug.cgi?id=71455
--- Comment #6 from Bob Gleitsmann <rjgleits at bellsouth.net> ---
In view of Ben's comment, I am stopping further research. However, I will offer
as a final remark that perfE.pstate = 0x20 on my card. It gets into
nv40_clock_ctor but the fan speed is never set. According to nvbios, for this
card the default setting for the fan speed...
2014 Jan 13
0
[PATCH] Fix null dereference oopses for nv40 cards
...o places where subdev arrays are maintained. A commit was recently
added to make the two equal. However, the struct nouveau_device version
ends up being referenced before it is initialized. The problem arises
during the creation of the INSTMEM and THERM subdevs. '
Signed off by: Bob Gleitsmann rjgleits at bellsouth.net
diff --git a/drivers/gpu/drm/nouveau/core/subdev/instmem/nv40.c b/drivers/gpu/drm/nouveau/core/subdev/instmem/nv40.c
index b10a143..0f494ca 100644
--- a/drivers/gpu/drm/nouveau/core/subdev/instmem/nv40.c
+++ b/drivers/gpu/drm/nouveau/core/subdev/instmem/nv40.c
@@ -23,6 +23,7 @@...
2014 Dec 22
1
[Bug 87576] New: Null dereference in npramin_finit
...Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: blocker
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: rjgleits at bellsouth.net
Created attachment 111144
--> https://bugs.freedesktop.org/attachment.cgi?id=111144&action=edit
fix null dereference oops in nouveau.ko
This problem manifests when chipset is < nv50. In this case, pramin_init
returns NULL. mthd->data is then set to this value in s...
2014 Dec 23
1
[Bug 87641] New: Oops in 3.19.0-rc1 - nv40 and older - patch included
...Product: xorg
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: blocker
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: rjgleits at bellsouth.net
QA Contact: xorg-team at lists.x.org
Created attachment 111222
--> https://bugs.freedesktop.org/attachment.cgi?id=111222&action=edit
fix null dereference oops in nouveau.ko
A null pointer is returned from pramin_init for chipset < nv50. This causes an
oops wh...
2009 Jun 24
3
[Bug 22460] New: Demos crash with NV40 driver
...Product: Mesa
Version: CVS
Platform: x86-64 (AMD64)
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: rjgleits at bellsouth.net
Created an attachment (id=27097)
--> (http://bugs.freedesktop.org/attachment.cgi?id=27097)
Patch to fix problem above
Most ?demo programs included in Mesa tree crash with segment violation when
using nouveau driver with NV40 cards. The patch fixes most of the problems. The...
2010 Apr 25
2
[Bug 27832] New: Early versions of libudev cause crash
...Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: rjgleits at bellsouth.net
QAContact: xorg-team at lists.x.org
Created an attachment (id=35286)
--> (https://bugs.freedesktop.org/attachment.cgi?id=35286)
Patch to configure.ac to check libudev version >= 142
It appears that at least version 142 of udev is required to properly support
the...
2014 Dec 21
6
[Bug 87554] New: [NV1A] 3.19-rc1 NULL dereference on modprobe in pramin_fini
https://bugs.freedesktop.org/show_bug.cgi?id=87554
Bug ID: 87554
Summary: [NV1A] 3.19-rc1 NULL dereference on modprobe in
pramin_fini
Product: xorg
Version: unspecified
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component:
2010 Apr 25
0
uevent support in nouveau DDX
Hi,
uevent support was added to the nouveau DDX in a recent commit. A test is made
in configure.ac for libudev being present but there is no minimum version. I
have had problems with this as I am using Fedora 11 which has udev-141 in it.
This version does not support all of the functions required by the DDX and
will crash Xorg. At least this function is missing: