Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dvideo-uclass.c95 u16 *ppix = priv->fb; in video_clear() local
98 while (ppix < end) in video_clear()
99 *ppix++ = priv->colour_bg; in video_clear()
103 u32 *ppix = priv->fb; in video_clear() local
106 while (ppix < end) in video_clear()
107 *ppix++ = priv->colour_bg; in video_clear()
/openbmc/openbmc/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);
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c825 struct v4l2_plane_pix_format *ppix = &mp->plane_fmt[0]; in fmt_sp2mp() local
843 ppix->sizeimage = pix->sizeimage; in fmt_sp2mp()
844 ppix->bytesperline = pix->bytesperline; in fmt_sp2mp()
845 memset(ppix->reserved, 0, sizeof(ppix->reserved)); in fmt_sp2mp()
853 struct v4l2_plane_pix_format *ppix = &mp->plane_fmt[0]; in fmt_sp2mp_func() local
871 pix->sizeimage = ppix->sizeimage; in fmt_sp2mp_func()
872 pix->bytesperline = ppix->bytesperline; in fmt_sp2mp_func()
/openbmc/u-boot/common/
H A Dlcd.c207 u32 *ppix = lcd_base; in lcd_clear() local
212 *ppix++ = bg_color; in lcd_clear()