Searched +full:keembay +full:- +full:display (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/display/ |
D | intel,keembay-display.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/intel,keembay-display.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Devicetree bindings for Intel Keem Bay display controller 10 - Anitha Chrisanthus <anitha.chrisanthus@intel.com> 11 - Edmond J Dea <edmund.j.dea@intel.com> 15 const: intel,keembay-display 19 - description: LCD registers range 21 reg-names: [all …]
|
D | intel,keembay-msscam.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/intel,keembay-msscam.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Anitha Chrisanthus <anitha.chrisanthus@intel.com> 11 - Edmond J Dea <edmund.j.dea@intel.com> 14 MSSCAM controls local clocks in the display subsystem namely LCD clocks and 21 - const: intel,keembay-msscam 22 - const: syscon 27 reg-io-width: [all …]
|
/Linux-v5.15/drivers/gpu/drm/kmb/ |
D | Kconfig | 2 tristate "Intel Keembay Display" 10 Choose this option if you have Intel's KeemBay SOC which integrates 13 If M is selected the module will be called kmb-drm.
|
D | kmb_drv.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright © 2018-2020 Intel Corporation 31 ret = clk_prepare_enable(kmb->kmb_clk.clk_lcd); in kmb_display_clk_enable() 33 drm_err(&kmb->drm, "Failed to enable LCD clock: %d\n", ret); in kmb_display_clk_enable() 45 kmb->kmb_clk.clk_lcd = devm_clk_get(dev, "clk_lcd"); in kmb_initialize_clocks() 46 if (IS_ERR(kmb->kmb_clk.clk_lcd)) { in kmb_initialize_clocks() 47 drm_err(&kmb->drm, "clk_get() failed clk_lcd\n"); in kmb_initialize_clocks() 48 return PTR_ERR(kmb->kmb_clk.clk_lcd); in kmb_initialize_clocks() 51 kmb->kmb_clk.clk_pll0 = devm_clk_get(dev, "clk_pll0"); in kmb_initialize_clocks() 52 if (IS_ERR(kmb->kmb_clk.clk_pll0)) { in kmb_initialize_clocks() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/display/bridge/ |
D | intel,keembay-dsi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/bridge/intel,keembay-dsi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Anitha Chrisanthus <anitha.chrisanthus@intel.com> 11 - Edmond J Dea <edmund.j.dea@intel.com> 15 const: intel,keembay-dsi 19 - description: MIPI registers range 21 reg-names: 23 - const: mipi [all …]
|
/Linux-v5.15/drivers/pwm/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 bool "Pulse-Width Modulation (PWM) Support" 5 Generic Pulse-Width Modulation (PWM) support. 7 In Pulse-Width Modulation, a variation of the width of pulses 12 display backlights. 52 will be called pwm-ab8500. 62 will be called pwm-atmel. 70 (Atmel High-end LCD Controller). This PWM output is mainly used 74 will be called pwm-atmel-hlcdc. 87 will be called pwm-atmel-tcb. [all …]
|
/Linux-v5.15/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|