search for: nv_evo

Displaying 8 results from an estimated 8 matches for "nv_evo".

Did you mean: nv_bo
2011 Oct 09
1
(no subject)
Hi, This is my work in documenting EVO. I did some RE to fill missing gaps. Best regards, Maxim Levitsky
2017 Nov 17
1
Blank console but X11 works on MCP79 - old regression since 3.8
...blob/master/drm/nouveau/nv50_display.c#L1808 and surrounding items. Looks like lut_clr sets 0x40000000 which was previously not used. Not sure what the difference between that and 0x00000000 is. This is what we have in rnndb for it: https://github.com/envytools/envytools/blob/master/rnndb/display/nv_evo.xml#L408 So bit 30 is mode, set is "high res", unset is "low res". So really what we want is 0x80000000 which leaves the LUT enabled but uses the low-res mode? All this could use some playing-around with. -ilia
2018 Mar 02
2
Nouveau Digest, Vol 131, Issue 3
On 03/02/2018 11:29 PM, Ilia Mirkin wrote: > On Fri, Mar 2, 2018 at 5:16 PM, Mario Kleiner > <mario.kleiner.de at gmail.com> wrote: >> On 03/01/2018 07:21 PM, nouveau-request at lists.freedesktop.org wrote: >>> >>> >>> Message: 1 >>> Date: Thu, 1 Mar 2018 08:15:55 -0500 >>> From: Ilia Mirkin <imirkin at alum.mit.edu> >>>
2018 Feb 07
2
nouveau 30bpp / deep color status
On Wed, Feb 07, 2018 at 06:28:42PM +0200, Ville Syrjälä wrote: > On Sun, Feb 04, 2018 at 06:50:45PM -0500, Ilia Mirkin wrote: > > In case anyone's curious about 30bpp framebuffer support, here's the > > current status: > > > > Kernel: > > > > Ben and I have switched the code to using a 256-based LUT for Kepler+, > > and I've also written a
2018 Mar 02
0
Nouveau Digest, Vol 131, Issue 3
...s well) should support higher bpc over HDMI. However there's no support for that in nouveau right now. I happen to have a monitor (TV) that advertises 12bpc support, so I may play with it. Here's how dithering is controlled: https://github.com/envytools/envytools/blob/master/rnndb/display/nv_evo.xml#L435 (and also exposed in the public display class docs at http://download.nvidia.com/open-gpu-doc/Display-Class-Methods/2/ ) In theory turning off dithering should also flip off that ENABLE bit, but perhaps we messed something up. Or HDMI is extra-special and doesn't respect that bit and...
2018 Feb 09
0
nouveau 30bpp / deep color status
...So we may even want > to somehow try to enumerate the different modes and let userspace pick > the mode that best suits its needs. That's already the case -- NVIDIA actually has like 5 different LUT modes on recent chips. https://github.com/envytools/envytools/blob/master/rnndb/display/nv_evo.xml#L25 <value value="0x4" name="INTERPOLATE_1025_UNITY_RANGE" variants="GF119-"/> <value value="0x5" name="INTERPOLATE_1025_XRBIAS_RANGE" variants="GF119-"/> <value value="0x6" name="INTERPOLATE_1025_XVYCC_R...
2018 Mar 05
2
Nouveau Digest, Vol 131, Issue 3
...bpc over HDMI. However there's no support for that in nouveau > right now. I happen to have a monitor (TV) that advertises 12bpc > support, so I may play with it. > > Here's how dithering is controlled: > > https://github.com/envytools/envytools/blob/master/rnndb/display/nv_evo.xml#L435 > > (and also exposed in the public display class docs at > http://download.nvidia.com/open-gpu-doc/Display-Class-Methods/2/ ) > > In theory turning off dithering should also flip off that ENABLE bit, > but perhaps we messed something up. Or HDMI is extra-special and &g...
2017 Nov 17
3
Blank console but X11 works on MCP79 - old regression since 3.8
On Friday 17 November 2017 18:41:17 Ilia Mirkin wrote: > On Fri, Nov 17, 2017 at 12:33 PM, Ondrej Zary > > <linux at rainbow-software.org> wrote: > > @@ -483,8 +483,8 @@ > > nouveau 0000:02:00.0: disp: 0860: 00000000 -> 00000500 > > nouveau 0000:02:00.0: disp: 0864: 00000000 > > nouveau 0000:02:00.0: disp: 0868: 00000000 -> 04000500 >