From e02edbf88dbdc0432520c860b663896f00a5e120 Mon Sep 17 00:00:00 2001 From: Quanyang Wang Date: Fri, 15 Nov 2024 09:51:11 +0800 Subject: meta-xilinx-mali400: kernel-module-mali: fix do_patch QA issue Add "Upstream-Status" to the patches to fix do_patch QA issue. Signed-off-by: Quanyang Wang Signed-off-by: Mark Hatle --- .../0001-Change-Makefile-to-be-compatible-with-Yocto.patch | 2 +- .../0002-staging-mali-r8p0-01rel0-Add-the-ZYNQ-ZYNQMP-platfor.patch | 2 +- .../0003-staging-mali-r8p0-01rel0-Remove-unused-trace-macros.patch | 2 +- .../0004-staging-mali-r8p0-01rel0-Don-t-include-mali_read_phy.patch | 2 +- .../0005-linux-mali_kernel_linux.c-Handle-clock-when-probed-a.patch | 2 +- .../0006-arm.c-global-variable-dma_ops-is-removed-from-the-ke.patch | 2 +- .../0011-linux-mali_kernel_linux.c-Enable-disable-clock-for-r.patch | 2 +- .../0012-linux-mali_memory_os_alloc-Remove-__GFP_COLD.patch | 2 +- .../0013-linux-mali_memory_secure-Add-header-file-dma-direct..patch | 2 +- .../0014-linux-mali_-timer-Get-rid-of-init_timer.patch | 2 +- .../kernel-module-mali/0015-fix-driver-failed-to-check-map-error.patch | 1 + .../0016-mali_memory_secure-Kernel-5.0-onwards-access_ok-API-.patch | 1 + .../0017-Support-for-vm_insert_pfn-deprecated-from-kernel-4.2.patch | 1 + .../0018-Change-return-type-to-vm_fault_t-for-fault-handler.patch | 1 + .../0019-get_monotonic_boottime-ts-deprecated-from-kernel-4.2.patch | 1 + .../0020-Fix-ioremap_nocache-deprecation-in-kernel-5.6.patch | 1 + .../0021-Use-updated-timekeeping-functions-in-kernel-5.6.patch | 1 + .../0022-Set-HAVE_UNLOCKED_IOCTL-default-to-true.patch | 1 + .../0023-Use-PTR_ERR_OR_ZERO-instead-of-PTR_RET.patch | 1 + .../mali/kernel-module-mali/0024-Use-community-device-tree-names.patch | 2 +- .../0025-Import-DMA_BUF-module-and-update-register_shrinker-f.patch | 1 + .../mali/kernel-module-mali/0026-Fix-gpu-driver-probe-failure.patch | 1 + .../0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch | 1 + .../0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch | 1 + .../mali/kernel-module-mali/0029-Fixed-buildpath-QA-warning.patch | 2 +- 25 files changed, 25 insertions(+), 12 deletions(-) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0001-Change-Makefile-to-be-compatible-with-Yocto.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0001-Change-Makefile-to-be-compatible-with-Yocto.patch index 3c82f602..916748d0 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0001-Change-Makefile-to-be-compatible-with-Yocto.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0001-Change-Makefile-to-be-compatible-with-Yocto.patch @@ -6,7 +6,7 @@ Subject: [PATCH 1/9] Change Makefile to be compatible with Yocto Signed-off-by: Manjukumar Matha Signed-off-by: Hyun Kwon Signed-off-by: Madhurkiran Harikrishnan -Upstream Status: Inappropriate [Xilinx specific] +Upstream-Status: Inappropriate [Xilinx specific] --- driver/src/devicedrv/mali/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0002-staging-mali-r8p0-01rel0-Add-the-ZYNQ-ZYNQMP-platfor.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0002-staging-mali-r8p0-01rel0-Add-the-ZYNQ-ZYNQMP-platfor.patch index 0a7b6736..20915695 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0002-staging-mali-r8p0-01rel0-Add-the-ZYNQ-ZYNQMP-platfor.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0002-staging-mali-r8p0-01rel0-Add-the-ZYNQ-ZYNQMP-platfor.patch @@ -7,7 +7,7 @@ Add the number of PP cores that is required for Zynq/ZynqMP configuration. Signed-off-by: Hyun Kwon Signed-off-by: Michal Simek -Upstream Status: Inappropriate [Xilinx specific] +Upstream-Status: Inappropriate [Xilinx specific] --- driver/src/devicedrv/mali/platform/arm/arm.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0003-staging-mali-r8p0-01rel0-Remove-unused-trace-macros.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0003-staging-mali-r8p0-01rel0-Remove-unused-trace-macros.patch index 98aa6ac9..4338ecad 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0003-staging-mali-r8p0-01rel0-Remove-unused-trace-macros.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0003-staging-mali-r8p0-01rel0-Remove-unused-trace-macros.patch @@ -7,7 +7,7 @@ TRACE_SYSTEM_STRING is not need in each trace file anymore. Signed-off-by: Hyun Kwon Signed-off-by: Madhurkiran Harikrishnan -Upstream Status: Pending +Upstream-Status: Pending --- driver/src/devicedrv/mali/linux/mali_linux_trace.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0004-staging-mali-r8p0-01rel0-Don-t-include-mali_read_phy.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0004-staging-mali-r8p0-01rel0-Don-t-include-mali_read_phy.patch index c5c49679..bea02401 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0004-staging-mali-r8p0-01rel0-Don-t-include-mali_read_phy.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0004-staging-mali-r8p0-01rel0-Don-t-include-mali_read_phy.patch @@ -7,7 +7,7 @@ Subject: [PATCH 4/9] staging: mali: r8p0-01rel0: Don't include mali_read_phys() is not used with CONFIG_ARCH_ZYNQ and CONFIG_ARCH_ZYNQMP. Signed-off-by: Hyun Kwon -Upstream Status: Inappropriate [Xilinx specific] +Upstream-Status: Inappropriate [Xilinx specific] --- driver/src/devicedrv/mali/platform/arm/arm.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0005-linux-mali_kernel_linux.c-Handle-clock-when-probed-a.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0005-linux-mali_kernel_linux.c-Handle-clock-when-probed-a.patch index 3d784604..e77378c7 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0005-linux-mali_kernel_linux.c-Handle-clock-when-probed-a.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0005-linux-mali_kernel_linux.c-Handle-clock-when-probed-a.patch @@ -8,7 +8,7 @@ This patch will handle the clock through clock specifier for GPU PP0 and PP1. Signed-off-by: Madhurkiran Harikrishnan -Upstream Status: Inappropriate [Xilinx specific] +Upstream-Status: Inappropriate [Xilinx specific] --- .../src/devicedrv/mali/linux/mali_kernel_linux.c | 40 +++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0006-arm.c-global-variable-dma_ops-is-removed-from-the-ke.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0006-arm.c-global-variable-dma_ops-is-removed-from-the-ke.patch index 3e1745fd..547684c6 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0006-arm.c-global-variable-dma_ops-is-removed-from-the-ke.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0006-arm.c-global-variable-dma_ops-is-removed-from-the-ke.patch @@ -10,7 +10,7 @@ returns the dma ops that got set for the device, or the dummy_dma_ops if none were present. Signed-off-by: Madhurkiran Harikrishnan -Upstream Status: Pending +Upstream-Status: Pending --- driver/src/devicedrv/mali/platform/arm/arm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0011-linux-mali_kernel_linux.c-Enable-disable-clock-for-r.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0011-linux-mali_kernel_linux.c-Enable-disable-clock-for-r.patch index 38ab4042..bfe9cde3 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0011-linux-mali_kernel_linux.c-Enable-disable-clock-for-r.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0011-linux-mali_kernel_linux.c-Enable-disable-clock-for-r.patch @@ -9,7 +9,7 @@ resume/suspend. Signed-off-by: Madhurkiran Harikrishnan Reviewed-by: Hyun Kwon -Upstream Status: Inappropriate [Xilinx specific] +Upstream-Status: Inappropriate [Xilinx specific] --- .../src/devicedrv/mali/linux/mali_kernel_linux.c | 65 ++++++++++++++++++---- 1 file changed, 54 insertions(+), 11 deletions(-) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0012-linux-mali_memory_os_alloc-Remove-__GFP_COLD.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0012-linux-mali_memory_os_alloc-Remove-__GFP_COLD.patch index 24f0a22c..3c8972a7 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0012-linux-mali_memory_os_alloc-Remove-__GFP_COLD.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0012-linux-mali_memory_os_alloc-Remove-__GFP_COLD.patch @@ -8,7 +8,7 @@ For more information refer kernel commit 453f85d43fa9ee243f0fc3ac4e1be45615301e3 Signed-off-by: Madhurkiran Harikrishnan Reviewed-by: Hyun Kwon -Upstream Status: Pending +Upstream-Status: Pending --- driver/src/devicedrv/mali/linux/mali_memory_os_alloc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0013-linux-mali_memory_secure-Add-header-file-dma-direct..patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0013-linux-mali_memory_secure-Add-header-file-dma-direct..patch index c28a83f4..ffe95565 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0013-linux-mali_memory_secure-Add-header-file-dma-direct..patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0013-linux-mali_memory_secure-Add-header-file-dma-direct..patch @@ -8,7 +8,7 @@ refer kernel commit ea8c64ace86647260ec4255f483e5844d62af2df Signed-off-by: Madhurkiran Harikrishnan Reviewed-by: Hyun Kwon -Upstream Status: Pending +Upstream-Status: Pending --- driver/src/devicedrv/mali/linux/mali_memory_secure.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0014-linux-mali_-timer-Get-rid-of-init_timer.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0014-linux-mali_-timer-Get-rid-of-init_timer.patch index a7c1d5cc..888c6077 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0014-linux-mali_-timer-Get-rid-of-init_timer.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0014-linux-mali_-timer-Get-rid-of-init_timer.patch @@ -9,7 +9,7 @@ timer_setup API. For more information refer kernel commit Signed-off-by: Madhurkiran Harikrishnan Reviewed-by: Hyun Kwon -Upstream Status: Pending +Upstream-Status: Pending --- driver/src/devicedrv/mali/common/mali_control_timer.c | 6 ++++++ driver/src/devicedrv/mali/common/mali_group.c | 6 ++++++ diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0015-fix-driver-failed-to-check-map-error.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0015-fix-driver-failed-to-check-map-error.patch index 5363c37e..12ce99dd 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0015-fix-driver-failed-to-check-map-error.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0015-fix-driver-failed-to-check-map-error.patch @@ -1,3 +1,4 @@ +Upstream-Status: Inappropriate [Xilinx specific] Index: mali/linux/mali_memory_os_alloc.c =================================================================== --- mali.orig/linux/mali_memory_os_alloc.c diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0016-mali_memory_secure-Kernel-5.0-onwards-access_ok-API-.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0016-mali_memory_secure-Kernel-5.0-onwards-access_ok-API-.patch index dc8bbebf..583a2afa 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0016-mali_memory_secure-Kernel-5.0-onwards-access_ok-API-.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0016-mali_memory_secure-Kernel-5.0-onwards-access_ok-API-.patch @@ -8,6 +8,7 @@ Subject: [LINUX][rel-v2020.1][PATCH v1 1/3] mali_memory_secure: Kernel 5.0 onwards. Signed-off-by: Madhurkiran Harikrishnan +Upstream-Status: Inappropriate [Xilinx specific] --- driver/src/devicedrv/mali/linux/mali_ukk_mem.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0017-Support-for-vm_insert_pfn-deprecated-from-kernel-4.2.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0017-Support-for-vm_insert_pfn-deprecated-from-kernel-4.2.patch index 9c4bbee9..16ae17fb 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0017-Support-for-vm_insert_pfn-deprecated-from-kernel-4.2.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0017-Support-for-vm_insert_pfn-deprecated-from-kernel-4.2.patch @@ -8,6 +8,7 @@ From kernel 4.20 onwards, support for vm_insert_pfn is deprecated. Hence, replace the same with vmf_insert_pfn. Signed-off-by: Madhurkiran Harikrishnan +Upstream-Status: Inappropriate [Xilinx specific] --- .../devicedrv/mali/linux/mali_memory_block_alloc.c | 6 +++++- driver/src/devicedrv/mali/linux/mali_memory_cow.c | 14 ++++++++++++-- diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0018-Change-return-type-to-vm_fault_t-for-fault-handler.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0018-Change-return-type-to-vm_fault_t-for-fault-handler.patch index 9797db62..54492541 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0018-Change-return-type-to-vm_fault_t-for-fault-handler.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0018-Change-return-type-to-vm_fault_t-for-fault-handler.patch @@ -8,6 +8,7 @@ From kernel 4.17 onwards the return type of fault handler for vm_operations is of type 'vm_fault_t'. Signed-off-by: Madhurkiran Harikrishnan +Upstream-Status: Inappropriate [Xilinx specific] --- driver/src/devicedrv/mali/linux/mali_memory.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0019-get_monotonic_boottime-ts-deprecated-from-kernel-4.2.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0019-get_monotonic_boottime-ts-deprecated-from-kernel-4.2.patch index 154bb673..457466cf 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0019-get_monotonic_boottime-ts-deprecated-from-kernel-4.2.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0019-get_monotonic_boottime-ts-deprecated-from-kernel-4.2.patch @@ -9,6 +9,7 @@ As "get_monotonic_boottime(&ts)" is deprecated, replace the same with 976516404ff3fab2a8caa8bd6f5efc1437fed0b8 Signed-off-by: Madhurkiran Harikrishnan +Upstream-Status: Inappropriate [Xilinx specific] --- driver/src/devicedrv/mali/linux/mali_osk_time.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0020-Fix-ioremap_nocache-deprecation-in-kernel-5.6.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0020-Fix-ioremap_nocache-deprecation-in-kernel-5.6.patch index ff86091f..990bb1ea 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0020-Fix-ioremap_nocache-deprecation-in-kernel-5.6.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0020-Fix-ioremap_nocache-deprecation-in-kernel-5.6.patch @@ -9,6 +9,7 @@ removed because ioremap is already non-cached by default. So replace all calls with ioremap. Signed-off-by: Dylan Yip +Upstream-Status: Inappropriate [Xilinx specific] --- linux/mali_memory_cow.c | 4 ++++ linux/mali_osk_low_level_mem.c | 4 ++++ diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0021-Use-updated-timekeeping-functions-in-kernel-5.6.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0021-Use-updated-timekeeping-functions-in-kernel-5.6.patch index adef8e18..718351fa 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0021-Use-updated-timekeeping-functions-in-kernel-5.6.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0021-Use-updated-timekeeping-functions-in-kernel-5.6.patch @@ -8,6 +8,7 @@ bit timekeeping functions like getnstimeofday() have been removed. So use the 64 bit replacements. Signed-off-by: Dylan Yip +Upstream-Status: Inappropriate [Xilinx specific] --- linux/mali_osk_time.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0022-Set-HAVE_UNLOCKED_IOCTL-default-to-true.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0022-Set-HAVE_UNLOCKED_IOCTL-default-to-true.patch index 181df7b7..bce34384 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0022-Set-HAVE_UNLOCKED_IOCTL-default-to-true.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0022-Set-HAVE_UNLOCKED_IOCTL-default-to-true.patch @@ -9,6 +9,7 @@ unlocked_ioctl. Since this change has been around for almost 10 years, go ahead and set the default HAVE_UNLOCKED_IOCTL to be true. Signed-off-by: Dylan Yip +Upstream-Status: Inappropriate [Xilinx specific] --- Kbuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0023-Use-PTR_ERR_OR_ZERO-instead-of-PTR_RET.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0023-Use-PTR_ERR_OR_ZERO-instead-of-PTR_RET.patch index bab2bd37..1fffdabf 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0023-Use-PTR_ERR_OR_ZERO-instead-of-PTR_RET.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0023-Use-PTR_ERR_OR_ZERO-instead-of-PTR_RET.patch @@ -8,6 +8,7 @@ in kernel 5.7, PTR_RET has been removed and replaced with PTR_ERR_OR_ZERO. So use this API instead. Signed-off-by: Dylan Yip +Upstream-Status: Inappropriate [Xilinx specific] --- linux/mali_memory_dma_buf.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0024-Use-community-device-tree-names.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0024-Use-community-device-tree-names.patch index 5b3eeedc..77fe55c9 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0024-Use-community-device-tree-names.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0024-Use-community-device-tree-names.patch @@ -21,7 +21,7 @@ Clock-names: gpu_pp1 -> bus Signed-off-by: Mark Hatle - +Upstream-Status: Inappropriate [Xilinx specific] diff -ur a/linux/mali_kernel_linux.c b/linux/mali_kernel_linux.c --- a/linux/mali_kernel_linux.c 2018-09-17 04:04:48.000000000 -0700 +++ b/linux/mali_kernel_linux.c 2022-10-24 14:01:54.614376177 -0700 diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0025-Import-DMA_BUF-module-and-update-register_shrinker-f.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0025-Import-DMA_BUF-module-and-update-register_shrinker-f.patch index eb5406f4..df43dc92 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0025-Import-DMA_BUF-module-and-update-register_shrinker-f.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0025-Import-DMA_BUF-module-and-update-register_shrinker-f.patch @@ -9,6 +9,7 @@ register_shrinker function call now requires two arguments for kernel 5.16 or higher updated this function call. Signed-off-by: Yash Ladani +Upstream-Status: Inappropriate [Xilinx specific] --- linux/mali_memory_dma_buf.c | 4 ++++ linux/mali_memory_os_alloc.c | 5 ++++- diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0026-Fix-gpu-driver-probe-failure.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0026-Fix-gpu-driver-probe-failure.patch index 247c92ff..4172dfdb 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0026-Fix-gpu-driver-probe-failure.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0026-Fix-gpu-driver-probe-failure.patch @@ -11,6 +11,7 @@ Using platform_get_irq_optional() to avoid printing error messages for interrupts not found. Signed-off-by: Parth Gajjar +Upstream-Status: Inappropriate [Xilinx specific] --- linux/mali_osk_mali.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch index 18081dc3..f93cb2de 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch @@ -11,6 +11,7 @@ This will allow us to have a single device tree that works with both the mali driver, as well as the lima driver. Signed-off-by: Parth Gajjar +Upstream-Status: Inappropriate [Xilinx specific] --- linux/mali_kernel_linux.c | 37 +++++++------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch index 72275a4c..02b4fb8e 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch @@ -9,6 +9,7 @@ functions to be able to track flag changes and to keep vma locking correctness. (Kernel 6.3) Signed-off-by: Parth Gajjar +Upstream-Status: Inappropriate [Xilinx specific] --- linux/mali_memory.c | 10 ++++++++++ linux/mali_memory_cow.c | 13 ++++++++++--- diff --git a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0029-Fixed-buildpath-QA-warning.patch b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0029-Fixed-buildpath-QA-warning.patch index a3ddafed..75342658 100644 --- a/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0029-Fixed-buildpath-QA-warning.patch +++ b/meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0029-Fixed-buildpath-QA-warning.patch @@ -10,7 +10,7 @@ QA Issue: File /lib/modules/6.6.10-xilinx-v2024.1-g2c37bbe14ced/updates/mali.ko reference to TMPDIR [buildpaths]" from the log file. Signed-off-by: Parth Gajjar - +Upstream-Status: Inappropriate [Xilinx specific] diff --git a/Kbuild b/Kbuild index 8c6e6e0..2b8632b 100644 --- a/Kbuild -- cgit v1.2.3-54-g00ecf