Commit Graph

139 Commits

Author SHA1 Message Date
Junyi Zhao 069c397c14 led: power led: keep led on [1/1]
PD#SWPL-146932

Problem:
power led off when device is running

Solution:
set this gpio when device is running

Verify:
sc2 ah212

Change-Id: Ib31e3ff674c061e560f8bb1035250e57bb9ea332
Signed-off-by: Junyi Zhao <junyi.zhao@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-12-16 14:03:32 +08:00
guoqing.sun 49ee47ed05 usbcam: CB2 USBCAM Driver in kernel5.15. [1/1]
PD#SWPL-134049

Problem:
USB CAM Driver

Solution:
usb cam Driver

Verify:
android-u T5m

Change-Id: I9897ab68d35e0d9db337c1703101505f2e57c668
Signed-off-by: guoqing.sun <guoqing.sun@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-12-16 14:02:16 +08:00
he.he a4ab2dbd03 usb: support CRG HOST problem [1/1]
PD#SWPL-134919

Problem:
support CRG HOST problem for host-003, host-008, host-007,
host-010, host-011, host-014, host-hub-died, host-016, host-71

Solution:
support CRG HOST problem

Verify:
t3,t7,t5d

Change-Id: Iedb229fe5861f09178a1b96facf21a67d0ca1668
Signed-off-by: he.he <he.he@amlogic.com>
2023-12-15 15:35:41 +08:00
he.he 1dbe8be4d0 usb: move xhci and dwc3 code to common_drivers [1/1]
PD#SWPL-142854

Problem:
move xhci and dwc3 code to common_drivers

Solution:
move xhci and dwc3 code to common_drivers

Verify:
all

Change-Id: I9351b3cb5bf515b89c8e9c62a7070947a6a18968
Signed-off-by: he.he <he.he@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-12-11 20:11:23 +08:00
qinglin.li 2fc6296b0a upgrade: kernel upgrade by Dec with kernel [1/1]
PD#SWPL-148305

Problem:
update include/linux/upstream_version.h
fix conflict

Solution:
update include/linux/upstream_version.h
fix conflict

Verify:
local

Change-Id: Ic64ae62d9dcbf2665433aa7ebec23a3cb0d70a35
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-12-08 20:02:45 +08:00
Hanjie Lin b3b291de52 cma: delayed enable cma after kswap low [1/1]
PD#SWPL-139378

Problem:
playback not smooth when startup

Solution:
CMA used up when startup and cause cma alloc slow
delay enable CMA until swap free ratio less than 70%

Verify:
sc2

Change-Id: I42ddcaa281cae1c13128d028dbcf1128bede43b6
Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-11-15 19:43:31 +08:00
Ao Xu 83e3da7ae9 drm: use drm_print to add state in drm sysfs [1/1]
PD#SWPL-143050

Problem:
no drm state sysfs node

Solution:
use drm_print to add state in drm sysfs

Verify:
ohm

Test:
DRM-OSD-112

Change-Id: Iafbaa10dd7c17b9a244654948478f588c63caae9
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
2023-10-25 20:01:27 +08:00
Liming Xue 172057d4b0 host driver: reconstruct dsp host driver [1/1]
PD#SWPL-99041

Problem:
reconstruct dsp host driver

Solution:
config CONFIG_AMLOGIC_MCU_DRIVER to enable mcu driver
the new driver support multiple dsp/m4 cores

Verify:
a1/c1/c2/sc2/t3/t3x/t7/t7c

Change-Id: Ib1e666e615260bb5b7377a18eeaaf8daa65de86f
Signed-off-by: Liming Xue <liming.xue@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-10-07 17:40:07 +08:00
qi duan 55ad5c2ea9 usb: IDT test failed with replacing gki [1/2]
PD#SWPL-139422

Problem:
IDT test failed with replacing GKI

Solution:
using kprobe method to solve problem

Verify:
oppen

