Lines Matching defs:pI830
52 I830Ptr pI830 = I830PTR(pScrn);
55 if (!pI830->XvMCEnabled)
58 if (pI830->use_drm_mode &&
59 (IS_I915G(pI830) || IS_I915GM(pI830)))
62 if (IS_I9XX(pI830)) {
63 if (IS_I915(pI830))
65 else if (IS_G4X(pI830) || IS_IGDNG(pI830))
86 I830Ptr pI830 = I830PTR(pScrn);
103 ret = drmCommandWrite(pI830->drmSubFD, DRM_I915_SETPARAM,
114 I830Ptr pI830 = I830PTR(pScrn);
126 pI830->XvMCEnabled = FALSE;
133 pI830->PciInfo->domain,
134 pI830->PciInfo->bus,
135 pI830->PciInfo->dev,
136 pI830->PciInfo->func);
146 I830Ptr pI830 = I830PTR(pScrn);
154 if (drmAddMap(pI830->drmSubFD,
155 (drm_handle_t)(xvmc_driver->batch->offset+pI830->LinearAddr),
167 I830Ptr pI830 = I830PTR(pScrn);
170 drmRmMap(pI830->drmSubFD, xvmc_driver->batch_handle);