Searched full:panels (Results 1 – 25 of 174) sorted by relevance
1234567
/Linux-v5.15/drivers/gpu/drm/panel/ |
D | Kconfig | 8 menu "Display Panels" 26 This driver supports the ARM Versatile panels connected to ARM 61 tristate "Generic DSI command mode panels" 66 DRM panel driver for DSI command mode panels with support for 75 This driver supports LVDS panels that don't require device-specific 80 tristate "support for simple panels" 87 DRM panel driver for dumb panels that need at most a regulator and 99 KD35T133 controller for 320x480 LCD panels with MIPI-DSI 117 Say Y if you want to enable support for panels based on the 121 tristate "Ilitek ILI9322 320x240 QVGA panels" [all …]
|
D | panel-arm-versatile.c | 9 * 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.15/drivers/gpu/drm/tiny/ |
D | Kconfig | 71 tristate "DRM support for HX8357D display panels" 78 DRM driver for the following HX8357D panels: 84 tristate "DRM support for ILI9225 display panels" 90 DRM driver for the following Ilitek ILI9225 panels: 96 tristate "DRM support for ILI9341 display panels" 103 DRM driver for the following Ilitek ILI9341 panels: 109 tristate "DRM support for ILI9486 display panels" 116 DRM driver for the following Ilitek ILI9486 panels: 134 tristate "DRM support for Pervasive Displays RePaper panels (V231)" 139 DRM driver for the following Pervasive Displays panels: [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/display/panel/ |
D | panel-common.yaml | 7 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 Some panels expose EDID information through an I2C-compatible 77 bus such as DDC2 or E-DDC. For such panels the ddc-i2c-bus contains a 95 # Many display panels can be controlled through pins driven by GPIOs. The nature 98 # used for panels that implement compatible control signals. 105 property can also be used for panels implementing an active low power down 131 Display panels require power to be supplied. While several panels need [all …]
|
D | panel-dsi-cm.yaml | 7 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
|
D | arm,versatile-tft-panel.yaml | 7 title: ARM Versatile TFT Panels 13 These panels are connected to the daughterboards found on the
|
D | visionox,rm69299.yaml | 7 title: Visionox model RM69299 Panels Device Tree Bindings. 13 This binding is for display panels using a Visionox RM692999 panel.
|
D | novatek,nt36672a.yaml | 7 title: Novatek NT36672A based DSI display Panels 14 panels.
|
D | panel-simple-dsi.yaml | 7 title: Simple DSI panels with a single power-supply 14 This binding file is a collection of the DSI panels that
|
D | lvds.yaml | 16 to LVDS panels. This bindings supports display panels compatible with the
|
/Linux-v5.15/drivers/hid/ |
D | Kconfig | 689 tristate "HID Multitouch panels" 692 Generic support for HID multitouch panels. 696 - ActionStar dual touch panels 697 - Atmel panels 698 - Cando dual touch panels 699 - Chunghwa panels 700 - CJTouch panels 701 - CVTouch panels 702 - Cypress TrueTouch panels 703 - Elan Microelectronics touch panels [all …]
|
D | hid-multitouch.c | 3 * HID driver for multitouch panels 46 MODULE_DESCRIPTION("HID multitouch panels"); 1440 * Some elan panels wrongly declare 2 input mode features, in mt_need_to_apply_feature() 1791 * Tested on 3M, Stantum, Cypress, Zytronic, eGalax, and Elan panels. */ in mt_resume() 1819 /* 3M panels */ 1847 /* Atmel panels */ 1857 /* Cando panels */ 1865 /* Chunghwa Telecom touch panels */ 1870 /* CJTouch panels */ 1878 /* CVTouch panels */ [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/display/ |
D | dsi-controller.yaml | 7 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
|
D | ilitek,ili9225.txt | 1 Ilitek ILI9225 display panels 3 This binding is for display panels using an Ilitek ILI9225 controller in SPI
|
D | himax,hx8357d.txt | 1 Himax HX8357D display panels 3 This binding is for display panels using a Himax HX8357D controller in SPI
|
D | ilitek,ili9341.txt | 1 Ilitek ILI9341 display panels 3 This binding is for display panels using an Ilitek ILI9341 controller in SPI
|
D | ilitek,ili9486.yaml | 7 title: Ilitek ILI9486 display panels device tree bindings 13 This binding is for display panels using an Ilitek ILI9486 controller in SPI
|
D | sitronix,st7735r.yaml | 7 title: Sitronix ST7735R Display Panels Device Tree Bindings 13 This binding is for display panels using a Sitronix ST7715R or ST7735R
|
/Linux-v5.15/drivers/video/fbdev/omap2/omapfb/displays/ |
D | Kconfig | 41 Driver for generic DPI panels. 48 Driver for generic DSI command mode panels.
|
/Linux-v5.15/drivers/gpu/drm/gma500/ |
D | oaktrail.h | 149 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.15/drivers/video/fbdev/ |
D | amba-clcd.c | 138 /* Only TFT panels can do RGB888/BGR888 */ in clcdfb_set_bitfields() 614 /* Only directly connected DPI panels supported for now */ in clcdfb_of_get_mode() 640 } panels[] = { in clcdfb_of_init_tft_panel() local 662 for (i = 0; i < ARRAY_SIZE(panels) && !fb->panel->caps; i++) { in clcdfb_of_init_tft_panel() 663 if (amba_part(fb->dev) != panels[i].part) in clcdfb_of_init_tft_panel() 665 if (g0 != panels[i].g0) in clcdfb_of_init_tft_panel() 667 if (r0 == panels[i].r0 && b0 == panels[i].b0) in clcdfb_of_init_tft_panel() 668 fb->panel->caps = panels[i].caps; in clcdfb_of_init_tft_panel()
|
D | au1100fb.h | 259 /* 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.15/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.h | 90 /* Sub-module for display. Since we don't know at compile time what panels 92 * hdmi encoder, various lcd panels), the connector/encoder(s) are split into
|
/Linux-v5.15/drivers/gpu/drm/ |
D | drm_panel.c | 39 * 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
|
/Linux-v5.15/include/drm/ |
D | drm_encoder.h | 114 * - DRM_MODE_ENCODER_LVDS for display panels, or in general any panel 122 * - DRM_MODE_ENCODER_DSI for panels connected using the DSI serial bus. 124 * - DRM_MODE_ENCODER_DPI for panels connected using the DPI parallel
|
1234567