Searched refs:stream (Results 1 - 8 of 8) sorted by relevance
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | efb_edid.c | 142 efb_set_scl(void *s, int stream, int value) argument 148 switch (stream) { 161 reg = stream; 165 cmn_err(CE_NOTE, "efb i2c: unrecognized port: 0x%x\n", stream); 182 efb_set_sda(void *s, int stream, int value) argument 188 switch (stream) { 201 reg = stream; 205 cmn_err(CE_NOTE, "efb i2c: unrecognized port: 0x%x\n", stream); 222 efb_get_scl(void *s, int stream) argument 229 switch (stream) { 259 efb_get_sda(void *s, int stream) argument 295 efb_ddc_clk(void *efb_priv, int stream, int n) argument [all...] |
H A D | efb_vis.c | 72 if (efb_priv->consinfo.stream == 0) 142 * Determine which video stream the console will render on. 145 case 0: /* PROM version 1.10 or earlier uses 0 to mean stream 1 */ 147 efb_priv->consinfo.stream = 0; 150 efb_priv->consinfo.stream = 1; 170 devinit.width = efb_priv->w[efb_priv->consinfo.stream]; 171 devinit.height = efb_priv->h[efb_priv->consinfo.stream]; 173 efb_priv->depth[efb_priv->consinfo.stream] / 8; 174 devinit.depth = efb_priv->depth[efb_priv->consinfo.stream]; 208 if (efb_priv->consinfo.stream 421 int stream = efb_priv->consinfo.stream; local 445 int stream; local 477 int stream, save; local 794 int stream = efb_priv->consinfo.stream; local 991 int stream = efb_priv->consinfo.stream; local [all...] |
H A D | efb_map.c | 221 int stream = efb_priv->consinfo.stream; local 224 efb_cmap_read(efb_priv, 0, EFB_CMAP_ENTRIES, stream); 226 ctx->colormap[0][i] = efb_priv->colormap[stream][0][i]; 227 ctx->colormap[1][i] = efb_priv->colormap[stream][1][i]; 228 ctx->colormap[2][i] = efb_priv->colormap[stream][2][i]; 256 int stream = efb_priv->consinfo.stream; local 260 efb_priv->colormap[stream][0][i] = ctx->colormap[0][i]; 261 efb_priv->colormap[stream][ [all...] |
H A D | efb_vis.h | 54 uint32_t stream; /* Console's stream */ member in struct:efb_consinfo
|
H A D | efb_drv.c | 363 int stream = 0; local 373 stream = edid_buf.head; 374 if (stream < GFX_EDID_HEAD_ONE || stream > GFX_EDID_HEAD_TWO) { 378 /* map to the internal stream number */ 379 stream--; 385 ret = efb_read_edid(efb_priv, stream, results, &length); 412 int stream; local 431 stream = edid_buf.head; 432 if (stream < GFX_EDID_HEAD_ON 626 size_compute(efb_private_t *efb_priv, int stream, uint32_t h_total_disp, uint32_t v_total_disp) argument [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/ |
H A D | ast_res_try_now.c | 71 GFX_EDID_HEAD_ONE, /* Video stream 1 bit */ 72 GFX_EDID_HEAD_TWO /* Video stream 2 bit */ 131 int stream_index; /* Video stream index (zero-based) */ 148 * Get the current hardware video mode for each applicable stream 203 fb_info->stream = ast_stream_bit[stream_index]; 369 int stream_index; /* Video stream index (zero-based) */ 391 fb_info->stream = ast_stream_bit[stream_index];
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/ |
H A D | efb_res_try_now.c | 73 GFX_EDID_HEAD_ONE, /* Video stream 1 bit */ 74 GFX_EDID_HEAD_TWO /* Video stream 2 bit */ 136 int stream_index; /* Video stream index (zero-based) */ 153 * Get the current hardware video mode for each applicable stream 208 fb_info->stream = efb_stream_bit[stream_index]; 377 int stream_index; /* Video stream index (zero-based) */ 399 fb_info->stream = efb_stream_bit[stream_index];
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/ |
H A D | mga_res_try_now.c | 65 GFX_EDID_HEAD_ONE, /* Video stream 1 bit */ 66 GFX_EDID_HEAD_TWO /* Video stream 2 bit */ 125 int stream_index; /* Video stream index (zero-based) */ 142 * Get the current hardware video mode for each applicable stream 197 fb_info->stream = mga_stream_bit[stream_index]; 363 int stream_index; /* Video stream index (zero-based) */ 385 fb_info->stream = mga_stream_bit[stream_index];
|
Completed in 52 milliseconds