Displaying 20 results from an estimated 117 matches for "nv20".
Did you mean:
  nv10
  
2010 Apr 22
1
nv20tcl and renouveau questions
First some data errors I get with both nv20 exa and nv20 dri/mesa.
1.
RT_FORMAT
LINEAR + X8R8G8B8
 Ch 1/5 Class 0x0597 Mthd 0x0208 Data 0x00800080:0x00000105
 Ch 1/5 Class 0x0597 Mthd 0x0208 Data 0x01000100:0x00000105
LINEAR + A8R8G8B8
 Ch 1/5 Class 0x0597 Mthd 0x0208 Data 0x01000100:0x00000108
 Ch 1/5 Class 0x0597 Mthd 0x0208 Data 0x008000...
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
...|  140 ----
 src/gallium/drivers/nv10/nv10_state_emit.c         |  333 --------
 src/gallium/drivers/nv10/nv10_surface.c            |   63 --
 src/gallium/drivers/nv10/nv10_transfer.c           |  178 -----
 src/gallium/drivers/nv10/nv10_vbo.c                |   78 --
 src/gallium/drivers/nv20/Makefile                  |   21 -
 src/gallium/drivers/nv20/nv20_clear.c              |   14 -
 src/gallium/drivers/nv20/nv20_context.c            |  424 ----------
 src/gallium/drivers/nv20/nv20_context.h            |  150 ----
 src/gallium/drivers/nv20/nv20_fragprog.c           |   21 -
 src/gal...
2008 Mar 05
2
[Bug 14824] New: nv20 says unknown DCB entry with randr1.2
http://bugs.freedesktop.org/show_bug.cgi?id=14824
           Summary: nv20 says unknown DCB entry with randr1.2
           Product: xorg
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freed...
2009 Feb 09
9
[Bug 20023] New: nv20: unwanted solid fills during busyloop rendering
http://bugs.freedesktop.org/show_bug.cgi?id=20023
           Summary: nv20: unwanted solid fills during busyloop rendering
           Product: Mesa
           Version: CVS
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: ASSIGNED
          Severity: minor
          Priority: medium
         Component: Drivers/DRI/nouveau
        Assig...
2009 Dec 30
4
[PATCH 1/3] nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped
- This avoids problematic "reloc'ed while mapped" messages and
some associated corruption as well.
Signed-off-by: Maarten Maathuis <madman2003 at gmail.com>
---
 src/gallium/drivers/nouveau/nouveau_screen.c   |   21 +++++++++++++++++++++
 src/gallium/drivers/nouveau/nouveau_screen.h   |    3 +++
 src/gallium/drivers/nouveau/nouveau_stateobj.h |   13 +++++++++++++
2010 Jan 18
0
[PATCH] nv04-nv40: Rewrite and unify miptree and transfer code (v2)
...m/drivers/nv10/nv10_screen.c     |   13 +--
 src/gallium/drivers/nv10/nv10_state.c      |    2 +-
 src/gallium/drivers/nv10/nv10_state.h      |   13 --
 src/gallium/drivers/nv10/nv10_state_emit.c |   14 +-
 src/gallium/drivers/nv10/nv10_transfer.c   |  178 ---------------------
 src/gallium/drivers/nv20/Makefile          |    2 -
 src/gallium/drivers/nv20/nv20_context.h    |    6 +-
 src/gallium/drivers/nv20/nv20_fragtex.c    |    2 +-
 src/gallium/drivers/nv20/nv20_miptree.c    |  226 --------------------------
 src/gallium/drivers/nv20/nv20_screen.c     |   13 +--
 src/gallium/drivers/nv20/nv20_...
2009 Dec 31
1
[PATCH] Print NOUVEAU_NO_SWIZZLE and NOUVEAU_NO_TRANSFER messages only once
...things down due to terminal rerendering and obscures useful messages.
This patch only calls debug_get_bool_option once and caches the result in a static variable.
---
 src/gallium/drivers/nv04/nv04_transfer.c |    6 ++++--
 src/gallium/drivers/nv10/nv10_transfer.c |    6 ++++--
 src/gallium/drivers/nv20/nv20_miptree.c  |    5 ++++-
 src/gallium/drivers/nv20/nv20_transfer.c |    6 ++++--
 src/gallium/drivers/nv30/nv30_miptree.c  |    5 ++++-
 src/gallium/drivers/nv30/nv30_transfer.c |    6 ++++--
 src/gallium/drivers/nv40/nv40_miptree.c  |    5 ++++-
 src/gallium/drivers/nv40/nv40_transfer.c |    6...
2008 Jan 13
6
[Bug 14060] New: Server fails to start with randr 1.2 and a NV20
http://bugs.freedesktop.org/show_bug.cgi?id=14060
           Summary: Server fails to start with randr 1.2 and a NV20
           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
        ReportedBy: mathieu.berard...
2010 Jan 18
0
[PATCH] nv04-nv40: Rewrite and unify miptree and transfer code
...10_miptree.c    |  165 -------------------
 src/gallium/drivers/nv10/nv10_screen.c     |   13 +--
 src/gallium/drivers/nv10/nv10_state.h      |   13 --
 src/gallium/drivers/nv10/nv10_state_emit.c |   14 +-
 src/gallium/drivers/nv10/nv10_transfer.c   |  178 ---------------------
 src/gallium/drivers/nv20/Makefile          |    2 -
 src/gallium/drivers/nv20/nv20_context.h    |    4 +-
 src/gallium/drivers/nv20/nv20_miptree.c    |  226 --------------------------
 src/gallium/drivers/nv20/nv20_screen.c     |   13 +--
 src/gallium/drivers/nv20/nv20_state.h      |   13 --
 src/gallium/drivers/nv20/nv20_...
2017 Jun 06
2
[Bug 101323] New: [nv20] glx-swap-event hangs X server
https://bugs.freedesktop.org/show_bug.cgi?id=101323
            Bug ID: 101323
           Summary: [nv20] glx-swap-event hangs X server
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/nouveau
          Assignee: nouveau at lists.freedesktop.or...
2009 Dec 21
2
[PATCH 1/2] Unreference state/buffer objects on context/screen destruction
...ipe)
  {
  	struct nv30_context *nv30 = nv30_context(pipe);
+    unsigned i;
+    for (i = 0; i < NV30_STATE_MAX; i++) {
+        if (nv30->state.hw[i])
+            so_ref(NULL, &nv30->state.hw[i]);
+    }
+
  	if (nv30->draw)
  		draw_destroy(nv30->draw);
  	FREE(nv30);
Index: nv20/nv20_screen.c
===================================================================
--- nv20/nv20_screen.c	(wersja 32083)
+++ nv20/nv20_screen.c	(kopia robocza)
@@ -116,6 +116,8 @@
  	nouveau_notifier_free(&screen->sync);
  	nouveau_grobj_free(&screen->kelvin);
+	nouveau_screen_fini(&a...
2008 Nov 11
2
Memory corruption on Gallium window resize, diagnosed?
Hi,
I've been playing with nouveau/mesa branch gallium-0.1, trying to get
trivial/tri working on nv20 (with nv10 code). When ever I resize the window,
it ends up in an assert failure:
#0  0xf790744f in _debug_assert_fail (expr=0xf791908f "0", file=0xf7919050 "nv20_state_emit.c", line=139, 
    function=0xf7919034 "nv20_state_emit_framebuffer") at p_debug.c:335
#1  0xf...
2010 Feb 09
1
texture dimension limits in ddx
...(w > 2046 || h > 2046)
                NOUVEAU_FALLBACK("picture too large, %dx%d\n", w, h);
check_render_target does :
        if (w > 4096 || h > 4096)
                return FALSE;
So we have different size limits for the source and the destination ?
Another thing is that nv20 uses nv10_exa.c code, and the limit in
check_texture could be increased for nv20 according to curro :
01:03 < curro_> shining: btw, about the 2048x2048 fallback, i'm quite
sure it's wrong for nv2x
01:05 < curro_> shining: it can do 4096x4096 with no problems, IIRC
And finally I...
2012 Jun 27
32
[Bug 51477] New: bad/missing graphics with NV11 / GeForce 2MX/MX400
https://bugs.freedesktop.org/show_bug.cgi?id=51477
             Bug #: 51477
           Summary: bad/missing graphics with NV11 / GeForce 2MX/MX400
    Classification: Unclassified
           Product: xorg
           Version: unspecified
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component:
2010 Apr 20
0
[PATCH] nv10/exa : demagify tex and rt format
...b8, 0x900 },
+	{ PICT_a8,       NV10TCL_TX_FORMAT_FORMAT_A8_RECT },
+	{ PICT_r5g6b5,   NV10TCL_TX_FORMAT_FORMAT_R5G6B5_RECT },
+	{ PICT_x8r8g8b8, NV10TCL_TX_FORMAT_FORMAT_A8R8G8B8_RECT },
+	{ PICT_a8r8g8b8, NV10TCL_TX_FORMAT_FORMAT_A8R8G8B8_RECT },
 	{},
 
+/* That's awesome, we need to use the nv20 rect formats on nv20 for
+ * NV10TCL_TX_FORMAT. Only A8_RECT differs between nv10 and nv20, but with the
+ * great side-effect to cause a DATA error when that is enabled */
 }, nv20_tex_format_rect[] = {
-	{ PICT_a8,	 0xd80 },
-	{ PICT_r5g6b5,   0x880 },
-	{ PICT_x8r8g8b8, 0x900 },
-	{ PICT_a8r8g8b...
2014 Feb 10
0
[PATCH] drm/nouveau: support for platform devices
...one:
> +	mutex_unlock(&nv_devices_mutex);
> +	return ret;
> +}
I think there's some potential for refactoring here, since the only
difference that I can spot is in whether the pdev or the platformdev
fields are assigned.
> diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nv20.c b/drivers/gpu/drm/nouveau/core/engine/graph/nv20.c
> index b24559315903..d145e080899a 100644
> --- a/drivers/gpu/drm/nouveau/core/engine/graph/nv20.c
> +++ b/drivers/gpu/drm/nouveau/core/engine/graph/nv20.c
> @@ -349,7 +349,7 @@ nv20_graph_init(struct nouveau_object *object)
>  	nv...
2014 Feb 10
2
[PATCH] drm/nouveau: support for platform devices
...was complaining about the absence of device->pdev.
 drivers/gpu/drm/nouveau/core/engine/device/base.c  | 104 ++++++++++++++++++++-
 drivers/gpu/drm/nouveau/core/engine/falcon.c       |   6 +-
 drivers/gpu/drm/nouveau/core/engine/fifo/base.c    |   2 +-
 drivers/gpu/drm/nouveau/core/engine/graph/nv20.c   |   2 +-
 drivers/gpu/drm/nouveau/core/engine/graph/nv40.c   |   2 +-
 drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c   |   4 +-
 drivers/gpu/drm/nouveau/core/engine/xtensa.c       |   2 +-
 drivers/gpu/drm/nouveau/core/include/core/device.h |  30 ++++++
 .../gpu/drm/nouveau/core/include/engi...
2014 Feb 11
2
[PATCH] drm/nouveau: support for platform devices
...evice_platform_create_() to take a void pointer and a type
saying whether the device is PCI or platform, otherwise we will end up
duplicating the mutex code in two functions, ending up with even more
code than my current version.
>
>> diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nv20.c b/drivers/gpu/drm/nouveau/core/engine/graph/nv20.c
>> index b24559315903..d145e080899a 100644
>> --- a/drivers/gpu/drm/nouveau/core/engine/graph/nv20.c
>> +++ b/drivers/gpu/drm/nouveau/core/engine/graph/nv20.c
>> @@ -349,7 +349,7 @@ nv20_graph_init(struct nouveau_object *o...
2014 Feb 12
2
[PATCH v2] drm/nouveau: support for platform devices
...of
>   nouveau_drm_load().
> 
>  drivers/gpu/drm/nouveau/core/engine/device/base.c  | 83 ++++++++++++++++++++--
>  drivers/gpu/drm/nouveau/core/engine/falcon.c       |  6 +-
>  drivers/gpu/drm/nouveau/core/engine/fifo/base.c    |  2 +-
>  drivers/gpu/drm/nouveau/core/engine/graph/nv20.c   |  2 +-
>  drivers/gpu/drm/nouveau/core/engine/graph/nv40.c   |  2 +-
>  drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c   |  4 +-
>  drivers/gpu/drm/nouveau/core/engine/xtensa.c       |  2 +-
>  drivers/gpu/drm/nouveau/core/include/core/device.h | 30 ++++++++
>  .../gpu/drm/nou...
2014 Feb 12
0
[PATCH v2] drm/nouveau: support for platform devices
...in relevant functions instead of
  nouveau_drm_load().
 drivers/gpu/drm/nouveau/core/engine/device/base.c  | 83 ++++++++++++++++++++--
 drivers/gpu/drm/nouveau/core/engine/falcon.c       |  6 +-
 drivers/gpu/drm/nouveau/core/engine/fifo/base.c    |  2 +-
 drivers/gpu/drm/nouveau/core/engine/graph/nv20.c   |  2 +-
 drivers/gpu/drm/nouveau/core/engine/graph/nv40.c   |  2 +-
 drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c   |  4 +-
 drivers/gpu/drm/nouveau/core/engine/xtensa.c       |  2 +-
 drivers/gpu/drm/nouveau/core/include/core/device.h | 30 ++++++++
 .../gpu/drm/nouveau/core/include/engine/...