Displaying 18 results from an estimated 18 matches similar to: "[Bug 71620] New: nouveau_fence_wait_uevent NULL pointer dereference"
2013 Dec 11
4
[Bug 72599] New: [NVC0] null pointer dereference (nouveau_fence_wait_uevent.isra.5)
https://bugs.freedesktop.org/show_bug.cgi?id=72599
Priority: medium
Bug ID: 72599
Assignee: nouveau at lists.freedesktop.org
Summary: [NVC0] null pointer dereference
(nouveau_fence_wait_uevent.isra.5)
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux
2014 Aug 16
3
[Bug 82704] New: kernel bug
https://bugs.freedesktop.org/show_bug.cgi?id=82704
Priority: medium
Bug ID: 82704
Assignee: nouveau at lists.freedesktop.org
Summary: kernel bug
Severity: normal
Classification: Unclassified
OS: All
Reporter: mattia.b89 at gmail.com
Hardware: Other
Status: NEW
Version: 10.2
2014 Aug 22
1
[Bug 82975] New: Regression: NULL pointer dereference in nouveau_fence_wait after upgrading to 10.2.6
https://bugs.freedesktop.org/show_bug.cgi?id=82975
Priority: medium
Bug ID: 82975
Assignee: nouveau at lists.freedesktop.org
Summary: Regression: NULL pointer dereference in
nouveau_fence_wait after upgrading to 10.2.6
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
2014 Sep 28
1
[Bug 84424] New: nouveau crash log [mesa-10.3.0]
https://bugs.freedesktop.org/show_bug.cgi?id=84424
Priority: medium
Bug ID: 84424
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau crash log [mesa-10.3.0]
Severity: normal
Classification: Unclassified
OS: All
Reporter: reuben.m at gmail.com
Hardware: Other
Status: NEW
2013 Aug 27
11
[PATCH 0/9] drm/nouveau: Cleanup event/handler design
This series was originally motivated by a deadlock, introduced in
commit 1d7c71a3e2f77336df536855b0efd2dc5bdeb41b
'drm/nouveau/disp: port vblank handling to event interface',
due to inverted lock order between nouveau_drm_vblank_enable()
and nouveau_drm_vblank_handler() (the complete
lockdep report is included in the patch 4/5 changelog).
Because this series fixes the vblank event
2013 Aug 27
0
[PATCH 1/9] drm/nouveau: Add priv field for event handlers
Provide private field for event handlers exclusive use.
Convert nouveau_fence_wait_uevent() and
nouveau_fence_wait_uevent_handler(); drop struct nouveau_fence_uevent.
Signed-off-by: Peter Hurley <peter at hurleysoftware.com>
---
drivers/gpu/drm/nouveau/core/include/core/event.h | 1 +
drivers/gpu/drm/nouveau/nouveau_fence.c | 20 +++++++-------------
2 files changed, 8
2013 Aug 27
0
[PATCH 3/9] drm/nouveau: Allocate local event handlers
Prepare for transition to RCU-based event handler list;
since RCU list traversal may have stale pointers, local
storage may go out of scope before handler completes.
Introduce nouveau_event_handler_create/_destroy which provides
suitable semantics for multiple, temporary event handlers.
Signed-off-by: Peter Hurley <peter at hurleysoftware.com>
---
drivers/gpu/drm/nouveau/core/core/event.c
2013 Aug 28
0
[PATCH 0/9] drm/nouveau: Cleanup event/handler design
On Wed, Aug 28, 2013 at 6:12 AM, Peter Hurley <peter at hurleysoftware.com> wrote:
> This series was originally motivated by a deadlock, introduced in
> commit 1d7c71a3e2f77336df536855b0efd2dc5bdeb41b
> 'drm/nouveau/disp: port vblank handling to event interface',
> due to inverted lock order between nouveau_drm_vblank_enable()
> and nouveau_drm_vblank_handler() (the
2007 May 23
2
Possible ld.exe problem when building
Dear R People:
I am trying to build R-2.5.0 from source on a Windows machinee.
I downloaded the tools and such, and started things off.
I received some odd errors messages, looked on the R Search
and found a similar problem. The suggestion was to re-load
"ld.exe".
I downloaded and installed everything again. Same problem.
I am including my output.
2006 Jul 18
10
searching with chinese chars
Hi all,
maybe not a Ferret question, but I assume here might have came across
that already.
I wrote a simple CGI app that adds docs into a Ferret index. The idea
is testing asian languages input and searching.
The script that does the input seems to be OK. As David mentioned in a
question I made a little while ago, Ferret''s index is agnostic, in the
sense that you can store anything in
2014 May 14
0
[RFC PATCH v1 07/16] drm/nouveau: rework to new fence interface
From: Maarten Lankhorst <maarten.lankhorst at ubuntu.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com>
---
drivers/gpu/drm/nouveau/core/core/event.c | 4
drivers/gpu/drm/nouveau/nouveau_bo.c | 6
drivers/gpu/drm/nouveau/nouveau_display.c | 4
drivers/gpu/drm/nouveau/nouveau_fence.c | 434 ++++++++++++++++++++---------
2007 Oct 08
0
Camping-list Digest, Vol 18, Issue 1
UNSUBSCRIBE
On Oct 5, 2007, at 1:27 PM, camping-list-request at rubyforge.org wrote:
> Send Camping-list mailing list submissions to
> camping-list at rubyforge.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://rubyforge.org/mailman/listinfo/camping-list
> or, via email, send a message with subject or body ''help'' to
>
2016 Aug 24
19
[Bug 97462] New: Graphics deadlock "ILLEGAL_MTHD" in nouveau with mesa version 11.2.2 when visiting Google Maps with firefox 49.0b5
https://bugs.freedesktop.org/show_bug.cgi?id=97462
Bug ID: 97462
Summary: Graphics deadlock "ILLEGAL_MTHD" in nouveau with mesa
version 11.2.2 when visiting Google Maps with firefox
49.0b5
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
2014 May 14
17
[RFC PATCH v1 00/16] Convert all ttm drivers to use the new reservation interface
This series depends on the previously posted reservation api patches.
2 of them are not yet in for-next-fences branch of
git://git.linaro.org/people/sumit.semwal/linux-3.x.git
The missing patches are still in my vmwgfx_wip branch at
git://people.freedesktop.org/~mlankhorst/linux
All ttm drivers are converted to the fence api, fence_lock is removed
and rcu is used in its place.
qxl is the first
2014 Jul 31
19
[PATCH 01/19] fence: add debugging lines to fence_is_signaled for the callback
fence_is_signaled callback should support being run in
atomic context, but not in irq context.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com>
---
include/linux/fence.h | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/include/linux/fence.h b/include/linux/fence.h
index d174585b874b..c1a4519ba2f5 100644
---
2007 Mar 19
3
"Horn Loudspeaker Response Analysis Program" mit Wine, geht das doch?
Hallo, an alle Wine-Freaks,
das Programm - bis jetzt Freeware-, ist High-End unter den Hornsimus:
http://www.users.bigpond.com/dmcbean/Setup.exe , 400 kB
Ich habe wine in etlichen Versionen bis zur 0.9.26 probiert, auf Debian
und Mepis (ubuntu),
auch Crossover von 4.2 bis zum Beta 6.3a.
Es geht nicht, alle Dinge wie native dll,s andere Winvers bringen keine
Besserung, IE, Dcom--hilft nicht.
Alle
2014 Jul 09
22
[PATCH 00/17] Convert TTM to the new fence interface.
This series applies on top of the driver-core-next branch of
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
Before converting ttm to the new fence interface I had to fix some
drivers to require a reservation before poking with fence_obj.
After flipping the switch RCU becomes available instead, and
the extra reservations can be dropped again. :-)
I've done at least basic
2004 Oct 21
0
compile errors samba 3.0.7 vfs
Hi all,
sorry for the long posting.
Samba 2.2.x is outdated. Trying to switch to 3.0.7 with no success. The
vfs layer is one of my current problems. Googled some time for an
solution for this:
[2004/10/21 20:04:00, 0] smbd/server.c:main(760)
smbd version 3.0.7 started.
Copyright Andrew Tridgell and the Samba Team 1992-2004
[2004/10/21 22:12:07, 0] smbd/server.c:main(760)
smbd version