Lines Matching refs:pI830
87 I830Ptr pI830 = I830PTR(pScrn);
116 if (SUPPORTS_YTILING(pI830))
129 if (!pI830->tiling ||
130 (!IS_I965G(pI830) && !pI830->kernel_exec_fencing))
170 I830Ptr pI830 = I830PTR(pScrn);
194 if (SUPPORTS_YTILING(pI830))
207 if (!pI830->tiling ||
208 (!IS_I965G(pI830) && !pI830->kernel_exec_fencing))
287 I830Ptr pI830 = I830PTR(pScrn);
302 if (pixmap_is_scanout(get_drawable_pixmap(dst)) && pI830->swapbuffers_wait) {
350 pI830->need_mi_flush = FALSE;
358 drmCommandNone(pI830->drmSubFD, DRM_I915_GEM_THROTTLE);
365 I830Ptr pI830 = I830PTR(pScrn);
388 info.fd = pI830->drmSubFD;
398 p = pI830->deviceName;
410 info.driverName = IS_I965G(pI830) ? "i965" : "i915";
439 I830Ptr pI830 = I830PTR(pScrn);
442 pI830->directRenderingType = DRI_NONE;