| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_hw.c | 67 return "Mali-G710"; in get_gpu_model_name() 69 return "Mali-G510"; in get_gpu_model_name() 71 return "Mali-G310"; in get_gpu_model_name() 73 return "Mali-G610"; in get_gpu_model_name() 76 return "Mali-G715-Immortalis"; in get_gpu_model_name() 78 return "Mali-G715"; in get_gpu_model_name() 82 return "Mali-G615"; in get_gpu_model_name() 85 return "Mali-G720-Immortalis"; in get_gpu_model_name() 87 return "Mali-G720"; in get_gpu_model_name() 91 return "Mali-G620"; in get_gpu_model_name() [all …]
|
| 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
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-arm-mali-c55.rst | 3 .. _v4l2-meta-fmt-mali-c55-params: 4 .. _v4l2-meta-fmt-mali-c55-stats: 15 :ref:`mali-c55 3a stats <mali-c55-3a-stats>` metadata capture video node, using 18 ``mali-c55-config.h``, so the structure can be obtained from the buffer by: 30 The configuration parameters are passed to the :ref:`mali-c55 3a params 31 <mali-c55-3a-params>` metadata output video node, using the 33 sub-structs for each configurable area of the ISP, parameters for the Mali-C55 81 Arm Mali-C55 uAPI data types 84 .. kernel-doc:: include/uapi/linux/media/arm/mali-c55-config.h
|
| /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/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_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-gxl-s905d.dtsi | 8 #include "meson-gxl-mali.dtsi"
|
| /linux/drivers/gpu/drm/tyr/ |
| H A D | driver.rs | 94 (of::DeviceId::new(c_str!("rockchip,rk3588-mali")), ()), 95 (of::DeviceId::new(c_str!("arm,mali-valhall-csf")), ()) 115 let mali_regulator = Regulator::<regulator::Enabled>::get(pdev.as_ref(), c_str!("mali"))?; in probe() 137 mali: mali_regulator, in probe() 178 desc: c_str!("ARM Mali Tyr DRM driver"), 203 mali: Regulator<regulator::Enabled>, field
|
| /linux/include/uapi/linux/media/arm/ |
| H A D | mali-c55-config.h | 3 * ARM Mali-C55 ISP Driver - Userspace API 167 * struct mali_c55_stats_buffer - 3A statistics for the mali-c55 ISP 178 * This struct describes the metering statistics space in the Mali-C55 ISP's 198 * enum mali_c55_param_block_type - Enumeration of Mali-C55 parameter blocks 200 * This enumeration defines the types of Mali-C55 parameters block. Each block 201 * configures a specific processing block of the Mali-C55 ISP. The block 248 * @header: The Mali-C55 parameters block header 408 * @header: The Mali-C55 parameters block header 442 * @header: The Mali-C55 parameters block header 466 * @header: The Mali-C55 parameters block header [all …]
|
| /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/panfrost/ |
| 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
|
| /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/drivers/soc/renesas/ |
| H A D | r9a09g056-sys.c | 73 feature_flags & SYS_RZV2N_FEATURE_G31 ? " GE3D (Mali-G31)" : "", in rzv2n_sys_print_id() 75 feature_flags & SYS_RZV2N_FEATURE_C55 ? " ISP (Mali-C55)" : ""); in rzv2n_sys_print_id()
|
| H A D | r9a09g057-sys.c | 77 gpu_enabled ? " with GE3D (Mali-G31)" : "", in rzv2h_sys_print_id() 78 isp_enabled ? " with ISP (Mali-C55)" : ""); in rzv2h_sys_print_id()
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h5.dtsi | 133 mali: gpu@1e80000 { label 134 compatible = "allwinner,sun50i-h5-mali", "arm,mali-450";
|
| /linux/drivers/media/platform/arm/mali-c55/ |
| H A D | mali-c55-params.c | 3 * ARM Mali-C55 ISP Driver - Configuration parameters output device 7 #include <linux/media/arm/mali-c55-config.h> 19 #include "mali-c55-common.h" 20 #include "mali-c55-registers.h" 502 strscpy(cap->card, "ARM Mali-C55 ISP", sizeof(cap->card)); in mali_c55_params_querycap() 780 strscpy(params->vdev.name, "mali-c55 3a params", in mali_c55_register_params()
|
| /linux/arch/arm/boot/dts/amlogic/ |
| H A D | meson8b-mxq.dts | 128 &mali { 129 mali-supply = <&vddee>;
|
| /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/mediatek/ |
| H A D | mt7623n.dtsi | 27 mali: gpu@13040000 { label 28 compatible = "mediatek,mt7623-mali", "arm,mali-450";
|
| /linux/arch/arm64/boot/dts/arm/ |
| H A D | morello-sdp.dts | 60 compatible = "arm,mali-d32", "arm,mali-d71";
|