diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-10-03 12:48:43 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-10-04 11:41:55 +0100 |
commit | 30200f75d60a6bd041410ac2cc885c1fadfac132 (patch) | |
tree | 7a3ba45b4672092e57bd41759b9c0ef7bbc8c965 | |
parent | 16a8bb9da04aee6a4bc9cfa24962999408cbf22a (diff) | |
download | meta-raspberrypi-30200f75d60a6bd041410ac2cc885c1fadfac132.tar.gz |
rpi-config: Use vc4-kms-v3d for raspberrypi3-64 as well
vc4-fkms-v3d needs dispmanx, its DRM VC4 V3D driver on top of the dispmanx
display stack, this does not work with 4.14 kernel and since we always
use vc4graphics on 64bit, just keep using vc4-kms-v3d dtbo which should
enable right graphics
Tested with core-image-sato, running glxgears with 55.5fps in
raspberrypi3-64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index a85c916..27a3b85 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||
@@ -23,7 +23,6 @@ PITFT28r="${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "1", "0", d)}" | |||
23 | PITFT35r="${@bb.utils.contains("MACHINE_FEATURES", "pitft35r", "1", "0", d)}" | 23 | PITFT35r="${@bb.utils.contains("MACHINE_FEATURES", "pitft35r", "1", "0", d)}" |
24 | 24 | ||
25 | VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" | 25 | VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" |
26 | VC4DTBO_raspberrypi3-64 ?= "vc4-fkms-v3d" | ||
27 | VC4DTBO ?= "vc4-kms-v3d" | 26 | VC4DTBO ?= "vc4-kms-v3d" |
28 | 27 | ||
29 | inherit deploy nopackages | 28 | inherit deploy nopackages |