Displaying 20 results from an estimated 27 matches for "maximlevitsky".
2011 Jun 04
34
[Bug 37922] New: NV86: too high power usage.
...h power usage.
           Product: xorg
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: maximlevitsky at gmail.com
         QAContact: xorg-team at lists.x.org
I want to track all the progress I made on reverse-engineering power-management
on my NV86 card.
First, the statistics that should give us the idea about what to expect.
(All measurements done using acpi counters, in more or less controll...
2011 Oct 09
5
[Bug 41608] New: Suspending/resuming system with cursor on external screen prevents said screen from restoring after resume
...resume
           Product: xorg
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: maximlevitsky at gmail.com
         QAContact: xorg-team at lists.x.org
And in addition to summary causes general havoc, including black screen
internal screen, inability to do anything with blacked screen etc.
100% reproducible.
This is NV86 card running latest git versions of whole GPU stack
(kernel/libdrm/...
2011 Sep 14
14
[Bug 40866] New: Caught signal 11 (Segmentation fault). Server aborting
https://bugs.freedesktop.org/show_bug.cgi?id=40866
           Summary: Caught signal 11 (Segmentation fault). Server aborting
           Product: xorg
           Version: unspecified
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at
2011 May 22
12
[Bug 37445] New: Nouveau regulary reports the TRAP_VFETCH FAULT errors.
....
           Product: Mesa
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: medium
         Component: Drivers/DRI/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: maximlevitsky at gmail.com
Like this:
 9714.987179] [drm] nouveau 0000:01:00.0: PGRAPH - TRAP_VFETCH FAULT
[ 9714.987203] [drm] nouveau 0000:01:00.0: PGRAPH - TRAP_VFETCH 00f00000
0000fe0c 00000000 00000000
[ 9714.987219] [drm] nouveau 0000:01:00.0: PGRAPH - TRAP
[ 9714.987234] [drm] nouveau 0000:01:00.0: PG...
2012 Aug 15
3
[Bug 53519] New: Missing bits of geometry in Unigine tropics
...classified
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: medium
         Component: Drivers/DRI/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: maximlevitsky at gmail.com
-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
2011 Oct 08
8
[Bug 41588] New: connected DVI output dies after suspend/resume occasionally.
...occasionally.
           Product: xorg
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: maximlevitsky at gmail.com
         QAContact: xorg-team at lists.x.org
Created an attachment (id=52120)
 View: https://bugs.freedesktop.org/attachment.cgi?id=52120
 Review: https://bugs.freedesktop.org/review?bug=41588&attachment=52120
disable hotplug polling while in suspend
Just like summary says, to...
2011 Oct 09
11
[PATCH 01/10]: nouveau: assorted fixes
Hi,
Here is my patch queue I accumulated over quite a long time.
Patches 1-6 are bugfixes, and rest is mostly RFC.
Comments are welcome.
Best regards,
	Maxim Levitsky
2012 Jan 21
4
[NOT for merge] Patches that reduce power usage on NV86
This is more or less simplified series of patches that bring power usage on my
NV86 close to that of binary blob.
Best regards,
	Maxim Levitsky
2010 May 17
1
nv50 piglit change between 7.8 and master
7.8 branch (533b7663) : 209/246
master branch (c882c31) : 216/241
In short :
8 fail/warn -> pass
5 fail -> skip
1 pass -> fail
So the only regression is glean/clipFlat
Output:
----------------------------------------------------------------------
Test clipping with flat shading (provoking vertex).
clipFlat: Failure for glBegin/End(GL_QUADS), glFrontFace(GL_CCW)
	GL_EXT_provoking_vertex
2012 Jan 03
7
[Bug 35452] Pageflipping + nouveau + compiz + fullscreen == FAIL
https://bugs.freedesktop.org/show_bug.cgi?id=35452
Jeremy Huddleston <jeremyhu at freedesktop.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|xorg-team at lists.x.org       |nouveau at lists.freedesktop.o
                   |                            |rg
         
2011 May 22
5
[Bug 37460] New: BO memory leak
...Product: xorg
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: minor
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: maximlevitsky at gmail.com
         QAContact: xorg-team at lists.x.org
Created an attachment (id=46993)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=46993)
kmemleaks dump
This bug probaly belongs more to kernel DRM driver, but I for now will document
all my findings here.
I am running kmemleak on...
2011 Oct 10
2
2 remaining patches in my patch queue that can be merged
Hi,
Here I post these 2 misc patches.
Best regards,
	Maxim Levitsky
2010 May 09
0
[PATCH] drm/nouveau: allow cursor image and position to survive suspend
- This isn't triggered yet on a normal kernel, because it still does a VT
switch, but it seemed like a good idea to fix this now.
Tested-by: Maxim Levitsky <maximlevitsky at gmail.com>
Signed-off-by: Maarten Maathuis <madman2003 at gmail.com>
---
 drivers/gpu/drm/nouveau/nouveau_crtc.h |    2 ++
 drivers/gpu/drm/nouveau/nouveau_drv.c  |   29 +++++++++++++++++++++++++++++
 drivers/gpu/drm/nouveau/nv04_cursor.c  |    1 +
 drivers/gpu/drm/nouveau/nv50_cursor.c...
