[ALPS04421300] HIDL refining

[Detail]
fix some error of HIDL

MTK-Commit-Id: c4b3c65a31fa7e181cd67064123a338e958ad066

Change-Id: Ic512b22308d788267c2e0049cc119b8ec506ed91
CR-Id: ALPS04421300
Feature: OpenGL|ES
This commit is contained in:
mtk16965 2020-01-18 10:13:49 +08:00 committed by GuanWen Chen
parent c95ef58ba5
commit 314a88d69a
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;