/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/ |
H A D | 0001-Add-meson-option-to-pass-sysroot.patch | 11 panels/background/meson.build | 2 +- 12 panels/system/meson.build | 2 +- 24 diff --git a/panels/background/meson.build b/panels/background/meson.build 26 --- a/panels/background/meson.build 27 +++ b/panels/background/meson.build 37 diff --git a/panels/system/meson.build b/panels/system/meson.build 39 --- a/panels/system/meson.build 40 +++ b/panels/system/meson.build
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | Kconfig | 68 tristate "DRM support for MIPI DBI compatible panels" 77 panels. The controller command setup can be provided using a 100 tristate "DRM support for HX8357D display panels" 107 DRM driver for the following HX8357D panels: 113 tristate "DRM support for ILI9163 display panels" 120 DRM driver for the following Ilitek ILI9163 panels: 126 tristate "DRM support for ILI9225 display panels" 132 DRM driver for the following Ilitek ILI9225 panels: 138 tristate "DRM support for ILI9341 display panels" 145 DRM driver for the following Ilitek ILI9341 panels: [all …]
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/files/ |
H A D | 0001-Fix-build-with-meson-0.61.patch | 9 panels/datetime/meson.build | 1 - 12 diff --git a/panels/datetime/meson.build b/panels/datetime/meson.build 14 --- a/panels/datetime/meson.build 15 +++ b/panels/datetime/meson.build
|
H A D | fix-inner-dependency.patch | 15 diff --git a/panels/datetime/meson.build b/panels/datetime/meson.build 17 --- a/panels/datetime/meson.build 18 +++ b/panels/datetime/meson.build
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | Kconfig | 26 This driver supports the ARM Versatile panels connected to ARM 80 tristate "Generic DSI command mode panels" 85 DRM panel driver for DSI command mode panels with support for 94 This driver supports LVDS panels that don't require device-specific 99 tristate "support for simple panels (other than eDP ones)" 105 DRM panel driver for dumb non-eDP panels that need at most a regulator 111 tristate "support for simple Embedded DisplayPort panels" 121 DRM panel driver for dumb eDP panels that need at most a regulator and 144 KD35T133 controller for 320x480 LCD panels with MIPI-DSI 162 Say Y if you want to enable support for panels based on the [all …]
|
/openbmc/fb-ipmi-oem/src/ |
H A D | usb-dbg.cpp | 95 static int panelNum = (sizeof(panels) / sizeof(struct ctrl_panel)) - 1; 887 return panels[std::to_underlying(panel::BOOT_ORDER)].select(0); in panel_main() 889 return panels[std::to_underlying(panel::POWER_POLICY)].select(0); in panel_main() 902 ctrl_panel& bootOrderPanel = panels[std::to_underlying(panel::BOOT_ORDER)]; in panel_boot_order() 989 snprintf(panels[PANEL_POWER_POLICY].item_str[1], 32, "%cPower On", in panel_power_policy() 991 snprintf(panels[PANEL_POWER_POLICY].item_str[2], 32, "%cLast State", in panel_power_policy() 993 snprintf(panels[PANEL_POWER_POLICY].item_str[3], 32, "%cPower Off", in panel_power_policy() 995 panels[PANEL_POWER_POLICY].item_num = 3; in panel_power_policy() 999 panels[PANEL_POWER_POLICY].item_num = 0; in panel_power_policy() 1013 if (item > panels[cur_panel].item_num) in plat_udbg_control_panel() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | ilitek,ili9225.txt | 1 Ilitek ILI9225 display panels 3 This binding is for display panels using an Ilitek ILI9225 controller in SPI
|
H A D | himax,hx8357d.txt | 1 Himax HX8357D display panels 3 This binding is for display panels using a Himax HX8357D controller in SPI
|
/openbmc/linux/drivers/hid/ |
H A D | Kconfig | 719 tristate "HID Multitouch panels" 721 Generic support for HID multitouch panels. 725 - ActionStar dual touch panels 726 - Atmel panels 727 - Cando dual touch panels 728 - Chunghwa panels 729 - CJTouch panels 730 - CVTouch panels 731 - Cypress TrueTouch panels 732 - Elan Microelectronics touch panels [all …]
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | Kconfig | 41 Driver for generic DPI panels. 48 Driver for generic DSI command mode panels.
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | amba-clcd.c | 639 } panels[] = { in clcdfb_of_init_tft_panel() local 661 for (i = 0; i < ARRAY_SIZE(panels) && !fb->panel->caps; i++) { in clcdfb_of_init_tft_panel() 662 if (amba_part(fb->dev) != panels[i].part) in clcdfb_of_init_tft_panel() 664 if (g0 != panels[i].g0) in clcdfb_of_init_tft_panel() 666 if (r0 == panels[i].r0 && b0 == panels[i].b0) in clcdfb_of_init_tft_panel() 667 fb->panel->caps = panels[i].caps; in clcdfb_of_init_tft_panel()
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/webui/ |
H A D | phosphor-webui_%.bbappend | 6 # Overwrite the config.json to turn off/on Web UI panels
|
/openbmc/linux/Documentation/gpu/ |
H A D | todo.rst | 462 Clean up checks for already prepared/enabled in panels 474 check from the individual panels and save a pile of code. 476 In adition to removing the check from the individual panels, it is believed 699 Brightness handling on devices with multiple internal panels 715 On systems with 2 panels this may be a problem, depending on 723 The above assumes both panels will require the same backlight interface type. 724 Things will break on systems with multiple panels where the 2 panels need 734 Note in a way we already have a case where userspace sees 2 panels, 739 panel is active (iow which way the mux between the GPU and the panels 754 control on multiple panels userspace will need to be updated too. [all …]
|
H A D | drm-kms.rst | 145 The second object is for panels, represented by :c:type:`struct drm_panel 151 panels are still in-flux and not really fully sorted out yet.
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | amdgpu-stoney-flakes.txt | 7 kms_atomic_transition@plane-all-modeset-transition-internal-panels
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/panel-mipi-dbi/ |
H A D | panel-mipi-dbi-native_git.bb | 3 driver for most MIPI DBI based display panels. \
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | omap3-panel-sharp-ls037v7dw01.dtsi | 3 * Common file for omap dpi panels with QVGA and reset pins
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-panel-sharp-ls037v7dw01.dtsi | 3 * Common file for omap dpi panels with QVGA and reset pins
|
/openbmc/fb-ipmi-oem/include/ |
H A D | usb-dbg.hpp | 130 static ctrl_panel panels[] = { variable
|
/openbmc/linux/Documentation/fb/ |
H A D | tridentfb.rst | 50 center for flat panels and resolutions smaller than native size center the
|
H A D | uvesafb.rst | 41 widescreen panels, where native video modes don't have the 4:3 aspect
|
/openbmc/linux/Documentation/devicetree/bindings/display/ti/ |
H A D | ti,omap-dss.txt | 33 panels or external encoders.
|
/openbmc/u-boot/drivers/video/ |
H A D | Kconfig | 357 Support for Hitachi tx18d42vm LVDS LCD panels, these panels have a 468 a VESA device and supports LCD panels, eDP and LVDS outputs. 480 a VESA device and supports LCD panels, eDP and LVDS outputs.
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | intel_bios.h | 363 struct vch_panel_data panels[16]; member
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8998-clamshell.dtsi | 100 * hold a vote for these clocks, or panels are brought up properly, using drm/msm.
|