summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-01patchset: add and apply offline patchesandroid12-5.4Yongqin Liu
so that no need to access the internet anyomre https://android-review.linaro.org/c/kernel/common/+/21687 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Ia18f9b0c0bc070acb26f6501387077ad3a2effc4
2022-08-01build.config.x15: change KERNEL_DIR and apply out of tree patchesYongqin Liu
so that it won't need the android-patchset repository any more Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Ica72edcf11571527db6821bcd53a08639f184ffa
2020-08-24update for modules compliingYongqin Liu
1. there must be a Makefile under the directoies listed in EXT_MODULES which in turn will call the make -C <kernel_dir> M=<path_to_module> modules, and will check the Kbuild/Makefile under <path_to_module> 2. Kbuild will be checked before Makefile 3. KBUILD_OPTIONS could be used to pass configs settings 4. srctree is the path of the kernel source src is the path relative to the root of kernel source try Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Ie909be015dacf96ccae686e867bcbf6268af4715
2020-08-24drivers/gpu/pvr/Makefile: add srctree for -I option of ccflags-yYongqin Liu
as with the commit of cdd750bfb1f76fe9be8cfb53cbe77b2e811081ab, 'kbuild: remove 'addtree' and 'flags' magic for header search paths' srctree is not added for ccflags-y option, and make the pvr has following problem when build out of tree: /home/liuyq/data/lkft/kernel/common/mainline/drivers/gpu/pvr/services4/srvkm/bridged/bridged_pvr_bridge.c:48:10: fatal error: img_defs.h: No such file or directory #include "img_defs.h" ^~~~~~~~~~~~ compilation terminated. make[4]: *** [/home/liuyq/data/lkft/kernel/common/mainline/scripts/Makefile.build:279: drivers/gpu/pvr/services4/srvkm/bridged/bridged_pvr_bridge.o] Error 1 make[4]: *** Waiting for unfinished jobs.... /home/liuyq/data/lkft/kernel/common/mainline/drivers/gpu/pvr/services4/srvkm/bridged/bridged_support.c:45:10: fatal error: img_defs.h: No such file or directory #include "img_defs.h" ^~~~~~~~~~~~ compilation terminated. Change-Id: I47610d0b30a41d07b8ca53dc9db3f19f0112c725 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-08-24drivers: gpu: pvr: dma-buf: rename reservation_object to dma_resvYongqin Liu
update to fix the compiling problem caused by commits here: dma-buf: rename reservation_object to dma_resv 52791eeec1d9f4a7e7fe08aaba0b1553149d93bc https://android.googlesource.com/kernel/common/+/52791eeec1d9f4a7e7fe08aaba0b1553149d93bc Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Id225d1328f6d80cfbc5b6de9fa01a92efe6bf33d
2020-08-24drivers: gpu: pvr: Fix build on kernel v5.0+Sam Protsenko
Next changes are included here (author: Sam Protsenko): * drivers: gpu: pvr: Convert to use vmf_insert_mixed vm_insert_mixed() API was removed in kernel 4.20. Let's use new vmf_insert_mixed() API in that case. This patch fixes build with CONFIG_PVR_SGX544 option enabled on linux-mainline. * drivers: gpu: pvr: Fix access_ok() for kernel v5.0+ access_ok() signature was changed in kernel v5.0. Provide corresponding support for new API to fix the build. * drivers: gpu: pvr: Fix reservation_object_reserve_shared() in k5.0 Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Change-Id: I962304f7b03e1b7521c6dc0cc62e8d26ad0f0df5
2020-08-24PVR: fix the broken problem because of the drop of ioremap_nocaheYongqin Liu
introduced by the following commit: 4bdc0d676a64 remove ioremap_nocache and devm_ioremap_nocache Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I110fe07efaa738d43854fd5112f2235d512ca957
2020-08-24drivers: gpu: pvr: Import SGX kernel driverAndrew F. Davis
Import SGX driver from TI Android kernel 4.19: - remote: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git - branch: ti-android-linux-4.19.y - commit ID: 7c0b2515757c17d90961039b8e9518f40d2c9d02 Imported patches: - drivers: gpu: Add PowerVR SGX544 driver - drivers: pvr: fix build error with omap2plus_defconfig - drivers: pvr: Add dependency of Sync File Framework - drivers: pvr: Fix build failure due to missing config_kernel.h - drivers: gpu: pvr: Add support for AM65x Change-Id: I0e53d6e01616b0f86cd8be056aaa4aaa07fa5af3
2020-08-24Fix to work for x15 android12-5.4 kernel buildYongqin Liu
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I85ff13c89c533936bbe794bd7ea672adbbbe3870
2020-08-18Initial commit with build config and defconfig for x15 mainlin buildYongqin Liu
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I419baab2f4f45a27d9d44e9f1474032fca4ac541
2020-07-14Initial empty repositoryHEADmasterYongqin Liu