/freebsd/sys/dev/drm2/ |
H A D | drm_crtc.c | 371 struct drm_plane *plane; in drm_framebuffer_remove() local 388 list_for_each_entry(plane, &dev->mode_config.plane_list, head) { in drm_framebuffer_remove() 389 if (plane->fb == fb) { in drm_framebuffer_remove() 391 ret = plane->funcs->disable_plane(plane); in drm_framebuffer_remove() 395 plane->fb = NULL; in drm_framebuffer_remove() 396 plane->crtc = NULL; in drm_framebuffer_remove() 646 int drm_plane_init(struct drm_device *dev, struct drm_plane *plane, in drm_plane_init() argument 656 ret = drm_mode_object_get(dev, &plane->base, DRM_MODE_OBJECT_PLANE); in drm_plane_init() 660 plane->base.properties = &plane->properties; in drm_plane_init() 661 plane->dev = dev; in drm_plane_init() [all …]
|
H A D | drm_crtc.h | 619 int (*update_plane)(struct drm_plane *plane, 625 int (*disable_plane)(struct drm_plane *plane); 626 void (*destroy)(struct drm_plane *plane); 628 int (*set_property)(struct drm_plane *plane, 862 struct drm_plane *plane, 867 extern void drm_plane_cleanup(struct drm_plane *plane); 1077 extern int drm_format_plane_cpp(uint32_t format, int plane);
|
/freebsd/lib/libiconv_modules/DECHanyu/ |
H A D | citrus_dechanyu.c | 327 int plane; in _citrus_DECHanyu_stdenc_wctocs() local 329 plane = 0; in _citrus_DECHanyu_stdenc_wctocs() 336 plane += 2; in _citrus_DECHanyu_stdenc_wctocs() 341 plane += (wc & 0x80) ? 1 : 2; in _citrus_DECHanyu_stdenc_wctocs() 344 *csid = plane; in _citrus_DECHanyu_stdenc_wctocs()
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_dc.c | 506 struct tegra_plane *plane; in dc_plane_update() local 513 plane = container_of(drm_plane, struct tegra_plane, drm_plane); in dc_plane_update() 535 dc_setup_window(sc, plane->index, &win); in dc_plane_update() 537 WR4(sc, DC_CMD_STATE_CONTROL, WIN_A_UPDATE << plane->index); in dc_plane_update() 538 WR4(sc, DC_CMD_STATE_CONTROL, WIN_A_ACT_REQ << plane->index); in dc_plane_update() 546 struct tegra_plane *plane; in dc_plane_disable() local 553 plane = container_of(drm_plane, struct tegra_plane, drm_plane); in dc_plane_disable() 557 idx = plane->index; in dc_plane_disable() 576 dc_plane_destroy(struct drm_plane *plane) in dc_plane_destroy() argument 579 dc_plane_disable(plane); in dc_plane_destroy() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | visx | 13 >2 byte 6 (bit-plane) 24 >2 byte 106 (bit plane vector)
|
H A D | images | 584 # 1 plane, no encoding. 1564 # pixmap_format; Pixmap format; 0~1-bit (XYBitmap) format 1~single-plane (XYPixmap) 2~bitmap with t… 1653 # PixmapFormat; pixmap format like: 1~bitmap with two or more planes (ZPixmap) 0~single-plane bitma…
|
/freebsd/sys/dev/vt/hw/vga/ |
H A D | vt_vga.c | 535 unsigned int i, j, plane, color, offset; in vga_bitblt_pixels_block_ncolors() 545 * Write Mode 0 and write one byte to each plane separately. in vga_bitblt_pixels_block_ncolors() 549 * We first compute each byte: each plane contains one bit of the in vga_bitblt_pixels_block_ncolors() 582 for (plane = 0; plane < 4; ++plane) in vga_bitblt_pixels_block_ncolors() 583 planes[i * 4 + plane] |= in vga_bitblt_pixels_block_ncolors() 585 plane) & 0x1) << (7 - j); in vga_bitblt_pixels_block_ncolors() 592 * all bytes, one plane at a time. in vga_bitblt_pixels_block_ncolors() 597 for (plane in vga_bitblt_pixels_block_ncolors() 533 unsigned int i, j, plane, color, offset; vga_bitblt_pixels_block_ncolors() local [all...] |
/freebsd/share/i18n/csmapper/JIS/ |
H A D | JISX0213-1%UCS@SIP.src | 20 ## 3-XXXX JIS X 0213:2004 plane 1 (GL encoding) 21 ## 4-XXXX JIS X 0213:2000 plane 2 (GL encoding)
|
H A D | JISX0213-2%UCS@SIP.src | 20 ## 3-XXXX JIS X 0213:2004 plane 1 (GL encoding) 21 ## 4-XXXX JIS X 0213:2000 plane 2 (GL encoding)
|
H A D | JISX0213-1%UCS@BMP.src | 20 ## 3-XXXX JIS X 0213:2004 plane 1 (GL encoding) 21 ## 4-XXXX JIS X 0213:2000 plane 2 (GL encoding)
|
H A D | JISX0213-2%UCS@BMP.src | 20 ## 3-XXXX JIS X 0213:2004 plane 1 (GL encoding) 21 ## 4-XXXX JIS X 0213:2000 plane 2 (GL encoding)
|
/freebsd/sys/contrib/device-tree/Bindings/iio/ |
H A D | mount-matrix.txt | 60 is projected onto the (x,y) plane of the display panel. 96 ground plane and positive towards magnetic North, (x) is in the ground plane, 98 perpendicular to the ground plane and positive upwards. 130 velocity is defined as orthogonal to the plane of rotation, so if you put the
|
/freebsd/lib/libbluetooth/ |
H A D | protocols | 20 udi-c-plane 29 UDI-C-Plane # Unrestricted Digital Information Profile
|
/freebsd/contrib/expat/lib/ |
H A D | xmltok.c | 630 int plane; \ 681 plane = (((hi & 0x3) << 2) | ((lo >> 6) & 0x3)) + 1; \ 682 *(*toP)++ = (char)((plane >> 2) | UTF8_cval4); \ 683 *(*toP)++ = (((lo >> 2) & 0xF) | ((plane & 0x3) << 4) | 0x80); \
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | passphrase-encoding.pod | 31 BMPString, which consists of the code points of the basic multilingual plane,
|
/freebsd/share/dict/ |
H A D | web2a | 2786 attack plane 3405 balance plane 4636 beading plane 4881 bedding plane 4901 bed plane 5226 bench plane 6211 block plane 6912 bomb plane 9732 capping plane 10960 chamfer plane [all …]
|
H A D | web2 | 147841 plane
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 13155 …lem is discussed, as well as the fitting of open and closed curves in the plane. The use of these … 13164 …keywords = "contouring; cubic splines; curve fitting; curves in the plane; fitting; function a… 14132 …abstract = "Let $R$ be an open, bounded, simply connected region in the $(x,y)$-plane and let … 16668 …thod for finding the rectangle of minimum area in which a given arbitrary plane curve can be conta… 25659 … construction in real-time of the convex hull of a set of n points in the plane. Using an appropri…
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 10823 - update plane for retry mode with caution to limit bandwidth.
|
/freebsd/share/misc/ |
H A D | pci_vendors | 222 0201 MN-Core 2 Middle-plane
|