| /rk3399_rockchip-uboot/doc/ |
| H A D | README.LED_display | 1 LED display internal API 4 This README describes the LED display API. 6 The API is defined by the include file include/led-display.h 9 Then you need to provide the following functions to access LED display: 13 This function should control the state of the LED display. Argument is 15 DISPLAY_CLEAR -- clear the display 16 DISPLAY_HOME -- set the position to the beginning of display 20 This function should display it's parameter on the LED display in the 24 With this functions defined 'display' command will display it's 25 arguments on the LED display (or clear the display if called without
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/ |
| H A D | Kconfig | 8 comment "driver for different display serdes" 11 tristate "rockchip display serdes drivers support" 24 source "drivers/video/drm/display-serdes/maxim/Kconfig" 25 source "drivers/video/drm/display-serdes/rohm/Kconfig" 26 source "drivers/video/drm/display-serdes/rockchip/Kconfig" 27 source "drivers/video/drm/display-serdes/novo/Kconfig"
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/maxim/ |
| H A D | Kconfig | 6 # maxim display serdes drivers configuration 21 To support maxim max96745 display serdes. 27 To support maxim max96752 display serdes. 33 To support maxim max96755 display serdes. 39 To support maxim max96772 display serdes. 45 To support maxim max96789 display serdes.
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | display-timing.txt | 1 display-timing bindings 4 display-timings node 11 - native-mode: The native mode for the display, in case multiple modes are 18 - hactive, vactive: display resolution 19 - hfront-porch, hback-porch, hsync-len: horizontal display timing parameters 21 vfront-porch, vback-porch, vsync-len: vertical display timing parameters in 23 - clock-frequency: display clock in Hz 44 There are different ways of describing the capabilities of a display. The 46 for displays. If a display supports multiple signal timings, the native-mode 77 display-timings {
|
| H A D | displaymode.txt | 10 - upper-margin, lower-margin, vsync-len: Vertical display timing 12 - clock: display clock in Hz 21 There are different ways of describing a display mode. The devicetree 30 display@0 {
|
| H A D | rockchip-lvds.txt | 22 - display-timings : described by 23 doc/devicetree/device-tree-bindings/video/display-timing.txt. 64 display-timings {
|
| H A D | atmel-hlcdc.txt | 14 - display-timings: please refer the displaymode.txt. 29 display-timings {
|
| H A D | exynos_mipi_dsi.txt | 11 for main display or CPU interface for main or sub display). 13 or sub display uses. 15 or sub display.
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/rockchip/ |
| H A D | Kconfig | 6 # rockchip display serdes drivers configuration 21 To support rockchip rkx111 display serdes. 27 To support rockchip rkx121 display serdes.
|
| /rk3399_rockchip-uboot/drivers/video/rockchip/ |
| H A D | Kconfig | 4 # display driver will be compiled, but which drivers finally will be used is 6 # display by configure the device tree, and the vop driver will do the rest. 46 This enables Embedded DisplayPort(EDP) display support. 52 This enables Low-voltage Differential Signaling(LVDS) display 60 This enables High-Definition Multimedia Interface display support. 66 This enables Mobile Industry Processor Interface(MIPI) display
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display_helper.c | 218 bool drm_mode_is_420_only(const struct drm_display_info *display, in drm_mode_is_420_only() argument 223 return test_bit(vic, display->hdmi.y420_vdb_modes); in drm_mode_is_420_only() 237 bool drm_mode_is_420_also(const struct drm_display_info *display, in drm_mode_is_420_also() argument 242 return test_bit(vic, display->hdmi.y420_cmdb_modes); in drm_mode_is_420_also() 256 bool drm_mode_is_420(const struct drm_display_info *display, in drm_mode_is_420() argument 259 return drm_mode_is_420_only(display, mode) || in drm_mode_is_420() 260 drm_mode_is_420_also(display, mode); in drm_mode_is_420()
|
| H A D | rockchip_display.h | 351 bool drm_mode_is_420_only(const struct drm_display_info *display, 353 bool drm_mode_is_420_also(const struct drm_display_info *display, 355 bool drm_mode_is_420(const struct drm_display_info *display, 357 bool drm_mode_is_420_only(const struct drm_display_info *display,
|
| /rk3399_rockchip-uboot/drivers/video/rk_eink/ |
| H A D | Kconfig | 18 Choose this option to enable support for eink display, which is 19 used to display uboot/charging/lowerpower logo, and also used to 20 load kernel logo to ram, which can pass to kernel to display.
|
| /rk3399_rockchip-uboot/board/google/ |
| H A D | Kconfig | 20 reader, microphone and speakers, display port and 32GB SATA 23 display. 42 includes a USB SD reader, four USB3 ports, display port and HDMI 53 C ports which can support charging and up to a 4K external display. 56 resolution touch-enabled LCD display.
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/rohm/ |
| H A D | Kconfig | 21 To support rohm bu18tl82 display serdes. 27 To support rohm bu18rl82 display serdes.
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | Kconfig | 12 a bitmap display of various sizes and depths which can be drawn on 13 to display a command-line console or splash screen. Enabling this 22 a bitmap display of various sizes and depths which can be drawn on 23 to display a command-line console or splash screen. Enabling this 58 Support drawing text and bitmaps onto a 8-bit-per-pixel display. 59 Enabling this will include code to support this display. Without 68 Support drawing text and bitmaps onto a 16-bit-per-pixel display. 69 Enabling this will include code to support this display. Without 78 Support drawing text and bitmaps onto a 32-bit-per-pixel display. 79 Enabling this will include code to support this display. Without [all …]
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | 6x_bootscript_android.txt | 18 echo "------ no Freescale display"; 30 echo "------ no 1024x600 display"; 42 echo "------ no 800x480 display";
|
| H A D | 6x_bootscript.txt | 22 echo "------ no Freescale display"; 34 echo "------ no 1024x600 display"; 46 echo "------ no 800x480 display";
|
| H A D | 6x_bootscript_android_recovery.txt | 18 echo "------ no Freescale display"; 30 echo "------ no 1024x600 display"; 42 echo "------ no 800x480 display";
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3288/ |
| H A D | Kconfig | 8 HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and 27 ports, micro HDMI, a 10.1-inch 1280x800 EDP display, micro-SD card, 40 provide access to display pins, I2C, SPI, UART and GPIOs. 51 access to display pins, I2C, SPI, UART and GPIOs. 60 provide access to display pins, I2C, SPI, UART and GPIOs. 69 provide access to display pins, I2C, SPI, UART and GPIOs. 96 GPIOs and display interface. 121 provide access to display pins, I2C, SPI, UART and GPIOs.
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | sun5i-a13.dtsi | 177 compatible = "allwinner,sun4i-a10-display-clk"; 186 compatible = "allwinner,sun4i-a10-display-clk"; 210 display-engine { 211 compatible = "allwinner,sun5i-a13-display-engine"; 262 fe0: display-frontend@01e00000 { 263 compatible = "allwinner,sun5i-a13-display-frontend"; 290 be0: display-backend@01e60000 { 291 compatible = "allwinner,sun5i-a13-display-backend";
|
| H A D | at91sam9x5dm.dtsi | 2 * at91sam9x5dm.dtsi - Device Tree file for SAM9x5 display module 33 display-timings {
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | multiplexed_log.css | 46 display: none; 90 display: none;
|
| /rk3399_rockchip-uboot/drivers/video/tegra124/ |
| H A D | Makefile | 7 obj-y += display.o
|
| /rk3399_rockchip-uboot/board/siemens/rut/ |
| H A D | board.c | 448 int display = 1; in board_video_init() local 464 da8xx_video_init(&lcd_panels[display], &lcd_cfgs[display], in board_video_init() 465 lcd_cfgs[display].bpp); in board_video_init()
|