Lines Matching refs:cursor_bo
318 VIASETREG(PRIM_HI_FBOFFSET, iga->cursor_bo->offset);
322 VIASETREG(HI_FBOFFSET, iga->cursor_bo->offset);
588 VIASETREG(HI_FBOFFSET, iga->cursor_bo->offset);
4010 dst = drm_bo_map(pScrn, iga->cursor_bo);
4011 memset(dst, 0x00, iga->cursor_bo->size);
4012 memcpy(dst, image, iga->cursor_bo->size);
4013 drm_bo_unmap(pScrn, iga->cursor_bo);
4376 dst = drm_bo_map(pScrn, iga->cursor_bo);
4380 drm_bo_unmap(pScrn, iga->cursor_bo);
4432 dst = drm_bo_map(pScrn, iga->cursor_bo);
4433 memset(dst, 0x00, iga->cursor_bo->size);
4434 memcpy(dst, image, iga->cursor_bo->size);
4435 drm_bo_unmap(pScrn, iga->cursor_bo);