/freebsd/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 [all...] |
/freebsd/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/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 | maxim,max96714.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: Maxim MAX96714 GMSL2 to CSI-2 Deserializer 11 - Julien Massot <julien.massot@collabora.com> 15 CSI-2 D-PHY formatted output. The device allows the GMSL2 link to 16 simultaneously transmit bidirectional control-channel data while forward 17 video transmissions are in progress. The MAX96714 can connect to one 18 remotely located serializer using industry-standard coax or STP 19 interconnects. The device cans operate in pixel or tunnel mode. In pixel mode [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,max96717.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: MAX96717 CSI-2 to GMSL2 Serializer 11 - Julien Massot <julien.massot@collabora.com> 14 The MAX96717 serializer converts MIPI CSI-2 D-PHY formatted input 16 simultaneously transmit bidirectional control-channel data while forward 17 video transmissions are in progress. The MAX96717 can connect to one 18 remotely located deserializer using industry-standard coax or STP 19 interconnects. The device cans operate in pixel or tunnel mode. In pixel mode [all …]
|
/freebsd/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/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/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-F8 ttyv7 Shift-Alt-F2 ttyvb 134 Alt-F3 ttyv2 Alt-F9 ttyv8 Shift-Alt-F3 ttyvc 135 Alt-F4 ttyv3 Alt-F10 ttyv9 Shift-Alt-F4 ttyvd 136 Alt-F5 ttyv4 Alt-F11 ttyva Shift-Alt-F5 ttyve 137 Alt-F6 ttyv5 Alt-F12 ttyvb Shift-Alt-F6 ttyvf 175 For most modern video cards, e.g., VGA, the [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-width characters. 76 Large font maps in graphics mode, including support for Asian 79 Graphics-mode consoles. 83 .Pq Kernel Mode Setting 84 video drivers for switching between the 94 Alt-F1 through Alt-F12 correspond to the first twelve virtual terminals. [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 is used, 91 If you enable the VESA mode support in the kernel, 96 BIOS and the amount of video memory on the video card. 105 .Bl -tag -width splash_module.ko -compact 125 If the monitor and the video card's BIOS support it 150 .Dl vidcontrol -t N [all …]
|
/freebsd/sys/x86/conf/ |
H A D | NOTES | 12 # NOTE: introduces CDDL-licensed components into the kernel 42 options COUNT_IPIS # Per-CPU IPI interrupt counters 58 # DEVICE_POLLING adds support for mixed interrupt-polling handling 71 # Not all device drivers support this mode of operation at the time of 76 # BPF_JITTER adds support for BPF just-in-time compiler. 91 device speaker #Play IBM BASIC-style noises out your speaker 110 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. 114 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. 160 # ACPI Asus Extras (LCD backlight/brightness, video output, etc.) 172 # ACPI Panasonic Extras (LCD backlight/brightness, video output, etc.) [all …]
|
/freebsd/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 [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/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/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/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 - googl [all...] |
/freebsd/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-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/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/sys/i386/conf/ |
H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs. 61 # CPU_BLUELIGHTNING_3X enables triple-clock mode on IBM Blue Lightning 62 # CPU if CPU supports it. The default is double-clock mode on 76 # mapped mode. Default is 2-way set associative mode. 119 # enters suspend mode followin [all...] |
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | stericsson,db8500-prcmu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/stericsson,db8500-prcmu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ST-Ericsson DB8500 PRCMU - Power Reset and Control Management Unit 10 - Linus Walleij <linus.walleij@linaro.org> 13 The DB8500 Power Reset and Control Management Unit is an XP70 8-bit 14 microprocessor that is embedded in the always-on power domain of the 20 pattern: '^prcmu@[0-9a-f]+$' 23 description: The device is compatible both to the device-specific [all …]
|
/freebsd/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 …]
|