Searched defs:stream (Results 1 - 5 of 5) 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_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...] |
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...] |
Completed in 28 milliseconds