/linux-6.14.4/drivers/gpu/drm/msm/ |
D | Kconfig | 4 tristate "MSM DRM" 41 DRM/KMS driver for MSM/snapdragon. 67 This option is mostly targeting DRM MSM developers. If unsure, say N. 75 bool "Enable MDP4 support in MSM DRM driver" 80 the MSM DRM driver. It is the older display controller found in 84 bool "Enable MDP5 support in MSM DRM driver" 90 the MSM DRM driver. It is the display controller found in devices 94 bool "Enable DPU support in MSM DRM driver" 101 the MSM DRM driver. It is the display controller found in devices 105 bool "Enable DisplayPort support in MSM DRM driver" [all …]
|
D | Makefile | 32 msm-display-$(CONFIG_DRM_MSM_HDMI) += \ 46 msm-display-$(CONFIG_DRM_MSM_MDP4) += \ 57 msm-display-$(CONFIG_DRM_MSM_MDP5) += \ 70 msm-display-$(CONFIG_DRM_MSM_DPU) += \ 101 msm-display-$(CONFIG_DRM_MSM_MDSS) += \ 104 msm-display-y += \ 110 msm-y += \ 133 msm-$(CONFIG_DRM_FBDEV_EMULATION) += msm_fbdev.o 135 msm-display-$(CONFIG_DEBUG_FS) += \ 138 msm-display-$(CONFIG_DRM_MSM_DP)+= dp/dp_aux.o \ [all …]
|
D | msm_gem_shrinker.c | 207 * msm_gem_shrinker_init - Initialize msm shrinker 210 * This function registers and sets up the msm shrinker. 233 * msm_gem_shrinker_cleanup - Clean up msm shrinker 236 * This function unregisters the msm shrinker.
|
/linux-6.14.4/drivers/gpu/drm/ci/xfails/ |
D | msm-sdm845-flakes.txt | 2 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 9 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 16 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 23 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 30 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 37 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 44 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 51 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 58 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 65 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… [all …]
|
D | msm-sc7180-trogdor-kingoftown-flakes.txt | 2 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 6 msm/msm_mapping@shadow 9 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 13 msm/msm_shrink@copy-gpu-oom-32 16 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 20 msm/msm_shrink@copy-gpu-oom-8
|
D | msm-sc7180-trogdor-lazor-limozeen-flakes.txt | 2 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.… 6 msm/msm_mapping@shadow 9 # Bug Report: https://lore.kernel.org/linux-arm-msm/661483c8-ad82-400d-bcd8-e94986d20d7d@collabora.…
|
D | msm-sm8350-hdk-flakes.txt | 2 # Bug Report: https://gitlab.freedesktop.org/drm/msm/-/issues/65 6 msm/msm_recovery@gpu-fault
|
/linux-6.14.4/Documentation/devicetree/bindings/serial/ |
D | qcom,msm-uartdm.yaml | 4 $id: http://devicetree.org/schemas/serial/qcom,msm-uartdm.yaml# 7 title: Qualcomm MSM Serial UARTDM 15 The MSM serial UARTDM hardware is designed for high-speed use cases where the 17 software perspective it's mostly compatible with the MSM serial UART except 29 - qcom,msm-uartdm-v1.1 30 - qcom,msm-uartdm-v1.2 31 - qcom,msm-uartdm-v1.3 32 - qcom,msm-uartdm-v1.4 33 - const: qcom,msm-uartdm 96 const: qcom,msm-uartdm-v1.3 [all …]
|
D | qcom,msm-uart.yaml | 4 $id: http://devicetree.org/schemas/serial/qcom,msm-uart.yaml# 7 title: Qualcomm MSM SoC Serial UART 14 The MSM serial UART hardware is designed for low-speed use cases where a 16 with the MSM serial UARTDM except that it only supports reading and writing 21 const: qcom,msm-uart 51 compatible = "qcom,msm-uart";
|
/linux-6.14.4/drivers/gpu/drm/ci/ |
D | test.yml | 91 .msm-sc7180: 94 stage: msm 96 DRIVER_NAME: msm 100 msm:sc7180-trogdor-lazor-limozeen: 102 - .msm-sc7180 110 msm:sc7180-trogdor-kingoftown: 112 - .msm-sc7180 120 msm:apq8016: 123 stage: msm 126 DRIVER_NAME: msm [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/iommu/ |
D | qcom,iommu.yaml | 26 - const: qcom,msm-iommu-v1 31 - const: qcom,msm-iommu-v2 72 - qcom,msm-iommu-v1-ns 73 - qcom,msm-iommu-v1-sec 74 - qcom,msm-iommu-v2-ns 75 - qcom,msm-iommu-v2-sec 110 compatible = "qcom,msm8916-iommu", "qcom,msm-iommu-v1"; 123 compatible = "qcom,msm-iommu-v1-ns";
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/ |
D | qcom-soc.yaml | 26 pattern: "^qcom,.*(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sar|sc|sd[amx]|sm|x1[ep])[0-9]+.*$" 34 - pattern: "^qcom,(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm|x1[ep])[0-9]+(pro)?-.*$" 40 - pattern: "^qcom,[ak]pss-wdt-(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm)[0-9]+.*$" 41 - pattern: "^qcom,gcc-(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm)[0-9]+.*$" 42 - pattern: "^qcom,mmcc-(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm)[0-9]+.*$" 43 - pattern: "^qcom,pcie-(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm|x1[ep])[0-9]+.*$" 44 - pattern: "^qcom,rpm-(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm)[0-9]+.*$" 45 - pattern: "^qcom,scm-(apq|ipq|mdm|msm|qcm|qcs|q[dr]u|sa|sc|sd[amx]|sm|x1[ep])[0-9]+.*$"
|
/linux-6.14.4/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,apr-services.yaml | 44 "avs/audio", "msm/adsp/audio_pd". 45 "kernel/elf_loader", "msm/modem/wlan_pd". 46 "tms/servreg", "msm/adsp/audio_pd". 47 "tms/servreg", "msm/modem/wlan_pd". 48 "tms/servreg", "msm/slpi/sensor_pd".
|
D | qcom,gsbi.yaml | 78 $ref: /schemas/serial/qcom,msm-uartdm.yaml# 110 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
|
/linux-6.14.4/drivers/soc/qcom/ |
D | qcom_pd_mapper.c | 255 .domain = "msm/adsp/audio_pd", 264 .domain = "msm/adsp/charger_pd", 270 .domain = "msm/adsp/root_pd", 276 .domain = "msm/adsp/root_pd", 285 .domain = "msm/adsp/sensor_pd", 291 .domain = "msm/adsp/audio_pd", 297 .domain = "msm/adsp/root_pd", 303 .domain = "msm/cdsp/root_pd", 309 .domain = "msm/slpi/root_pd", 315 .domain = "msm/slpi/sensor_pd", [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/mmc/ |
D | sdhci-msm.yaml | 4 $id: http://devicetree.org/schemas/mmc/sdhci-msm.yaml# 7 title: Qualcomm SDHCI controller (sdhci-msm) 21 - qcom,sdhci-msm-v4 37 - const: qcom,sdhci-msm-v4 # for sdcc versions less than 5.0 70 - const: qcom,sdhci-msm-v5 # for sdcc version 5.0 188 - qcom,sdhci-msm-v4 230 compatible = "qcom,sm8250-sdhci", "qcom,sdhci-msm-v5";
|
/linux-6.14.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_llh.h | 92 /* get msm rx errors counter register */ 95 /* get msm rx unicast frames counter register */ 98 /* get msm rx multicast frames counter register */ 101 /* get msm rx broadcast frames counter register */ 104 /* get msm rx broadcast octets counter register 1 */ 107 /* get msm rx unicast octets counter register 0 */ 110 /* get msm tx errors counter register */ 113 /* get msm tx unicast frames counter register */ 116 /* get msm tx multicast frames counter register */ 119 /* get msm tx broadcast frames counter register */ [all …]
|
/linux-6.14.4/arch/arm/boot/dts/qcom/ |
D | qcom-msm8660.dtsi | 83 compatible = "qcom,msm-8660-qgic"; 91 compatible = "qcom,scss-timer", "qcom,msm-timer"; 187 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm"; 222 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm"; 281 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
|
D | qcom-mdm9615.dtsi | 73 compatible = "qcom,msm-qgic2"; 82 "qcom,msm-timer"; 208 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm"; 248 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
|
/linux-6.14.4/arch/arm64/boot/dts/qcom/ |
D | ipq6018.dtsi | 461 compatible = "qcom,ipq6018-sdhci", "qcom,sdhci-msm-v5"; 490 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; 500 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; 510 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; 520 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; 530 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; 540 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; 717 compatible = "qcom,msm-qgic2";
|
/linux-6.14.4/drivers/pinctrl/qcom/ |
D | pinctrl-qdf2xxx.c | 6 * device. The driver which controls this device is pinctrl-msm.c. Each 8 * with pinctrl-msm.c. This means that all TLMM drivers are pin control 15 * pinctrl-msm.c into another driver. 23 #include "pinctrl-msm.h"
|
/linux-6.14.4/Documentation/devicetree/bindings/display/msm/ |
D | qcom,sc8280xp-mdss.yaml | 4 $id: http://devicetree.org/schemas/display/msm/qcom,sc8280xp-mdss.yaml# 13 Device tree bindings for MSM Mobile Display Subsystem (MDSS) that encapsulates 16 $ref: /schemas/display/msm/mdss-common.yaml#
|
/linux-6.14.4/Documentation/gpu/ |
D | msm-preemption.rst | 6 MSM Preemption 52 Level 1 is the mode that is used by the msm driver. 88 ignores it and therefore msm doesn't handle it.
|
/linux-6.14.4/Documentation/devicetree/bindings/watchdog/ |
D | qcom-wdt.yaml | 50 - const: qcom,msm-timer 58 - const: qcom,msm-timer 138 compatible = "qcom,kpss-wdt-ipq8064", "qcom,kpss-timer", "qcom,msm-timer";
|
/linux-6.14.4/drivers/spmi/ |
D | Kconfig | 24 tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)" 31 built-in SPMI PMIC Arbiter interface on Qualcomm MSM family
|