Home
last modified time | relevance | path

Searched refs:surface (Results 51 – 75 of 150) sorted by relevance

123456

/openbmc/qemu/hw/display/
H A Dnext-fb.c77 DisplaySurface *surface = qemu_console_surface(s->con); in nextfb_update() local
88 framebuffer_update_display(surface, &s->fbsection, s->cols, s->rows, in nextfb_update()
H A Dssd0303.c209 DisplaySurface *surface = qemu_console_surface(s->con); in ssd0303_update_display() local
223 switch (surface_bits_per_pixel(surface)) { in ssd0303_update_display()
255 dest = surface_data(surface); in ssd0303_update_display()
H A Dtcx.c215 DisplaySurface *surface = qemu_console_surface(ts->con); in tcx_update_display() local
221 assert(surface_bits_per_pixel(surface) == 32); in tcx_update_display()
225 d = surface_data(surface); in tcx_update_display()
227 dd = surface_stride(surface); in tcx_update_display()
265 DisplaySurface *surface = qemu_console_surface(ts->con); in tcx24_update_display() local
272 assert(surface_bits_per_pixel(surface) == 32); in tcx24_update_display()
276 d = surface_data(surface); in tcx24_update_display()
280 dd = surface_stride(surface); in tcx24_update_display()
H A Dcg3.c91 DisplaySurface *surface = qemu_console_surface(s->con); in cg3_update_display() local
100 if (surface_bits_per_pixel(surface) != 32) { in cg3_update_display()
108 data = (uint32_t *)surface_data(surface); in cg3_update_display()
H A Dpl110.c216 DisplaySurface *surface = qemu_console_surface(s->con); in pl110_update_display() local
298 framebuffer_update_display(surface, &s->fbsection, in pl110_update_display()
322 DisplaySurface *surface = qemu_console_surface(s->con); in pl110_update_palette() local
337 switch (surface_bits_per_pixel(surface)) { in pl110_update_palette()
H A Dpxa2xx_lcd.c1011 DisplaySurface *surface = qemu_console_surface(s->con); in pxa2xx_palette_parse() local
1084 switch (surface_bits_per_pixel(surface)) { in pxa2xx_palette_parse()
1117 DisplaySurface *surface = qemu_console_surface(s->con); in pxa2xx_lcdc_dma0_redraw_rot0() local
1137 framebuffer_update_display(surface, &s->fbsection, s->xres, s->yres, in pxa2xx_lcdc_dma0_redraw_rot0()
1146 DisplaySurface *surface = qemu_console_surface(s->con); in pxa2xx_lcdc_dma0_redraw_rot90() local
1166 framebuffer_update_display(surface, &s->fbsection, s->xres, s->yres, in pxa2xx_lcdc_dma0_redraw_rot90()
1176 DisplaySurface *surface = qemu_console_surface(s->con); in pxa2xx_lcdc_dma0_redraw_rot180() local
1198 framebuffer_update_display(surface, &s->fbsection, s->xres, s->yres, in pxa2xx_lcdc_dma0_redraw_rot180()
1207 DisplaySurface *surface = qemu_console_surface(s->con); in pxa2xx_lcdc_dma0_redraw_rot270() local
1229 framebuffer_update_display(surface, &s->fbsection, s->xres, s->yres, in pxa2xx_lcdc_dma0_redraw_rot270()
H A Dexynos4210_fimd.c1247 DisplaySurface *surface = qemu_console_surface(s->console); in exynos4210_update_resolution() local
1255 if (s->ifb == NULL || surface_width(surface) != width || in exynos4210_update_resolution()
1256 surface_height(surface) != height) { in exynos4210_update_resolution()
1258 surface_width(surface), surface_height(surface), width, height); in exynos4210_update_resolution()
1269 DisplaySurface *surface; in exynos4210_fimd_update() local
1288 surface = qemu_console_surface(s->console); in exynos4210_fimd_update()
1328 bpp = surface_bits_per_pixel(surface); in exynos4210_fimd_update()
1331 d = surface_data(surface); in exynos4210_fimd_update()
H A Ddm163.c291 DisplaySurface *surface = qemu_console_surface(s->console); in dm163_update_display() local
294 dest = surface_data(surface); in dm163_update_display()
/openbmc/qemu/ui/
H A Dqemu-pixman.c251 pixman_image_t *surface, in qemu_pixman_glyph_render() argument
259 pixman_image_composite(PIXMAN_OP_SRC, ibg, NULL, surface, in qemu_pixman_glyph_render()
263 pixman_image_composite(PIXMAN_OP_OVER, ifg, glyph, surface, in qemu_pixman_glyph_render()
H A Dconsole-priv.h22 DisplaySurface *surface; member
H A Dgtk.c494 DisplaySurface *surface) in gd_switch() argument
499 trace_gd_switch(vc->label, surface_width(surface), surface_height(surface)); in gd_switch()
501 if (vc->gfx.surface) { in gd_switch()
502 cairo_surface_destroy(vc->gfx.surface); in gd_switch()
503 vc->gfx.surface = NULL; in gd_switch()
515 vc->gfx.ds = surface; in gd_switch()
525 (surface_data(surface), in gd_switch()
527 surface_width(surface), in gd_switch()
528 surface_height(surface), in gd_switch()
529 surface_stride(surface)); in gd_switch()
[all …]
/openbmc/linux/drivers/platform/
H A DMakefile13 obj-$(CONFIG_SURFACE_PLATFORMS) += surface/
H A DKconfig14 source "drivers/platform/surface/Kconfig"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7635.patch13 bliting operation on the surface will look up a color past a blit map
52 + for ( i=0; i<surface->w; ++i ) {
/openbmc/linux/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt52 device relative to the center of the planet, i.e. relative to its surface at
56 is held with its screen flat on the planets surface and 0 on the other axes,
78 its top towards surface, you get a negative y axis.
125 display is readable by a person standing upright on the earth surface, this
131 device on a flat surface and spin it around the z axis (such as rotating a
/openbmc/qemu/include/hw/display/
H A Dxlnx_dp.h55 DisplaySurface *surface; member
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dsimple-framebuffer.txt13 - format: The format of the framebuffer surface. Valid values are:
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c734 srf = &vfbs->surface->res; in vmw_kms_stdu_surface_dirty()
989 new_vfbs->surface->metadata.base_size.width == hdisplay && in vmw_stdu_primary_plane_prepare_fb()
990 new_vfbs->surface->metadata.base_size.height == vdisplay) in vmw_stdu_primary_plane_prepare_fb()
1028 metadata = new_vfbs->surface->metadata; in vmw_stdu_primary_plane_prepare_fb()
1068 vps->surf = vmw_surface_reference(new_vfbs->surface); in vmw_stdu_primary_plane_prepare_fb()
1288 cmd_update->body.image.sid = vfbs->surface->res.id; in vmw_stdu_surface_update_proxy()
1320 cmd_copy->body.src.sid = vfbs->surface->res.id; in vmw_stdu_surface_populate_copy()
1394 if (vfbs->surface->res.id != stdu->display_srf->res.id) { in vmw_stdu_plane_update_surface()
H A Dvmwgfx_kms.h232 struct vmw_surface *surface; member
457 struct vmw_surface *surface,
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_draw.c79 make_drawable(struct qxl_device *qdev, int surface, uint8_t type, in make_drawable() argument
92 drawable->surface_id = surface; /* Only primary for now */ in make_drawable()
/openbmc/qemu/include/ui/
H A Dsdl2.h32 DisplaySurface *surface; member
H A Dqemu-pixman.h92 pixman_image_t *surface,
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0024-userland-Sync-needed-defines-for-weston-build.patch25 +typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETDAMAGEREGIONKHRPROC) (EGLDisplay dpy, EGLSurface surface
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Delan,ekth3000.yaml38 description: touchpad is a clickpad (the entire surface is a button)
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbb-matrix-plot.sh38 XY plane rather than as the texture for the surface

123456