Lines Matching refs:cursor_offset
151 OUTREG(R128_CUR_OFFSET, r128_crtc->cursor_offset + pScrn->fbOffset + yorigin * 16);
155 OUTREG(R128_CUR2_OFFSET, r128_crtc->cursor_offset + pScrn->fbOffset + yorigin * 16);
180 R128CopySwap(info->FB + r128_crtc->cursor_offset + pScrn->fbOffset, src,
183 R128CopySwap(info->FB + r128_crtc->cursor_offset + pScrn->fbOffset, src,
187 memcpy(info->FB + r128_crtc->cursor_offset + pScrn->fbOffset, src, CURSOR_WIDTH * CURSOR_HEIGHT / 4);
207 uint32_t cursor_offset = 0;
227 cursor_offset = R128_ALIGN((fbarea->box.x1 + width * fbarea->box.y1) * cpp, 16);
235 cursor_offset = osArea->offset;
249 r128_crtc->cursor_offset = cursor_offset + (c * size);
253 (unsigned int)r128_crtc->cursor_offset);