Lines Matching defs:output
38 SMILynx_OutputDPMS_crt(xf86OutputPtr output, int mode)
40 ScrnInfoPtr pScrn = output->scrn;
80 SMILynx_OutputDPMS_lcd(xf86OutputPtr output, int mode)
82 ScrnInfoPtr pScrn = output->scrn;
92 output->crtc == crtcConf->crtc[1]){
125 SMILynx_OutputDPMS_bios(xf86OutputPtr output, int mode)
128 ScrnInfoPtr pScrn = output->scrn;
157 SMILynx_OutputGetModes_crt(xf86OutputPtr output)
159 ScrnInfoPtr pScrn = output->scrn;
178 xf86OutputSetEDID(output,pMon);
179 LEAVE(xf86OutputGetEDIDModes(output));
185 pMon=xf86OutputGetEDID(output,pSmi->I2C);
187 xf86OutputSetEDID(output,pMon);
188 LEAVE(xf86OutputGetEDIDModes(output));
195 xf86OutputSetEDID(output,pMon);
196 LEAVE(xf86OutputGetEDIDModes(output));
204 SMILynx_OutputDetect_crt(xf86OutputPtr output)
206 SMIPtr pSmi = SMIPTR(output->scrn);
208 vgaHWPtr hwp = VGAHWPTR(output->scrn);
240 xf86OutputPtr output;
257 if(! (output = xf86OutputCreate(pScrn,outputFuncs,"LVDS")))
260 output->possible_crtcs = 1 << 0;
261 output->possible_clones = 0;
262 output->interlaceAllowed = FALSE;
263 output->doubleScanAllowed = FALSE;
276 if(! (output = xf86OutputCreate(pScrn,outputFuncs,"LVDS")))
279 output->interlaceAllowed = FALSE;
280 output->doubleScanAllowed = FALSE;
281 output->possible_crtcs = (1 << 0) | (1 << 1);
282 output->possible_clones = 1 << 1;
293 if(! (output = xf86OutputCreate(pScrn,outputFuncs,"VGA")))
296 output->interlaceAllowed = FALSE;
297 output->doubleScanAllowed = FALSE;
299 output->possible_crtcs = 1 << 0;
300 output->possible_clones = 1 << 0;