Lines Matching refs:i830_output
371 I830OutputPrivatePtr i830_output = output->driver_private;
375 if (i830_output->type != I830_OUTPUT_ANALOG)
378 I830I2CInit(pScrn, &i830_output->pDDCBus, GPIOA, "CRTDDC_A");
379 detect = xf86I2CProbeAddress(i830_output->pDDCBus, 0x00A0);
380 xf86DestroyI2CBusRec(i830_output->pDDCBus, TRUE, TRUE);
530 I830OutputPrivatePtr i830_output;
539 i830_output = xnfcalloc (sizeof (I830OutputPrivateRec), 1);
540 if (!i830_output)
545 i830_output->type = I830_OUTPUT_ANALOG;
548 i830_output->pipe_mask = (1 << 0);
550 i830_output->pipe_mask = ((1 << 0) | (1 << 1));
551 i830_output->clone_mask = ((1 << I830_OUTPUT_ANALOG) |
554 output->driver_private = i830_output;