Home
last modified time | relevance | path

Searched refs:ppix (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dglyphcurs.c80 PixmapPtr ppix; in ServerBitsFromGlyph() local
94 ppix = (PixmapPtr) (*pScreen->CreatePixmap) (pScreen, cm->width, in ServerBitsFromGlyph()
98 if (!ppix || !pGC) { in ServerBitsFromGlyph()
99 if (ppix) in ServerBitsFromGlyph()
100 (*pScreen->DestroyPixmap) (ppix); in ServerBitsFromGlyph()
117 ValidateGC((DrawablePtr) ppix, pGC); in ServerBitsFromGlyph()
118 (*pGC->ops->PolyFillRect) ((DrawablePtr) ppix, pGC, 1, &rect); in ServerBitsFromGlyph()
123 ValidateGC((DrawablePtr) ppix, pGC); in ServerBitsFromGlyph()
124 (*pGC->ops->PolyText16) ((DrawablePtr) ppix, pGC, cm->xhot, cm->yhot, in ServerBitsFromGlyph()
126 (*pScreen->GetImage) ((DrawablePtr) ppix, 0, 0, cm->width, cm->height, in ServerBitsFromGlyph()
[all …]
H A Dcolormap.c246 Pixel *ppix, **pptr; in CreateColormap() local
302 ppix = xallocarray(size, sizeof(Pixel)); in CreateColormap()
303 if (!ppix) { in CreateColormap()
307 pmap->clientPixelsRed[client] = ppix; in CreateColormap()
309 ppix[i] = i; in CreateColormap()
343 ppix = xallocarray(size, sizeof(Pixel)); in CreateColormap()
344 if (!ppix) { in CreateColormap()
349 pmap->clientPixelsGreen[client] = ppix; in CreateColormap()
351 ppix[i] = i; in CreateColormap()
358 ppix = xallocarray(size, sizeof(Pixel)); in CreateColormap()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau/
H A D0001-nouveau-fixup-driver-for-new-X-server-ABI.patch35 -nouveau_exa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr slave, void **handle_p)
36 +nouveau_exa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr secondary, void **handle_p)
38 struct nouveau_bo *bo = nouveau_pixmap_bo(ppix);
39 struct nouveau_pixmap *nvpix = nouveau_pixmap(ppix);
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-nouveau/
H A D0001-nouveau-fixup-driver-for-new-X-server-ABI.patch37 -nouveau_exa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr slave, void **handle_p)
38 +nouveau_exa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr secondary, void **handle_p)
40 struct nouveau_bo *bo = nouveau_pixmap_bo(ppix);
41 struct nouveau_pixmap *nvpix = nouveau_pixmap(ppix);
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/
H A D0002-ati-cleanup-terminology-to-use-primary-secondary.patch65 @@ -1356,7 +1356,7 @@ drmmode_set_scanout_pixmap(xf86CrtcPtr crtc, PixmapPtr ppix)
82 -extern Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr slave, void **handle_p);
83 +extern Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr secondary, void **handle_p);
84 extern Bool RADEONEXASetSharedPixmapBacking(PixmapPtr ppix, void *handle);
95 -extern Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr slave, void **handle_p);
96 +extern Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr secondary, void **handle_p);
97 extern Bool RADEONEXASetSharedPixmapBacking(PixmapPtr ppix, void *handle);
135 -Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr slave, void **fd_handle)
136 +Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr seconndary, void **fd_handle)
138 struct radeon_exa_pixmap_priv *driver_priv = exaGetPixmapDriverPrivate(ppix);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati/
H A D0001-ati-cleanup-terminology-to-use-primary-secondary.patch63 @@ -1356,7 +1356,7 @@ drmmode_set_scanout_pixmap(xf86CrtcPtr crtc, PixmapPtr ppix)
80 -extern Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr slave, void **handle_p);
81 +extern Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr secondary, void **handle_p);
82 extern Bool RADEONEXASetSharedPixmapBacking(PixmapPtr ppix, void *handle);
93 -extern Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr slave, void **handle_p);
94 +extern Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr secondary, void **handle_p);
95 extern Bool RADEONEXASetSharedPixmapBacking(PixmapPtr ppix, void *handle);
133 -Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr slave, void **fd_handle)
134 +Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr seconndary, void **fd_handle)
136 struct radeon_exa_pixmap_priv *driver_priv = exaGetPixmapDriverPrivate(ppix);
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c604 dispatch_dirty_pixmap(ScrnInfoPtr scrn, xf86CrtcPtr crtc, PixmapPtr ppix) in dispatch_dirty_pixmap() argument
607 msPixmapPrivPtr ppriv = msGetPixmapPriv(&ms->drmmode, ppix); in dispatch_dirty_pixmap()
611 dispatch_dirty_region(scrn, ppix, damage, fb_id); in dispatch_dirty_pixmap()
1557 msSharePixmapBacking(PixmapPtr ppix, ScreenPtr screen, void **handle) in msSharePixmapBacking() argument
1562 ret = ms_shareable_fd_from_pixmap(ppix->drawable.pScreen, ppix, in msSharePixmapBacking()
1572 msSetSharedPixmapBacking(PixmapPtr ppix, void *fd_handle) in msSetSharedPixmapBacking() argument
1574 ScreenPtr screen = ppix->drawable.pScreen; in msSetSharedPixmapBacking()
1582 return drmmode_SetSlaveBO(ppix, &ms->drmmode, ihandle, 0, 0); in msSetSharedPixmapBacking()
1585 ret = ms_back_pixmap_from_fd(ppix, ihandle, in msSetSharedPixmapBacking()
1586 ppix->drawable.width, in msSetSharedPixmapBacking()
[all …]
H A Ddrmmode_display.c1294 drmmode_SetSlaveBO(PixmapPtr ppix, in drmmode_SetSlaveBO() argument
1297 msPixmapPrivPtr ppriv = msGetPixmapPriv(drmmode, ppix); in drmmode_SetSlaveBO()
1315 drmmode_SharedPixmapPresent(PixmapPtr ppix, xf86CrtcPtr crtc, in drmmode_SharedPixmapPresent() argument
1320 if (master->PresentSharedPixmap(ppix)) { in drmmode_SharedPixmapPresent()
1322 if (drmmode_SharedPixmapFlip(ppix, crtc, drmmode)) in drmmode_SharedPixmapPresent()
1328 return drmmode_SharedPixmapPresentOnVBlank(ppix, crtc, drmmode); in drmmode_SharedPixmapPresent()
1333 msPixmapPrivPtr ppriv = msGetPixmapPriv(drmmode, ppix); in drmmode_SharedPixmapPresent()
1338 if (master->RequestSharedPixmapNotifyDamage(ppix)) in drmmode_SharedPixmapPresent()
1345 return drmmode_SharedPixmapPresentOnVBlank(ppix, crtc, drmmode); in drmmode_SharedPixmapPresent()
1389 drmmode_SharedPixmapPresentOnVBlank(PixmapPtr ppix, xf86CrtcPtr crtc, in drmmode_SharedPixmapPresentOnVBlank() argument
[all …]
H A Ddrmmode_display.h329 Bool drmmode_SetSlaveBO(PixmapPtr ppix,
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c810 struct v4l2_plane_pix_format *ppix = &mp->plane_fmt[0]; in fmt_sp2mp() local
828 ppix->sizeimage = pix->sizeimage; in fmt_sp2mp()
829 ppix->bytesperline = pix->bytesperline; in fmt_sp2mp()
830 memset(ppix->reserved, 0, sizeof(ppix->reserved)); in fmt_sp2mp()
838 struct v4l2_plane_pix_format *ppix = &mp->plane_fmt[0]; in fmt_sp2mp_func() local
856 pix->sizeimage = ppix->sizeimage; in fmt_sp2mp_func()
857 pix->bytesperline = ppix->bytesperline; in fmt_sp2mp_func()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideo-uclass.c113 u32 *ppix = priv->fb; in video_clear() local
116 while (ppix < end) in video_clear()
117 *ppix++ = priv->colour_bg; in video_clear()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c402 Pixel *ppix; in vfbInstallColormap() local
420 ppix = xallocarray(entries, sizeof(Pixel)); in vfbInstallColormap()
425 ppix[i] = i; in vfbInstallColormap()
427 QueryColors(pmap, entries, ppix, prgb, serverClient); in vfbInstallColormap()
430 defs[i].pixel = ppix[i] & 0xff; /* change pixel to index */ in vfbInstallColormap()
438 free(ppix); in vfbInstallColormap()
/OK3568_Linux_fs/u-boot/common/
H A Dlcd.c208 u32 *ppix = lcd_base; in lcd_clear() local
213 *ppix++ = bg_color; in lcd_clear()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog23880 drmmode_set_scanout_pixmap_(cpu/gpu) would only do teardown if ppix ==
23882 SetScanoutPixmap(ppix != NULL) without calls to SetScanoutPixmap(ppix ==
23891 multiple consecutive calls to SetScanoutPixmap(ppix != NULL).
23956 as it would need a second ppix parameter to function with double buffering,
24038 master->RequestSharedPixmapNotifyDamage(ppix), the sink driver can request
24039 for the source driver to call slave->SharedPixmapNotifyDamage(ppix) in
24040 response to damage on the master screen pixmap tracked by ppix.
24629 modesetting: Set ppix->fb_id to 0 after removing the fb