Displaying 20 results from an estimated 1000 matches similar to: "[Bug 55258] New: nouveau failure on resume (reloc wait_idle failed)"
2012 May 19
77
[Bug 50121] New: [Regression] NV34 Fx5200 fails to resume with commit 5d720f2450
https://bugs.freedesktop.org/show_bug.cgi?id=50121
Bug #: 50121
Summary: [Regression] NV34 Fx5200 fails to resume with commit
5d720f2450
Classification: Unclassified
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority:
2012 Feb 24
43
[Bug 46557] New: nouveau: nv40 display corruption in framebuffer and X lockups unless nouveau.noaccel=1
https://bugs.freedesktop.org/show_bug.cgi?id=46557
Bug #: 46557
Summary: nouveau: nv40 display corruption in framebuffer and X
lockups unless nouveau.noaccel=1
Classification: Unclassified
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity:
2013 Nov 14
9
[Bug 71620] New: nouveau_fence_wait_uevent NULL pointer dereference
https://bugs.freedesktop.org/show_bug.cgi?id=71620
Priority: medium
Bug ID: 71620
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau_fence_wait_uevent NULL pointer dereference
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: kdatanasov at gmail.com
Hardware: x86-64 (AMD64)
2023 Apr 15
2
[PATCH v2] drm/nouveau: fix incorrect conversion to dma_resv_wait_timeout()
Commit 41d351f29528 ("drm/nouveau: stop using ttm_bo_wait")
converted from ttm_bo_wait_ctx() to dma_resv_wait_timeout().
However, dma_resv_wait_timeout() returns greater than zero on
success as opposed to ttm_bo_wait_ctx(). As a result, relocs
will fail and log errors even when it was a success.
Change the return code handling to match that of
nouveau_gem_ioctl_cpu_prep(), which was
2023 Apr 17
1
[PATCH v3] drm/nouveau: fix incorrect conversion to dma_resv_wait_timeout()
Am 15.04.23 um 04:02 schrieb John Ogness:
> Commit 41d351f29528 ("drm/nouveau: stop using ttm_bo_wait")
> converted from ttm_bo_wait_ctx() to dma_resv_wait_timeout().
> However, dma_resv_wait_timeout() returns greater than zero on
> success as opposed to ttm_bo_wait_ctx(). As a result, relocs
> will fail and log errors even when it was a success.
>
> Change the
2010 Feb 20
2
[PATCH] drm/nouveau: fix missing spin_unlock in failure path
Found by sparse.
Signed-off-by: Luca Barbieri <luca at luca-barbieri.com>
---
drivers/gpu/drm/nouveau/nouveau_gem.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_gem.c b/drivers/gpu/drm/nouveau/nouveau_gem.c
index 03d8935..d7ace31 100644
--- a/drivers/gpu/drm/nouveau/nouveau_gem.c
+++ b/drivers/gpu/drm/nouveau/nouveau_gem.c
@@
2013 Sep 15
8
[Bug 69375] New: [NV4E] GPU lockup when using chrome/flash
https://bugs.freedesktop.org/show_bug.cgi?id=69375
Priority: medium
Bug ID: 69375
Assignee: nouveau at lists.freedesktop.org
Summary: [NV4E] GPU lockup when using chrome/flash
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: taylor_tails at
2013 Jan 05
46
[Bug 59069] New: nouveau E[ DRM] fail ttm_validate
https://bugs.freedesktop.org/show_bug.cgi?id=59069
Priority: medium
Bug ID: 59069
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau E[ DRM] fail ttm_validate
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: kees.bakker at xs4all.nl
2001 Oct 02
2
AFS and tokenforwarding
For some reasons the afs tokenforwarding stuff has changed
siginificantly from v 2.9p2 to 2.9.9p2.
This makes it impossible to use public key authenticication in a
standart AFS environment.
I don't know the reasons for these changes.
In any case attached is a patch which restores the old behaviour.
Regards
Serge
--
Serge Droz
Paul Scherrer Institut mailto:serge.droz at
2018 Aug 30
3
[PATCH 0/2] drm/nouveau: Use more standard logging styles
Reduces object size ~4kb
Joe Perches (2):
drm/nouveau: Add new logging function nv_cli_printk
drm/nouveau: Convert NV_PRINTK macros and uses to new nv_cli_<level> macros
drivers/gpu/drm/nouveau/nouveau_abi16.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_chan.c | 12 +++----
drivers/gpu/drm/nouveau/nouveau_drm.c | 21 +++++++++++
drivers/gpu/drm/nouveau/nouveau_drv.h | 44
2014 Feb 25
2
[LLVMdev] Target Assembly Parser: Access to Reloc::Model
Some Mips macros (e.g. la[1]) and the handling of Mips directives used for Position-Independent Programming (e.g. .cpload[2]) require access to Reloc::Model from within the Assembly Parser but there doesn't seem to be a way to do it in its current form.
1) Reloc::Model is passed to MCObjectFileInfo but it's a private member of that class
2) TargetMachine is not accessible
I can also
2014 Feb 27
2
[LLVMdev] Target Assembly Parser: Access to Reloc::Model
Hi Rafael,
Sure, the expansion of at least .cpload should be done in the Target ELFStreamer but AFAICS it doesn't solve my initial problem. MCCodeGenInfo is not created in tools where CodeGen isn't needed (llvm-mc) and it's still not possible to access the Relocation Model in MCObjectFileInfo from the target streamer (private member).
Am I missing something obvious ?
There are many
2009 Dec 18
1
[PATCH] nouveau: don't emit reloc markers for bo's that are mapped
Signed-off-by: Maarten Maathuis <madman2003 at gmail.com>
---
src/gallium/drivers/nouveau/nouveau_stateobj.h | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nouveau_stateobj.h b/src/gallium/drivers/nouveau/nouveau_stateobj.h
index 9aee9e4..6c40f64 100644
--- a/src/gallium/drivers/nouveau/nouveau_stateobj.h
+++
2012 Sep 09
83
[Bug 54700] New: Distorted graphics (double cursor) with GeForce 4200Go (NV28)
https://bugs.freedesktop.org/show_bug.cgi?id=54700
Bug #: 54700
Summary: Distorted graphics (double cursor) with GeForce 4200Go
(NV28)
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
2006 Mar 03
17
RCSS problems
Hi List!
Following http://rcss.rubyforge.org/files/README.html, I''m trying to get
RCSS to work with Rails. The rcss command itself works fine, but when
trying to access http://localhost:3000/rcss/test.css I always get
"Unknown action - No action responded to test.css", which I don''t
understand since the route and controller are in place.
Anyway, hopefully this is
2011 Jun 23
2
Restarting NUT twice in the same time creates 2 instances of usbhid-ups driver
Hello I'm new on this list, nice to meet you
My configuration :
OS : Ubuntu server 10.04.1 LTS
NUT : nut 2.4.3-1ubuntu3.1 from Ubuntu package
UPS : APC Back-UPS ES 530
My problem :
When restarting twice nut in the same time. I can see 2 instance of
/lib/nut/usbhid-ups driver when using : ps aux | grep usbhid-ups
I know that's not normal to restart nut twice at the same moment but it
2004 Dec 10
2
Shorewall and IPSEC
I setup some IPSEC between 2 networks. From 1 network I can ping the other
networks local connection but not anything beyond that.
Network A - 10.0.1.1 (loc) 23.23.23.23 (net)
Network B - 10.0.2.1 (loc) 44.44.44.44 (net)
I''m on local machine 10.0.1.10 on network A, I can ping 10.0.2.1 but I
cannot ping a machine on that network ex. 10.0.2.200.
I was thinking it probally has to do
2012 Nov 28
2
[LLVMdev] MIPs backend generates wrong reloc info for static data
Hi all,
I use llvm-clang with a MIPS target, and it seems that the backend generates wrong reloc info.
I attach a very simple test case.
* Compile test.c with 'clang -internal-as -g'
* use mips-elf-objdump -S to get the generate assembly code (see test.lst)
* use mips-elf-readelf -a to look for relocation info (see test.readelf)
All relocations for static data are 0000 ?!
I did not
2009 Aug 09
28
[Bug 23223] New: Regression: Nvidia Geforce 7300 (NV4B) fails to suspend
http://bugs.freedesktop.org/show_bug.cgi?id=23223
Summary: Regression: Nvidia Geforce 7300 (NV4B) fails to suspend
Product: xorg
Version: 7.2
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2003 Oct 27
3
winbindd - NT_STATUS_ACCESS_DENIED
Hi,
I've joined my new SAMBA-3 in a NT4 PDC using the administrator user.
The winbindd daemon is started but when I try :
wbinfo -g, I see in the log file :
could not enumerate domain groups! Error:NT_STATUS_ACCESS_DENIED
Which could be the reasons of this error ?
Thank you,
Rapha?l