Home
last modified time | relevance | path

Searched full:planes (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_fb.c51 bo = fb->planes[i]; in fb_destroy()
57 free(fb->planes, DRM_MEM_DRIVER); in fb_destroy()
68 rv = drm_gem_handle_create(file, &fb->planes[0]->gem_obj, handle); in fb_create_handle()
89 struct tegra_bo **planes, int num_planes, struct tegra_fb **res_fb) in fb_alloc() argument
96 fb->planes = malloc(num_planes * sizeof(*fb->planes), DRM_MEM_DRIVER, in fb_alloc()
102 fb->planes[i] = planes[i]; in fb_alloc()
107 free(fb->planes, DRM_MEM_DRIVER); in fb_alloc()
220 return (fb->planes[idx]); in tegra_fb_get_plane()
272 struct tegra_bo *planes[4]; in tegra_drm_fb_create() local
301 planes[i] = container_of(gem_obj, struct tegra_bo, gem_obj); in tegra_drm_fb_create()
[all …]
H A Dtegra_drm.h49 struct tegra_bo **planes; /* Attached planes */ member
H A Dtegra_dc.c71 #define DC_MAX_PLANES 2 /* Maximum planes */
113 /* Color planes base addresses and strides */
265 bo = fb->planes[i]; in dc_parse_drm_format()
436 /* Color planes base addresses and strides */ in dc_setup_window()
1205 device_printf(dev, "Cannot init planes\n"); in dc_init_client()
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Damlogic,meson-vpu.yaml35 It can handle 2 OSD Planes and 2 Video Planes.
41 various planes into a single pixel stream.
42 There is a special "pre-blending" used by the video planes with a dedicated
43 scaler and a "post-blending" to merge with the OSD Planes.
44 The OSD planes also have a dedicated scaler for one of the OSD.
H A Dbrcm,bcm2835-vc4.yaml15 display planes.
H A Dbrcm,bcm-vc4.txt5 display planes.
/freebsd/sys/dev/drm2/
H A Ddrm_fourcc.h122 …ine DRM_FORMAT_YUV410 fourcc_code('Y', 'U', 'V', '9') /* 4x4 subsampled Cb (1) and Cr (2) planes */
123 …ine DRM_FORMAT_YVU410 fourcc_code('Y', 'V', 'U', '9') /* 4x4 subsampled Cr (1) and Cb (2) planes */
124 …ine DRM_FORMAT_YUV411 fourcc_code('Y', 'U', '1', '1') /* 4x1 subsampled Cb (1) and Cr (2) planes */
125 …ine DRM_FORMAT_YVU411 fourcc_code('Y', 'V', '1', '1') /* 4x1 subsampled Cr (1) and Cb (2) planes */
126 …ine DRM_FORMAT_YUV420 fourcc_code('Y', 'U', '1', '2') /* 2x2 subsampled Cb (1) and Cr (2) planes */
127 …ine DRM_FORMAT_YVU420 fourcc_code('Y', 'V', '1', '2') /* 2x2 subsampled Cr (1) and Cb (2) planes */
128 …ine DRM_FORMAT_YUV422 fourcc_code('Y', 'U', '1', '6') /* 2x1 subsampled Cb (1) and Cr (2) planes */
129 …ine DRM_FORMAT_YVU422 fourcc_code('Y', 'V', '1', '6') /* 2x1 subsampled Cr (1) and Cb (2) planes */
130 …ine DRM_FORMAT_YUV444 fourcc_code('Y', 'U', '2', '4') /* non-subsampled Cb (1) and Cr (2) planes */
131 …ine DRM_FORMAT_YVU444 fourcc_code('Y', 'V', '2', '4') /* non-subsampled Cr (1) and Cb (2) planes */
H A Ddrm_mode.h128 /* Planes blend with or override other bits on the CRTC */
H A Ddrm_crtc.c364 * Scans all the CRTCs and planes in @dev's mode_config. If they're
669 /* private planes are not exposed to userspace, but depending on in drm_plane_init()
3748 * drm_format_num_planes - get the number of planes for format
3752 * The number of planes used by the specified pixel format.
/freebsd/sys/dev/fb/
H A Dsplash_pcx.c67 int planes; member
96 " planes = %d\n", in pcx_start()
98 pcx_info.bpp, pcx_info.planes); in pcx_start()
115 && info.vi_planes == pcx_info.planes) in pcx_start()
192 pcx_info.planes = hdr->nplanes; in pcx_init()
/freebsd/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,j721e-dss.yaml16 four video planes. There is two full video planes and two "lite
17 planes" without scaling support. The video ports can be connected to
H A Dti,am65x-dss.yaml16 ports and two video planes. In AM65x DSS, the first video port
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c140 /* Re-enable all planes. */ in vga_setwmode()
537 uint8_t mask, planes[height * 4]; in vga_bitblt_pixels_block_ncolors()
541 memset(planes, 0, sizeof(planes)); in vga_bitblt_pixels_block_ncolors()
583 planes[i * 4 + plane] |= in vga_bitblt_pixels_block_ncolors()
604 MEM_WRITE1(sc, offset, planes[i * 4 + plane]); in vga_bitblt_pixels_block_ncolors()
1224 * Done. Clear the frame buffer. All bit planes are in vga_initialize()
1226 * planes. in vga_initialize()
535 uint8_t mask, planes[height * 4]; vga_bitblt_pixels_block_ncolors() local
/freebsd/contrib/file/magic/Magdir/
H A Dimages837 # skip bad samples like GAME by looking for valid number of color planes
845 # number of color planes (must be 1)
846 #>>12 uleshort >1 \b, %u color planes
919 # number of color planes (must be 1)
920 #>>22 uleshort !1 \b, %u color planes
948 # number of color planes (must be 1)
949 #>>26 uleshort >1 \b, %u color planes
968 >>26 uleshort >1 \b, %u color planes
1045 # number of color planes (must be 1), except badplanes.bmp for testing
1046 #>>>26 uleshort >1 \b, %u color planes
[all …]
H A Dmsdos2105 >4 uleshort >1 \b, %d planes
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dwidth_estimation_table.h102 /// - All undesignated code points in Planes 2 and 3, whether inside or
/freebsd/usr.bin/localedef/
H A Dwide.c573 * Code set 2 (CNS 11643-1992 Planes 1-16): 0x8EA1A1A1-0x8EB0FEFE
/freebsd/sys/contrib/xen/io/
H A Dcameraif.h451 /* Maximum number of buffer planes supported. */
1075 * num_planes - uint8_t, number of planes of the buffer.
1077 * individual planes and padding if applicable.
/freebsd/tools/build/
H A Dcheckstyle9.pl236 | \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3
237 | [\xF1-\xF3][\x80-\xBF]{3} # planes 4-15
/freebsd/sys/contrib/v4l/
H A Dvideodev2.h332 /* two planes -- one Y, one Cr + Cb interleaved */
/freebsd/contrib/tzdata/
H A Dasia566 # but have no need of it. All planes, trains, and schools function on
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in12440 …g; graphics; hidden line; perspective; perspective projection; pictures; planes; polygon clipping;…
23360 …l database of aircraft flight and maintenance data using a system called PLANES. The design and im…
23362 annote = "the PLANES system.",
23367 …ms; English language; flight; information retrieval; large; maintenance; PLANES; question answerin…
H A Dbib18547 The carpenter stretcheth out his rule; he marketh it out with a line; he fitteth it with planes, an…
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src2882 # the VT330 and VT340 is that the former has only 2 planes and a monochrome
2883 # monitor, the latter has 4 planes and a color monitor. These terminals