Merge "[ALPS04421300] HIDL refining" into alps-trunk-q0.basic

Change-Id: I8ecab5601ac1a7d6e94406cbd1868b5f6555dd15
MTK-Commit-Id: bcea8f14cfb619d4c4082bd3b4d27c1f32a72321
This commit is contained in:
GW Chen 2020-01-18 10:13:50 +08:00 committed by Gerrit Code Review
commit c04d8c0283
3 changed files with 12 additions and 5 deletions

View File

@ -71,9 +71,5 @@ attribute hal_atci;
attribute hal_atci_client; attribute hal_atci_client;
attribute hal_atci_server; attribute hal_atci_server;
# Date: 2019/04/19
# GPU HIDL
attribute hal_gpu;
attribute hal_gpu_client;
attribute hal_gpu_server;

View File

@ -71,4 +71,5 @@ allowxperm mtk_hal_gpu proc_ged:file ioctl {
GED_BRIDGE_IO_GPU_TUNER_STATUS GED_BRIDGE_IO_GPU_TUNER_STATUS
}; };
allow mtk_hal_gpu merged_hal_service:fd use;

10
plat_public/attributes Normal file
View File

@ -0,0 +1,10 @@
# ==============================================
# MTK Attribute declarations
# ==============================================
# Date: 2019/05/27
# GPU HIDL
attribute hal_gpu;
attribute hal_gpu_client;
attribute hal_gpu_server;