Home
last modified time | relevance | path

Searched +full:imx8mq +full:- +full:nwl +full:- +full:dsi (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/display/bridge/
H A Dnwl-dsi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/bridge/nwl-dsi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Northwest Logic MIPI-DSI controller on i.MX SoCs
10 - Guido Gúnther <agx@sigxcpu.org>
11 - Robert Chiras <robert.chiras@nxp.com>
14 NWL MIPI-DSI host controller found on i.MX8 platforms. This is a dsi bridge for
15 the SOCs NWL MIPI-DSI host controller.
18 - $ref: ../dsi-controller.yaml#
[all …]
/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-drv.c1 // SPDX-License-Identifier: GPL-2.0
13 #include "dcss-dev.h"
14 #include "dcss-kms.h"
25 return mdrv ? mdrv->dcss : NULL; in dcss_drv_dev_to_dcss()
32 return mdrv ? &mdrv->kms->base : NULL; in dcss_drv_dev_to_drm()
37 struct device *dev = &pdev->dev; in dcss_drv_platform_probe()
43 if (!dev->of_node) in dcss_drv_platform_probe()
44 return -ENODEV; in dcss_drv_platform_probe()
46 remote = of_graph_get_remote_node(dev->of_node, 0, 0); in dcss_drv_platform_probe()
48 return -ENODEV; in dcss_drv_platform_probe()
[all …]
/linux/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c1 // SPDX-License-Identifier: GPL-2.0+
3 * i.MX8 NWL MIPI DSI host driver
15 #include <linux/media-bus-format.h>
34 #include "nwl-dsi.h"
36 #define DRV_NAME "nwl-dsi"
38 /* i.MX8 NWL quirks */
77 * The DSI host controller needs this reset sequence according to NWL:
78 * 1. Deassert pclk reset to get access to DSI regs
79 * 2. Configure DSI Host and DPHY and enable DPHY
81 * 4. Send DSI cmds to configure peripheral (handled by panel drv)
[all …]