Change-Id: Iccdbb2d0a8529a43b2df638b2423ce21580319be
Signed-off-by: qi duan <qi.duan@amlogic.com>
2023-09-22 19:31:39 +08:00
lele xiang 15574e0edd upgrade: add symbol list_sort [1/1]
PD#SWPL-138577

Problem:
common14-5.15 can't recognize symbol list_sort

Solution:
add symbol list_sort

Verify:
ohm

Change-Id: Iecb0b0a367431b2dc3c1c5cc399a72bf8062ebc8
Signed-off-by: lele xiang <lele.xiang@amlogic.com>
2023-09-20 20:37:27 +08:00
song.han e2ab106c2c iotrace: record module base on last start [1/1]
PD#SWPL-136207

Problem:
use kprobe to forbid free module init text

Solution:
record module base and use offset to parse
this module symbol

Verify:
SC2_AH212

Change-Id: I43bd306e94e9a6a5afe6411a9cd9e93db0342b7a
Signed-off-by: song.han <song.han@amlogic.com>
2023-09-19 20:09:48 +08:00
qiankun.wang 051f9dd9dc arm64: traps: optimize do_undefinstr print [1/1]
PD#SWPL-136432

Problem:
Native code will perform the 'BUG_ON' process,
and the log isn't favorable for debug.

Solution:
add the vendor hook function to perform the
'show_regs' and 'panic'.

Verify:
T3

Change-Id: I7a0f2c10b5db8ed10207d1fcbc7cc214054c7ae3
Signed-off-by: qiankun.wang <qiankun.wang@amlogic.com>
2023-09-18 20:18:49 +08:00
dongqing.li c4f04df833 ramdump: ker5.15 creat /sys/kernel/mdump/compmsg [1/1]
PD#SWPL-132538

Problem:
The core-dump file cannot be saved to /data in Android.

Solution:
a. Fix BUG for bad page state when lazy_clear_work is running.
b. Print the parameter infor required for the crash tools.
c. Support for storing crashdump files in Android /data/vender/ramdump/
1)  When a kernel panic occurs, flush cache all.
2)  Restart to uboot stage and compress the full DDR.
3)  Set kernel dts rsv mem based on compressed infor.
4)  Crop reserved memory sub nodes to reduce mem usage.
5)  Kernel stage parsing dts to configure rsv mem.
6)  Android init.rc read sysnode, and generate crash file.

Verify:
sc2_ah212

Change-Id: Ic6fba2c305f9e3171445f3b89afa02c75c27a080
Signed-off-by: dongqing.li <dongqing.li@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-09-15 19:36:46 +08:00
Hanjie Lin 2acee0d5bb usb: can not recognize U disk. [1/1]
PD#SWPL-139784

Problem:

Solution:
Revert "usb: IDT test failed with replacing gki [1/2]"

This reverts commit 8dd2c1a590.

Revert "usb: IDT test failed with replacing gki [2/2]"

This reverts commit 9221d31343.

Revert "usb: IDT test failed with replacing gki [2/2]"

This reverts commit 7867188971.

Verify:
verify by ohm.

Change-Id: Ic4b6853719ff17d49c366feccbaff3320cadc464
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-09-14 20:08:43 +08:00
Hanjie Lin 8dd2c1a590 usb: IDT test failed with replacing gki [1/2]
PD#SWPL-139422

Problem:
IDT test failed with replacing gki

Solution:
using the kprobe method to solve this problem

Verify:
oppen

Change-Id: I0d640fd1d171f1303a34265a54fd790444a21c90
Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
2023-09-14 13:40:07 +08:00
qinglin.li db92c882e4 upgrade: kernel upgrade by Sep with kernel [1/1]
PD#SWPL-138629

Problem:
modules out remove need fix conflict
update include/linux/upstream_version.h

Solution:
modules out remove function fix
update include/linux/upstream_version.h

Verify:
local

