/linux/Documentation/devicetree/bindings/gpu/ |
H A 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 …]
|
H A 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/Documentation/devicetree/bindings/display/ |
H A 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";
|
H A 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/drivers/gpu/drm/panthor/ |
H A 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
|
H A D | panthor_devfreq.c | 127 /* There's actually 2 regulators (mali and sram), but the OPP core only in panthor_devfreq_init() 130 * We assume the sram regulator is coupled with the mali one and let in panthor_devfreq_init() 133 static const char * const reg_names[] = { "mali", NULL }; in panthor_devfreq_init() 170 * enabled until the device is removed, just like we do for the mali in panthor_devfreq_init()
|
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_drv.c | 771 static const char * const default_supplies[] = { "mali", NULL }; 793 static const char * const mediatek_mt8183_supplies[] = { "mali", "sram", NULL }; 802 static const char * const mediatek_mt8183_b_supplies[] = { "mali", NULL }; 829 static const char * const mediatek_mt8192_supplies[] = { "mali", NULL }; 842 { .compatible = "amlogic,meson-gxm-mali", 844 { .compatible = "amlogic,meson-g12a-mali", 846 { .compatible = "arm,mali-t604", .data = &default_data, }, 847 { .compatible = "arm,mali-t624", .data = &default_data, }, 848 { .compatible = "arm,mali-t628", .data = &default_data, }, 849 { .compatible = "arm,mali-t720", .data = &default_data, }, [all …]
|
H A D | Kconfig | 4 tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)" 17 DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
|
H A D | panfrost_gpu.c | 107 * The Amlogic integrated Mali-T820, Mali-G31 & Mali-G52 needs in panfrost_gpu_amlogic_quirk() 232 /* MediaTek MT8192 has a Mali-G57 with a different GPU ID from the 235 * standard Mali-G57 for now. 240 /* MediaTek MT8188 Mali-G57 MC3 */ 333 dev_info(pfdev->dev, "mali-%s id 0x%x major 0x%x minor 0x%x status 0x%x", in panfrost_gpu_init_features()
|
/linux/drivers/gpu/drm/arm/ |
H A 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
|
H A D | malidp_drv.c | 6 * ARM Mali DP500/DP550/DP650 KMS/DRM driver 571 .name = "mali-dp", 572 .desc = "ARM Mali Display Processor driver", 579 .compatible = "arm,mali-dp500", 583 .compatible = "arm,mali-dp550", 587 .compatible = "arm,mali-dp650", 598 const char *compatstr_dp500 = "arm,mali-dp500"; in malidp_is_compatible_hw_id() 623 snprintf(buf, sizeof(buf), "arm,mali-dp%X", product_id); in malidp_is_compatible_hw_id() 638 const char *compatstr_dp500 = "arm,mali-dp500"; in malidp_has_sufficient_address_space() 789 DRM_INFO("found ARM Mali-DP%3x version r%dp%d\n", version >> 16, in malidp_bind() [all …]
|
H A D | malidp_hw.h | 6 * ARM Mali DP hardware manipulation routines. 18 /* Mali DP IP blocks */ 25 /* Mali DP layer IDs */
|
/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxl-mali.dtsi | 9 &mali { 10 compatible = "amlogic,meson-gxl-mali", "arm,mali-450";
|
H A D | meson-gxlx-s905l-p271.dts | 26 mali: gpu@c0000 { label 27 /* Mali 450-MP2 */
|
H A D | meson-gx-mali450.dtsi | 43 mali: gpu@c0000 { label 44 compatible = "arm,mali-450";
|
H A D | meson-gxm.dtsi | 148 mali: gpu@c0000 { label 149 compatible = "amlogic,meson-gxm-mali", "arm,mali-t820";
|
H A D | meson-gxl-s905d.dtsi | 8 #include "meson-gxl-mali.dtsi"
|
H A D | meson-gxl-s905x.dtsi | 8 #include "meson-gxl-mali.dtsi"
|
/linux/drivers/gpu/drm/lima/ |
H A D | Kconfig | 5 tristate "LIMA (DRM support for ARM Mali 400/450 GPU)" 16 DRM driver for ARM Mali 400/450 GPUs.
|
/linux/drivers/gpu/drm/meson/ |
H A 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/Documentation/devicetree/bindings/soc/renesas/ |
H A D | renesas-soc.yaml | 70 # compatible = "renesas,r9a07g044-mali", "arm,mali-bifrost";
|
/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h5.dtsi | 137 mali: gpu@1e80000 { label 138 compatible = "allwinner,sun50i-h5-mali", "arm,mali-450";
|
/linux/arch/arm/boot/dts/mediatek/ |
H A D | mt7623n.dtsi | 27 mali: gpu@13040000 { label 28 compatible = "mediatek,mt7623-mali", "arm,mali-450";
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_drv.c | 105 { .compatible = "arm,mali-d71", .data = d71_identify, }, 106 { .compatible = "arm,mali-d32", .data = d71_identify, },
|
/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-h3.dtsi | 208 mali: gpu@1c40000 { label 209 compatible = "allwinner,sun8i-h3-mali", "arm,mali-400";
|