Home
last modified time | relevance | path

Searched +full:keembay +full:- +full:display (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/display/
H A Dintel,keembay-display.yaml1 # 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: 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 …]
H A Dintel,keembay-msscam.yaml1 # 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/drivers/gpu/drm/kmb/
H A DKconfig2 tristate "Intel Keembay Display"
12 Choose this option if you have Intel's KeemBay SOC which integrates
15 If M is selected the module will be called kmb-drm.
H A Dkmb_drv.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright © 2018-2020 Intel Corporation
34 ret = clk_prepare_enable(kmb->kmb_clk.clk_lcd); in kmb_display_clk_enable()
36 drm_err(&kmb->drm, "Failed to enable LCD clock: %d\n", ret); in kmb_display_clk_enable()
48 kmb->kmb_clk.clk_lcd = devm_clk_get(dev, "clk_lcd"); in kmb_initialize_clocks()
49 if (IS_ERR(kmb->kmb_clk.clk_lcd)) { in kmb_initialize_clocks()
50 drm_err(&kmb->drm, "clk_get() failed clk_lcd\n"); in kmb_initialize_clocks()
51 return PTR_ERR(kmb->kmb_clk.clk_lcd); in kmb_initialize_clocks()
54 kmb->kmb_clk.clk_pll0 = devm_clk_get(dev, "clk_pll0"); in kmb_initialize_clocks()
55 if (IS_ERR(kmb->kmb_clk.clk_pll0)) { in kmb_initialize_clocks()
[all …]
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dintel,keembay-dsi.yaml1 # 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 …]