Change-Id: Id2481bd3e13f07f4986db4390e6e02d340872e9e
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2023-09-13 23:04:11 +08:00
dongqing.li fee7ee35f1 ramdump: ker5.15 flush cache all when kernel panic. [1/1]
PD#SWPL-137107

Problem:
The data in the ramdump crash file is abnormal
because the cache data has not been flushed back.

Solution:
1. Use ipi_stop hook to flush online cpu cache.
2. Use panic_notifier to flush panic cpu cache.

Verify:
sc2_ah212

Change-Id: Ifad5bd4203fdde327b8c2b19357aa2d92586063f
Signed-off-by: dongqing.li <dongqing.li@amlogic.com>
2023-09-13 16:15:37 +08:00
qinglin.li a40f7b66e3 upgrade: kernel upgrade by July with kernel [1/1]
PD#SWPL-132973

Problem:
common14-5.15 rel_path is deprecated
update include/linux/upstream_version.h

Solution:
use 'realpath $1 --relative-to $2' instead.
update include/linux/upstream_version.h

Verify:
local

Change-Id: Iae256322e030a13076c9e40c3162e56d2cb87127
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2023-07-28 02:16:29 -07:00
Hanjie Lin b257fa1e5d debug: GKI20 clean [2/6]
PD#SWPL-132209

Problem:
GKI20 code clean

Solution:
1, clean irq_check function
2, clean smc_thr and psci smc
3, clean AMLOGIC_BGKI_DEBUG_IOTRACE
4, clean CONFIG_AMLOGIC_BGKI_DEBUG_MISC
5, restore trace_android_vh_ftrace_format_check
6, sched_show_task optimize
7, change cpupri_check_rt kretprobe to kprobe
8, iotrace dump use unbound workqueue

Verify:
sc2

Change-Id: Idcdf9010cfd960b80c493e58b3c81bec8468ac84
Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
2023-07-25 22:16:21 -07:00
qinglin.li 7c257b8aa7 abi: remove symbol have been commit to google [1/1]
PD#SWPL-129165

Problem:
remove symbol have been commit to google

Solution:
remove symbol have been commit to google

Verify:
local

Change-Id: I25c9da6662a7ae8f2de4761dd0b98b13fc24c7ed
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2023-07-02 21:03:48 -07:00
Jianxiong Pan eb89e630a5 mm: custom cma allocation and release function. [1/1]
PD#SWPL-118431

Problem:
to meet gki requirements.

Solution:
allocating memory in multiple threads.

Verify:
t7c.

Change-Id: I2d92bf1caf202a2da170f317eddcb74058d97ed1
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2023-06-19 05:13:48 -07:00
chen.wang1 d6aa321845 drm: implement video fence ioctl [1/3]
PD#SWPL-124599

Problem:
Unable to obtain video fence.

Solution:
implement video fence ioctl.

Verify:
t3x

Test:
DRM-OSD-65

Change-Id: Idf779bbccc05b08786ffbeebe27cd10aa80be682
Signed-off-by: chen.wang1 <chen.wang1@amlogic.com>
2023-05-25 05:28:07 -07:00
qinglin.li afa7927a1f upgrade: kernel upgrade by May [1/1]
PD#SWPL-124098

Problem:
kernel upgrade by May

Solution:
kernel upgrade by May

Verify:
local

Change-Id: I19aa4e7ca1d6e43703f1752e3e46f8bdcaf8c08b
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2023-05-24 04:48:18 -07:00
Wanwei Jiang 92c8943985 bazel: optimize and add some function [1/2]
PD#SWPL-123803

Problem:
optimize and add some function

Solution:
1. support update symbol list
2. support abi check
3. remove db845c information
4. optimize modules_out
5. rename symbol list file name

Verify:
sc2

Change-Id: Ia816fa87ebb6047c5bf3722c613c5545d4367a9d
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2023-05-23 01:42:23 -07:00
Jian Hu c4e39b8308 t3x: fix bazel error [1/1]
PD#SWPL-123165

