Searched +full:lcdc +full:- +full:align +full:- +full:lsb (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/msm/ |
| D | mdp4.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 13 - Rob Clark <robdclark@gmail.com> 23 clock-names: 25 - const: core_clk 26 - const: iface_clk 27 - const: bus_clk 28 - const: lut_clk 29 - const: hdmi_clk [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/msm/ |
| D | mdp4.txt | 9 - compatible: 10 * "qcom,mdp4" - mdp4 11 - reg: Physical base address and length of the controller's registers. 12 - interrupts: The interrupt signal from the display controller. 13 - clocks: device clocks 14 See ../clocks/clock-bindings.txt for details. 15 - clock-names: the following clocks are required. 22 - ports: contains the list of output ports from MDP. These connect to interfaces 30 Documentation/devicetree/bindings/media/video-interfaces.txt 33 Port 0 -> LCDC/LVDS [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/ |
| D | mdp4_lcdc_encoder.c | 1 // SPDX-License-Identifier: GPL-2.0-only 29 struct msm_drm_private *priv = encoder->dev->dev_private; in get_kms() 30 return to_mdp4_kms(to_mdp_kms(priv->kms)); in get_kms() 48 struct drm_device *dev = encoder->dev; in get_connector() 51 list_for_each_entry(connector, &dev->mode_config.connector_list, head) in get_connector() 52 if (connector->encoder == encoder) in get_connector() 60 struct drm_device *dev = encoder->dev; in setup_phy() 69 bpp = 3 * connector->display_info.bpc; in setup_phy() 177 DRM_DEV_ERROR(dev->dev, "unknown bpp: %d\n", bpp); in setup_phy() 194 DRM_DEV_ERROR(dev->dev, "unknown # of channels: %d\n", nchan); in setup_phy() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp4/ |
| D | mdp4_lcdc_encoder.c | 1 // SPDX-License-Identifier: GPL-2.0-only 29 struct msm_drm_private *priv = encoder->dev->dev_private; in get_kms() 30 return to_mdp4_kms(to_mdp_kms(priv->kms)); in get_kms() 48 struct drm_device *dev = encoder->dev; in get_connector() 51 list_for_each_entry(connector, &dev->mode_config.connector_list, head) in get_connector() 52 if (connector->encoder == encoder) in get_connector() 60 struct drm_device *dev = encoder->dev; in setup_phy() 69 bpp = 3 * connector->display_info.bpc; in setup_phy() 177 DRM_DEV_ERROR(dev->dev, "unknown bpp: %d\n", bpp); in setup_phy() 194 DRM_DEV_ERROR(dev->dev, "unknown # of channels: %d\n", nchan); in setup_phy() [all …]
|
| /kernel/linux/patches/linux-5.10/yangfan_patch/ |
| D | drivers.patch | 1 diff --git a/drivers/Makefile b/drivers/Makefile 3 --- a/drivers/Makefile 5 @@ -6,6 +6,8 @@ 6 # Rewritten to use lists instead of if-statements. 11 obj-y += irqchip/ 12 obj-y += bus/ 14 diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c 16 --- a/drivers/block/nbd.c 18 @@ -2398,12 +2398,6 @@ static int nbd_genl_status(struct sk_buff *skb, struct genl_info *info) 22 - if (!dev_list) { [all …]
|
| /kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
| D | linux-5.10.patch | 1 diff -Naur a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile 2 --- a/arch/arm/boot/Makefile 2022-05-27 17:20:13.781877650 +0800 3 +++ b/arch/arm/boot/Makefile 2022-05-31 11:56:47.693259679 +0800 4 @@ -16,6 +16,7 @@ 12 @@ -24,10 +25,12 @@ 13 ZRELADDR := $(zreladdr-y) 14 PARAMS_PHYS := $(params_phys-y) 15 INITRD_PHYS := $(initrd_phys-y) 16 +DTB_OBJS ?= $(dtb-y) 21 -targets := Image zImage xipImage bootpImage uImage [all …]
|