search for: nv50_evo_crtc_clut_mode_on

Displaying 3 results from an estimated 3 matches for "nv50_evo_crtc_clut_mode_on".

2017 Nov 17
1
Blank console but X11 works on MCP79 - old regression since 3.8
...kernel, you can use modetest from > libdrm/tests. Not sure if it supports C8 though =/ > > I think the issue is this: > > - OUT_RING(evo, nv_crtc->lut.depth == 8 ? > - NV50_EVO_CRTC_CLUT_MODE_OFF : > - NV50_EVO_CRTC_CLUT_MODE_ON); > > Whereas now we always set 0xC0000000 (aka "ON"). In case I was being unclear, I'm talking about https://github.com/skeggsb/nouveau/blob/master/drm/nouveau/nv50_display.c#L1808 and surrounding items. Looks like lut_clr sets 0x40000000 which was previously not used. Not s...
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 >
2017 Nov 17
0
Blank console but X11 works on MCP79 - old regression since 3.8
...By the way, instead of booting $kernel, you can use modetest from libdrm/tests. Not sure if it supports C8 though =/ I think the issue is this: - OUT_RING(evo, nv_crtc->lut.depth == 8 ? - NV50_EVO_CRTC_CLUT_MODE_OFF : - NV50_EVO_CRTC_CLUT_MODE_ON); Whereas now we always set 0xC0000000 (aka "ON"). -ilia