Problem:
./mk.sh --gki_20 --bazel

These symbols are missing from the symbol list and are not available
at runtime for unsigned modules:
spi_finalize_current_message
strim

Solution:
add symbols

Verify:
t3x

Change-Id: I7ba1b12167314fa6fe0f94149f897cd8f459e906
Signed-off-by: Jian Hu <jian.hu@amlogic.com>
2023-05-18 21:08:42 +08:00
Long d6b97e58a7 eMMC: support CQE. [1/2]
PD#SWPL-119703

Problem:
support CQE

Solution:
support CQE

Verify:
T5m

Change-Id: Iaf97dac88e1cafbd8b897506dd044e3a3518a593
Signed-off-by: Long <long.yu@amlogic.com>
2023-05-15 02:04:25 -07:00
Wanwei Jiang f96e74d6df symbol: common13-5.15 build fail [1/1]
PD#SWPL-122095

Problem:
common13-5.15 build fail

Solution:
common14-5.15's symbolist add to android/abi_gki_aarch64_amlogic.external

Verify:
sc2

Change-Id: Ia268b63f03f26601144cacc5f08e35bc8134c3c7
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2023-05-10 14:19:02 +08:00
Wanwei Jiang 0df84603dc bazel: support for bazel build in the new kernel [1/1]
PD#SWPL-122095

Problem:
unable to use bazel build in the new kernel

Solution:
support for bazel build in the new kernel

Verify:
local

Change-Id: I6ee258cc46c839e000c6cc35769fa8104b14436c
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2023-05-09 09:30:04 -07:00
song.han 29925ebc8a debug: iotrace driver follow gki 2.0 [2/2]
PD#SWPL-109963

Problem:
iotrace driver need follow gki 2.0

Solution:
iotrace driver build to ko

Verify:
sc2_ah212

Change-Id: I472bc63b6594c58d7c94f74e1bf1a070978b20fd
Signed-off-by: song.han <song.han@amlogic.com>
2023-04-20 06:15:21 -07:00
bo.li f25f7755eb wifi: add cfg80211 symbol [1/1]
PD#SWPL-119078

Problem:
lost cfg80211 symbol

Solution:
add cfg80211 symbol:
cfg80211_ch_switch_started_notify

Verify:
adt4+rtl8852bs

Change-Id: I0d4440603b32c92e6d775cd8f8bf8abcf0f19b16
Signed-off-by: bo.li <bo.li@amlogic.com>
2023-04-16 21:24:38 -07:00
Yu Tu 908927c13e pcie: add pcie driver for s5 [1/1]
PD#SWPL-108762

Problem:
need bringup s5 pcie

Solution:
add s5 pcie driver

Verify:
s5_208

Change-Id: Ifc3430a5b01486faab24ef4222fb74ccaa3fd0ec
Signed-off-by: Yu Tu <yu.tu@amlogic.com>
2023-04-15 08:59:03 +08:00
Dezhen Wang d40fa552df script: add function detect the symbol_list to submit [1/1]
PD#SWPL-118657

Problem:
there are some abi symbols in common driver which should be submitted
to google

Solution:
add the function to detect the abi symbol list

Verify:
local

Change-Id: I6bd85d146e1961d3c654b2ee6d6cb6a0e13a7a97
Signed-off-by: Dezhen Wang <dezhen.wang@amlogic.com>
2023-04-13 02:17:45 -07:00
Wanwei Jiang c65e4d3440 build: support gki build for common14 with build.sh [1/2]
PD#SWPL-116256

Problem:
support gki build for common14 with build.sh

Solution:
1. gki1.0 build, once build out the boot.img, system_dlkm.img,
and modules which in the vendor_boot.img and vendor_dlkm.img.
2. gki2.0 build, once build out the boot.img and system_dlkm.img
with build.config.gki.aarch64, second build out modules which
in the vendor_boot.img and vendor_dlkm.img
3. use SYSTEM_DLKM_PROPS to add selinux label for system_dlkm.img
4. add android/abi_gki_aarch64_amlogic.external include gki symbol
which used to vendor modules, kernel/Makefile add when once build

