From d2ac235d446aa87dbe2bbb3883b8707ae43f3e6d Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Fri, 3 Apr 2020 16:57:36 +0900 Subject: rcar-gen3: linux-renesas: Fix ZPOS issue occurs on Weston 8.0.0 This applies a patch to Kernel to fix ZPOS issue occurs on Weston 8.0.0: According to drm_plane_create_zpos_property() function documentation, all planes zpos range should be set if zpos property is supported. However, the rcar-du driver didn't set primary plane zpos range. Since the primary plane's zpos is fixed, set it immutably. Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda Change-Id: I1adb23fd123a6aaafa1ea2c669631200967bff89 --- .../recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb') diff --git a/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb b/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb index 2887f2f..e22fff8 100644 --- a/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb +++ b/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb @@ -16,6 +16,11 @@ SRC_URI_append = " \ file://0001-perf-tools-Add-Python-3-support.patch \ " +# Fix patch for Weston 8.0.0 issue +SRC_URI_append = " \ + file://0001-drm-rcar-du-Set-primary-plane-zpos-immutably-at-init.patch \ +" + # Enable RPMSG_VIRTIO depend on ICCOM SRC_URI_append = " \ ${@oe.utils.conditional("USE_ICCOM", "1", " file://0001-rpmsg-Add-message-to-be-able-to-configure-RPMSG_VIRT.patch", "", d)} \ -- cgit 1.2.3-korg