search for: krec

Displaying 20 results from an estimated 30 matches for "krec".

2018 Jan 11
0
[PATCH libdrm] nouveau: Support fence FDs
..._pushbuf *push, struct nouveau_bo *bo, */ fpush = cli_push_get(push->client, bo); if (fpush && fpush != push) - pushbuf_flush(fpush); + pushbuf_flush(fpush, NULL); kref = cli_kref_get(push->client, bo); if (kref) { @@ -307,7 +308,8 @@ pushbuf_dump(struct nouveau_pushbuf_krec *krec, int krec_id, int chid) } static int -pushbuf_submit(struct nouveau_pushbuf *push, struct nouveau_object *chan) +pushbuf_submit(struct nouveau_pushbuf *push, struct nouveau_object *chan, + int *fence) { struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push); struct n...
2014 Sep 26
14
[RFC] Explicit synchronization for Nouveau
Hi guys, I'd like to start a new thread about explicit fence synchronization. This time with a Nouveau twist. :-) First, let me define what I understand by implicit/explicit sync: Implicit synchronization * Fences are attached to buffers * Kernel manages fences automatically based on buffer read/write access Explicit synchronization * Fences are passed around independently * Kernel takes
2019 Jul 27
6
[Bug 111230] New: core dumped while using Rstudio
...es" after a while producing a core dumped error (see console output below). The bus has allready been filed in the Rstudio webpage : https://github.com/rstudio/rstudio/issues/3781. Kernel-log file is attached nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type nouveau: ch4: krec 0 pushes 0 bufs 2 relocs 0 nouveau: ch4: buf 00000000 00000003 00000004 00000004 00000000 nouveau: ch4: buf 00000001 00000006 00000004 00000000 00000004 nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type nouveau: ch4: krec 0 pushes 0 bufs 2 relocs 0 nouveau: ch4: buf 00000000 000...
2016 Apr 21
2
nouveau: kernel rejected pushbuf: Invalid argument
...e core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /home/steve/Documents/hs_err_pid26497.log nouveau: kernel rejected pushbuf: Invalid argument nouveau: ch0: krec 0 pushes 1 bufs 36 relocs 0 nouveau: ch0: buf 00000000 00000003 00000004 00000004 00000000 nouveau: ch0: buf 00000001 00000003 00000004 00000004 00000000 nouveau: ch0: buf 00000002 0000000e 00000002 00000002 00000002 nouveau: ch0: buf 00000003 00000007 00000002 00000002 00000000 __________________...
2015 Aug 14
15
[Bug 91632] New: Crash in nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=91632 Bug ID: 91632 Summary: Crash in nouveau Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org
2015 Nov 21
0
[Bug 92971] [GF110] KDE plasma locks randomly due to crash of nouveau driver
...can still go to a console (VIA CTRL-ALT-F1) and if I start top I see that the plasmeshell is running at 100% and also Xorg. trying to kill plasmashell d lock the graphic screens in the kdm.log I have a lot of these errors nouveau: kernel rejected pushbuf: Device or resource busy nouveau: ch0: krec 0 pushes 1 bufs 2 relocs 0 nouveau: ch0: buf 00000000 00000004 00000004 00000004 00000000 nouveau: ch0: buf 00000001 0000001c 00000002 00000000 00000002 nouveau: ch0: psh 00000000 0000006a04 0000006a84 nouveau: 0x20056080 nouveau: 0x000000cf nouveau: 0x00000000 nouveau:...
2018 Sep 17
6
[Bug 107963] New: kernel rejected pushbuf: Invalid argument
...il.v.gavrilov at gmail.com QA Contact: xorg-team at lists.x.org Created attachment 141604 --> https://bugs.freedesktop.org/attachment.cgi?id=141604&action=edit system log $ uname -r 4.19.0-0.rc3.git3.1.fc30.x86_64 nouveau: kernel rejected pushbuf: Invalid argument nouveau: ch12: krec 0 pushes 3 bufs 13 relocs 0 nouveau: ch12: buf 00000000 00000002 00000004 00000004 00000000 nouveau: ch12: buf 00000001 00000006 00000004 00000000 00000004 nouveau: ch12: buf 00000002 00000007 00000002 00000002 00000002 nouveau: ch12: buf 00000003 0000000b 00000002 00000002 00000002 nouveau: ch12:...
2014 Jun 09
36
[Bug 79823] New: Mozilla apps freeze on startup with nouveau-dri-10.2.1 libs on dual-screen
https://bugs.freedesktop.org/show_bug.cgi?id=79823 Priority: medium Bug ID: 79823 Assignee: nouveau at lists.freedesktop.org Summary: Mozilla apps freeze on startup with nouveau-dri-10.2.1 libs on dual-screen Severity: normal Classification: Unclassified OS: Linux (All) Reporter: natrio at
2016 Apr 21
2
nouveau: kernel rejected pushbuf: Invalid argument
...gt; core dumping, try "ulimit -c unlimited" before starting Java again > > # > > # An error report file with more information is saved as: > > # /home/steve/Documents/hs_err_pid26497.log > > nouveau: kernel rejected pushbuf: Invalid argument > > nouveau: ch0: krec 0 pushes 1 bufs 36 relocs 0 > > nouveau: ch0: buf 00000000 00000003 00000004 00000004 00000000 > > nouveau: ch0: buf 00000001 00000003 00000004 00000004 00000000 > > nouveau: ch0: buf 00000002 0000000e 00000002 00000002 00000002 > > nouveau: ch0: buf 00000003 00000007 000000...
2015 Nov 26
0
[libdrm 08/13] nouveau: make use of nouveau_drm::fd instead of nouveau_device::fd
...t a/nouveau/pushbuf.c b/nouveau/pushbuf.c index 8e7dcdf..035e301 100644 --- a/nouveau/pushbuf.c +++ b/nouveau/pushbuf.c @@ -312,6 +312,7 @@ pushbuf_submit(struct nouveau_pushbuf *push, struct nouveau_object *chan) struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push); struct nouveau_pushbuf_krec *krec = nvpb->list; struct nouveau_device *dev = push->client->device; + struct nouveau_drm *drm = nouveau_drm(&dev->object); struct drm_nouveau_gem_pushbuf_bo_presumed *info; struct drm_nouveau_gem_pushbuf_bo *kref; struct drm_nouveau_gem_pushbuf req; @@ -345,7 +346,7 @@ pu...
2016 Apr 21
0
nouveau: kernel rejected pushbuf: Invalid argument
...ore > dumping, try "ulimit -c unlimited" before starting Java again > > # > > # An error report file with more information is saved as: > > # /home/steve/Documents/hs_err_pid26497.log > > nouveau: kernel rejected pushbuf: Invalid argument > > nouveau: ch0: krec 0 pushes 1 bufs 36 relocs 0 > > nouveau: ch0: buf 00000000 00000003 00000004 00000004 00000000 > > nouveau: ch0: buf 00000001 00000003 00000004 00000004 00000000 > > nouveau: ch0: buf 00000002 0000000e 00000002 00000002 00000002 > > nouveau: ch0: buf 00000003 00000007 000000...
2016 Aug 05
2
[Bug 97217] New: apitrace error
...reedesktop.org Reporter: alejandrohp at openmailbox.org QA Contact: nouveau at lists.freedesktop.org I trid to run 'apitrace' to record a problem with superTuxkart, but it shows several problem too: nouveau: kernel rejected pushbuf: Device or resource busy nouveau: ch6: krec 0 pushes 511 bufs 83 relocs 0 Thanks. The inicial problem about SuperTuxkart can be found here: https://bugs.freedesktop.org/show_bug.cgi?id=97192 -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part ----------...
2006 Nov 13
1
Programm to record voices via microphon
Hi Folks, I'm looking for a programm to record voices via a microphon. I think KRecord is such a programm, but I can not find it in yum-repos. There a any hints to solve my problem? I'm using CentOS 4.4 Thx Timothy
2007 May 25
3
Audacity 1.2.6 on CentOS 5
Has anyone managed to install Audacity 1.2.6 on CentOS 5.0 x86?
2017 Sep 21
0
[Bug 99900] [NVC1] nouveau: freeze / crash after kernel update to 4.10
...class a197 mthd 19e8 data a01108e3 nouveau 0000:01:00.0: gr: DATA_ERROR 0000000c [INVALID_BITFIELD] ch 18 [007f294000 Xorg[2256]] subc 0 class a197 mthd 19ec data 00000560 tried 4.12.13 on fc26. android emulator randomly results: nouveau: kernel rejected pushbuf: Invalid argument nouveau: ch6: krec 0 pushes 0 bufs 13 relocs 0 nouveau: ch6: buf 00000000 00000002 00000004 00000004 00000000 nouveau: ch6: buf 00000001 00000048 00000002 00000002 00000000 nouveau: ch6: buf 00000002 00000007 00000002 00000002 00000000 nouveau: ch6: buf 00000003 00000008 00000002 00000002 00000002 nouveau: ch6: buf 0...
2019 Jul 23
0
[Bug 99900] [NVC1] nouveau: freeze / crash after kernel update to 4.10
...Capabilities: <access denied> Kernel driver in use: nouveau Kernel modules: nouveau journalctl Jul 23 18:56:50 noir org.gnome.Shell.desktop[2455]: nouveau: kernel rejected pushbuf: Device or resource busy Jul 23 18:56:50 noir org.gnome.Shell.desktop[2455]: nouveau: ch6: krec 0 pushes 1 bufs 12 relocs 0 Jul 23 18:56:50 noir org.gnome.Shell.desktop[2455]: nouveau: ch6: buf 00000000 00000003 00000004 00000004 00000000 Jul 23 18:56:50 noir org.gnome.Shell.desktop[2455]: nouveau: ch6: buf 00000001 00000008 00000002 00000002 00000002 Jul 23 18:56:50 noir org.gnome.Shell.desk...
2016 Apr 21
0
nouveau: kernel rejected pushbuf: Invalid argument
...limited" before starting Java again >> >> # >> >> # An error report file with more information is saved as: >> >> # /home/steve/Documents/hs_err_pid26497.log >> >> nouveau: kernel rejected pushbuf: Invalid argument >> >> nouveau: ch0: krec 0 pushes 1 bufs 36 relocs 0 >> >> nouveau: ch0: buf 00000000 00000003 00000004 00000004 00000000 >> >> nouveau: ch0: buf 00000001 00000003 00000004 00000004 00000000 >> >> nouveau: ch0: buf 00000002 0000000e 00000002 00000002 00000002 >> >> nouveau: c...
2018 Mar 20
6
[Bug 105629] New: WebGL shader regular update crashes nouveau driver 17.3.3
...on GK107 [GeForce GT 630 OEM] (rev a1) Using chromium (64.0.3282.167, firefox does not reproduce), visit the html page attached to that bug report, and wait for approx. 30 times of shader update. Nouveau crashes with error: nouveau: kernel rejected pushbuf: No such file or directory nouveau: ch7: krec 0 pushes 1 bufs 24 relocs 0 nouveau: ch7: buf 00000000 00000004 00000004 00000004 00000000 nouveau: ch7: buf 00000001 00000006 00000004 00000000 00000004 nouveau: ch7: buf 00000002 00000008 00000002 00000002 00000002 ... See attachment for the whole error trace. Reproduction is non-deterministic...
2016 Jul 16
7
[Bug 96952] New: Noveau driver doesn't working well when in Kdenlive
...tion: XCB error: 8 (BadMatch), sequence: 19639, resource id: 60817680, major code: 130 (Unknown), minor code: 3 Jul 10 19:09:11 Rafael-desktop gnome-session[1605]: nouveau: kernel rejected pushbuf: Arquivo ou diretório não encontrado Jul 10 19:09:11 Rafael-desktop gnome-session[1605]: nouveau: ch0: krec 0 pushes 0 bufs 2 relocs 0 Jul 10 19:09:11 Rafael-desktop gnome-session[1605]: nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000 Jul 10 19:09:11 Rafael-desktop gnome-session[1605]: nouveau: ch0: buf 00000001 00000006 00000004 00000000 00000004 Jul 10 19:09:11 Rafael-desktop kernel: [ 8...
2008 Nov 23
3
Correctly setting up sound with Intel High Definition ICH7
Hi, Earlier this day I started a thread about Skype not working with outgoing sound. Now I wonder if it's not a problem with my soundcard. I had a vague suspicion about this, but since it's way off the original topic, I decided to start a new thread about this. Here's what the soundcard looks like: [root at grossebertha etc]# lspci | grep -i audio 00:1b.0 Audio device: Intel