Displaying 20 results from an estimated 200 matches similar to: "[Bug 88515] After waking up from sleep nouveau fails with errors"
2015 Jan 16
0
[Bug 88515] After waking up from sleep nouveau fails with errors
https://bugs.freedesktop.org/show_bug.cgi?id=88515
MiroJanosik <mirojano.sikgeo at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Driver/nVidia (open) |Driver/nouveau
Assignee|aplattner at nvidia.com |nouveau at lists.freedesktop.o
2015 Jan 19
0
[Bug 88515] After waking up from sleep nouveau fails with errors
https://bugs.freedesktop.org/show_bug.cgi?id=88515
--- Comment #5 from MiroJanosik <mirojano.sikgeo at gmail.com> ---
Thanks guys.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150119/a8479f58/attachment.html>
2015 Jan 19
0
[Bug 88515] After waking up from sleep nouveau fails with errors
https://bugs.freedesktop.org/show_bug.cgi?id=88515
--- Comment #6 from MiroJanosik <mirojano.sikgeo at gmail.com> ---
Bug was reported at
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1412550
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Jan 16
0
[Bug 88515] After waking up from sleep nouveau fails with errors
https://bugs.freedesktop.org/show_bug.cgi?id=88515
Tobias Klausmann <tobias.klausmann at mni.thm.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #1 from Tobias Klausmann <tobias.klausmann at mni.thm.de> ---
There were
2015 Jan 16
0
[Bug 88515] After waking up from sleep nouveau fails with errors
https://bugs.freedesktop.org/show_bug.cgi?id=88515
Tobias Klausmann <tobias.klausmann at mni.thm.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #112364|text/plain |application/zip
mime type| |
--
You are receiving this mail
2015 Jan 18
0
[Bug 88515] After waking up from sleep nouveau fails with errors
https://bugs.freedesktop.org/show_bug.cgi?id=88515
Tobias Klausmann <tobias.klausmann at mni.thm.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
--- Comment #3 from Tobias Klausmann <tobias.klausmann at mni.thm.de> ---
I don't know
2015 Jan 18
0
[Bug 88515] After waking up from sleep nouveau fails with errors
https://bugs.freedesktop.org/show_bug.cgi?id=88515
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Ilia Mirkin <imirkin at
2014 Dec 22
0
3.19.0-rc1 nouvea build failure on GeForce GT 610 only
Hi Sid,
On Mon, 2014-12-22 at 13:01 +0000, Sid Boyce wrote:
> CHK kernel/config_data.h
> CC [M] drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.o
> drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c: In function
> ‘nvd0_dmaobj_bind’:
> drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c:54:8: error:
> ‘GM204_DISP_CORE_CHANNEL_DMA’ undeclared (first use in this
2015 Feb 25
0
[PATCH for stable] x86/spinlocks/paravirt: Fix memory corruption on unlock
* Greg KH <gregkh at linuxfoundation.org> wrote:
> > >It's:
> > >
> > > d6abfdb20223 x86/spinlocks/paravirt: Fix memory corruption on unlock
> >
> > Yes, This is the original patch. Please note I have taken out the
> > READ_ONCE changes from the original patch to avoid build warnings
> > mentioned below.
> > (Those READ_ONCE
2015 Feb 25
0
[PATCH for stable] x86/spinlocks/paravirt: Fix memory corruption on unlock
* Greg KH <gregkh at linuxfoundation.org> wrote:
> > >It's:
> > >
> > > d6abfdb20223 x86/spinlocks/paravirt: Fix memory corruption on unlock
> >
> > Yes, This is the original patch. Please note I have taken out the
> > READ_ONCE changes from the original patch to avoid build warnings
> > mentioned below.
> > (Those READ_ONCE
2014 Dec 22
1
3.19.0-rc1 nouvea build failure on GeForce GT 610 only
On Mon, 2014-12-22 at 14:37 +0100, Paul Bolle wrote:
> On Mon, 2014-12-22 at 13:01 +0000, Sid Boyce wrote:
> > CHK kernel/config_data.h
> > CC [M] drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.o
> > drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c: In function
> > ‘nvd0_dmaobj_bind’:
> > drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c:54:8: error:
2014 Dec 22
0
3.19.0-rc1 nouvea build failure on GeForce GT 610 only
On 22/12/14 13:54, Paul Bolle wrote:
> On Mon, 2014-12-22 at 14:37 +0100, Paul Bolle wrote:
>> On Mon, 2014-12-22 at 13:01 +0000, Sid Boyce wrote:
>>> CHK kernel/config_data.h
>>> CC [M] drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.o
>>> drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c: In function
>>> ‘nvd0_dmaobj_bind’:
2015 Jan 06
0
[PATCH v8 34/50] vhost/net: virtio 1.0 byte swap
On Mon, 2014-12-01 at 18:05 +0200, Michael S. Tsirkin wrote:
> I had to add an explicit tag to suppress compiler warning:
> gcc isn't smart enough to notice that
> len is always initialized since function is called with size > 0.
I'm getting a panic inside a guest when this change is applied on the
host. I identified this patch via bisect and confirmed by reverting it
from
2015 Jan 06
0
[PATCH v8 34/50] vhost/net: virtio 1.0 byte swap
On Mon, 2014-12-01 at 18:05 +0200, Michael S. Tsirkin wrote:
> I had to add an explicit tag to suppress compiler warning:
> gcc isn't smart enough to notice that
> len is always initialized since function is called with size > 0.
I'm getting a panic inside a guest when this change is applied on the
host. I identified this patch via bisect and confirmed by reverting it
from
2015 Jan 07
1
[PATCH v8 34/50] vhost/net: virtio 1.0 byte swap
On Tue, 06 Jan 2015 16:55:30 -0700
Alex Williamson <alex.williamson at redhat.com> wrote:
> On Mon, 2014-12-01 at 18:05 +0200, Michael S. Tsirkin wrote:
> > I had to add an explicit tag to suppress compiler warning:
> > gcc isn't smart enough to notice that
> > len is always initialized since function is called with size > 0.
>
> I'm getting a panic
2015 Jan 07
1
[PATCH v8 34/50] vhost/net: virtio 1.0 byte swap
On Tue, 06 Jan 2015 16:55:30 -0700
Alex Williamson <alex.williamson at redhat.com> wrote:
> On Mon, 2014-12-01 at 18:05 +0200, Michael S. Tsirkin wrote:
> > I had to add an explicit tag to suppress compiler warning:
> > gcc isn't smart enough to notice that
> > len is always initialized since function is called with size > 0.
>
> I'm getting a panic
2015 Jul 15
6
[Bug 91355] New: [Quadro K610M] nouveau fills the kernel log when a video is played
https://bugs.freedesktop.org/show_bug.cgi?id=91355
Bug ID: 91355
Summary: [Quadro K610M] nouveau fills the kernel log when a
video is played
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component:
2014 Dec 22
2
3.19.0-rc1 nouvea build failure on GeForce GT 610 only
CHK kernel/config_data.h
CC [M] drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.o
drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c: In function
‘nvd0_dmaobj_bind’:
drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c:54:8: error:
‘GM204_DISP_CORE_CHANNEL_DMA’ undeclared (first use in this function)
case GM204_DISP_CORE_CHANNEL_DMA:
^
2010 Nov 26
0
Wine release 1.3.8
The Wine development release 1.3.8 is now available.
What's new in this release (see below for details):
- Icons in the "open with" menus.
- Man pages for all installed binaries.
- Support for schemas in MSXML.
- Many installer fixes.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
2015 Jul 17
11
[Bug 91373] New: Nouveau fills kern.log with gigabytes of data when molecule screensaver is ran
https://bugs.freedesktop.org/show_bug.cgi?id=91373
Bug ID: 91373
Summary: Nouveau fills kern.log with gigabytes of data when
molecule screensaver is ran
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium