search for: gm10x

Displaying 20 results from an estimated 35 matches for "gm10x".

Did you mean: gm107
2016 Oct 17
1
[PATCH] exa: add GM10x acceleration support
On Mon, Oct 17, 2016 at 5:28 AM, Samuel Pitoiset <samuel.pitoiset at gmail.com> wrote: > Looks reasonable, some minor comments below. > > > On 10/16/2016 02:06 AM, Ilia Mirkin wrote: >> diff --git a/src/nvc0_exa.c b/src/nvc0_exa.c >> index 6add60b..a53dfe6 100644 >> --- a/src/nvc0_exa.c >> +++ b/src/nvc0_exa.c >> @@ -914,14 +914,56 @@
2016 Jan 03
2
Nouveau support for GeForce GT 730 or GTX 750 Ti?
...); although this last ( GSkUP ) has never been usable at all ( garbage on screen). So, does nouveau support these cards? Should I choose GTX 750 Ti or GT 730 or neither of them? Is that true that GTX 750 Ti is Maxwell and may work with xf86-video-nouveau v1.0.11, but the next v1.0.12 removed the GM10x support? So should I buy instead the GT 730 card? -- Best, Pali
2016 Jan 03
0
Nouveau support for GeForce GT 730 or GTX 750 Ti?
...has never been usable at all ( garbage on screen). > > So, does nouveau support these cards? > > Should I choose GTX 750 Ti or GT 730 or neither of them? > > Is that true that GTX 750 Ti is Maxwell and may work with > xf86-video-nouveau v1.0.11, but the next v1.0.12 removed the GM10x > support? In effect nothing was removed, only fixed. Anything you read to the contrary is incorrect. GM10x is driven just fine by xf86-video-modesetting, much better than it ever was by xf86-video-nouveau (for example you get functioning DRI2 support, ability to create core contexts, etc). How...
2015 Dec 10
2
[ANNOUNCE] xf86-video-nouveau 1.0.12
...Check before trying a solid fill nv04-nv40: don't attempt to do 32-bit shifts older hardware prefers copy to clear, so use that nv50/exa: add comments showing the code that makes up the programs Avoid build fail without COMPOSITE glamor: remove remove maxwell GM10x support for now xv: use correct max width/height settings fix build after glamor removal Maarten Lankhorst (13): enable dri3 support without glamor move down call to nouveau_present_init until after fb init. fix crash in nouveau_glamor_set_shared_pixmap_backing...
2015 Dec 10
2
[ANNOUNCE] xf86-video-nouveau 1.0.12
...Check before trying a solid fill nv04-nv40: don't attempt to do 32-bit shifts older hardware prefers copy to clear, so use that nv50/exa: add comments showing the code that makes up the programs Avoid build fail without COMPOSITE glamor: remove remove maxwell GM10x support for now xv: use correct max width/height settings fix build after glamor removal Maarten Lankhorst (13): enable dri3 support without glamor move down call to nouveau_present_init until after fb init. fix crash in nouveau_glamor_set_shared_pixmap_backing...
2016 Jan 03
2
Nouveau support for GeForce GT 730 or GTX 750 Ti?
...to buy >> GeForce GT730 >> So, does nouveau support these cards? >> >> Should I choose GTX 750 Ti or GT 730 or neither of them? >> >> Is that true that GTX 750 Ti is Maxwell and may work with >> xf86-video-nouveau v1.0.11, but the next v1.0.12 removed the GM10x >> support? >> So should I buy instead the GT 730 card? > > I would very much recommend a GT 730 over a GTX 750 Ti in terms of > nouveau support, although they are not comparable in price or > performance (GT 730 will be cheaper and slower). But on the bright > side you...
2016 Oct 27
0
[PATCH v2 1/7] exa: add GM10x acceleration support
rendercheck -f a8r8g8b8 passes as much as on a GK208, and xv appears to work. Very lightly tested. Instead of sticking coordinates into pushbufs, the vertex shader is modified to read them from a constbuf, indexed by vertex id. This approach could be used for all nvc0 generations, but I didn't want to rock the boat. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> ---
2016 Oct 17
0
[PATCH] exa: add GM10x acceleration support
Looks reasonable, some minor comments below. On 10/16/2016 02:06 AM, Ilia Mirkin wrote: > rendercheck -f a8r8g8b8 passes as much as on a GK208, and xv appears to > work. Very lightly tested. > > Instead of sticking coordinates into pushbufs, the vertex shader is > modified to read them from a constbuf, indexed by vertex id. This > approach could be used for all nvc0 generations,
2016 Oct 27
2
[PATCH v2 5/7] nvc0: refactor TIC uploads to allow different specifics per generation
Are you sure this refactoring doesn't break anything? Few comments inline. On 10/27/2016 04:02 PM, Ilia Mirkin wrote: > This flips GM10x to using the updated format, which is what I tested > with. However GM20x and GP10x also use this TIC format. > > Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> > --- > src/nvc0_accel.c | 11 ++++++++++ > src/nvc0_accel.h | 56 +++++++++++++++++++++++++++++++++++++++++...
2017 Mar 13
0
[ANNOUNCE] xf86-video-nouveau 1.0.14
Ilia Mirkin (7):       exa: add GM10x acceleration support       hwdefs: update nvc0_3d, add gm107_texture for new TIC format       nvc0: make use of the new hwdefs for TEX_CB_INDEX       nvc0: rename BEGIN_IMC0 to IMMED_NVC0       nvc0: refactor TIC uploads to allow different specifics per generation       copy: add maxwell/pascal cop...
2017 Sep 04
1
Power Management under Nouveau
Hello, I would like some clarity from the developers on the state of power management for nouveau. I have recently acquired a Dell XPS 15 (2017) 9560 with: 00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:591b] (rev 04) 01:00.0 3D controller [0302]: NVIDIA Corporation Device [10de:1c8d] (rev a1) There seems to be contradictory information online with Arch Wiki mentioning:
2017 Mar 13
0
[ANNOUNCE] xf86-video-nouveau 1.0.14
Ilia Mirkin (7):       exa: add GM10x acceleration support       hwdefs: update nvc0_3d, add gm107_texture for new TIC format       nvc0: make use of the new hwdefs for TEX_CB_INDEX       nvc0: rename BEGIN_IMC0 to IMMED_NVC0       nvc0: refactor TIC uploads to allow different specifics per generation       copy: add maxwell/pascal cop...
2016 Oct 17
2
[PATCH 4/5] nvc0: refactor TIC uploads to allow different specifies per generation
Few comments below. On 10/16/2016 09:14 PM, Ilia Mirkin wrote: > This flips GM10x to using the updated format, which is what I tested > with. However GM20x and GP10x also use this TIC format. > > Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> > --- > src/nvc0_accel.c | 11 ++++++++++ > src/nvc0_accel.h | 56 +++++++++++++++++++++++++++++++++++++++++...
2018 Jan 16
10
[Bug 104652] New: None of the video outputs are usable for GTX 1060 - jerky video very few seconds
https://bugs.freedesktop.org/show_bug.cgi?id=104652 Bug ID: 104652 Summary: None of the video outputs are usable for GTX 1060 - jerky video very few seconds Product: xorg Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium
2015 Dec 10
0
[ANNOUNCE] xf86-video-nouveau 1.0.12
...ll > nv04-nv40: don't attempt to do 32-bit shifts > older hardware prefers copy to clear, so use that > nv50/exa: add comments showing the code that makes up the programs > Avoid build fail without COMPOSITE > glamor: remove > remove maxwell GM10x support for now > xv: use correct max width/height settings > fix build after glamor removal > > Maarten Lankhorst (13): > enable dri3 support without glamor > move down call to nouveau_present_init until after fb init. > fix crash in nouveau_glamo...
2016 Oct 27
0
[PATCH v2 5/7] nvc0: refactor TIC uploads to allow different specifics per generation
On Thu, Oct 27, 2016 at 1:19 PM, Samuel Pitoiset <samuel.pitoiset at gmail.com> wrote: > Are you sure this refactoring doesn't break anything? > > Few comments inline. > > > On 10/27/2016 04:02 PM, Ilia Mirkin wrote: >> >> This flips GM10x to using the updated format, which is what I tested >> with. However GM20x and GP10x also use this TIC format. >> >> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> >> --- >> src/nvc0_accel.c | 11 ++++++++++ >> src/nvc0_accel.h | 56 +++++++++++++++++...
2016 Feb 15
2
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...AM, Ben Skeggs <skeggsb at gmail.com> wrote: > From: Ben Skeggs <bskeggs at redhat.com> > > Adds support for the new TIC layout that's present on Maxwell GPUs, > heavily based on the code for the existing layout. > > This code is required for GM20x support. While GM10x supports the older > layout still, this commit switches it to use the updated version instead. > > Piglit testing shows zero regressions on GM107. > > Signed-off-by: Ben Skeggs <bskeggs at redhat.com> > --- > src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 8 + > s...
2016 Oct 16
2
[PATCH] exa: add GM10x acceleration support
rendercheck -f a8r8g8b8 passes as much as on a GK208, and xv appears to work. Very lightly tested. Instead of sticking coordinates into pushbufs, the vertex shader is modified to read them from a constbuf, indexed by vertex id. This approach could be used for all nvc0 generations, but I didn't want to rock the boat. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- Note: this
2016 Oct 16
0
[PATCH 4/5] nvc0: refactor TIC uploads to allow different specifies per generation
This flips GM10x to using the updated format, which is what I tested with. However GM20x and GP10x also use this TIC format. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/nvc0_accel.c | 11 ++++++++++ src/nvc0_accel.h | 56 ++++++++++++++++++++++++++++++++++++++++++++++ src/nvc0_exa.c | 22...
2016 Oct 27
0
[PATCH v2 5/7] nvc0: refactor TIC uploads to allow different specifics per generation
This flips GM10x to using the updated format, which is what I tested with. However GM20x and GP10x also use this TIC format. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/nvc0_accel.c | 11 ++++++++++ src/nvc0_accel.h | 56 ++++++++++++++++++++++++++++++++++++++++++++++ src/nvc0_exa.c | 23...