Displaying 12 results from an estimated 12 matches similar to: "[PATCH] drm/nv50/graph: update status enum names"
2012 Aug 19
1
[PATCH 01/10] drm/nv50: decode PGRAPH status registers on TLB flush fail
Now it outputs:
nouveau E[ PGRAPH][0000:02:00.0] PGRAPH TLB flush idle timeout fail
nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_STATUS: BUSY DISPATCH VFETCH CCACHE_UNK4 STRMOUT_GSCHED_UNK5 UNK14XX UNK1CXX CLIPID ZCULL ENG2D UNK34XX TPRAST TPROP ROP (0x011fde03)
nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_VSTATUS_0: CCACHE (0x00145b4d)
nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_VSTATUS_1: (0x0000002d)
2012 Nov 06
1
[PATCH] drm/nv50: decode PGRAPH status registers on TLB flush fail
Now it outputs:
nouveau E[ PGRAPH][0000:02:00.0] PGRAPH TLB flush idle timeout fail
nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_STATUS: BUSY DISPATCH VFETCH CCACHE_UNK4 STRMOUT_GSCHED_UNK5 UNK14XX UNK1CXX CLIPID ZCULL ENG2D UNK34XX TPRAST TPROP ROP (0x011fde03)
nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_VSTATUS: CCACHE (0x00145b4d) (0x0000002d) ENG2D ROP (0x0034db40)
instead of:
[drm] nouveau
2012 Nov 25
1
Reproducible "PGRAPH TLB flush timeout" hang on NV96
Hi everyone,
I was wondering what to do to dig into this problem further.The kernel
is several weeks old (nouveau tree), it's at commit
000463f13fba6b2f94a5bfcb0d615751ae9c34a0.
As you can see from the mesages below the problem is reproducable to
the point of getting exactly the same error.
Nov 25 17:57:51 madman kernel: [548360.773743] nouveau E[
PGRAPH][0000:01:00.0] PGRAPH TLB flush idle
2015 Feb 17
10
[Bug 89186] New: Artifacts after waking up from suspend
https://bugs.freedesktop.org/show_bug.cgi?id=89186
Bug ID: 89186
Summary: Artifacts after waking up from suspend
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee:
2019 May 01
24
[Bug 110572] New: System Crash: nouveau 0000:08:00.0: gr: PGRAPH TLB flush idle timeout fail and nouveau 0000:08:00.0: mmu: ce0 mmu invalidate timeout
https://bugs.freedesktop.org/show_bug.cgi?id=110572
Bug ID: 110572
Summary: System Crash: nouveau 0000:08:00.0: gr: PGRAPH TLB
flush idle timeout fail and nouveau 0000:08:00.0: mmu:
ce0 mmu invalidate timeout
Product: Mesa
Version: 19.0
Hardware: x86-64 (AMD64)
OS: Linux (All)
2018 Apr 07
6
[Bug 105940] New: Display freeze caused by nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=105940
Bug ID: 105940
Summary: Display freeze caused by nouveau
Product: xorg
Version: 7.7 (2012.06)
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau
2019 Sep 29
1
nouveau locking machine solid
Hi .
I am having a very annoying problem not sure where the root of it lies
When running FLdigi it runs fine for about 10 mineuts then i start
getting errors leading to a complete lock up that needs a power button
to free it up i get the following
[ 653.080497] nouveau 0000:01:00.0: fifo: DMA_PUSHER - ch 3
[systemd-logind[462]] get 00000d3a24 [ 653.081461] nouveau
0000:01:00.0: gr:
2008 May 14
1
[Bug 15932] New: This flash cause swfdec 0.6.4 to crash
http://bugs.freedesktop.org/show_bug.cgi?id=15932
Summary: This flash cause swfdec 0.6.4 to crash
Product: swfdec
Version: unspecified
Platform: Other
URL: http://www.dagbladet.no/tv/index.html?clipid=26540
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: plugin
2014 Jun 13
2
[PATCH 1/2] drm/nouveau: Fix overlap while zeroing zcull regions
The specified stride was not correct, resulting in erases overlapping and part
of the zcull regions being not erased at all.
Signed-off-by: Pierre Moreau <pierre.morrow at free.fr>
---
drivers/gpu/drm/nouveau/core/engine/graph/nv50.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
host static anyterm content locally,
url parameterize anyterm rows/cols/general param
update spec/makefile
Ideally I wanted and tried hard to put all this into a
seperate ovirt-server--anyterm subpackage, but we cannot
'reopen' the ovirt server virtual host defined in
ovirt-server.conf to add the neccessary rewrite rules. it would
be nice to figure out a way to do this
---
2017 Apr 25
0
[PATCH] drm/nouveau: Add support for clockgating on Fermi+
Thanks for the work so far.
A quick scan through the first NVC4 trace at hand, using upstream
demmio, reveals at least 20 writes to the BLCG registers of PGRAPH and a
few in PXBAR prior to altering the value of register 0x20200 (see
below). We know that these are related to the clock gating you enable.
Are you 110% sure that fiddling with 0x20200 bits without first setting
these values can
2010 Mar 01
0
[PATCH 2/2 V2] drm/nv50: Improve PGRAPH interrupt handling.
This makes nouveau recognise and report more kinds of PGRAPH errors, as
well as prevent GPU lockups resulting from some of them.
Lots of guesswork was involved and some part of this is probably
incorrect. Some potential-lockuop situations are handled by just
resetting a whole PGRAPH subunit, which doesn't sound like a "proper"
solution, but seems to work just fine... for now.