| /freebsd-src/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.1 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" vidcontrol - a utility for manipulating the syscons or vt video driver 20 .Nd system video console control and configuration utility 36 .Op Fl i Cm active | adapter | mode 45 .Op Ar mode 56 such as video mode, colors, cursor shape, screen output map, font, and screen 64 .Bl -tag -width indent 65 .It Ar mode 66 Select a new video mode. [all …]
|
| /freebsd-src/stand/efi/include/ |
| H A D | efiuga.h | 6 Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR> 11 http://opensource.org/licenses/bsd-license.php 29 Return the current video mode information. 32 @param HorizontalResolution Current video horizontal resolution in pixels 33 @param VerticalResolution Current video vertical resolution in pixels 34 @param ColorDepth Current video color depth in bits per pixel 35 @param RefreshRate Current video refresh rate in Hz. 37 @retval EFI_SUCCESS Mode information returned. 38 @retval EFI_NOT_STARTED Video display is not initialized. Call SetMode () 54 Return the current video mode information. [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | adv7343.txt | 1 * Analog Devices adv7343 video encoder 3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP 4 package. Six high speed, 3.3 V, 11-bit video DACs provide support for composite 5 (CVBS), S-Video (Y-C), and component (YPrPb/RGB) analog outputs in standard 6 definition (SD), enhanced definition (ED), or high definition (HD) video 10 - compatible: Must be "adi,adv7343" 13 - adi,power-mode-sleep-mode: on enable the current consumption is reduced to 16 - adi,power-mode-pll-ctrl: PLL and oversampling control. This control allows 19 - ad,adv7343-power-mode-dac: array configuring the power on/off DAC's 1..6, 22 - ad,adv7343-sd-config-dac-out: array configure SD DAC Output's 1 and 2, 0 = OFF [all …]
|
| H A D | ti,ds90ub960.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Texas Instruments DS90UB9XX Family FPD-Link Deserializer Hubs 10 - Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> 13 The TI DS90UB9XX devices are FPD-Link video deserializers with I2C and GPIO 17 - $ref: /schemas/i2c/i2c-atr.yaml# 22 - ti,ds90ub960-q1 23 - ti,ds90ub9702-q1 33 clock-names: [all …]
|
| H A D | tda1997x.txt | 1 Device-Tree bindings for the NXP TDA1997x HDMI receiver 3 The TDA19971/73 are HDMI video receivers. 5 The TDA19971 Video port output pins can be used as follows: 6 - RGB 8bit per color (24 bits total): R[11:4] B[11:4] G[11:4] 7 - YUV444 8bit per color (24 bits total): Y[11:4] Cr[11:4] Cb[11:4] 8 - YUV422 semi-planar 8bit per component (16 bits total): Y[11:4] CbCr[11:4] 9 - YUV422 semi-planar 10bit per component (20 bits total): Y[11:2] CbCr[11:2] 10 - YUV422 semi-planar 12bit per component (24 bits total): - Y[11:0] CbCr[11:0] 11 - YUV422 BT656 8bit per component (8 bits total): YCbCr[11:4] (2-cycles) 12 - YUV422 BT656 10bit per component (10 bits total): YCbCr[11:2] (2-cycles) [all …]
|
| H A D | maxim,max96712.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Quad GMSL2 to CSI-2 Deserializer with GMSL1 Compatibility 11 - Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> 15 CSI-2 D-PHY or C-PHY formatted outputs. The device allows each link to 16 simultaneously transmit bidirectional control-channel data while forward 17 video transmissions are in progress. The MAX96712 can accommodate as many as 18 four remotely located sensors using industry-standard coax or STP 22 forward direction and 187.5Mbps in the reverse direction. In GMSL1 mode, the [all …]
|
| /freebsd-src/sys/dev/fb/ |
| H A D | fb.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 55 * We need at least one entry each in order to initialize a video card 111 * Low-level frame buffer driver functions 121 adp->va_flags = 0; in vid_init_struct() 122 adp->va_name = name; in vid_init_struct() 123 adp->va_type = type; in vid_init_struct() 124 adp->va_unit = unit; in vid_init_struct() 127 /* Register a video adapter */ [all …]
|
| H A D | vga.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 5 * Copyright (c) 1992-1998 Søren Schmidt 68 /* XXX machine/pc/bios.h has got too much i386-specific stuff in it */ 83 error = (*sw->probe)(unit, &adp, NULL, flags); in vga_probe_unit() 100 error = (*sw->probe)(unit, &sc->adp, NULL, flags); in vga_attach_unit() 103 return (*sw->init)(unit, sc->adp, flags); in vga_attach_unit() 106 /* LOW-LEVEL */ 113 #define probe_done(adp) ((adp)->va_flags & V_ADP_PROBED) [all …]
|
| /freebsd-src/sys/sys/ |
| H A D | consio.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 1991-1996 Søren Schmidt 48 /* get/set video mode */ 49 #define KD_TEXT 0 /* set text mode restore fonts */ 51 #define KD_GRAPHICS 1 /* set graphics mode */ 52 #define KD_TEXT1 2 /* set text mode !restore fonts */ 53 #define KD_PIXEL 3 /* set pixel mode */ 60 /* set up raster(pixel) text mode */ 86 /* get the current video mode (equivalent to FBIO_GETMODE) */ [all …]
|
| H A D | fbio.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 9 * contract BG 91-66 and contributed to Berkeley. 62 #define FBTYPE_MEMCOLOR 7 /* memory 24-bit */ 71 #define FBTYPE_SUNFB_VIDEO 14 /* Simple video mixing */ 107 #define FBTYPE_GET_STRIDE(_fb) ((_fb)->fb_size / (_fb)->fb_height) 108 #define FBTYPE_GET_BPP(_fb) ((_fb)->fb_bpp) 109 #define FBTYPE_GET_BYTESPP(_fb) ((_fb)->fb_bpp / 8) 126 typedef int fb_setblankmode_t(void *priv, int mode); 140 device_t fb_video_dev; /* Video adapter. */ [all …]
|
| /freebsd-src/share/man/man4/ |
| H A D | acpi_video.4 | 31 .Nd ACPI Video Extensions driver 35 This driver uses the ACPI Video Extensions to control display switching and 48 .Bl -tag -width indent 49 .It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .active 51 .It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .levels 53 .It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .brightness 55 .It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .fullpower 56 Preset brightness level to be used in full power mode. 57 .It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .economy 58 Preset brightness level to be used in economy mode. [all …]
|
| H A D | syscons.4 | 3 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 98 and the video card driver 131 .Bd -literal -offset indent 132 Alt-F1 ttyv0 Alt-F7 ttyv6 Shift-Alt-F1 ttyva 133 Alt-F2 ttyv1 Alt-F [all...] |
| H A D | vt.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 33 .Nd virtual terminal system video console driver 72 .Bl -item -offset indent 74 Unicode UTF-8 text with double-widt [all...] |
| H A D | splash.4 | 3 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 65 .Bl -tag -width splash_decoder -compact 73 This decoder currently only supports version 5 8-bpp single-plane 77 Displays a text-mode 80x25 ASCII drawing, such as that produced by 89 If the standard VGA video mode i [all...] |
| /freebsd-src/sys/x86/conf/ |
| H A D | NOTES | 12 # NOTE: introduces CDDL-licensed components into the kernel 43 options COUNT_IPIS # Per-CPU IPI interrupt counters 61 # DEVICE_POLLING adds support for mixed interrupt-polling handling 74 # Not all device drivers support this mode of operation at the time of 79 # BPF_JITTER adds support for BPF just-in-time compiler. 96 device speaker #Play IBM BASIC-style noises out your speaker 116 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. 120 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. 166 # ACPI Asus Extras (LCD backlight/brightness, video outpu [all...] |
| /freebsd-src/sys/contrib/device-tree/Bindings/media/ |
| H A D | video-interfaces.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/video-interfaces.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Common Properties for Video Receiver and Transmitter Interface Endpoints 10 - Sakari Ailus <sakari.ailus@linux.intel.com> 11 - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 14 Video data pipelines usually consist of external devices, e.g. camera sensors, 16 video DMA engines and video data processors. 22 Data interfaces on all video devices are described by their child 'port' nodes. [all …]
|
| H A D | microchip,xisc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Eugen Hristev <eugen.hristev@microchip.com> 14 The eXtended Image Sensor Controller (XISC) device provides the video input capabilities for the 17 The XISC has a single internal parallel input that supports RAW Bayer, RGB or YUV video. 25 const: microchip,sama7g5-isc 36 clock-names: 38 - const: hclock 40 '#clock-cells': [all …]
|
| /freebsd-src/lib/libvgl/ |
| H A D | vgl.3 | 1 .\"- 63 .Nd Video Graphics Library functions 72 .Fn VGLInit "int mode" 86 .Fn VGLMouseInit "int mode" 88 .Fn VGLMouseMode "int mode" 140 programming the actual video hardware, and provides a number of simple 158 initialize the library and set up the graphic mode 159 .Va mode . 162 terminate graphic mode, and restore the screenmode that was active before 179 I/O mode and [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/arm/tegra/ |
| H A D | nvidia,tegra20-pmc.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/arm/tegra/nvidia,tegra20-pmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jonathan Hunter <jonathanh@nvidia.com> 16 - nvidia,tegra20-pmc 17 - nvidia,tegra30-pmc 18 - nvidia,tegra114-pmc 19 - nvidia,tegra124-pmc [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/soc/samsung/ |
| H A D | exynos-pmu.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/soc/samsung/exynos-pmu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 18 - google,gs101-pmu 19 - samsung,exynos3250-pmu 20 - samsung,exynos4210-pmu 21 - samsung,exynos4212-pmu 22 - samsung,exynos4412-pmu [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/soc/tegra/ |
| H A D | nvidia,tegra20-pmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/tegra/nvidia,tegra20-pm [all...] |
| /freebsd-src/stand/man/ |
| H A D | loader.efi.8 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2019-2022 Netflix, Inc 69 .Dv 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConOu [all...] |
| /freebsd-src/sys/contrib/v4l/ |
| H A D | videodev.h | 81 __u16 mode; /* PAL/NTSC/SECAM/OTHER */ member 135 __u16 mode; member 157 #define VIDEO_CLIP_BITMAP -1 182 unsigned int frame; /* Frame (0 - n) for double buffer */ 202 #define VIDEO_NO_UNIT (-1) 206 int video; /* Video minor */ member 241 int mode; member 262 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */ 263 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip… 265 #define VIDIOCSFBUF _IOW('v',12, struct video_buffer) /* Set frame buffer - root only */ [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | sharp,lq101r1sx01.txt | 3 This panel requires a dual-channel DSI host to operate. It supports two modes: 4 - left-right: each channel drives the left or right half of the screen 5 - even-odd: each channel drives the even or odd lines of the screen 8 driven by the first link (DSI-LINK1), left or even, is considered the primary 10 to the peripheral driven by the second link (DSI-LINK2, right or odd). 12 Note that in video mode the DSI-LINK1 interface always provides the left/even 13 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it 16 is chosen as for video mode. 19 - compatible: should be "sharp,lq101r1sx01" 20 - reg: DSI virtual channel of the peripheral [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/display/exynos/ |
| H A D | exynos5433-decon.txt | 1 Device-Tree bindings for Samsung Exynos SoC display controller (DECON) 4 Exynos series of SoCs which transfers the image data from a video memory 8 - compatible: value should be one of: 9 "samsung,exynos5433-decon", "samsung,exynos5433-decon-tv"; 10 - reg: physical base address and length of the DECON registers set. 11 - interrupt-names: should contain the interrupt names depending on mode of work: 12 video mode: "vsync", 13 command mode: "lcd_sys", 14 command mode with software trigger: "lcd_sys", "te". 15 - interrupts or interrupts-extended: list of interrupt specifiers corresponding [all …]
|