/linux-6.12.1/Documentation/devicetree/bindings/gpu/ |
D | arm,mali-utgard.yaml | 4 $id: http://devicetree.org/schemas/gpu/arm,mali-utgard.yaml# 7 title: ARM Mali Utgard GPU 20 - const: allwinner,sun8i-a23-mali 21 - const: allwinner,sun7i-a20-mali 22 - const: arm,mali-400 25 - allwinner,sun4i-a10-mali 26 - allwinner,sun7i-a20-mali 27 - allwinner,sun8i-h3-mali 28 - allwinner,sun8i-r40-mali 29 - allwinner,sun50i-a64-mali [all …]
|
D | arm,mali-midgard.yaml | 4 $id: http://devicetree.org/schemas/gpu/arm,mali-midgard.yaml# 7 title: ARM Mali Midgard GPU 19 - samsung,exynos5250-mali 20 - const: arm,mali-t604 23 - samsung,exynos5420-mali 24 - const: arm,mali-t628 27 - allwinner,sun50i-h6-mali 28 - const: arm,mali-t720 31 - amlogic,meson-gxm-mali 32 - realtek,rtd1295-mali [all …]
|
D | arm,mali-bifrost.yaml | 4 $id: http://devicetree.org/schemas/gpu/arm,mali-bifrost.yaml# 7 title: ARM Mali Bifrost GPU 20 - amlogic,meson-g12a-mali 21 - mediatek,mt8183-mali 22 - mediatek,mt8183b-mali 23 - mediatek,mt8186-mali 24 - realtek,rtd1619-mali 25 - renesas,r9a07g044-mali 26 - renesas,r9a07g054-mali 27 - rockchip,px30-mali [all …]
|
D | arm,mali-valhall-csf.yaml | 4 $id: http://devicetree.org/schemas/gpu/arm,mali-valhall-csf.yaml# 7 title: ARM Mali Valhall GPU 21 - rockchip,rk3588-mali 22 - const: arm,mali-valhall-csf # Mali Valhall GPU model/revision is fully discoverable 50 mali-supply: true 94 - mali-supply 103 const: rockchip,rk3588-mali 120 compatible = "rockchip,rk3588-mali", "arm,mali-valhall-csf"; 131 mali-supply = <&vdd_gpu_s0>;
|
/linux-6.12.1/Documentation/devicetree/bindings/display/ |
D | arm,malidp.yaml | 7 title: Arm Mali Display Processor (Mali-DP) 15 licensable IP by ARM Ltd. The bindings describe the Mali DP500, DP550 and 22 - arm,mali-dp500 23 - arm,mali-dp550 24 - arm,mali-dp650 79 See the ARM Mali-DP500 TRM for details on the encoding. 103 compatible = "arm,mali-dp650";
|
D | arm,komeda.yaml | 14 The Arm Mali D71 display processor supports up to two displays with up 22 - const: arm,mali-d32 23 - const: arm,mali-d71 24 - const: arm,mali-d71 97 compatible = "arm,mali-d71";
|
/linux-6.12.1/drivers/gpu/drm/panthor/ |
D | Kconfig | 4 tristate "Panthor (DRM support for ARM Mali CSF-based GPUs)" 18 DRM driver for ARM Mali CSF-based GPUs. 20 This driver is for Mali (or Immortalis) Valhall Gxxx GPUs. 22 Note that the Mali-G68 and Mali-G78, while Valhall architecture, will
|
D | panthor_devfreq.c | 121 /* There's actually 2 regulators (mali and sram), but the OPP core only in panthor_devfreq_init() 124 * We assume the sram regulator is coupled with the mali one and let in panthor_devfreq_init() 127 static const char * const reg_names[] = { "mali", NULL }; in panthor_devfreq_init() 169 * enabled until the device is removed, just like we do for the mali in panthor_devfreq_init()
|
/linux-6.12.1/drivers/gpu/drm/panfrost/ |
D | panfrost_drv.c | 731 static const char * const default_supplies[] = { "mali", NULL }; 753 static const char * const mediatek_mt8183_supplies[] = { "mali", "sram", NULL }; 762 static const char * const mediatek_mt8183_b_supplies[] = { "mali", NULL }; 789 static const char * const mediatek_mt8192_supplies[] = { "mali", NULL }; 802 { .compatible = "amlogic,meson-gxm-mali", 804 { .compatible = "amlogic,meson-g12a-mali", 806 { .compatible = "arm,mali-t604", .data = &default_data, }, 807 { .compatible = "arm,mali-t624", .data = &default_data, }, 808 { .compatible = "arm,mali-t628", .data = &default_data, }, 809 { .compatible = "arm,mali-t720", .data = &default_data, }, [all …]
|
D | Kconfig | 4 tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)" 17 DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
|
D | panfrost_gpu.c | 107 * The Amlogic integrated Mali-T820, Mali-G31 & Mali-G52 needs in panfrost_gpu_amlogic_quirk() 233 /* MediaTek MT8192 has a Mali-G57 with a different GPU ID from the 236 * standard Mali-G57 for now. 330 dev_info(pfdev->dev, "mali-%s id 0x%x major 0x%x minor 0x%x status 0x%x", in panfrost_gpu_init_features()
|
/linux-6.12.1/drivers/gpu/drm/arm/ |
D | Makefile | 4 mali-dp-y := malidp_drv.o malidp_hw.o malidp_planes.o malidp_crtc.o 5 mali-dp-y += malidp_mw.o 6 obj-$(CONFIG_DRM_MALI_DISPLAY) += mali-dp.o
|
D | Kconfig | 27 tristate "ARM Mali Display Processor" 34 Choose this option if you want to compile the ARM Mali Display 38 If compiled as a module it will be called mali-dp.
|
D | malidp_drv.c | 6 * ARM Mali DP500/DP550/DP650 KMS/DRM driver 569 .name = "mali-dp", 570 .desc = "ARM Mali Display Processor driver", 578 .compatible = "arm,mali-dp500", 582 .compatible = "arm,mali-dp550", 586 .compatible = "arm,mali-dp650", 597 const char *compatstr_dp500 = "arm,mali-dp500"; in malidp_is_compatible_hw_id() 622 snprintf(buf, sizeof(buf), "arm,mali-dp%X", product_id); in malidp_is_compatible_hw_id() 637 const char *compatstr_dp500 = "arm,mali-dp500"; in malidp_has_sufficient_address_space() 788 DRM_INFO("found ARM Mali-DP%3x version r%dp%d\n", version >> 16, in malidp_bind() [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/amlogic/ |
D | meson-gxl-mali.dtsi | 9 &mali { 10 compatible = "amlogic,meson-gxl-mali", "arm,mali-450";
|
D | meson-gxlx-s905l-p271.dts | 26 mali: gpu@c0000 { label 27 /* Mali 450-MP2 */
|
D | meson-gx-mali450.dtsi | 43 mali: gpu@c0000 { label 44 compatible = "arm,mali-450";
|
D | meson-gxm.dtsi | 148 mali: gpu@c0000 { label 149 compatible = "amlogic,meson-gxm-mali", "arm,mali-t820";
|
/linux-6.12.1/drivers/gpu/drm/lima/ |
D | Kconfig | 5 tristate "LIMA (DRM support for ARM Mali 400/450 GPU)" 16 DRM driver for ARM Mali 400/450 GPUs.
|
/linux-6.12.1/drivers/gpu/drm/meson/ |
D | meson_osd_afbcd.c | 22 * to decode compressed buffers generated by the ARM Mali GPU. 28 * Mali T820 GPU capabilities. 41 * Mali G31 and G52 GPUs. 190 /* Amlogic G12A Mali AFBC Decoder supported formats */
|
/linux-6.12.1/Documentation/devicetree/bindings/soc/renesas/ |
D | renesas-soc.yaml | 70 # compatible = "renesas,r9a07g044-mali", "arm,mali-bifrost";
|
/linux-6.12.1/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h5.dtsi | 137 mali: gpu@1e80000 { label 138 compatible = "allwinner,sun50i-h5-mali", "arm,mali-450";
|
/linux-6.12.1/arch/arm/boot/dts/amlogic/ |
D | meson8b-mxq.dts | 128 &mali { 129 mali-supply = <&vddee>;
|
/linux-6.12.1/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_drv.c | 105 { .compatible = "arm,mali-d71", .data = d71_identify, }, 106 { .compatible = "arm,mali-d32", .data = d71_identify, },
|
/linux-6.12.1/arch/arm/boot/dts/mediatek/ |
D | mt7623n.dtsi | 27 mali: gpu@13040000 { label 28 compatible = "mediatek,mt7623-mali", "arm,mali-450";
|