Verify:
local

Change-Id: Ib6774641f54a1dbf17083ce441604292f0652487
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2023-04-12 20:19:35 -07:00
junwei.ma 0b792bd80a ISP: SM1 Camera kernel deconfig modify for Google [1/1]
PD#SWPL-117945

Problem:
SM1 Camera deconfig

Solution:
modify for Google

Verify:
ok

Change-Id: Ie1c05d2131a36c2528de1c75eb258b1a6b154fab
Signed-off-by: junwei.ma <junwei.ma@amlogic.com>
2023-04-04 19:48:18 +08:00
chen.xu ae30d68ad3 bringup: Add dts and dtsi for g12b. [1/1]
PD#SWPL-108104

Problem:
Bringup g12b.

Solution:
Add dts and dtsi for g12b.

Verify:
g12b

Change-Id: Ia8aee2391c18e5a33da3c53a4f477045370788e4
Signed-off-by: chen.xu <chen.xu@amlogic.com>
2023-04-04 19:37:02 +08:00
Dezhen Wang 8e11c0b03c Typo check: fix the wrong word [1/1]
PD#SWPL-103976

Problem:
cl check has false positives word

Solution:
fix the wrong word and concerning file

Verify:
local

Change-Id: Ic5dd8ce5c3c7b4862e0c32e20a551c772a8e58a7
Signed-off-by: Dezhen Wang <dezhen.wang@amlogic.com>
2022-12-15 01:01:31 -08:00
xiaoxin.cao c449ffa1b8 isp: remove api for kmi rule [1/1]
PD#SWPL-104212

Problem:
amera module break KMI rule

Solution:
update API

Verify:
local

Change-Id: I34ba5cca6b7b9e4b5f638dfed7d1e80e2561d5f9
Signed-off-by: xiaoxin.cao <xiaoxin.cao@amlogic.com>
2022-12-05 19:59:17 +08:00
yao.zhou e41bea5297 isp: init isp driver [1/1]
PD#SWPL-94100

Problem:
1. CONFIG_AMLOGIC_MEDIA_CAMERA is disabled
2. v4l2_async related symbols is not exported

Solution:
1. enable CONFIG_AMLOGIC_MEDIA_CAMERA
2. export v4l2_async related symbols

Verify:
Verified on t7c

Signed-off-by: yao.zhou <yao.zhou@amlogic.com>
Change-Id: Ic4a687c19fa70fde0c42365c07ca7af02716495d
2022-12-02 14:04:53 +08:00
Jianxiong Pan 4e0cd2db13 mm: not export set_dump_dmc_reg() func. [1/1]
PD#SWPL-92714

Problem:
set_dump_dmc_reg func break gki.

Solution:
not export the func to ko.

Verify:
s4_ap222.

Change-Id: Id5c6aafad318084886bf1428b1fe44d5d091e44d
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2022-11-14 22:21:18 -07:00
jian zhou ee868eba9e audio: Android T Bringup - Audio [1/1]
PD#SWPL-94119

Problem:
Android T Bringup - Audio

Solution:
1. add extn
2. add earc
3. add latest code from 5.4

Verify:
T7C

Change-Id: I4812f2fb07ee8990a76e56f3837e7d774d202c42
Signed-off-by: jian zhou <jian.zhou@amlogic.com>
2022-11-08 22:29:23 -07:00
Wanwei Jiang 0b2a96838a Revert "debug: add filp_open debug function [2/3]"
PD#SWPL-95914

Problem:
it's break gki

Solution:
Use other method to implement, so revert old method
This reverts commit 073082327a.

