Home
last modified time | relevance | path

Searched full:panels (Results 1 – 25 of 166) sorted by relevance

1234567

/Linux-v5.10/drivers/gpu/drm/tiny/
DKconfig32 tristate "DRM support for HX8357D display panels"
39 DRM driver for the following HX8357D panels:
45 tristate "DRM support for ILI9225 display panels"
51 DRM driver for the following Ilitek ILI9225 panels:
57 tristate "DRM support for ILI9341 display panels"
64 DRM driver for the following Ilitek ILI9341 panels:
70 tristate "DRM support for ILI9486 display panels"
77 DRM driver for the following Ilitek ILI9486 panels:
95 tristate "DRM support for Pervasive Displays RePaper panels (V231)"
100 DRM driver for the following Pervasive Displays panels:
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/display/panel/
Dpanel-common.yaml7 title: Common Properties for Display Panels
15 display panels. It doesn't constitue a device tree binding specification by
57 Most display panels are restricted to a single resolution and
64 Some display panels support several resolutions with different timings.
76 Panels receive video data through one or multiple connections. While
85 Some panels expose EDID information through an I2C-compatible
86 bus such as DDC2 or E-DDC. For such panels the ddc-i2c-bus contains a
104 # Many display panels can be controlled through pins driven by GPIOs. The nature
107 # used for panels that implement compatible control signals.
114 property can also be used for panels implementing an active low power down
[all …]
Dpanel-dsi-cm.yaml7 title: DSI command mode panels
14 This binding file is a collection of the DSI panels that
41 Display panels require power to be supplied. While several panels need
Darm,versatile-tft-panel.yaml7 title: ARM Versatile TFT Panels
13 These panels are connected to the daughterboards found on the
Dvisionox,rm69299.yaml7 title: Visionox model RM69299 Panels Device Tree Bindings.
13 This binding is for display panels using a Visionox RM692999 panel.
Dpanel-simple-dsi.yaml7 title: Simple DSI panels with a single power-supply
14 This binding file is a collection of the DSI panels that
Dlvds.yaml16 to LVDS panels. This bindings supports display panels compatible with the
/Linux-v5.10/drivers/gpu/drm/panel/
DKconfig8 menu "Display Panels"
17 This driver supports the ARM Versatile panels connected to ARM
57 This driver supports LVDS panels that don't require device-specific
62 tristate "support for simple panels"
67 DRM panel driver for dumb panels that need at most a regulator and
79 KD35T133 controller for 320x480 LCD panels with MIPI-DSI
97 Say Y if you want to enable support for panels based on the
101 tristate "Ilitek ILI9322 320x240 QVGA panels"
106 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
109 tristate "Ilitek ILI9881C-based panels"
[all …]
Dpanel-arm-versatile.c9 * On the Versatile AB, these panels come mounted on daughterboards
12 * boards support TFT display panels.
66 * struct versatile_panel_type - lookup struct for the supported panels
100 * struct versatile_panel - state container for the Versatile panels
/Linux-v5.10/drivers/hid/
DKconfig677 tristate "HID Multitouch panels"
680 Generic support for HID multitouch panels.
684 - ActionStar dual touch panels
685 - Atmel panels
686 - Cando dual touch panels
687 - Chunghwa panels
688 - CJTouch panels
689 - CVTouch panels
690 - Cypress TrueTouch panels
691 - Elan Microelectronics touch panels
[all …]
Dhid-multitouch.c3 * HID driver for multitouch panels
46 MODULE_DESCRIPTION("HID multitouch panels");
1423 * Some elan panels wrongly declare 2 input mode features, in mt_need_to_apply_feature()
1760 * Tested on 3M, Stantum, Cypress, Zytronic, eGalax, and Elan panels. */ in mt_resume()
1786 /* 3M panels */
1808 /* Atmel panels */
1818 /* Cando panels */
1826 /* Chunghwa Telecom touch panels */
1831 /* CJTouch panels */
1839 /* CVTouch panels */
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/display/
Ddsi-controller.yaml7 title: Common Properties for DSI Display Panels
14 Serial Interface controllers and attached panels. It doesn't constitute
22 Notice: this binding concerns DSI panels connected directly to a master
41 description: Panels connected to the DSI link
Dilitek,ili9225.txt1 Ilitek ILI9225 display panels
3 This binding is for display panels using an Ilitek ILI9225 controller in SPI
Dhimax,hx8357d.txt1 Himax HX8357D display panels
3 This binding is for display panels using a Himax HX8357D controller in SPI
Dilitek,ili9341.txt1 Ilitek ILI9341 display panels
3 This binding is for display panels using an Ilitek ILI9341 controller in SPI
Dilitek,ili9486.yaml7 title: Ilitek ILI9486 display panels device tree bindings
13 This binding is for display panels using an Ilitek ILI9486 controller in SPI
Dsitronix,st7735r.yaml7 title: Sitronix ST7735R Display Panels Device Tree Bindings
13 This binding is for display panels using a Sitronix ST7715R or ST7735R
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/displays/
DKconfig41 Driver for generic DPI panels.
47 Driver for generic DSI command mode panels.
/Linux-v5.10/drivers/gpu/drm/gma500/
Doaktrail.h149 u8 PanelType:4; /*4 bits, Bit field for panels*/
153 /* 4 panels to use by default*/
166 u8 PanelType:4; /*4 bits, Bit field for panels*/
170 /* 4 panels to use by default*/
/Linux-v5.10/drivers/video/fbdev/
Damba-clcd.c151 /* Only TFT panels can do RGB888/BGR888 */ in clcdfb_set_bitfields()
627 /* Only directly connected DPI panels supported for now */ in clcdfb_of_get_mode()
653 } panels[] = { in clcdfb_of_init_tft_panel() local
675 for (i = 0; i < ARRAY_SIZE(panels) && !fb->panel->caps; i++) { in clcdfb_of_init_tft_panel()
676 if (amba_part(fb->dev) != panels[i].part) in clcdfb_of_init_tft_panel()
678 if (g0 != panels[i].g0) in clcdfb_of_init_tft_panel()
680 if (r0 == panels[i].r0 && b0 == panels[i].b0) in clcdfb_of_init_tft_panel()
681 fb->panel->caps = panels[i].caps; in clcdfb_of_init_tft_panel()
Dau1100fb.h259 /* List of panels known to work with the AU1100 LCD controller.
264 * STN color panels: max_bpp <= 12
265 * STN mono panels: max_bpp <= 4
266 * TFT panels: max_bpp <= 16
/Linux-v5.10/include/drm/
Ddrm_encoder.h115 * - DRM_MODE_ENCODER_LVDS for display panels, or in general any panel
123 * - DRM_MODE_ENCODER_DSI for panels connected using the DSI serial bus.
125 * - DRM_MODE_ENCODER_DPI for panels connected using the DPI parallel
/Linux-v5.10/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.h85 /* Sub-module for display. Since we don't know at compile time what panels
87 * hdmi encoder, various lcd panels), the connector/encoder(s) are split into
/Linux-v5.10/drivers/gpu/drm/omapdrm/displays/
DKconfig8 Driver for generic DSI command mode panels.
/Linux-v5.10/drivers/gpu/drm/
Ddrm_panel.c39 * central registry and provide functions to retrieve those panels in display
178 * drivers. For smart panels it should still be possible to communicate with
231 * Searches the set of registered panels for one that matches the given device

1234567