2012 Aug 12
8
[Bug 53402] New: nouveau_bo.c:463:3: error: implicit declaration of function 'ttm_agp_tt_create'
https://bugs.freedesktop.org/show_bug.cgi?id=53402
             Bug #: 53402
           Summary: nouveau_bo.c:463:3: error: implicit declaration of
                    function 'ttm_agp_tt_create'
    Classification: Unclassified
           Product: xorg
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity:
2011 Feb 07
16
[Bug 33999] New: 2.6.37 - NV11 crashes X if glxgears maximised
https://bugs.freedesktop.org/show_bug.cgi?id=33999
           Summary: 2.6.37 - NV11 crashes X if glxgears maximised
           Product: xorg
           Version: unspecified
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...@redhat.com>
  Maurus Cuelenaere <mcuelenaere@gmail.com>
  max <manikulin@gmail.com>
  Max Filippov <jcmvbkbc@gmail.com>
  Max Tottenham <mtottenh@gmail.com>
  Maxim A. Nikulin <M.A.Nikulin@gmail.com>
  Maxim Kachur <mcdebugger@duganet.ru>
  Maxim Levitsky <maximlevitsky@gmail.com>
  Maxim Mikityanskiy <maxtram95@gmail.com>
  Maxim Osipov <maxim.osipov@gmail.com>
  Maxim Patlasov <mpatlasov@parallels.com>
  Maxim Uvarov <muvarov@gmail.com>
  Maxime Bizon <mbizon@freebox.fr>
  Maxime Coquelin <maxime.coquelin@stericsson.com>...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...@redhat.com>
  Maurus Cuelenaere <mcuelenaere@gmail.com>
  max <manikulin@gmail.com>
  Max Filippov <jcmvbkbc@gmail.com>
  Max Tottenham <mtottenh@gmail.com>
  Maxim A. Nikulin <M.A.Nikulin@gmail.com>
  Maxim Kachur <mcdebugger@duganet.ru>
  Maxim Levitsky <maximlevitsky@gmail.com>
  Maxim Mikityanskiy <maxtram95@gmail.com>
  Maxim Osipov <maxim.osipov@gmail.com>
  Maxim Patlasov <mpatlasov@parallels.com>
  Maxim Uvarov <muvarov@gmail.com>
  Maxime Bizon <mbizon@freebox.fr>
  Maxime Coquelin <maxime.coquelin@stericsson.com>...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...e@gmail.com>
  max <manikulin@gmail.com>
  Max Filippov <jcmvbkbc@gmail.com>
  Max Nekludov <Max.Nekludov@us.elster.com>
  Max Tottenham <mtottenh@gmail.com>
  Maxim A. Nikulin <M.A.Nikulin@gmail.com>
  Maxim Kachur <mcdebugger@duganet.ru>
  Maxim Levitsky <maximlevitsky@gmail.com>
  Maxim Mikityanskiy <maxtram95@gmail.com>
  Maxim Osipov <maxim.osipov@gmail.com>
  Maxim Patlasov <mpatlasov@parallels.com>
  Maxim Uvarov <muvarov@gmail.com>
  Maxime Bizon <mbizon@freebox.fr>
  Maxime Coquelin <maxime.coquelin@stericsson.com>...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...e@gmail.com>
  max <manikulin@gmail.com>
  Max Filippov <jcmvbkbc@gmail.com>
  Max Nekludov <Max.Nekludov@us.elster.com>
  Max Tottenham <mtottenh@gmail.com>
  Maxim A. Nikulin <M.A.Nikulin@gmail.com>
  Maxim Kachur <mcdebugger@duganet.ru>
  Maxim Levitsky <maximlevitsky@gmail.com>
  Maxim Mikityanskiy <maxtram95@gmail.com>
  Maxim Osipov <maxim.osipov@gmail.com>
  Maxim Patlasov <mpatlasov@parallels.com>
  Maxim Uvarov <muvarov@gmail.com>
  Maxime Bizon <mbizon@freebox.fr>
  Maxime Coquelin <maxime.coquelin@st.com>
  Maxime C...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...e@gmail.com>
  max <manikulin@gmail.com>
  Max Filippov <jcmvbkbc@gmail.com>
  Max Nekludov <Max.Nekludov@us.elster.com>
  Max Tottenham <mtottenh@gmail.com>
  Maxim A. Nikulin <M.A.Nikulin@gmail.com>
  Maxim Kachur <mcdebugger@duganet.ru>
  Maxim Levitsky <maximlevitsky@gmail.com>
  Maxim Mikityanskiy <maxtram95@gmail.com>
  Maxim Osipov <maxim.osipov@gmail.com>
  Maxim Patlasov <mpatlasov@parallels.com>
  Maxim Uvarov <muvarov@gmail.com>
  Maxime Bizon <mbizon@freebox.fr>
  Maxime Coquelin <maxime.coquelin@st.com>
  Maxime C...