Searched full:nwl (Results 1 – 14 of 14) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/ |
| D | xilinx-nwl-pcie.txt | 1 * Xilinx NWL PCIe Root Port Bridge DT description 4 - compatible: Should contain "xlnx,nwl-pcie-2.11" 16 - interrupts: Should contain NWL PCIe interrupt 43 compatible = "xlnx,nwl-pcie-2.11";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/ |
| D | nwl-dsi.yaml | 4 $id: http://devicetree.org/schemas/display/bridge/nwl-dsi.yaml# 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. 22 const: fsl,imx8mq-nwl-dsi 177 compatible = "fsl,imx8mq-nwl-dsi";
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
| D | nwl-dsi.c | 3 * i.MX8 NWL MIPI DSI host driver 33 #include "nwl-dsi.h" 35 #define DRV_NAME "nwl-dsi" 37 /* i.MX8 NWL quirks */ 83 * The DSI host controller needs this reset sequence according to NWL: 152 "Failed to write NWL DSI reg 0x%x: %d\n", reg, in nwl_dsi_write() 168 DRM_DEV_ERROR(dsi->dev, "Failed to read NWL DSI reg 0x%x: %d\n", in nwl_dsi_read() 794 * dphy and nwl dsi host in nwl_dsi_get_dphy_params() 833 /* At least LCDIF + NWL needs active high sync */ in nwl_dsi_bridge_atomic_check() 1048 DRM_DEV_ERROR(dsi->dev, "Failed to create NWL DSI regmap: %d\n", in nwl_dsi_parse_dt() [all …]
|
| D | Makefile | 25 obj-$(CONFIG_DRM_NWL_MIPI_DSI) += nwl-dsi.o
|
| D | nwl-dsi.h | 3 * NWL MIPI DSI host driver
|
| /kernel/linux/linux-5.10/drivers/pci/controller/ |
| D | Kconfig | 26 bool "NWL PCIe Core" 31 NWL PCIe controller. The controller can act as Root Port
|
| D | Makefile | 15 obj-$(CONFIG_PCIE_XILINX_NWL) += pcie-xilinx-nwl.o
|
| D | pcie-xilinx-nwl.c | 3 * PCIe host controller driver for NWL PCIe Bridge 804 { .compatible = "xlnx,nwl-pcie-2.11", }, 868 .name = "nwl-pcie",
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/ |
| D | dcss-drv.c | 48 hdmi_output = !of_device_is_compatible(remote, "fsl,imx8mq-nwl-dsi"); in dcss_drv_platform_probe()
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/xilinx/ |
| D | zynqmp.dtsi | 525 compatible = "xlnx,nwl-pcie-2.11";
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/ |
| D | imx8mq.dtsi | 910 compatible = "fsl,imx8mq-nwl-dsi";
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0020_linux_drivers_gpu.patch | 58 @@ -27,3 +27,4 @@ obj-$(CONFIG_DRM_NWL_MIPI_DSI) += nwl-dsi.o 6080 diff --git a/drivers/gpu/drm/bridge/nwl-dsi.c b/drivers/gpu/drm/bridge/nwl-dsi.c 6082 --- a/drivers/gpu/drm/bridge/nwl-dsi.c 6083 +++ b/drivers/gpu/drm/bridge/nwl-dsi.c 6110 #include "nwl-dsi.h" 6201 * The DSI host controller needs this reset sequence according to NWL: 6688 - /* At least LCDIF + NWL needs active high sync */ 6729 + /* At least LCDIF + NWL needs active high sync */ 7182 + if (of_device_is_compatible(dsi->dev->of_node, "fsl,imx8mq-nwl-dsi")) 7406 - { .compatible = "fsl,imx8mq-nwl-dsi", }, [all …]
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
| D | 0001_linux_arch.patch | 4886 + compatible = "fsl,imx8qx-nwl-dsi"; 5048 + compatible = "fsl,imx8qx-nwl-dsi";
|
| /kernel/linux/patches/linux-5.10/yangfan_patch/ |
| D | drivers.patch | 68 drivers/gpu/drm/bridge/nwl-dsi.c | 2 +- 11328 diff --git a/drivers/gpu/drm/bridge/nwl-dsi.c b/drivers/gpu/drm/bridge/nwl-dsi.c 11330 --- a/drivers/gpu/drm/bridge/nwl-dsi.c 11331 +++ b/drivers/gpu/drm/bridge/nwl-dsi.c
|