Searched full:mdp5 (Results 1 – 13 of 13) sorted by relevance
| /linux/Documentation/devicetree/bindings/display/msm/ |
| H A D | qcom,mdp5.yaml | 4 $id: http://devicetree.org/schemas/display/msm/qcom,mdp5.yaml# 7 title: Qualcomm Adreno/Snapdragon Mobile Display controller (MDP5) 10 MDP5 display controller found in SoCs like MSM8974, APQ8084, MSM8916, MSM8994 20 - const: qcom,mdp5 24 - qcom,apq8084-mdp5 25 - qcom,msm8226-mdp5 26 - qcom,msm8916-mdp5 27 - qcom,msm8917-mdp5 28 - qcom,msm8937-mdp5 29 - qcom,msm8953-mdp5 [all …]
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | NOTES | 7 + MDP5 - snapdragon 800 49 For MDP5, the mapping is: 60 Also unlike MDP4, with MDP5 all the IRQs for other blocks (HDMI, DSI, 63 And finally, MDP5 has this "Shared Memory Pool" (called "SMP"), from
|
| H A D | msm_drv.c | 962 MODULE_PARM_DESC(prefer_mdp5, "Select whether MDP5 or DPU driver should be preferred"); 965 /* list all platforms that have been migrated from mdp5 to dpu driver */ 967 /* there never was qcom,msm8998-mdp5 */ 968 "qcom,sdm630-mdp5", 969 "qcom,sdm660-mdp5", 973 /* list all platforms supported by both mdp5 and dpu drivers */ 975 "qcom,msm8917-mdp5", 976 "qcom,msm8937-mdp5", 977 "qcom,msm8953-mdp5", 978 "qcom,msm8996-mdp5", [all …]
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_kms.c | 33 * W MDP5:0x2e0 0xe9 (mdss_mdp.c:839) in mdp5_hw_init() 34 * W MDP5:0x2e4 0x55 (mdss_mdp.c:839) in mdp5_hw_init() 35 * W MDP5:0x3ac 0xc0000ccc (mdss_mdp.c:839) in mdp5_hw_init() 36 * W MDP5:0x3b4 0xc0000ccc (mdss_mdp.c:839) in mdp5_hw_init() 37 * W MDP5:0x3bc 0xcccccc (mdss_mdp.c:839) in mdp5_hw_init() 38 * W MDP5:0x4a8 0xcccc0c0 (mdss_mdp.c:839) in mdp5_hw_init() 39 * W MDP5:0x4b0 0xccccc0c0 (mdss_mdp.c:839) in mdp5_hw_init() 40 * W MDP5:0x4b8 0xccccc000 (mdss_mdp.c:839) in mdp5_hw_init() 402 * the MDP5 interfaces) than the number of layer mixers present in HW, in modeset_init() 474 DRM_DEV_INFO(dev, "MDP5 version v%d.%d", *major, *minor); in read_mdp_hw_revision() [all …]
|
| H A D | mdp5_kms.h | 13 #include "mdp5_cfg.h" /* must be included before mdp5.xml.h */ 14 #include "mdp5.xml.h"
|
| H A D | mdp5_pipe.h | 10 /* TODO: Add SSPP_MAX in mdp5.xml.h */
|
| H A D | mdp5_cfg.h | 14 * This module configures the dynamic offsets used by mdp5.xml.h
|
| H A D | mdp5_pipe.c | 36 * (1) mdp5 can have SMP (non-double-buffered) in mdp5_pipe_assign()
|
| /linux/drivers/gpu/drm/msm/registers/display/ |
| H A D | msm.xml | 20 <import file="mdp5.xml"/>
|
| H A D | mdp_common.xml | 8 <!-- random bits that seem same between mdp4 and mdp5 (ie. not much) -->
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_kms.c | 1438 if (of_device_is_compatible(dpu_kms->pdev->dev.of_node, "qcom,mdp5")) in dpu_dev_probe() 1510 { .compatible = "qcom,msm8917-mdp5", .data = &dpu_msm8917_cfg, }, 1511 { .compatible = "qcom,msm8937-mdp5", .data = &dpu_msm8937_cfg, }, 1512 { .compatible = "qcom,msm8953-mdp5", .data = &dpu_msm8953_cfg, }, 1513 { .compatible = "qcom,msm8996-mdp5", .data = &dpu_msm8996_cfg, }, 1518 { .compatible = "qcom,sdm630-mdp5", .data = &dpu_sdm630_cfg, }, 1519 { .compatible = "qcom,sdm660-mdp5", .data = &dpu_sdm660_cfg, },
|
| /linux/drivers/gpu/drm/msm/disp/ |
| H A D | mdp_kms.c | 35 /* if an mdp_irq's irqmask has changed, such as when mdp5 crtc<->encoder
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8996.dtsi | 995 compatible = "qcom,msm8996-mdp5", "qcom,mdp5";
|