Displaying 20 results from an estimated 50 matches for "koriakin".
2009 Dec 15
2
[PATCH 1/2] drm/nv04: Fix NV04 set_operation software method.
Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net>
---
 drivers/gpu/drm/nouveau/nv04_graph.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nv04_graph.c b/drivers/gpu/drm/nouveau/nv04_graph.c
index 396ee92..d561d77 100644
--- a/drivers/gpu/drm/nouveau/nv04_graph.c
+++ b/drivers/gpu/...
2009 Sep 16
3
[Bug 23972] New: Nouveau KMS - kernel crash when loading drm on G86 [GeForce 8400M GS]
http://bugs.freedesktop.org/show_bug.cgi?id=23972
           Summary: Nouveau KMS - kernel crash when loading drm on G86
                    [GeForce 8400M GS]
           Product: xorg
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: high
         Component: Driver/nouveau
       
2010 Jan 26
1
[PATCH] drm/nouveau: Add module options to disable acceleration.
noaccel=1 disables all acceleration and doesn't even attempt
initialising PGRAPH+PFIFO, nofbaccel=1 only makes fbcon unaccelerated.
Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net>
---
 drivers/gpu/drm/nouveau/nouveau_drv.c   |    8 +++++++
 drivers/gpu/drm/nouveau/nouveau_drv.h   |    2 +
 drivers/gpu/drm/nouveau/nouveau_fbcon.c |   10 ++++++--
 drivers/gpu/drm/nouveau/nouveau_state.c |   32 +++++++++++++++++++-----------
 4 files changed, 37 insertions(+), 1...
2009 Aug 07
9
[Bug 23198] New: nv50/NVS135M: video hangs/flickers when fullscreen
http://bugs.freedesktop.org/show_bug.cgi?id=23198
           Summary: nv50/NVS135M: video hangs/flickers when fullscreen
           Product: xorg
           Version: 7.3
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
       
