diff options
author | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2021-03-17 18:32:18 +0900 |
---|---|---|
committer | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2021-03-17 18:49:35 +0900 |
commit | 049bb26f3d28886a52cc02cdef951022f349ae89 (patch) | |
tree | 267a1977b45a45f4e495f1485911cfcd5994a8b9 /meta-agl-drm-lease/recipes-kernel/linux-renesas/linux-renesas_%.bbappend | |
parent | 83c248ad5c477cbe9ac5e46923b42dadfa68c6b0 (diff) |
drm-lease: Enable DRM render node on R-Car
When using DRM lease, wayland clients applications must
be able to create an EGL context without DRM authentication.
The latest R-Car OpenGL driver, can do this when the R-Car
display driver must provides a render node.
Enable the rcar-du render node and allow it to allocate of
scanout buffers.
Bug-AGL: SPEC-3730
Change-Id: Iae4f74afb69de3a7f9ddf3ec5113938ade81fda4
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
Diffstat (limited to 'meta-agl-drm-lease/recipes-kernel/linux-renesas/linux-renesas_%.bbappend')
-rw-r--r-- | meta-agl-drm-lease/recipes-kernel/linux-renesas/linux-renesas_%.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-agl-drm-lease/recipes-kernel/linux-renesas/linux-renesas_%.bbappend b/meta-agl-drm-lease/recipes-kernel/linux-renesas/linux-renesas_%.bbappend new file mode 100644 index 00000000..e0a434c3 --- /dev/null +++ b/meta-agl-drm-lease/recipes-kernel/linux-renesas/linux-renesas_%.bbappend @@ -0,0 +1,8 @@ +COMPATIBLE_MACHINE = "rcar-gen3" +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI_append = " \ + file://0001-drm-enable-dumb-buffer-ops-for-render-nodes.patch \ + file://0002-drm-rcar-du-support-render-node.patch \ +" + |