search for: 4fcd4c1

Displaying 2 results from an estimated 2 matches for "4fcd4c1".

2018 Mar 01
1
[PATCH] Fix colormap handling at screen depth 30.
...equipment to make sure identity gamma ramps actually are identity mappings at the output. Signed-off-by: Mario Kleiner <mario.kleiner.de at gmail.com> --- src/nv_driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nv_driver.c b/src/nv_driver.c index 32062eb..4fcd4c1 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -1568,8 +1568,8 @@ NVScreenInit(SCREEN_INIT_ARGS_DECL) * Must follow initialization of the default colormap */ if (xf86_config->num_crtc && - !xf86HandleColormaps(pScreen, 256, 8, NVLoadPalette, - NULL, CMAP_PALETTED_...
2018 Mar 02
2
Nouveau Digest, Vol 131, Issue 3
...gs at the output. >> >> Signed-off-by: Mario Kleiner <mario.kleiner.de at gmail.com> >> --- >> src/nv_driver.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/src/nv_driver.c b/src/nv_driver.c >> index 32062eb..4fcd4c1 100644 >> --- a/src/nv_driver.c >> +++ b/src/nv_driver.c >> @@ -1568,8 +1568,8 @@ NVScreenInit(SCREEN_INIT_ARGS_DECL) >> * Must follow initialization of the default colormap >> */ >> if (xf86_config->num_crtc && >> -...