| /OK3568_Linux_fs/external/libmali/debian/ |
| H A D | control | 3 Maintainer: Putin Lee <putin.li@rock-chips.com> 4 Uploaders: Jeffy Chen <jeffy.chen@rock-chips.com> 5 Build-Depends: debhelper (>= 11), 7 pkg-config, 9 libgbm-dev, 10 libdrm-dev, 11 libx11-xcb1, 12 libxcb-dri2-0, 15 libwayland-client0 16 Standards-Version: 4.1.3 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpu/ |
| H A D | arm,mali-bifrost.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/gpu/arm,mali-bifrost.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ARM Mali Bifrost GPU 10 - Rob Herring <robh@kernel.org> 14 pattern: '^gpu@[a-f0-9]+$' 18 - enum: 19 - amlogic,meson-g12a-mali 20 - realtek,rtd1619-mali [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 3 # (C) COPYRIGHT 2012-2023 ARM Limited. All rights reserved. 17 # http://www.gnu.org/licenses/gpl-2.0.html. 22 tristate "Mali Bifrost series support" 28 Enable this option to build support for a ARM Mali Bifrost GPU. 45 prompt "Mali HW backend" 50 bool "Enable build of Mali kernel driver for real HW" 56 bool "Enable build of Mali kernel driver for No Mali" 70 source "drivers/gpu/arm/bifrost/platform/Kconfig" 74 bool "Enable Mali CSF based GPU support" [all …]
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |
| /OK3568_Linux_fs/debian/overlay/etc/init.d/ |
| H A D | rockchip.sh | 1 #!/bin/bash -e 4 # Required-Start: 5 # Required-Stop: 6 # Default-Start: 7 # Default-Stop: 8 # Short-Description: 17 MALI=midgard-t76x-r18p0-r0p0 20 cat /sys/devices/platform/*gpu/gpuinfo | grep -q r1p0 && \ 21 MALI=midgard-t76x-r18p0-r1p0 22 sed -i "s/always/none/g" /etc/X11/xorg.conf.d/20-modesetting.conf [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 4 tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)" 15 DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and 16 Bifrost (G3x, G5x, G7x) GPUs.
|
| H A D | panfrost_drv.c | 1 // SPDX-License-Identifier: GPL-2.0 29 struct panfrost_device *pfdev = ddev->dev_private; in panfrost_ioctl_get_param() 31 if (param->pad != 0) in panfrost_ioctl_get_param() 32 return -EINVAL; in panfrost_ioctl_get_param() 36 param->value = pfdev->features.member; \ in panfrost_ioctl_get_param() 41 param->value = pfdev->features.member[param->param - \ in panfrost_ioctl_get_param() 45 switch (param->param) { in panfrost_ioctl_get_param() 71 return -EINVAL; in panfrost_ioctl_get_param() 80 struct panfrost_file_priv *priv = file->driver_priv; in panfrost_ioctl_create_bo() 85 if (!args->size || args->pad || in panfrost_ioctl_create_bo() [all …]
|
| H A D | panfrost_issues.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* (C) COPYRIGHT 2014-2018 ARM Limited. All rights reserved. */ 16 /* Need way to guarantee that all previously-translated memory accesses 20 /* On job complete with non-done the cache is not flushed */ 43 /* Repeatedly Soft-stopping a job chain consisting of (Vertex Shader, 53 /* Compute endpoint has a 4-deep queue of tasks, meaning a soft stop 57 /* HT: Tiler returns TERMINATED for non-terminated command */ 71 /* Missing cache flush in multi core-group configuration */ 77 /* Soft-stopping fragment jobs might fail with TILE_RANGE_FAULT */ 83 /* Soft-stopping fragment jobs might fail with TILE_RANGE_ERROR [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | Kconfig | 2 # (C) COPYRIGHT 2012-2015 ARM Limited. All rights reserved. 11 # Boston, MA 02110-1301, USA. 18 tristate "Mali Midgard series support" 22 Enable this option to build support for a ARM Mali Midgard GPU. 42 Choose this option to enable legacy DVFS in the Mali Midgard DDK. 53 bool "devfreq support for Mali" 57 Support devfreq for Mali. 60 governor, the frequency of Mali will be dynamically selected from the 64 bool "DMA_BUF fence support for Mali" 68 Support DMA_BUF fences for Mali. [all …]
|
| /OK3568_Linux_fs/buildroot/package/rockchip/rockchip-mali-nvr/ |
| H A D | Config.in | 2 bool "rockchip-mali-nvr" 10 Install the binary user-space components for the ARM Mali GPU. 11 This package requires a kernel with the ARM Mali GPU Kernel 17 prompt "Mali Chip" 30 string "mali library optimize level" 34 string "mali library arch dir" 35 default "aarch64-linux-gnu" if BR2_aarch64 36 default "arm-linux-gnueabihf" 39 string "mali library name" 40 default "libmali-valhall-g610-g13p0-without-cl-dummy-gbm.so" if BR2_PACKAGE_ROCKCHIP_MALI_NVR_G610 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | mali-bifrost.txt | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 3 # (C) COPYRIGHT 2013-2022 ARM Limited. All rights reserved. 17 # http://www.gnu.org/licenses/gpl-2.0.html. 21 * ARM Mali Midgard / Bifrost devices 26 - compatible : Should be mali<chip>, replacing digits with x from the back, 28 "arm,mali-midgard" or "arm,mali-bifrost" 29 - reg : Physical base address of the device and length of the register area. 30 - interrupts : Contains the three IRQ lines required by T-6xx devices 31 - interrupt-names : Contains the names of IRQ resources in the order they were 36 - clocks : One or more pairs of phandle to clock and clock specifier [all …]
|
| /OK3568_Linux_fs/buildroot/package/rockchip/rockchip-mali/ |
| H A D | rockchip-mali.mk | 3 # rockchip-mali 41 ROCKCHIP_MALI_GPU = utgard-400 45 ROCKCHIP_MALI_GPU = utgard-400 49 ROCKCHIP_MALI_GPU = utgard-450 52 ROCKCHIP_MALI_GPU = midgard-t76x 56 ROCKCHIP_MALI_GPU = midgard-t86x 59 ROCKCHIP_MALI_GPU = bifrost-g31 62 ROCKCHIP_MALI_GPU = bifrost-g52 65 ROCKCHIP_MALI_GPU = valhall-g610 76 ROCKCHIP_MALI_PLATFORM += without-cl [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 17 # http://www.gnu.org/licenses/gpl-2.0.html. 21 source "drivers/gpu/arm/mali400/mali/Kconfig" 25 source "drivers/gpu/arm/bifrost/Kconfig"
|
| /OK3568_Linux_fs/buildroot/package/mesa3d/ |
| H A D | Config.in | 13 Mesa 3D, an open-source implementation of the OpenGL 109 depends on BR2_arm || BR2_aarch64 || BR2_aarch64_be # libdrm-freedreno 127 Support for i915-based Intel GPUs. 138 Mesa driver for iris-based Intel GPUs. 144 Mesa driver for ARM Mali Utgard GPUs. 159 Mesa driver for ARM Mali Midgard and Bifrost GPUs. 252 - CONFIG_DRM_V3D 253 - CONFIG_DRM_VC4 270 virgl is the 3D acceleration backend for the virtio-gpu 319 Support for i915-based Intel GPUs. [all …]
|
| /OK3568_Linux_fs/docs/en/RK3566_RK3568/ |
| H A D | RK3566_RK3568_Linux4.19_SDK_Note.md | 3 --- 9 --- 17 - Update Debian10 to Debian11 18 - Update Yocto3.4 to Yocto4.0 19 - Update Buildroot 2018 to Buildroot2021 20 - Update Kernel4.19 with rockchip inside 24 - Reconstruct SDK configuration compilation mechanism 25 - Adjusting the compilation mechanism of the wifibt module 26 - Import a new version of Camera rkaiq to optimize its functionality and performance 30 - Fix ubi format partition packaging and mounting issues [all …]
|
| /OK3568_Linux_fs/docs/cn/RK3566_RK3568/ |
| H A D | RK3566_RK3568_Linux4.19_SDK_Note.md | 3 --- 9 --- 17 - Update Debian10 to Debian11 18 - Update Yocto3.4 to Yocto4.0 19 - Update Buildroot 2018 to Buildroot2021 20 - Update Kernel4.19 with rockchip inside 24 - Reconstruct SDK configuration compilation mechanism 25 - Adjusting the compilation mechanism of the wifibt module 26 - Import a new version of Camera rkaiq to optimize its functionality and performance 30 - Fix ubi format partition packaging and mounting issues [all …]
|
| /OK3568_Linux_fs/external/libmali/optimize_s/arm-linux-gnueabihf/ |
| HD | libmali-bifrost-g52-g2p0-without-cl-dummy-gbm.so | ... CINSTR TL CINSTR_PLUG CMEM CMAR COBJ CPOM CDEPS CBLEND CINSTR_PLUG_FRAMELESS mali-hist-dump %s: %s ( ... |
| /OK3568_Linux_fs/external/libmali/lib/arm-linux-gnueabihf/ |
| HD | libmali-bifrost-g31-g2p0-without-cl-wayland-gbm.so | ... %2u: %20llu / %llu mali-hist-dump %s: %s ( ... |
| HD | libmali-bifrost-g52-g2p0-without-cl-dummy-gbm.so | ... %2u: %20llu / %llu mali-hist-dump %s: %s ( ... |
| HD | libmali-bifrost-g31-g13p0-without-cl-wayland-gbm.so | a ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ... |
| HD | libmali-bifrost-g52-g13p0-without-cl-dummy-gbm.so | a ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ... |
| HD | libmali-bifrost-g31-g2p0-only-cl.so | ... %2u: %20llu / %llu mali-hist-dump %s: %s ( |