Displaying 20 results from an estimated 10000 matches similar to: "[Bug 79518] New: nouveau causes lockup and reboot on GT215"
2018 Apr 04
2
nouveau TRAP_M2MF still there on G98
On Wed, Apr 04, 2018 at 03:48:39PM +0300, Māris Nartišs wrote:
> 2018-04-03 23:00 GMT+03:00, Adam Borowski <kilobyte at angband.pl>:
> > In commit da5e45e619b3f101420c38b3006a9ae4f3ad19b0
> >
> > yet it is still reproducible for me on 4.16-rc7 and 4.16.0, which already
> > have your fix.  I don't know about earlier versions -- my newer card went
> > into
2017 Apr 02
1
[PATCH] drm/nouveau: enable interrupts on cards with 32 intr lines
The code attempts to enable them, but hits an undefined behaviour by
shifting by the entire register's width:
    int lines = 32;
    u32 mask = (1 << lines) - 1;    // 00000000 on x86
    u32 mask = (1 << lines) - 1;    // ffffffff on arm (32)
    u32 mask = (1 << lines) - 1;    // 00000000 on arm64
    u32 mask = (1ULL << lines) - 1; // ffffffff everywhere
2018 Jun 17
3
no mouse cursor on nv50
Hi!
On v4.18-rc1, the mouse cursor is missing on my right monitor.
Card is G98 [GeForce 8400 GS Rev. 2].
I have two monitors: one small landscape 1280x1024 on DVI-I-1 left, and one
big 1600x1200 (1200x1600 portrait) on HDMI-1 right.  Curiously, the cursor
is missing not only with proper xrandr setup after logging in but even in
mirrored mode at the lightdm greeter[1].  How is this even possible
2016 May 09
2
VDPAU DEINTERLACE
On 09.05.2016 19:37, Ilia Mirkin wrote:
> Mesa only supports the non-spatial temporal deinterlace (deint=3). I'm
> guessing that due to some unfortunate issues, you're no longer getting
> hw accelerated video decoding. Check in vdpauinfo to make sure that
> it's indeed showing the relevant codec as supported. If not, you can
> turn that back on by updating to mesa
2016 Jan 13
5
[PATCH 0/2] allow partly reclocking on chipset
some chipset have working engine reclocking, but broken memory reclocking like
Fermi. We should for now, add the functionality to allow partly reclocking for
those.
Allthough this doesn't give as much performance as one might wish, it is till
noticeable and may improve performance enough to be noted.
Karol Herbst (2):
  clk: seperate engine and memory reclock toggles
  clk: allow engine
2015 Jan 10
13
[Bug 88272] New: [NVAC] Flickering screen on 1920x1080 monitor with 9400M in MacbookPro 5, 5
https://bugs.freedesktop.org/show_bug.cgi?id=88272
            Bug ID: 88272
           Summary: [NVAC] Flickering screen on 1920x1080 monitor with
                    9400M in MacbookPro 5,5
           Product: xorg
           Version: git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
        
