Searched refs:max_streams (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_dev.h49 int max_streams; /* Number of video streams { 1..2 } */ member in struct:__anon21
H A Dfbc_dev.c241 * The actual device->max_streams value should be provided
248 device->stream_hi = 0; /* Bounded by device->max_streams */
249 device->max_streams = 1; /* Provided via fbc_get_properties() */
490 * be called in order to fill in the device->max_streams value.
506 (device->stream_hi >= device->max_streams)) {
509 device->stream_hi = device->max_streams - 1;
H A Dfbc_res.c221 if (device->max_streams > 1) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/
H A Dast_properties.c231 device->max_streams = 1; /* No 'a'|'b' suffixes */
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/
H A Dmga_properties.c231 device->max_streams = 1; /* No 'a'|'b' suffixes */
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defb_properties.c671 device->max_streams = 1; /* XVR-50 has no 'a'|'b' suffixes */
711 device->max_streams = 2; /* 'a'|'b' suffixes */
723 device->max_streams = 2; /* 'a'|'b' suffixes */

Completed in 25 milliseconds