search for: xf86getoptvalstr

Displaying 7 results from an estimated 7 matches for "xf86getoptvalstr".

2018 Dec 08
0
[ANNOUNCE] xf86-video-i128 1.4.0
...compilation warnings. Kevin Brace Brace Computer Laboratory https://bracecomputerlab.com --- Adam Jackson (2): Don't bother to include vbe.h Remove mibstore.h Alan Coopersmith (1): Update configure.ac bug URL for gitlab migration Kevin Brace (2): Use const char for xf86GetOptValString return type Version bumped to Version 1.4.0 Laurent Carlier (1): Stop using deprecated xf86PciInfo.h Mihail Konev (1): autogen: add default patch prefix git tag: xf86-video-i128-1.4.0 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-i128-1.4.0.tar.bz2 MD5:...
2018 Dec 25
0
[ANNOUNCE] xf86-video-chips 1.3.0
...https://bracecomputerlab.com --- Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update configure.ac bug URL for gitlab migration Emil Velikov (1): autogen.sh: use quoted string variables Kevin Brace (3): Use const char for xf86GetOptValString return type Suppress logical operation and parenthesis related compilation warning Version bumped to 1.3.0 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish git tag: xf86-video-chips-...
2019 Feb 07
0
[ANNOUNCE] xf86-video-apm 1.3.0
...Computer Laboratory blog https://bracecomputerlab.com [1] https://gitlab.freedesktop.org/xorg/xserver/commit/0803918e64262482035f042e5e1f2a571d3dea1b -- Adam Jackson (1): Remove #include "mibstore.h" Kevin Brace (5): Remove miInitializeBackingStore Use const char for xf86GetOptValString return type Eliminate unused variable compilation warnings Use libpciaccess for newer X Servers when unmapping video RAM Version bumped to 1.3.0 Mihail Konev (1): autogen: add default patch prefix git tag: xf86-video-apm-1.3.0 https://xorg.freedesktop.org/archive/indiv...
2019 Feb 08
0
[ANNOUNCE] xf86-video-s3virge 1.11.0
...Coopersmith (4): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update README for gitlab migration Update configure.ac bug URL for gitlab migration Emil Velikov (1): autogen.sh: use quoted string variables Kevin Brace (4): Use const char for xf86GetOptValString return type Eliminate unused variable compilation warnings Eliminate unused function compilation warnings Version bumped to 1.11.0 Mihail Konev (1): autogen: add default patch prefix Nick Hudson (1): Increase BIOS_BSIZE. Peter Hutterer (1): autogen.sh: use...
2019 Jul 25
0
[ANNOUNCE] xf86-video-s3 0.7.0
...Update configure.ac bug URL for gitlab migration Emil Velikov (1): autogen.sh: use quoted string variables Eric S. Raymond (1): Fix malformed list syntax. Gaetan Nadon (1): Remove mibstore.h Kevin Brace (5): Discontinue the use of xf86PciInfo.h Use const char for xf86GetOptValString return type Eliminate set but not used variable compilation warnings Eliminate unused variable compilation warning Version bumped to 0.7.0 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure...
2018 Jan 13
0
[PATCH] drmmode: update logic for dynamic connectors, paths, and tiles
...onnector_type], pScrn->scrnIndex - GPU_SCREEN_OFFSET + 1, - koutput->connector_type_id); -#endif - else - snprintf(name, 32, "%s-%d", - output_names[koutput->connector_type], - koutput->connector_type_id); - if (xf86IsEntityShared(pScrn->entityList[0])) { s = xf86GetOptValString(pNv->Options, OPTION_ZAPHOD_HEADS); if (s) { @@ -1300,7 +1442,7 @@ drmmode_output_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int num, int crtcshi return 0; } - drmmode_output->output_id = drmmode->mode_res->connectors[num]; + drmmode_output->output_id = mode_res->co...
2018 Oct 09
0
[PATCH] drmmode: update logic for dynamic connectors, paths, and tiles
...onnector_type], pScrn->scrnIndex - GPU_SCREEN_OFFSET + 1, - koutput->connector_type_id); -#endif - else - snprintf(name, 32, "%s-%d", - output_names[koutput->connector_type], - koutput->connector_type_id); - if (xf86IsEntityShared(pScrn->entityList[0])) { s = xf86GetOptValString(pNv->Options, OPTION_ZAPHOD_HEADS); if (s) { @@ -1300,7 +1453,7 @@ drmmode_output_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int num, int crtcshi return 0; } - drmmode_output->output_id = drmmode->mode_res->connectors[num]; + drmmode_output->output_id = mode_res->co...