Searched +full:netron +full:- +full:dy (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/panel/ |
| D | netron-dy,e231732.txt | 1 Netron-DY E231732 7.0" WSVGA TFT LCD panel 4 - compatible: should be "netron-dy,e231732" 6 This binding is compatible with the simple-panel binding, which is specified 7 in simple-panel.txt in this directory.
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/ |
| D | vendor-prefixes.txt | 4 using them to avoid name-space collisions. 9 active-semi Active-Semi International Inc 30 amstaos AMS-Taos Inc. 43 asahi-kasei Asahi Kasei Corp. 102 dlink D-Link Corporation 148 gmt Global Mixed-mode Technology, Inc. 171 ifi Ingenieurburo Fur Ic-Technologie (I/F/I) 178 inside-secure INSIDE Secure 192 karo Ka-Ro electronics GmbH 200 koe Kaohsiung Opto-Electronics Inc. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/ |
| D | panel-simple.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/panel-simple.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Sam Ravnborg <sam@ravnborg.org> 15 requires only a single power-supply. 23 - $ref: panel-common.yaml# 32 # Ampire AM-1280800N3TZQW-T00H 10.1" WQVGA TFT LCD panel 33 - ampire,am-1280800n3tzqw-t00h [all …]
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | sun8i-a33-sinlinx-sina33.dts | 2 * Copyright 2015 Chen-Yu Tsai 4 * Chen-Yu Tsai <wens@csie.org> 6 * This file is dual-licensed: you can use it either under the terms 45 /dts-v1/; 46 #include "sun8i-a33.dtsi" 47 #include "sunxi-common-regulators.dtsi" 49 #include <dt-bindings/gpio/gpio.h> 50 #include <dt-bindings/input/input.h> 54 compatible = "sinlinx,sina33", "allwinner,sun8i-a33"; 61 stdout-path = "serial0:115200n8"; [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | sun8i-a33-sinlinx-sina33.dts | 2 * Copyright 2015 Chen-Yu Tsai 4 * Chen-Yu Tsai <wens@csie.org> 6 * This file is dual-licensed: you can use it either under the terms 45 /dts-v1/; 46 #include "sun8i-a33.dtsi" 47 #include "sunxi-common-regulators.dtsi" 49 #include <dt-bindings/gpio/gpio.h> 50 #include <dt-bindings/input/input.h> 54 compatible = "sinlinx,sina33", "allwinner,sun8i-a33"; 61 stdout-path = "serial0:115200n8"; [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
| D | vendor-prefixes.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/vendor-prefixes.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 19 "^(at25|devbus|dmacap|dsa|exynos|fsi[ab]|gpio-fan|gpio|gpmc|hdmi|i2c-gpio),.*": true 21 "^(pinctrl-single|#pinctrl-single|PowerPC),.*": true 22 "^(pl022|pxa-mmc|rcar_sound|rotary-encoder|s5m8767|sdhci),.*": true 23 "^(simple-audio-card|st-plgpio|st-spics|ts),.*": true 38 "^active-semi,.*": [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/panel/ |
| D | panel-simple.c | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 99 struct drm_connector *connector = panel->base.connector; in panel_simple_get_fixed_modes() 100 struct drm_device *drm = panel->base.drm; in panel_simple_get_fixed_modes() 104 if (!panel->desc) in panel_simple_get_fixed_modes() 107 for (i = 0; i < panel->desc->num_timings; i++) { in panel_simple_get_fixed_modes() 108 const struct display_timing *dt = &panel->desc->timings[i]; in panel_simple_get_fixed_modes() 114 dev_err(drm->dev, "failed to add mode %ux%u\n", in panel_simple_get_fixed_modes() 115 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_fixed_modes() 121 mode->type |= DRM_MODE_TYPE_DRIVER; in panel_simple_get_fixed_modes() 123 if (panel->desc->num_timings == 1) in panel_simple_get_fixed_modes() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
| D | panel-simple.c | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 130 for (i = 0; i < panel->desc->num_timings; i++) { in panel_simple_get_timings_modes() 131 const struct display_timing *dt = &panel->desc->timings[i]; in panel_simple_get_timings_modes() 135 mode = drm_mode_create(connector->dev); in panel_simple_get_timings_modes() 137 dev_err(panel->base.dev, "failed to add mode %ux%u\n", in panel_simple_get_timings_modes() 138 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes() 144 mode->type |= DRM_MODE_TYPE_DRIVER; in panel_simple_get_timings_modes() 146 if (panel->desc->num_timings == 1) in panel_simple_get_timings_modes() 147 mode->type |= DRM_MODE_TYPE_PREFERRED; in panel_simple_get_timings_modes() 162 for (i = 0; i < panel->desc->num_modes; i++) { in panel_simple_get_display_modes() [all …]
|