Change-Id: I93e8a56d6e6a354f3d2dd27029913b5c79b797fc
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2022-11-05 12:06:11 +08:00
Jianxiong Pan 790f3e41b1 mm: modify the filecache to ko. [1/1]
PD#SWPL-92714

Problem:
gki requirement.

Solution:
get info via tracepoint.

Verify:
sc2_ah212.

Change-Id: I2ecd4bc1a643d4175787efa9eb4aa42574556c1e
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2022-10-31 00:24:10 -07:00
Jianxiong Pan f1fec716d4 mm: modify the watchpoint to ko. [2/2]
PD#SWPL-92714

Problem:
need modify the watchpoint to ko.

Solution:
modify the watchpoint to ko.

Verify:
sc2_ah212.

Change-Id: I26e5e451690fb557264d8bbd6bcceb7701494cc5
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2022-10-29 08:05:00 -07:00
Jianxiong Pan dc659e3ec8 mm: not export symbol in pagetrace. [1/1]
PD#SWPL-92714

Problem:
export symbol will break gki.

Solution:
remove export symbol in pagetrace.

Verify:
sc2_ah212.

Change-Id: Ib8283c24f863e985c0a2a70cf135846646eb7a36
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2022-10-26 00:06:24 -07:00
qinglin.li 6c443ed18b gki: fix code style with symbol [1/1]
PD#SWPL-94401

Problem:
fix code style with symbol

Solution:
fix code style with symbol

Verify:
sc2

Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
Change-Id: Ie7fd3ada4219ffd2e18be8446ca6da870cee93f7
2022-10-19 02:18:04 -07:00
qinglin.li da04048d61 debugfile: build debugfile with module [1/1]
PD#SWPL-94401

Problem:
build debugfile with module
build with gki_10

Solution:
build debugfile with module

Verify:
sc2

Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
Change-Id: I8db0d7e81c93860cdd2ca8cbb5526e529d67da27
2022-10-19 02:18:01 -07:00
Hanjie Lin 908c1c3c19 debug: fix iotrace break gki issue [2/3]
PD#SWPL-94447

Problem:
iotrace break gki10

Solution:
modify iotrace still builtin but not break gki10
also enabled DEBUG_PRINTK

Verify:
sc2

Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
Change-Id: Iffc6a21f28de871b7289ca671c2c226c40e9a66a
2022-10-15 03:28:18 -07:00
Hanjie Lin e6d82ef16c debug: fix gki10 break issue [2/3]
PD#SWPL-94447

Problem:
debug break gki10

Solution:
1, support amlogic_debug build to module, amlogic_debug module
   includes debug_lockup, cpu_mhz and meson_atrace for now.
2, amlogic_debug some function still build in kernel but not break
   gki10, for example: irq_check function on builtin kernel code,
   module_debug, workqueue debug etc.
3, new config CONFIG_AMLOGIC_HARDLOCKUP_DETECTOR still builtin but
   not break gki.
4, other functions for example iotrace still under developing

Verify:
sc2

Signed-off-by: Hanje Lin <hanjie.lin@amlogic.com>
Change-Id: I9c11465e3e879f999ae6fd13dc12c044efd2417a
2022-10-14 16:53:03 -07:00
Jianxiong Pan 9c3f8bf29a gki: set dmc_monitor to builtin for gki needs. [2/3]
PD#SWPL-94445

Problem:
the get_page_trace() cannot be exported for dmc.

Solution:
set dmc_monitor to builtin.

Verify:
sc2_ah212.

Change-Id: Id23d6dbe0461f4317f6681d62e5578e89cc5c699
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2022-10-01 00:44:15 +08:00
Jianxiong Pan 84db0bfa95 gki: not export cma_mmu_op() func to meet gki requirements. [1/3]
PD#SWPL-94445

Problem:
the system cannot export new func for ko.

Solution:
not export cma_mmu_op() func.

Verify:
sc2_a212.

Change-Id: I8e146339f51838cc004739af77496111152df9ca
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2022-10-01 00:43:53 +08:00