summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuanyang Wang <quanyang.wang@windriver.com>2024-11-15 09:51:11 +0800
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:29:05 -0600
commite02edbf88dbdc0432520c860b663896f00a5e120 (patch)
treebcadf3f598e3d05b572cc5348922fc65c6cec430
parent199453d4eb6030084d55a126be06a9f9e436023c (diff)
downloadmeta-xilinx-e02edbf88dbdc0432520c860b663896f00a5e120.tar.gz
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 <quanyang.wang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0001-Change-Makefile-to-be-compatible-with-Yocto.patch2
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0002-staging-mali-r8p0-01rel0-Add-the-ZYNQ-ZYNQMP-platfor.patch2
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0003-staging-mali-r8p0-01rel0-Remove-unused-trace-macros.patch2
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0004-staging-mali-r8p0-01rel0-Don-t-include-mali_read_phy.patch2
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0005-linux-mali_kernel_linux.c-Handle-clock-when-probed-a.patch2
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0006-arm.c-global-variable-dma_ops-is-removed-from-the-ke.patch2
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0011-linux-mali_kernel_linux.c-Enable-disable-clock-for-r.patch2
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0012-linux-mali_memory_os_alloc-Remove-__GFP_COLD.patch2
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0013-linux-mali_memory_secure-Add-header-file-dma-direct..patch2
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0014-linux-mali_-timer-Get-rid-of-init_timer.patch2
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0015-fix-driver-failed-to-check-map-error.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0016-mali_memory_secure-Kernel-5.0-onwards-access_ok-API-.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0017-Support-for-vm_insert_pfn-deprecated-from-kernel-4.2.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0018-Change-return-type-to-vm_fault_t-for-fault-handler.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0019-get_monotonic_boottime-ts-deprecated-from-kernel-4.2.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0020-Fix-ioremap_nocache-deprecation-in-kernel-5.6.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0021-Use-updated-timekeeping-functions-in-kernel-5.6.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0022-Set-HAVE_UNLOCKED_IOCTL-default-to-true.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0023-Use-PTR_ERR_OR_ZERO-instead-of-PTR_RET.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0024-Use-community-device-tree-names.patch2
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0025-Import-DMA_BUF-module-and-update-register_shrinker-f.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0026-Fix-gpu-driver-probe-failure.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch1
-rw-r--r--meta-xilinx-mali400/recipes-graphics/mali/kernel-module-mali/0029-Fixed-buildpath-QA-warning.patch2
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
6Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> 6Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
7Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com> 7Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
8Signed-off-by: Madhurkiran Harikrishnan <madhurki@xilinx.com> 8Signed-off-by: Madhurkiran Harikrishnan <madhurki@xilinx.com>
9Upstream Status: Inappropriate [Xilinx specific] 9Upstream-Status: Inappropriate [Xilinx specific]
10--- 10---
11 driver/src/devicedrv/mali/Makefile | 11 +++++++++-- 11 driver/src/devicedrv/mali/Makefile | 11 +++++++++--
12 1 file changed, 9 insertions(+), 2 deletions(-) 12 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.
7 7
8Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com> 8Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
9Signed-off-by: Michal Simek <michal.simek@xilinx.com> 9Signed-off-by: Michal Simek <michal.simek@xilinx.com>
10Upstream Status: Inappropriate [Xilinx specific] 10Upstream-Status: Inappropriate [Xilinx specific]
11--- 11---
12 driver/src/devicedrv/mali/platform/arm/arm.c | 10 ++++++++++ 12 driver/src/devicedrv/mali/platform/arm/arm.c | 10 ++++++++++
13 1 file changed, 10 insertions(+) 13 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.
7 7
8Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com> 8Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
9Signed-off-by: Madhurkiran Harikrishnan <madhurki@xilinx.com> 9Signed-off-by: Madhurkiran Harikrishnan <madhurki@xilinx.com>
10Upstream Status: Pending 10Upstream-Status: Pending
11--- 11---
12 driver/src/devicedrv/mali/linux/mali_linux_trace.h | 2 -- 12 driver/src/devicedrv/mali/linux/mali_linux_trace.h | 2 --
13 1 file changed, 2 deletions(-) 13 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
7mali_read_phys() is not used with CONFIG_ARCH_ZYNQ and CONFIG_ARCH_ZYNQMP. 7mali_read_phys() is not used with CONFIG_ARCH_ZYNQ and CONFIG_ARCH_ZYNQMP.
8 8
9Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com> 9Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
10Upstream Status: Inappropriate [Xilinx specific] 10Upstream-Status: Inappropriate [Xilinx specific]
11--- 11---
12 driver/src/devicedrv/mali/platform/arm/arm.c | 4 ++++ 12 driver/src/devicedrv/mali/platform/arm/arm.c | 4 ++++
13 1 file changed, 4 insertions(+) 13 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
8specifier for GPU PP0 and PP1. 8specifier for GPU PP0 and PP1.
9 9
10Signed-off-by: Madhurkiran Harikrishnan <madhurki@xilinx.com> 10Signed-off-by: Madhurkiran Harikrishnan <madhurki@xilinx.com>
11Upstream Status: Inappropriate [Xilinx specific] 11Upstream-Status: Inappropriate [Xilinx specific]
12--- 12---
13 .../src/devicedrv/mali/linux/mali_kernel_linux.c | 40 +++++++++++++++++++++- 13 .../src/devicedrv/mali/linux/mali_kernel_linux.c | 40 +++++++++++++++++++++-
14 1 file changed, 39 insertions(+), 1 deletion(-) 14 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
10if none were present. 10if none were present.
11 11
12Signed-off-by: Madhurkiran Harikrishnan <madhurki@xilinx.com> 12Signed-off-by: Madhurkiran Harikrishnan <madhurki@xilinx.com>
13Upstream Status: Pending 13Upstream-Status: Pending
14--- 14---
15 driver/src/devicedrv/mali/platform/arm/arm.c | 3 ++- 15 driver/src/devicedrv/mali/platform/arm/arm.c | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-) 16 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.
9 9
10Signed-off-by: Madhurkiran Harikrishnan <madhurki@xilinx.com> 10Signed-off-by: Madhurkiran Harikrishnan <madhurki@xilinx.com>
11Reviewed-by: Hyun Kwon <hyunk@xilinx.com> 11Reviewed-by: Hyun Kwon <hyunk@xilinx.com>
12Upstream Status: Inappropriate [Xilinx specific] 12Upstream-Status: Inappropriate [Xilinx specific]
13--- 13---
14 .../src/devicedrv/mali/linux/mali_kernel_linux.c | 65 ++++++++++++++++++---- 14 .../src/devicedrv/mali/linux/mali_kernel_linux.c | 65 ++++++++++++++++++----
15 1 file changed, 54 insertions(+), 11 deletions(-) 15 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
8 8
9Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> 9Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com>
10Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com> 10Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
11Upstream Status: Pending 11Upstream-Status: Pending
12--- 12---
13 driver/src/devicedrv/mali/linux/mali_memory_os_alloc.c | 4 +++- 13 driver/src/devicedrv/mali/linux/mali_memory_os_alloc.c | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-) 14 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
8 8
9Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> 9Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com>
10Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com> 10Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
11Upstream Status: Pending 11Upstream-Status: Pending
12--- 12---
13 driver/src/devicedrv/mali/linux/mali_memory_secure.c | 4 ++++ 13 driver/src/devicedrv/mali/linux/mali_memory_secure.c | 4 ++++
14 1 file changed, 4 insertions(+) 14 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
9 9
10Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> 10Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com>
11Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com> 11Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
12Upstream Status: Pending 12Upstream-Status: Pending
13--- 13---
14 driver/src/devicedrv/mali/common/mali_control_timer.c | 6 ++++++ 14 driver/src/devicedrv/mali/common/mali_control_timer.c | 6 ++++++
15 driver/src/devicedrv/mali/common/mali_group.c | 6 ++++++ 15 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 @@
1Upstream-Status: Inappropriate [Xilinx specific]
1Index: mali/linux/mali_memory_os_alloc.c 2Index: mali/linux/mali_memory_os_alloc.c
2=================================================================== 3===================================================================
3--- mali.orig/linux/mali_memory_os_alloc.c 4--- 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
8onwards. 8onwards.
9 9
10Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> 10Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com>
11Upstream-Status: Inappropriate [Xilinx specific]
11--- 12---
12 driver/src/devicedrv/mali/linux/mali_ukk_mem.c | 9 +++++++++ 13 driver/src/devicedrv/mali/linux/mali_ukk_mem.c | 9 +++++++++
13 1 file changed, 9 insertions(+) 14 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.
8Hence, replace the same with vmf_insert_pfn. 8Hence, replace the same with vmf_insert_pfn.
9 9
10Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> 10Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com>
11Upstream-Status: Inappropriate [Xilinx specific]
11--- 12---
12 .../devicedrv/mali/linux/mali_memory_block_alloc.c | 6 +++++- 13 .../devicedrv/mali/linux/mali_memory_block_alloc.c | 6 +++++-
13 driver/src/devicedrv/mali/linux/mali_memory_cow.c | 14 ++++++++++++-- 14 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
8vm_operations is of type 'vm_fault_t'. 8vm_operations is of type 'vm_fault_t'.
9 9
10Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> 10Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com>
11Upstream-Status: Inappropriate [Xilinx specific]
11--- 12---
12 driver/src/devicedrv/mali/linux/mali_memory.c | 4 +++- 13 driver/src/devicedrv/mali/linux/mali_memory.c | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-) 14 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
9976516404ff3fab2a8caa8bd6f5efc1437fed0b8 9976516404ff3fab2a8caa8bd6f5efc1437fed0b8
10 10
11Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> 11Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com>
12Upstream-Status: Inappropriate [Xilinx specific]
12--- 13---
13 driver/src/devicedrv/mali/linux/mali_osk_time.c | 6 ++++++ 14 driver/src/devicedrv/mali/linux/mali_osk_time.c | 6 ++++++
14 1 file changed, 6 insertions(+) 15 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
9calls with ioremap. 9calls with ioremap.
10 10
11Signed-off-by: Dylan Yip <dylan.yip@xilinx.com> 11Signed-off-by: Dylan Yip <dylan.yip@xilinx.com>
12Upstream-Status: Inappropriate [Xilinx specific]
12--- 13---
13 linux/mali_memory_cow.c | 4 ++++ 14 linux/mali_memory_cow.c | 4 ++++
14 linux/mali_osk_low_level_mem.c | 4 ++++ 15 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
8use the 64 bit replacements. 8use the 64 bit replacements.
9 9
10Signed-off-by: Dylan Yip <dylan.yip@xilinx.com> 10Signed-off-by: Dylan Yip <dylan.yip@xilinx.com>
11Upstream-Status: Inappropriate [Xilinx specific]
11--- 12---
12 linux/mali_osk_time.c | 6 ++++++ 13 linux/mali_osk_time.c | 6 ++++++
13 1 file changed, 6 insertions(+) 14 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,
9go ahead and set the default HAVE_UNLOCKED_IOCTL to be true. 9go ahead and set the default HAVE_UNLOCKED_IOCTL to be true.
10 10
11Signed-off-by: Dylan Yip <dylan.yip@xilinx.com> 11Signed-off-by: Dylan Yip <dylan.yip@xilinx.com>
12Upstream-Status: Inappropriate [Xilinx specific]
12--- 13---
13 Kbuild | 2 ++ 14 Kbuild | 2 ++
14 1 file changed, 2 insertions(+) 15 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
8PTR_ERR_OR_ZERO. So use this API instead. 8PTR_ERR_OR_ZERO. So use this API instead.
9 9
10Signed-off-by: Dylan Yip <dylan.yip@xilinx.com> 10Signed-off-by: Dylan Yip <dylan.yip@xilinx.com>
11Upstream-Status: Inappropriate [Xilinx specific]
11--- 12---
12 linux/mali_memory_dma_buf.c | 4 ++++ 13 linux/mali_memory_dma_buf.c | 4 ++++
13 1 file changed, 4 insertions(+) 14 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:
21 gpu_pp1 -> bus 21 gpu_pp1 -> bus
22 22
23Signed-off-by: Mark Hatle <mark.hatle@amd.com> 23Signed-off-by: Mark Hatle <mark.hatle@amd.com>
24 24Upstream-Status: Inappropriate [Xilinx specific]
25diff -ur a/linux/mali_kernel_linux.c b/linux/mali_kernel_linux.c 25diff -ur a/linux/mali_kernel_linux.c b/linux/mali_kernel_linux.c
26--- a/linux/mali_kernel_linux.c 2018-09-17 04:04:48.000000000 -0700 26--- a/linux/mali_kernel_linux.c 2018-09-17 04:04:48.000000000 -0700
27+++ b/linux/mali_kernel_linux.c 2022-10-24 14:01:54.614376177 -0700 27+++ 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
9for kernel 5.16 or higher updated this function call. 9for kernel 5.16 or higher updated this function call.
10 10
11Signed-off-by: Yash Ladani <yash.ladani@amd.com> 11Signed-off-by: Yash Ladani <yash.ladani@amd.com>
12Upstream-Status: Inappropriate [Xilinx specific]
12--- 13---
13 linux/mali_memory_dma_buf.c | 4 ++++ 14 linux/mali_memory_dma_buf.c | 4 ++++
14 linux/mali_memory_os_alloc.c | 5 ++++- 15 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
11for interrupts not found. 11for interrupts not found.
12 12
13Signed-off-by: Parth Gajjar <parth.gajjar@xilinx.com> 13Signed-off-by: Parth Gajjar <parth.gajjar@xilinx.com>
14Upstream-Status: Inappropriate [Xilinx specific]
14--- 15---
15 linux/mali_osk_mali.c | 8 ++++---- 16 linux/mali_osk_mali.c | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-) 17 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
11mali driver, as well as the lima driver. 11mali driver, as well as the lima driver.
12 12
13Signed-off-by: Parth Gajjar <parth.gajjar@amd.com> 13Signed-off-by: Parth Gajjar <parth.gajjar@amd.com>
14Upstream-Status: Inappropriate [Xilinx specific]
14--- 15---
15 linux/mali_kernel_linux.c | 37 +++++++------------ 16 linux/mali_kernel_linux.c | 37 +++++++------------
16 1 file changed, 13 insertions(+), 24 deletions(-) 17 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
9correctness. (Kernel 6.3) 9correctness. (Kernel 6.3)
10 10
11Signed-off-by: Parth Gajjar <parth.gajjar@amd.com> 11Signed-off-by: Parth Gajjar <parth.gajjar@amd.com>
12Upstream-Status: Inappropriate [Xilinx specific]
12--- 13---
13 linux/mali_memory.c | 10 ++++++++++ 14 linux/mali_memory.c | 10 ++++++++++
14 linux/mali_memory_cow.c | 13 ++++++++++--- 15 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
10 reference to TMPDIR [buildpaths]" from the log file. 10 reference to TMPDIR [buildpaths]" from the log file.
11 11
12Signed-off-by: Parth Gajjar <parth.gajjar@amd.com> 12Signed-off-by: Parth Gajjar <parth.gajjar@amd.com>
13 13Upstream-Status: Inappropriate [Xilinx specific]
14diff --git a/Kbuild b/Kbuild 14diff --git a/Kbuild b/Kbuild
15index 8c6e6e0..2b8632b 100644 15index 8c6e6e0..2b8632b 100644
16--- a/Kbuild 16--- a/Kbuild