Lines Matching refs:pI830
58 I830Ptr pI830 = I830PTR(pScrn);
60 return (unsigned long)pPix->devPrivate.ptr - (unsigned long)pI830->FbBase;
72 I830Ptr pI830 = I830PTR(pScrn);
73 I830RingBuffer *ring = &pI830->ring;
109 if (IS_I965G(pI830))
114 pI830->uxa_driver = NULL;
135 I830Ptr pI830 = I830PTR(pScrn);
140 if (!pScrn->vtSema || !pI830->batch_bo)
152 I830Ptr pI830 = I830PTR(pScrn);
155 if (IS_I965G(pI830))
185 I830Ptr pI830 = I830PTR(pScrn);
225 if (IS_I965G(pI830)) {
226 pI830->accel_pixmap_offset_alignment = 4 * 2;
227 pI830->accel_pixmap_pitch_alignment = 64;
228 pI830->accel_max_x = 8192;
229 pI830->accel_max_y = 8192;
231 pI830->accel_pixmap_offset_alignment = 4;
232 pI830->accel_pixmap_pitch_alignment = 64;
233 pI830->accel_max_x = 2048;
234 pI830->accel_max_y = 2048;