/Linux-v6.1/drivers/video/fbdev/ |
D | fm2fb.c | 2 * linux/drivers/video/fm2fb.c -- BSC FrameMaster II/Rainbow II frame buffer 5 * Copyright (C) 1998 Steffen A. Mork (linux-dev@morknet.de) 32 * channel, GG the green channel and BB the blue channel. 35 * - PAL/NTSC 36 * - interlaced/non interlaced 37 * - composite sync/sync/sync over green 40 * - 768x576 (PAL) 41 * - 768x480 (NTSC) 67 * JP1 interlace selection (1-2 non interlaced/2-3 interlaced) 70 * JP4 modulate composite sync on green output (1-2 composite [all …]
|
D | pxa168fb.c | 2 * linux/drivers/video/pxa168fb.c -- Marvell PXA168 LCD Controller 7 * 2009-02-16 adapted from original version for PXA168/910 27 #include <linux/dma-mapping.h> 42 if (var->bits_per_pixel == 8) in determine_best_pix_fmt() 48 if (var->bits_per_pixel == 16 && var->red.length <= 5 && in determine_best_pix_fmt() 49 var->green.length <= 6 && var->blue.length <= 5) { in determine_best_pix_fmt() 50 if (var->transp.length == 0) { in determine_best_pix_fmt() 51 if (var->red.offset >= var->blue.offset) in determine_best_pix_fmt() 57 if (var->transp.length == 1 && var->green.length <= 5) { in determine_best_pix_fmt() 58 if (var->red.offset >= var->blue.offset) in determine_best_pix_fmt() [all …]
|
D | fsl-diu-fb.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * Authors: Hongjun Chen <hong-jun.chen@freescale.com> 12 * Based on imxfb.c Copyright (C) 2004 S.Hauer, Pengutronix 22 #include <linux/dma-mapping.h> 33 #include <linux/fsl-diu-fb.h> 52 * order if increasing resolution and frequency. The 320x240-60 mode is 67 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 81 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 95 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 109 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, [all …]
|
D | mx3fb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. 21 #include <linux/dma-mapping.h> 26 #include <linux/dma/ipu-dma.h> 29 #include <linux/dma/imx-dma.h> 30 #include <linux/platform_data/video-mx3fb.h> 40 #define SDC_COM_CONF (0xB4 - MX3FB_REG_OFFSET) 41 #define SDC_GW_CTRL (0xB8 - MX3FB_REG_OFFSET) 42 #define SDC_FG_POS (0xBC - MX3FB_REG_OFFSET) 43 #define SDC_BG_POS (0xC0 - MX3FB_REG_OFFSET) [all …]
|
D | cyber2000fb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 1998-2002 Russell King 15 * Based on cyberfb.c. 22 * are any such cards, but I'm erring on the side of caution. We don't 49 #include <linux/i2c-algo-bit.h> 53 #include <asm/mach-types.h> 74 u8 red, green, blue; member 110 #define cyber2000fb_writel(val, reg, cfb) writel(val, (cfb)->regs + (reg)) 111 #define cyber2000fb_writew(val, reg, cfb) writew(val, (cfb)->regs + (reg)) 112 #define cyber2000fb_writeb(val, reg, cfb) writeb(val, (cfb)->regs + (reg)) [all …]
|
D | macmodes.c | 2 * linux/drivers/video/macmodes.c -- Standard MacOS video modes 6 * 2000 - Removal of OpenFirmware dependencies by: 7 * - Ani Joshi 8 * - Brad Douglas <brad@neruo.com> 10 * 2001 - Documented with DocBook 11 * - Brad Douglas <brad@neruo.com> 36 /* 512x384, 60Hz, Non-Interlaced (15.67 MHz dot clock) */ 40 /* 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) */ 44 /* 640x480, 67Hz, Non-Interlaced (30.0 MHz dotclock) */ 48 /* 640x870, 75Hz (portrait), Non-Interlaced (57.28 MHz dot clock) */ [all …]
|
D | pm2fb.c | 7 * based on 2.4 driver: 8 * Copyright (c) 1998-2000 Ilario Nardinocchi (nardinoc@CS.UniBO.IT) 14 * I have a Creative Graphics Blaster Exxtreme card - pm2fb on x86. I 16 * hopefully other big-endian) devices now work, thanks to a lot of 20 * Multiple boards support has been on the TODO list for ages. 71 * support on TVP4010 and similar where there is no RAMDAC - see 72 * comment in set_video) always request +ve sync regardless of what 74 * fixed-frequency monitor which absolutely has to have -ve sync. So 75 * these flags allow the user to specify that requests for +ve sync 76 * should be silently turned in -ve sync. [all …]
|
D | da8xx-fb.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) 2008-2009 MontaVista Software Inc. 4 * Copyright (C) 2008-2009 Texas Instruments Inc 6 * Based on the LCD driver for TI Avalanche processors written by 12 #include <linux/dma-mapping.h> 27 #include <video/da8xx-fb.h> 113 /* Clock registers available only on Version 2 */ 200 .sync = FB_SYNC_CLK_INVERT, 214 .sync = 0, 229 .sync = 0, [all …]
|
D | atafb.c | 2 * linux/drivers/video/atafb.c -- Atari builtin chipset frame buffer device 11 * - 03 Jan 95: Original version by Martin Schaller: The TT driver and 13 * - 09 Jan 95: Roman: I've added the hardware abstraction (hw_switch) 15 * based on the original TT driver. 16 * - 07 May 95: Martin: Added colormap operations for the external driver 17 * - 21 May 95: Martin: Added support for overscan 19 * - Jul 95: Guenther Kelleter <guenther@pool.informatik.rwth-aachen.de>: 23 * - 27 Dec 95: Guenther: Implemented user definable video modes "user[0-7]" 24 * on minor 24...31. "user0" may be set on commandline by 25 * "R<x>;<y>;<depth>". (Makes sense only on Falcon) [all …]
|
D | pm3fb.c | 2 * linux/drivers/video/pm3fb.c -- 3DLabs Permedia3 frame buffer device 6 * Ported to 2.6 kernel on 1 May 2007 by Krzysztof Helt <krzysztof.h1@wp.pl> 7 * based on pm2fb.c 9 * Based on code written by: 10 * Sven Luther, <luther@dpt-info.u-strasbg.fr> 13 * Based on linux/drivers/video/skeletonfb.c: 15 * Based on linux/driver/video/pm2fb.c: 16 * Copyright (C) 1998-1999 Ilario Nardinocchi (nardinoc@CS.UniBO.IT) 97 return fb_readl(par->v_regs + off); in PM3_READ_REG() 102 fb_writel(v, par->v_regs + off); in PM3_WRITE_REG() [all …]
|
D | gbefb.c | 4 * Copyright (C) 1999 Silicon Graphics, Inc. - Jeffrey Newquist 5 * Copyright (C) 2002 Vivien Chappelier <vivien.chappelier@linux-mips.org> 14 #include <linux/dma-mapping.h> 44 /* macro for fastest write-though access to the framebuffer */ 63 #define TILE_MASK (TILE_SIZE - 1) 81 static int gbe_turned_on; /* 0 turned off, 1 turned on */ 87 /* 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) */ 97 .green = { 0, 8, 0 }, 102 .height = -1, 103 .width = -1, [all …]
|
D | cg14.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * Driver layout based loosely on tgafb.c, see that file for credits. 117 u16 hss; /* Hor Sync Start */ 118 u16 hsc; /* Hor Sync Clear */ 119 u16 csc; /* Composite Sync Clear */ 122 u16 vss; /* Vert Sync Start */ 123 u16 vsc; /* Vert Sync Clear */ 177 * go to John Stone (johns@umr.edu) from OpenBSD), red, green and blue 209 struct cg14_regs __iomem *regs = par->regs; in __cg14_reset() 212 val = sbus_readb(®s->mcr); in __cg14_reset() [all …]
|
D | acornfb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 1998-2001 Russell King 14 * - Blanking 8bpp displays with VIDC 26 #include <linux/dma-mapping.h> 32 #include <asm/mach-types.h> 54 * have. Allow 1% either way on the nominal for TVs. 68 }, { /* Hi-res mono */ 114 struct fb_var_screeninfo *var = &info->var; in acornfb_set_timing() 122 vidc.h_sync_width = var->hsync_len - 8; in acornfb_set_timing() 123 vidc.h_border_start = vidc.h_sync_width + var->left_margin + 8 - 12; in acornfb_set_timing() [all …]
|
D | sa1100fb.c | 5 * Based on acornfb.c Copyright (C) Russell King. 13 * Please direct your questions and comments on this driver to the following 16 * linux-arm-kernel@lists.arm.linux.org.uk 26 * - With the Neponset plugged into an Assabet, LCD powerdown 29 * - We don't limit the CPU clock rate nor the mode selection 33 * - Linear grayscale palettes and the kernel. 35 * drivers do not expect a linear colourmap, but a colourmap based on 44 * - The following must never be specified in a panel definition: 47 * - The following should be specified: 57 * - Driver appears to be working for Brutus 320x200x8bpp mode. Other [all …]
|
D | pxafb.c | 5 * Copyright (C) 2004 Jean-Frederic Clere. 8 * Based on sa1100fb.c Copyright (C) 1999 Eric A. Thomas 10 * Based on acornfb.c Copyright (C) Russell King. 18 * Please direct your questions and comments on this driver to the following 21 * linux-arm-kernel@lists.arm.linux.org.uk 23 * Add support for overlay1 and overlay2 based on pxafb_overlay.c: 31 * Copyright (C) 2006-2008 Marvell International Ltd. 50 #include <linux/dma-mapping.h> 67 #include <linux/platform_data/video-pxafb.h> 75 #include "pxa3xx-regs.h" [all …]
|
/Linux-v6.1/tools/edid/ |
D | edid.S | 18 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 48 ((((v1-'@')&0x1f)<<10)+(((v2-'@')&0x1f)<<5)+((v3-'@')&0x1f)) 74 /* Year of manufacture, less 1990. (1990-2245) 76 year: .byte YEAR-1990 82 Bits 6-1 Reserved, must be 0 86 Bits 6-5 Video white and sync levels, relative to blank 87 00=+0.7/-0.3 V; 01=+0.714/-0.286 V; 88 10=+1.0/-0.4 V; 11=+0.7/0 V 89 Bit 4 Blank-to-black setup (pedestal) expected 90 Bit 3 Separate sync supported [all …]
|
/Linux-v6.1/Documentation/fb/ |
D | api.rst | 9 --------------- 12 with frame buffer devices. In-kernel APIs between device drivers and the frame 22 --------------- 36 - FB_CAP_FOURCC 44 -------------------- 46 Pixels are stored in memory in hardware-dependent formats. Applications need 52 bits_per_pixel, grayscale, red, green, blue and transp fields. 58 - FB_TYPE_PACKED_PIXELS 62 next multiple of 8 bits or packed together into bytes depends on the visual. 67 - FB_TYPE_PLANES [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/ |
D | tvp7002.txt | 7 - compatible : Must be "ti,tvp7002" 10 - hsync-active: HSYNC Polarity configuration for the bus. Default value when 13 - vsync-active: VSYNC Polarity configuration for the bus. Default value when 16 - pclk-sample: Clock polarity of the bus. Default value when this property is 19 - sync-on-green-active: Active state of Sync-on-green signal property of the 24 - field-even-active: Active-high Field ID output polarity control of the bus. 31 video-interfaces.txt. 44 hsync-active = <1>; 45 vsync-active = <1>; 46 pclk-sample = <0>; [all …]
|
/Linux-v6.1/include/uapi/linux/ |
D | fb.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 23 /* 0x4607-0x460B are defined below */ 51 #define FB_AUX_TEXT_SVGA_GROUP 8 /* 8-15: SVGA tileblit compatible modes */ 139 #define FB_ACCEL_SAVAGE3D_MV 0x82 /* S3 Savage3D-MV */ 141 #define FB_ACCEL_SAVAGE_MX_MV 0x84 /* S3 Savage/MX-MV */ 143 #define FB_ACCEL_SAVAGE_IX_MV 0x86 /* S3 Savage/IX-MV */ 151 #define FB_ACCEL_PROSAVAGE_DDRK 0x8e /* S3 ProSavage DDR-K */ 153 #define FB_ACCEL_PUV3_UNIGFX 0xa0 /* PKUnity-v3 Unigfx */ 155 #define FB_CAP_FOURCC 1 /* Device supports FOURCC-based formats */ 195 #define FB_NONSTD_HAM 1 /* Hold-And-Modify (HAM) */ [all …]
|
/Linux-v6.1/drivers/video/fbdev/mmp/fb/ |
D | mmpfb.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 10 #include <linux/dma-mapping.h> 19 if (var->bits_per_pixel == 8) in var_to_pixfmt() 25 if (var->bits_per_pixel == 16 && var->red.length == 8 && in var_to_pixfmt() 26 var->green.length == 4 && var->blue.length == 4) { in var_to_pixfmt() 27 if (var->green.offset >= var->blue.offset) in var_to_pixfmt() 36 if (var->bits_per_pixel == 12 && var->red.length == 8 && in var_to_pixfmt() 37 var->green.length == 2 && var->blue.length == 2) { in var_to_pixfmt() 38 if (var->green.offset >= var->blue.offset) in var_to_pixfmt() 47 if (var->bits_per_pixel == 16 && var->red.length == 16 && in var_to_pixfmt() [all …]
|
/Linux-v6.1/drivers/video/fbdev/aty/ |
D | aty128fb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * linux/drivers/video/aty128fb.c -- Frame buffer device for ATI Rage128 5 * Copyright (C) 1999-2003, Brad Douglas <brad@neruo.com> 9 * - Code cleanup 12 * - 15/16 bit cleanup 13 * - fix panning 16 * - pmac-specific PM stuff 17 * - various fixes & cleanups 20 * - FB_ACTIVATE fixes 23 * - Convert to new framebuffer API, [all …]
|
/Linux-v6.1/Documentation/input/devices/ |
D | walkera0701.rst | 2 Walkera WK-0701 transmitter 5 Walkera WK-0701 transmitter is supplied with a ready to fly Walkera 10 http://zub.fei.tuke.sk/walkera-wk0701/ 13 cg-clone http://zub.fei.tuke.sk/GIT/walkera0701-joystick 19 At back side of transmitter S-video connector can be found. Modulation 26 Walkera WK-0701 TX S-VIDEO connector:: 29 __ __ S-video: canon25 35 ------- 3 __________________________________|________________ 25 GND 38 I use green LED and BC109 NPN transistor. 48 (usually irq7) parport must increase if TX is on. [all …]
|
/Linux-v6.1/drivers/video/fbdev/i810/ |
D | i810_main.c | 1 /*-*- linux-c -*- 2 * linux/drivers/video/i810_main.c -- Intel 810 frame buffer device 8 * Michael Vogt <mvogt@acm.org> - added support for Intel 815 chipsets 9 * and enabling the power-on state of 13 * Fredrik Andersson <krueger@shell.linux.se> - alpha testing of 16 * Brad Corrion <bcorrion@web-co.com> - alpha testing of customized 20 * DotClock and PLL calculations are partly based on i810_driver.c 22 * Watermark calculation and tables are based on i810_wmark.c 56 * voffset - framebuffer offset in MiB from aperture start address. In order for 60 * --------------------------------------------- [all …]
|
/Linux-v6.1/drivers/video/fbdev/kyro/ |
D | fbdev.c | 56 .green = { 5, 6, 0 }, 59 .height = -1, 60 .width = -1, 303 struct kyrofb_info *par = info->par; in kyro_dev_video_mode_set() 309 /* Bring us out of VGA and into Hi-Res mode, if not already. */ in kyro_dev_video_mode_set() 313 info->var.bits_per_pixel, in kyro_dev_video_mode_set() 314 info->var.xres, info->var.yres, in kyro_dev_video_mode_set() 315 par->HSP, par->VSP, &par->PIXCLK) < 0) in kyro_dev_video_mode_set() 316 return -EINVAL; in kyro_dev_video_mode_set() 322 /* Turn on display in new mode */ in kyro_dev_video_mode_set() [all …]
|
/Linux-v6.1/sound/usb/caiaq/ |
D | control.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 24 struct snd_usb_caiaqdev *cdev = caiaqdev(chip->card); in control_info() 25 int pos = kcontrol->private_value; in control_info() 29 uinfo->count = 1; in control_info() 32 switch (cdev->chip.usb_id) { in control_info() 37 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in control_info() 38 uinfo->value.integer.min = 0; in control_info() 39 uinfo->value.integer.max = 2; in control_info() 54 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in control_info() 55 uinfo->value.integer.min = 0; in control_info() [all …]
|