Searched full:mdp4 (Results 1 – 25 of 26) sorted by relevance
12
/linux-6.8/drivers/gpu/drm/msm/ |
D | Makefile | 34 disp/mdp4/mdp4_crtc.o \ 35 disp/mdp4/mdp4_dsi_encoder.o \ 36 disp/mdp4/mdp4_dtv_encoder.o \ 37 disp/mdp4/mdp4_lcdc_encoder.o \ 38 disp/mdp4/mdp4_lvds_connector.o \ 39 disp/mdp4/mdp4_lvds_pll.o \ 40 disp/mdp4/mdp4_irq.o \ 41 disp/mdp4/mdp4_kms.o \ 42 disp/mdp4/mdp4_plane.o \
|
D | NOTES | 6 + MDP4 - S3 (APQ8060, touchpad), S4-pro (APQ8064, nexus4 & ifc6410) 36 For MDP4, the mapping is: 40 encoder -> DTV/LCDC/DSI (within MDP4) / 45 and treat the MDP4 block's irq as "the" irq. Even though the connectors 56 Unlike MDP4, it appears we can get by with a single encoder, rather 60 Also unlike MDP4, with MDP5 all the IRQs for other blocks (HDMI, DSI, 82 (the mdp4/hdmi/dsi directories)
|
D | Kconfig | 63 bool "Enable MDP4 support in MSM DRM driver" 67 Compile in support for the Mobile Display Processor v4 (MDP4) in
|
D | msm_drv.c | 923 * our MDP output ports are connected to. In the case of LVDS on MDP4, there 924 * is no external component that we need to add since LVDS is within MDP4 946 * The LCDC/LVDS port on MDP4 is a speacial case where the in add_components_mdp() 949 if (of_device_is_compatible(np, "qcom,mdp4") && in add_components_mdp()
|
D | msm_drv.h | 120 * shared by both mdp4 and mdp5.. 124 /* DSI is shared by mdp4 and mdp5 */
|
D | msm_kms.h | 56 * If mdp4 is migrated to runpm, we could probably drop these
|
/linux-6.8/Documentation/devicetree/bindings/display/msm/ |
D | mdp4.yaml | 4 $id: http://devicetree.org/schemas/display/msm/mdp4.yaml# 7 title: Qualcomm Adreno/Snapdragon MDP4 display controller 10 MDP4 display controller found in SoCs like MSM8960, APQ8064 and MSM8660. 17 const: qcom,mdp4 77 compatible = "qcom,mdp4";
|
/linux-6.8/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_kms.c | 374 DRM_DEV_INFO(dev->dev, "MDP4 version v%d.%d", *major, *minor); in read_mdp_hw_revision() 456 "mdp4", 0x1000, 0x100000000 - 0x1000); in mdp4_kms_init() 565 { .compatible = "qcom,mdp4" }, 575 .name = "mdp4",
|
D | mdp4_kms.h | 15 #include "mdp4.xml.h"
|
D | mdp4.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
/linux-6.8/drivers/gpu/drm/msm/hdmi/ |
D | qfprom.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
D | hdmi_bridge.c | 273 * mdp4/dtv stuff where pixel clk is assigned to mdp/encoder in msm_hdmi_bridge_mode_valid()
|
D | hdmi.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
/linux-6.8/drivers/gpu/drm/msm/dsi/ |
D | sfpb.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
D | mmss_cc.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
D | dsi_phy_10nm.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
D | dsi_phy_20nm.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
D | dsi_phy_28nm_8960.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
D | dsi_phy_7nm.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
D | dsi_phy_28nm.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
D | dsi_phy_14nm.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
D | dsi.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
/linux-6.8/drivers/gpu/drm/msm/disp/ |
D | mdp_common.xml.h | 13 - /home/robclark/src/mesa/mesa/src/freedreno/registers/mdp/mdp4.xml ( 20912 bytes, fr…
|
/linux-6.8/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu-qcom.c | 247 { .compatible = "qcom,mdp4" },
|
/linux-6.8/arch/arm/boot/dts/qcom/ |
D | qcom-apq8064.dtsi | 1375 compatible = "qcom,mdp4";
|
12