summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuan Tian <yuan.tian@nxp.com>2023-07-14 14:14:20 +0800
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-02-14 14:05:26 +0000
commit5baa4a474ec80fc3207b4fd12834777078cd7115 (patch)
treed02790c961c7b60b18914bd7709c4c068c6c53d8
parentb7c8b9d876f53c72628d1c786b68f87e521228e0 (diff)
MGS-7215 [#imx-3183] 0034-CL694252-KERNEL-SPACE-6.4.11_22Q2_NXP-IMX-3189-fix-t
6.4.11_22Q2_NXP: IMX-3189: fix the build error caused by conflicting types of "_QuerySignal" with gcc13.1. Signed-off-by: IPD_SCM <IPD_SCM@verisilicon.com> Signed-off-by: Yuan Tian <yuan.tian@nxp.com> Upstream-Status: Inappropriate [other] Upstream does not have the propriatery Vivante driver. Cherry picked from NXP downstream commit 9b70e0e11b04c18545093bd6d172762f65709365. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h b/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h
index a436edb11d9a..43beb7a06f73 100644
--- a/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h
+++ b/drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h
@@ -318,7 +318,7 @@ _ConvertLogical2Physical(
OUT gctPHYS_ADDR_T * Physical
);
-gctBOOL
+gceSTATUS
_QuerySignal(
IN gckOS Os,
IN gctSIGNAL Signal