aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics
AgeCommit message (Collapse)Author
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>