Home
last modified time | relevance | path

Searched refs:UploadToScreen (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A Dexamodule.c167 pExaScr->info->UploadToScreen = NULL; in exaDDXDriverInit()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.h481 Bool (*UploadToScreen) (PixmapPtr pDst, member
H A Dexa_accel.c153 !pExaScr->info->UploadToScreen) in exaDoPutImage()
212 ok = pExaScr->info->UploadToScreen(pPix, x1 + xoff, y1 + yoff, in exaDoPutImage()
512 if (!pExaScr->info->UploadToScreen) in exaHWCopyNtoN()
532 UploadToScreen(pDstPixmap, pbox->x1 + dst_off_x, in exaHWCopyNtoN()
H A Dexa_glyphs.c374 if (!pExaScr->info->UploadToScreen || pExaScr->swappedOut || in exaGlyphCacheUploadGlyph()
403 if (pExaScr->info->UploadToScreen(pCachePixmap, in exaGlyphCacheUploadGlyph()
H A Dexa_migration_classic.c304 pExaScr->info->UploadToScreen, EXA_PREPARE_DEST, NULL); in exaCopyDirtyToFb()
H A Dexa.c1032 if (pScreenInfo->UploadToScreen != NULL) { in exaDriverInit()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_draw.c477 fakexa->exa->UploadToScreen = ephyrUploadToScreen; in ephyrDrawInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c1117 exa->UploadToScreen = ms_exa_upload_to_screen; in ms_setup_exa()
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog1660 - EXA: Check sys_ptr isn't NULL before passing it to the UploadToScreen
/OK3568_Linux_fs/external/xserver/
H A DChangeLog113617 EXA: Check sys_ptr isn't NULL before passing it to the UploadToScreen hook.
118711 EXA: Don't use UploadToScreen for CopyNtoN with mixed pixmaps.
121105 EXA: Fix mixed pixmaps crash with missing / failing UploadToScreen hook.
121109 UploadToScreen hook or provides one which can fail: There can be a crash
121194 EXA: Try to minimize UploadToScreen calls for mixed pixmaps.
121208 and copy the results back using the UploadToScreen hook. Use the classic
121215 DownloadFrom/UploadToScreen hooks, e.g.:
121218 requires byte-swapping and swap bytes in DownloadFrom/UploadToScreen.
121221 between GPU / CPU storage to the Download/From/UploadToScreen hooks.
125307 EXA: Bail earlier from exaDoPutImage if the driver has no UploadToScreen hook.
[all …]