/openbmc/linux/Documentation/devicetree/bindings/gpu/ |
H A 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 …]
|
H A 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 …]
|
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 …]
|
/openbmc/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";
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_drv.c | 638 static const char * const default_supplies[] = { "mali", NULL }; 660 static const char * const mediatek_mt8183_supplies[] = { "mali", "sram", NULL }; 669 static const char * const mediatek_mt8183_b_supplies[] = { "mali", NULL }; 685 static const char * const mediatek_mt8192_supplies[] = { "mali", NULL }; 697 { .compatible = "amlogic,meson-gxm-mali", 699 { .compatible = "amlogic,meson-g12a-mali", 701 { .compatible = "arm,mali-t604", .data = &default_data, }, 702 { .compatible = "arm,mali-t624", .data = &default_data, }, 703 { .compatible = "arm,mali-t628", .data = &default_data, }, 704 { .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 | 87 * The Amlogic integrated Mali-T820, Mali-G31 & Mali-G52 needs in panfrost_gpu_amlogic_quirk() 212 /* MediaTek MT8192 has a Mali-G57 with a different GPU ID from the 215 * standard Mali-G57 for now. 309 dev_info(pfdev->dev, "mali-%s id 0x%x major 0x%x minor 0x%x status 0x%x", in panfrost_gpu_init_features()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | meson-gxl-mali.dtsi | 8 mali: gpu@c0000 { label 9 compatible = "amlogic,meson-gxl-mali", "arm,mali-450"; 28 * Mali clocking is provided by two identical clock paths
|
H A D | stih410.dtsi | 371 mali: mali@09f00000 { label 372 compatible = "arm,mali-400"; 418 mali: mali@09f00000 { label 419 compatible = "arm,mali-400";
|
H A D | sun8i-h3.dtsi | 145 mali: gpu@1c40000 { label 146 compatible = "allwinner,sun8i-h3-mali", "arm,mali-400";
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | Kconfig | 12 including NEON and GPU, Mali-400 graphics, several DDR3 options 21 including NEON and GPU, Mali-400 graphics, several DDR3 options 42 including NEON and GPU, 512KB L2 cache, Mali-400 graphics, two 56 including NEON and GPU, Mali-400 graphics, several DDR3 options 70 including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two 90 including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two 144 including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
|
/openbmc/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 | 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.
|
H A 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 …]
|
/openbmc/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-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";
|
/openbmc/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.
|
/openbmc/u-boot/arch/arm/mach-uniphier/clk/ |
H A D | clk-pxs3.c | 19 tmp |= BIT(8); /* Mali */ in uniphier_pxs3_clk_init() 23 tmp |= BIT(8); /* Mali */ in uniphier_pxs3_clk_init()
|
H A D | clk-ld20.c | 19 tmp |= BIT(8); /* Mali */ in uniphier_ld20_clk_init() 23 tmp |= BIT(8); /* Mali */ in uniphier_ld20_clk_init()
|
/openbmc/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 */
|
/openbmc/u-boot/drivers/video/ |
H A D | mali_dp.c | 328 printf("Display: Arm Mali DP%3x r%dp%d\n", MALIDP_PRODUCT_ID(value), in malidp_probe() 391 { .compatible = "arm,mali-dp500" }, 392 { .compatible = "arm,mali-dp550" }, 393 { .compatible = "arm,mali-dp650" },
|
/openbmc/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";
|
/openbmc/linux/arch/arm/boot/dts/amlogic/ |
H A D | meson8b-mxq.dts | 128 &mali { 129 mali-supply = <&vddee>;
|