2018 Apr 03
2
nouveau TRAP_M2MF still there on G98
Hi!
In commit da5e45e619b3f101420c38b3006a9ae4f3ad19b0:
>  drm/nouveau/mmu: ALIGN_DOWN correct variable
>
>  Commit 7110c89bb8852ff8b0f88ce05b332b3fe22bd11e ("mmu: swap out round
>  for ALIGN") replaced two calls to round/rounddown with ALIGN/ALIGN_DOWN,
>  but erroneously applied ALIGN_DOWN to a different variable (addr) and left
>  intended variable (tail) not
2016 Apr 20
10
[Bug 95031] New: [NVE4] Random GPU lockups
https://bugs.freedesktop.org/show_bug.cgi?id=95031
            Bug ID: 95031
           Summary: [NVE4] Random GPU lockups
           Product: xorg
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
          Assignee: nouveau at lists.freedesktop.org
   
2016 May 05
2
VDPAU DEINTERLACE
NVIDIA G98
mesa-dri-drivers-11.2.1-2.20160501.fc22.x86_64
(incl. mesa commit 38fcf7c)
vdpauinfo | grep -i deint
DEINTERLACE_TEMPORAL             y
DEINTERLACE_TEMPORAL_SPATIAL     -
https://cgit.freedesktop.org/vdpau/libvdpau/tree/include/vdpau/vdpau.h#n3420
#define VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL         ((VdpVideoMixerFeature)0)
/**
 * \hideinitializer
 * \brief A
2017 Feb 22
15
[Bug 99913] New: [G96] Reclocking fails on voltage
https://bugs.freedesktop.org/show_bug.cgi?id=99913
            Bug ID: 99913
           Summary: [G96] Reclocking fails on voltage
           Product: xorg
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
          Assignee: nouveau at
2015 Feb 21
6
[Bug 89273] New: [NVA8] nouveau screen corruption and X lockup when reclocking
https://bugs.freedesktop.org/show_bug.cgi?id=89273
            Bug ID: 89273
           Summary: [NVA8] nouveau screen corruption and X lockup when
                    reclocking
           Product: xorg
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
        
2008 Aug 12
1
Powernow Failure with Xen Kernel
Sorry to have so many questions but I seem to have quite a few mini
problems with my first Xen setup. My xen server works fine with Powernow
on the standard Kernel but with the Xen kernel it fails. Does anyone
know why? Details below.
 
 
With Standard Kernel
powernow-k8: Found 2 Quad-Core AMD Opteron(tm) Processor 8350 processors
(8 cpu cores) (version 2.20.00)
powernow-k8:    0 : fid 0x0
2015 Mar 20
2
nouveau locking up on Debian Jessie.
Hi Ladies and Gentlemans.
I'd like to report a possible bug and ask for help in solving it.
I have a Mid 2010 Macbook Pro running Debian Jessie.
The bug seems to happen at random, but mainly when using a 3D application
with other apps running, such as Chromium (Chrome) and Iceweasel (Firefox).
It happens when watching videos with VLC and mplayer2.
I hope someone will manage to help.
Thanks.
2015 Dec 02
11
[RFC PATCH v2 0/7] stabilize kepler reclocking
this series solves different issues we encounter on kepler cards while reclocking:
1. core clock doesn't change at all and produces a volting error (patch 1)
	this can happen when the voltage table has only 0ed values in the header
	so we have to parse the entries itself, which contain the right voltages
2. kepler won't clock to highest cstates (patch 2)
	this happens, because there are
2020 Mar 15
2
Status of GF108GLM [NVS 5200M]
Hello.
I am not subscribed to the list, so, please, if I do anything wrong
just let me know politely and I'll try to improve :)
I just want to know if there's any branch of nouveau version that will
work with this chip. lspci lists it as:
01:00.0 VGA compatible controller: NVIDIA Corporation GF108GLM [NVS
5200M] (rev a1)
I think it's Fermi, but I am not sure. When I try to change
2018 Jun 24
31
[Bug 107016] New: Gpio error only from kernel higher as 4.x (k2000m; 0x0e73b0a2; version 80.07.40.00.02)
https://bugs.freedesktop.org/show_bug.cgi?id=107016
            Bug ID: 107016
           Summary: Gpio error only from kernel higher as 4.x (k2000m;
                    0x0e73b0a2; version 80.07.40.00.02)
           Product: Mesa
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
        
2015 Feb 13
5
[Bug 89113] New: NVA8 constantly flickers when clocked to lowest pstate
https://bugs.freedesktop.org/show_bug.cgi?id=89113
            Bug ID: 89113
           Summary: NVA8 constantly flickers when clocked to lowest pstate
           Product: xorg
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
         
2016 Mar 20
14
[Bug 94637] New: system crash, no messages, GT215, ubuntu 16.04 when running glmark2 for a few minutes.
https://bugs.freedesktop.org/show_bug.cgi?id=94637
            Bug ID: 94637
           Summary: system crash, no messages, GT215, ubuntu 16.04 when
                    running glmark2 for a few minutes.
           Product: Mesa
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: critical
         
2014 Jul 10
14
[Bug 81136] New: [NV92] Regression in Linux 3.15: GPU lockup after suspend
https://bugs.freedesktop.org/show_bug.cgi?id=81136
          Priority: medium
            Bug ID: 81136
          Assignee: nouveau at lists.freedesktop.org
           Summary: [NV92] Regression in Linux 3.15: GPU lockup after
                    suspend
        QA Contact: xorg-team at lists.x.org
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
       
2017 Jun 19
2
speed of card?
On 2017-06-19 01:18 PM, Ilia Mirkin wrote:
> cat /sys/kernel/debug/dri/0/pstate
>
> AC (or DC) line shows the current state.
>
> On Mon, Jun 19, 2017 at 1:00 PM, James <bjlockie at lockie.ca> wrote:
>> I have a NVE7 (GK107).
>> How do I see the current memory/CPU speed?
$ sudo cat /sys/kernel/debug/dri/0/pstate
07: core 324 MHz memory 648 MHz
0a: core 540 MHz