aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics
AgeCommit message (Collapse)Author
2023-06-09mesa: Enable Panfrost for PX30Witold Lipieta
PX30 has Mali G31 GPU and needs Mesa Panfrost for graphic acceleration. Signed-off-by: Witold Lipieta <witold.lipieta@thaumatec.com>
2021-09-17rock64: enable lima with rock64Trevor Woerner
The rock64 has an ARM Mali 450 MP2 GPU, therefore enable mesa's lima for accelerated, open-source graphics. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2021-08-04switch to the new bitbake OVERRIDE syntaxTrevor Woerner
With bitbake commit 7dcf317cc141dc980634f8c18bfa84f83e57206a ("bitbake: Switch to using new override syntax"), applied on Aug 2, 2021, the OVERRIDE separator is now a colon instead of an underscore. Therefore all builds performed with a bitbake before this change must use a meta-rockchip commit before this one, and any builds performed with a bitbake after this change must use a meta-rockchip starting from this commit onwards. Build-tested for all meta-rockchip MACHINEs. Run tested on: - tinker-board - nanopi-m4-2gb - rock64 - rock-pi-4b - rock-pi-e The tinker-board and rock-pi-e work fine. The rest of the boards seem to have a, hopefully unrelated, issue running a 5.13-yocto-standard kernel. However, all boards work with the 5.10-yocto-standard kernel. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-27rk3399: Add generic rk3399 supportJoshua Watt
Adds support for the rk3399 SoC. Notably: *) Split out the default kernel config and image type from rockchip-defaults.inc now that not all support chips are ARMv7 *) Apply a patch to Arm Trusted Firmware to fix a compile issue *) Arm Trusted Firmware requires the arm-none-eabi-native compiler to compile the M0 firmware. *) Modify u-boot to pull in the ATF files when compiling *) The rk3399 is support by the panfrost driver in mesa, so enable it Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
2019-12-09mesa: Enable panfrost for rk3288 SOCJoshua Watt
Configures mesa to build in the panfrost and render-only KMS driver when building for the rk3288 SOC. The panfrost kernel module is already compiled as a module by default for armv7. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
2018-04-26xf86-video-armsoc-rockchip: removeTrevor Woerner
This fork of xf86-video-armsoc, from mmind, has stopped compiling. Updating to the code used by the rockchip-linux people compiles, but then crashes at runtime. mmind himself says there's little point to xf86-video-armsoc anymore, especially with projects like lima and panfrost to consider. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2015-10-31Add new recipe for the armsoc xorg driverRomain Perier
This is the xorg driver required to work with the Rockchip DRM. It works with both the one from linux-veyron and the one in the linux mainline kernel. Signed-off-by: Romain Perier <romain.perier@gmail.com>