/Linux-v5.4/Documentation/devicetree/bindings/display/panel/ |
D | samsung,s6e8aa0.txt | 4 - compatible: "samsung,s6e8aa0" 5 - reg: the virtual channel number of a DSI peripheral 6 - vdd3-supply: core voltage supply 7 - vci-supply: voltage supply for analog circuits 8 - reset-gpios: a GPIO spec for the reset pin 9 - display-timings: timings for the connected panel as described by [1] 12 - power-on-delay: delay after turning regulators on [ms] 13 - reset-delay: delay after reset sequence [ms] 14 - init-delay: delay after initialization sequence [ms] 15 - panel-width-mm: physical panel width [mm] [all …]
|
D | samsung,ld9040.txt | 4 - compatible: "samsung,ld9040" 5 - reg: address of the panel on SPI bus 6 - vdd3-supply: core voltage supply 7 - vci-supply: voltage supply for analog circuits 8 - reset-gpios: a GPIO spec for the reset pin 9 - display-timings: timings for the connected panel according to [1] 14 - power-on-delay: delay after turning regulators on [ms] 15 - reset-delay: delay after reset sequence [ms] 16 - panel-width-mm: physical panel width [mm] 17 - panel-height-mm: physical panel height [mm] [all …]
|
D | panel-common.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/display/panel/panel-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 24 width-mm: 29 height-mm: 31 Specifies the height of the physical area where images are displayed. This 43 non-descriptive information. For instance an LCD panel in a system that [all …]
|
D | tpo,tpg110.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 11 - Thierry Reding <thierry.reding@gmail.com> 20 self-describing. 22 +--------+ 23 SPI -> | TPO | -> physical display 24 RGB -> | TPG110 | 25 +--------+ [all …]
|
D | raydium,rm67191.txt | 1 Raydium RM67171 OLED LCD panel with MIPI-DSI protocol 4 - compatible: "raydium,rm67191" 5 - reg: virtual channel for MIPI-DSI protocol 7 - dsi-lanes: number of DSI lanes to be used 9 - port: input port node with endpoint definition as 11 the input port should be connected to a MIPI-DSI device 15 - reset-gpios: a GPIO spec for the RST_B GPIO pin 16 - v3p3-supply: phandle to 3.3V regulator that powers the VDD_3V3 pin 17 - v1p8-supply: phandle to 1.8V regulator that powers the VDD_1V8 pin 18 - width-mm: see panel-common.txt [all …]
|
D | sgd,gktw70sdae4se.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Neil Armstrong <narmstrong@baylibre.com> 11 - Thierry Reding <thierry.reding@gmail.com> 14 - $ref: lvds.yaml# 19 - const: sgd,gktw70sdae4se 20 - {} # panel-lvds, but not listed here to avoid false select 22 data-mapping: 23 const: jeida-18 [all …]
|
D | mitsubishi,aa104xd12.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 11 - Thierry Reding <thierry.reding@gmail.com> 14 - $ref: lvds.yaml# 19 - const: mitsubishi,aa104xd12 20 - {} # panel-lvds, but not listed here to avoid false select 22 vcc-supply: 25 data-mapping: [all …]
|
D | mitsubishi,aa121td01.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 11 - Thierry Reding <thierry.reding@gmail.com> 14 - $ref: lvds.yaml# 19 - const: mitsubishi,aa121td01 20 - {} # panel-lvds, but not listed here to avoid false select 22 vcc-supply: 25 data-mapping: [all …]
|
D | innolux,ee101ia-01d.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/display/panel/innolux,ee101ia-01d.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Innolux Corporation 10.1" EE101IA-01D WXGA (1280x800) LVDS panel 10 - Heiko Stuebner <heiko.stuebner@bq.com> 11 - Thierry Reding <thierry.reding@gmail.com> 14 - $ref: lvds.yaml# 19 - const: innolux,ee101ia-01d 20 - {} # panel-lvds, but not listed here to avoid false select [all …]
|
/Linux-v5.4/drivers/gpu/drm/panel/ |
D | panel-lvds.c | 1 // SPDX-License-Identifier: GPL-2.0+ 32 unsigned int height; member 53 if (lvds->backlight) { in panel_lvds_disable() 54 lvds->backlight->props.power = FB_BLANK_POWERDOWN; in panel_lvds_disable() 55 lvds->backlight->props.state |= BL_CORE_FBBLANK; in panel_lvds_disable() 56 backlight_update_status(lvds->backlight); in panel_lvds_disable() 66 if (lvds->enable_gpio) in panel_lvds_unprepare() 67 gpiod_set_value_cansleep(lvds->enable_gpio, 0); in panel_lvds_unprepare() 69 if (lvds->supply) in panel_lvds_unprepare() 70 regulator_disable(lvds->supply); in panel_lvds_unprepare() [all …]
|
D | panel-tpo-tpg110.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * display is actually connected to it, so the width and height of that 42 * struct tpg110_panel_mode - lookup struct for the supported modes 64 * struct tpg110 - state container for the TPG110 panel 88 * @width: the width of this panel in mm 92 * @height: the height of this panel in mm 94 u32 height; member 233 * The last bit/clock is Hi-Z turnaround cycle, so we need in tpg110_readwrite_reg() 235 * turn-around cycle. in tpg110_readwrite_reg() 248 ret = spi_sync(tpg->spi, &m); in tpg110_readwrite_reg() [all …]
|
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_mman.c | 2 * SPDX-License-Identifier: MIT 17 unsigned int height; member 26 return (offset & BIT_ULL(bit)) >> (bit - 6); in swizzle_bit() 33 if (tile->tiling == I915_TILING_NONE) in tiled_offset() 36 y = div64_u64_rem(v, tile->stride, &x); in tiled_offset() 37 v = div64_u64_rem(y, tile->height, &y) * tile->stride * tile->height; in tiled_offset() 39 if (tile->tiling == I915_TILING_X) { in tiled_offset() 40 v += y * tile->width; in tiled_offset() 41 v += div64_u64_rem(x, tile->width, &x) << tile->size; in tiled_offset() 43 } else if (tile->width == 128) { in tiled_offset() [all …]
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | constraints.svg | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 3 This file is dual-licensed: you can use it either under the terms 23 Foundation, with no Invariant Sections, no Front-Cover Texts 24 and no Back-Cover Texts. A copy of the license is included at 25 Documentation/media/uapi/fdl-appendix.rst. 27 TODO: replace it to GPL-2.0 OR GFDL-1.1-or-later WITH no-invariant-sections 28 --> 29 …mm" height="143.01mm" fill-rule="evenodd" stroke-linejoin="round" stroke-width="28.222" preserveAs… 30 …-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5 17.5 5-5-5z" fill="#f00" fill-rule="evenodd" stroke="#f00" s… [all …]
|
D | nv12mt.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!-- 3 This file is dual-licensed: you can use it either under the terms 23 Foundation, with no Invariant Sections, no Front-Cover Texts 24 and no Back-Cover Texts. A copy of the license is included at 25 Documentation/media/uapi/fdl-appendix.rst. 27 TODO: replace it to GPL-2.0 OR GFDL-1.1-or-later WITH no-invariant-sections 28 --> 32 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 35 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" [all …]
|
D | bayer.svg | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 3 This file is dual-licensed: you can use it either under the terms 23 Foundation, with no Invariant Sections, no Front-Cover Texts 24 and no Back-Cover Texts. A copy of the license is included at 25 Documentation/media/uapi/fdl-appendix.rst. 27 TODO: replace it to GPL-2.0 OR GFDL-1.1-or-later WITH no-invariant-sections 28 --> 29 …mm" height="46.771mm" fill-rule="evenodd" stroke-linejoin="round" stroke-width="28.222" preserveAs… 30 …-650v-1200h1300v1200h-650z" fill="none" stroke="#3465a4"/><text id="text195" class="TextShape"><ts… [all …]
|
/Linux-v5.4/drivers/gpu/drm/i915/selftests/ |
D | i915_vma.c | 41 if (vma->vm != ctx->vm) { in assert_vma() 46 if (vma->size != obj->base.size) { in assert_vma() 48 vma->size, obj->base.size); in assert_vma() 52 if (vma->ggtt_view.type != I915_GGTT_VIEW_NORMAL) { in assert_vma() 54 vma->ggtt_view.type); in assert_vma() 74 if (vma->vm != vm) { in checked_vma_instance() 76 vma->vm, vm); in checked_vma_instance() 88 return ERR_PTR(-EINVAL); in checked_vma_instance() 91 if (i915_vma_compare(vma, vma->vm, in checked_vma_instance() 92 i915_vma_is_ggtt(vma) ? &vma->ggtt_view : NULL)) { in checked_vma_instance() [all …]
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | r8a77xx-aa104xd12-panel.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Common file for the AA104XD12 panel connected to Renesas R-Car boards 10 compatible = "mitsubishi,aa104xd12", "panel-lvds"; 12 width-mm = <210>; 13 height-mm = <158>; 14 data-mapping = "jeida-18"; 16 panel-timing { 18 clock-frequency = <65000000>; 21 hsync-len = <136>; 22 hfront-porch = <20>; [all …]
|
D | r8a77xx-aa121td01-panel.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Common file for the AA121TD01 panel connected to Renesas R-Car boards 10 compatible = "mitsubishi,aa121td01", "panel-lvds"; 12 width-mm = <261>; 13 height-mm = <163>; 14 data-mapping = "jeida-18"; 16 panel-timing { 18 clock-frequency = <71000000>; 21 hsync-len = <70>; 22 hfront-porch = <20>; [all …]
|
D | ste-nomadik-nhk15.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 7 #include <dt-bindings/interrupt-controller/irq.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include "ste-nomadik-stn8815.dtsi" 13 compatible = "st,nomadik-nhk-15"; 22 stmpe-i2c0 = &stmpe0; 23 stmpe-i2c1 = &stmpe1; 71 disable-sxtalo; 72 disable-mxtalo; [all …]
|
/Linux-v5.4/Documentation/hwmon/ |
D | sht21.rst | 35 ----------- 38 only 3 x 3 mm footprint and 1.1 mm height. The difference between the two 47 sysfs-Interface 48 --------------- 51 - temperature input 54 - humidity input 56 - Electronic Identification Code 59 ----- 67 Different resolutions, the on-chip heater, and using the CRC checksum
|
/Linux-v5.4/drivers/gpu/drm/vboxvideo/ |
D | vbox_fb.c | 1 // SPDX-License-Identifier: MIT 3 * Copyright (C) 2013-2017 Oracle Corporation 14 #include <linux/mm.h> 49 struct pci_dev *pdev = vbox->ddev.pdev; in vboxfb_create() 59 mode_cmd.width = sizes->surface_width; in vboxfb_create() 60 mode_cmd.height = sizes->surface_height; in vboxfb_create() 61 pitch = mode_cmd.width * ((sizes->surface_bpp + 7) / 8); in vboxfb_create() 62 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in vboxfb_create() 63 sizes->surface_depth); in vboxfb_create() 66 size = pitch * mode_cmd.height; in vboxfb_create() [all …]
|
/Linux-v5.4/drivers/video/fbdev/ |
D | pm2fb.c | 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 35 #include <linux/mm.h> 70 * support on TVP4010 and similar where there is no RAMDAC - see 73 * fixed-frequency monitor which absolutely has to have -ve sync. So 75 * should be silently turned in -ve sync. 127 .height = -1, 128 .width = -1, 146 return fb_readl(p->v_regs + off); in pm2_RD() [all …]
|
/Linux-v5.4/include/linux/platform_data/ |
D | shmob_drm.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * shmob_drm.h -- SH Mobile DRM driver 53 unsigned int width_mm; /* Panel width in mm */ 54 unsigned int height_mm; /* Panel height in mm */
|
/Linux-v5.4/include/video/ |
D | sh_mobile_lcdc.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 151 unsigned long width; /* Panel width in mm */ 152 unsigned long height; /* Panel height in mm */ member
|
/Linux-v5.4/arch/x86/kernel/ |
D | sysfb_simplefb.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (c) 2012-2013 David Herrmann <dh.herrmann@gmail.com> 8 * simple-framebuffer probing 9 * Try to convert "screen_info" into a "simple-framebuffer" compatible mode. 17 #include <linux/mm.h> 26 /* try parsing x86 screen_info into a simple-framebuffer mode struct */ 34 type = si->orig_video_isVGA; in parse_mode() 40 if (si->lfb_depth == f->bits_per_pixel && in parse_mode() 41 si->red_size == f->red.length && in parse_mode() 42 si->red_pos == f->red.offset && in parse_mode() [all …]
|