Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Ddisplay.c195 struct vfio_device_gfx_plane_info *plane) in vfio_display_update_cursor() argument
197 if (dmabuf->pos_x != plane->x_pos || dmabuf->pos_y != plane->y_pos) { in vfio_display_update_cursor()
198 dmabuf->pos_x = plane->x_pos; in vfio_display_update_cursor()
199 dmabuf->pos_y = plane->y_pos; in vfio_display_update_cursor()
202 if (dmabuf->hot_x != plane->x_hot || dmabuf->hot_y != plane->y_hot) { in vfio_display_update_cursor()
203 dmabuf->hot_x = plane->x_hot; in vfio_display_update_cursor()
204 dmabuf->hot_y = plane->y_hot; in vfio_display_update_cursor()
213 struct vfio_device_gfx_plane_info plane; in vfio_display_get_dmabuf() local
218 memset(&plane, 0, sizeof(plane)); in vfio_display_get_dmabuf()
219 plane.argsz = sizeof(plane); in vfio_display_get_dmabuf()
[all …]
/openbmc/u-boot/include/linux/mtd/
H A Dnand.h75 unsigned int plane; member
436 pos->plane = pos->eraseblock % nand->memorg.planes_per_lun; in nanddev_offs_to_pos()
526 pos->plane = 0; in nanddev_pos_next_target()
548 pos->plane = 0; in nanddev_pos_next_lun()
568 pos->plane = pos->eraseblock % nand->memorg.planes_per_lun; in nanddev_pos_next_eraseblock()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/
H A Dlibdaq_3.0.19.bb2 …ayer for interacting with a data source (traditionally a network interface or network data plane)."
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbb-matrix-plot.sh38 XY plane rather than as the texture for the surface
/openbmc/qemu/hw/display/
H A Dvga.c790 int memory_map_mode, plane; in vga_mem_readb() local
819 plane = addr & 3; in vga_mem_readb()
823 plane = (s->gr[VGA_GFX_PLANE_READ] & 2) | (addr & 1); in vga_mem_readb()
826 plane = s->gr[VGA_GFX_PLANE_READ]; in vga_mem_readb()
849 return s->vram_ptr[(addr << 2) | plane]; in vga_mem_readb()
855 ret = GET_PLANE(s->latch, plane); in vga_mem_readb()
873 int plane = 0; in vga_mem_writeb() local
905 plane = addr & 3; in vga_mem_writeb()
906 mask &= (1 << plane); in vga_mem_writeb()
946 s->vram_ptr[(addr << 2) | plane] = val; in vga_mem_writeb()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/crucible/
H A Dcrucible-go-mods.inc16 …gomod://github.com/envoyproxy/go-control-plane;version=v0.9.0;mod=1;sha256sum=2e0f3c5940c6930bce03…
17 …gomod://github.com/envoyproxy/go-control-plane;version=v0.9.1-0.20191026205805-5f8ba28d4473;mod=1;…
18 …gomod://github.com/envoyproxy/go-control-plane;version=v0.9.4;mod=1;sha256sum=6309f752f7d45b74c97e…
/openbmc/qemu/docs/devel/
H A Dmultiple-iothreads.rst45 The experimental ``virtio-blk`` data-plane implementation has been benchmarked and
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch1452 + * @colour_plane_id: specifies the colour plane associated with the current slice
2275 +static void set_buf_length(V4L2Buffer *out, unsigned int plane, uint32_t bytesused, uint32_t lengt…
2278 + out->planes[plane].bytesused = bytesused;
2279 + out->planes[plane].length = length;
2612 -static int v4l2_buf_to_bufref(V4L2Buffer *in, int plane, AVBufferRef **buf)
2619 - if (plane >= in->num_planes)
2626 - *buf = av_buffer_create((char *)in->plane_info[plane].mm_addr + in->planes[plane].data_offset,
2627 - in->plane_info[plane].length, v4l2_free_buffer, in, 0);
2651 + expbuf.plane = i;
2668 …static int v4l2_bufref_to_buf(V4L2Buffer *out, int plane, const uint8_t* data, int size, int offse…
[all …]
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c45 *column |= req->pos.plane << shift; in spinand_cache_op_adjust_colum()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dfont-awesome.min.css33 …se:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f…
H A Dbootstrap.min.css5 …content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e…
H A Dbootstrap.css609 .glyphicon-plane:before {
H A Dbootstrap.css.map1plane:before {\n content: \"\\e108\";\n}\n.glyphicon-calendar:before {\n content: \"\\e109\";\n}…
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch137 +@ r2 plane alpha
282 +@ r2 plane alpha
290 +@ r2 plane alpha
303 +@ r2 plane alpha
2094 + // * single plane only - fix for I420
2671 + // Can only copy out single plane stuff currently - this could be fixed!