2014 Aug 03
1
Old video cards donation
From: "Marcin Ko?cielnicki" <koriakin at 0x04.net>
>> * AGP 4x video card Creative Labs 3D Blaster NVIDIA GeForce 2 GTS (NV15)
>> DDR 32 MB VGA output
>
> Say, could I see a hi-res photo of that card? I'd be interested if it has 
> an MPEG decoder chip (such cards are hard to find and I'm not entirely 
&...
2014 Feb 05
2
[PATCH 1/3] drm/nv4c/mc: nv4x igp's have a different msi rearm register
See https://bugs.freedesktop.org/show_bug.cgi?id=74492
Reported-by: Ronald <ronald645 at gmail.com>
Suggested-by: Marcin Ko?cielnicki <koriakin at 0x04.net>
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
 drivers/gpu/drm/nouveau/Makefile                  |  1 +
 drivers/gpu/drm/nouveau/core/engine/device/nv40.c | 10 ++---
 drivers/gpu/drm/nouveau/core/include/subdev/mc.h  |  1 +
 drivers/gpu/drm/nouveau/core/subdev/mc/nv...
2010 Jun 13
1
[PATCHv2] kmmio/mmiotrace: fix double free of kmmio_fault_pages
...x it by marking kmmio_fault_pages which are scheduled for release
and not adding them second time.
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
Acked-by: Pekka Paalanen <pq at iki.fi>
Cc: Stuart Bennett <stuart at freedesktop.org>
Tested-by: Marcin Ko?cielnicki <koriakin at 0x04.net>
Tested-by: Shinpei KATO <shinpei at il.is.s.u-tokyo.ac.jp>
---
v2: added test to testmmiotrace.c
---
 arch/x86/mm/kmmio.c         |   16 +++++++++++++---
 arch/x86/mm/testmmiotrace.c |   22 ++++++++++++++++++++++
 2 files changed, 35 insertions(+), 3 deletions(-)
diff --git a...
2010 Mar 11
2
nv50 mouse cursor disappears hourly
I compiled linux-2.6 from git.  I think my last pull/merge? is this one (git show)
commit d03ab2d78b6ab62e94f9958da50b4419c27e0f60
Author: Marcin Ko?cielnicki <koriakin at 0x04.net>
Date:   Mon Mar 1 00:18:39 2010 +0000
    drm/nv50: Improve PGRAPH interrupt handling.
I also compiled nouveau-drm_2.4.18-1_amd64.deb and nouveau_drv.so that day and installed them to a Debian system.
I'm using KDE 4.3.  The mouse cursor disappears, but menu items that glow w...
2010 May 30
8
[Bug 28320] New: Xserver hangs in an infinite loop
https://bugs.freedesktop.org/show_bug.cgi?id=28320
           Summary: Xserver hangs in an infinite loop
           Product: xorg
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: high
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
       
2019 Oct 12
0
[PATCH xf86-video-nouveau] nv4/exa: tiling is unsupported pre-nv10, reduce alignment requirements
...g, this was never supported in nouveau.
This change enables 1920x1200 resolutions since the maximum surface
pitch has to be strictly less than 8192. The current logic will align
1920*4 up to 8192 unnecessarily.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: Marcin KoĆcielnicki <koriakin at 0x04.net>
Cc: Francisco Jerez <currojerez at riseup.net>
---
 src/nouveau_dri2.c | 5 ++++-
 src/nv_driver.c    | 3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/nouveau_dri2.c b/src/nouveau_dri2.c
index 3d53785..ce0a573 100644
--- a/src/nouveau_dri2.c
+++ b/src...
2009 Dec 22
1
[TEST REQUEST] NV50/NV8x/NV9x ctxprog and ctxvals generator
So, I wrote a generator for ctxprogs on NV50, NV84, NV86, NV92, NV94, NV96, 
NV98. Atm it's only tested with NV86 and I'd like to see if it works for all 
the other cards, especially NV50. NVAx support is still missing due to some 
differences, but should be coming soon. Address is 
http://0x04.net/~mwk/gen.diff , please test it with all mentioned cards, and 
involve as much gallium as
2010 Feb 25
0
[PATCH] drm/nv50: Remove redundant/incorrect ctxvals initialisation.
11c/004 offset corresponds to PGRAPH reg 0x400828, and is initialised
earlier anyway by both our ctxprog generator and blob ctxvals. It's
actually incorrect with the generator, since we use different layout
on pre-NVA0.
Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net>
---
 drivers/gpu/drm/nouveau/nv50_graph.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nv50_graph.c b/drivers/gpu/drm/nouveau/nv50_graph.c
index 857a096..08d87b7 100644
--- a/drivers/gpu/drm/nouveau/nv50_graph.c
+++ b/drivers/gp...
2010 Apr 02
1
[PATCH] drm/nv50: Add NVA3 support in ctxprog/ctxvals generator.
Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net>
---
 drivers/gpu/drm/nouveau/nv50_grctx.c |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nv50_grctx.c b/drivers/gpu/drm/nouveau/nv50_grctx.c
index 3c3cc46..42a8fb2 100644
--- a/drivers/gpu/drm/nouveau/nv50_grctx.c
+++ b/...
2014 Aug 03
2
Old video cards donation
Dear all,
I  have a few old video cards that I want to get rid of. I've been suggested 
to check whether any nouveau developer would be interested in getting one of 
them for development / testing purposes.
Here's the list :
* AGP 4x video card Creative Labs 3D Blaster NVIDIA GeForce 2 GTS (NV15) DDR 
32 MB VGA output
* AGP 2x video card NVIDIA Riva TNT2 (NV5) SDR 32 MB VGA/TV output
*
2009 Aug 08
21
[Bug 23212] New: oops on rmmod nouveau with nv31m
http://bugs.freedesktop.org/show_bug.cgi?id=23212
           Summary: oops on rmmod nouveau with nv31m
           Product: xorg
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
       
2010 Feb 09
1
[PATCH] Remove some UMS leftovers.
---
 src/nv_driver.c |   32 +-------------------------------
 1 files changed, 1 insertions(+), 31 deletions(-)
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 248a151..9606d97 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -315,8 +315,6 @@ NVAdjustFrame(int scrnIndex, int x, int y, int flags)
 /*
  * This is called when VT switching back to the X server.  Its job is
  * to
2010 Apr 11
1
[PATCH 1/2] drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10.
Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net>
---
 drivers/gpu/drm/nouveau/nv04_fbcon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nv04_fbcon.c b/drivers/gpu/drm/nouveau/nv04_fbcon.c
index 813b25c..7cf9287 100644
--- a/drivers/gpu/drm/nouveau/nv04_fbcon.c
+++ b/drivers/gpu/...
2009 Sep 04
5
[Bug 23712] New: NVA0 KMS: kernel NULL pointer dereference
http://bugs.freedesktop.org/show_bug.cgi?id=23712
           Summary: NVA0 KMS: kernel NULL pointer dereference
           Product: xorg
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
       
2016 Sep 06
2
i32 vs i32 signext for C int parameters to library functions
I'm trying to fix a longstanding bug with library function calls on 
platforms where int is passed sign-extended in a register (it badly 
affects SystemZ, and has a chance of affecting PowerPC64, SPARC64, 
MIPS64 as well).
The problem is that, on these platforms, C int corresponds to a "i32 
signext" parameter, but all LLVM passes inserting library calls 
currently use just
2009 Sep 10
24
[Bug 23847] New: kernel BUG when using nouveau
http://bugs.freedesktop.org/show_bug.cgi?id=23847
           Summary: kernel BUG when using nouveau
           Product: xorg
           Version: 7.4
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: shiningxc at