Loading drivers/soc/qcom/secure_buffer.c +4 −0 Original line number Diff line number Diff line Loading @@ -268,6 +268,8 @@ const char *msm_secure_vmid_to_string(int secure_vmid) return "VMID_CP_SEC_DISPLAY"; case VMID_CP_APP: return "VMID_CP_APP"; case VMID_LPASS: return "VMID_LPASS"; case VMID_WLAN: return "VMID_WLAN"; case VMID_WLAN_CE: Loading @@ -280,6 +282,8 @@ const char *msm_secure_vmid_to_string(int secure_vmid) return "VMID_CP_SPSS_SP_SHARED"; case VMID_CP_SPSS_HLOS_SHARED: return "VMID_CP_SPSS_HLOS_SHARED"; case VMID_ADSP_HEAP: return "VMID_ADSP_HEAP"; case VMID_INVAL: return "VMID_INVAL"; default: Loading drivers/staging/android/ion/heaps/msm_ion.c +4 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,10 @@ static struct ion_heap_desc ion_heap_meta[] = { .id = ION_DISPLAY_HEAP_ID, .name = ION_DISPLAY_HEAP_NAME, }, { .id = ION_AUDIO_ML_HEAP_ID, .name = ION_AUDIO_ML_HEAP_NAME, }, }; #define MAKE_HEAP_TYPE_MAPPING(h) { .name = #h, \ Loading drivers/staging/android/ion/heaps/msm_ion_priv.h +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ #define ION_AUDIO_HEAP_NAME "audio" #define ION_TUI_CARVEOUT_HEAP_NAME "tui_carveout" #define ION_DISPLAY_HEAP_NAME "display" #define ION_AUDIO_ML_HEAP_NAME "audio_ml" /** * Debug feature. Make ION allocations DMA Loading include/soc/qcom/secure_buffer.h +2 −0 Original line number Diff line number Diff line Loading @@ -26,12 +26,14 @@ enum vmid { VMID_MSS_NONMSA = 0x10, VMID_CP_SEC_DISPLAY = 0x11, VMID_CP_APP = 0x12, VMID_LPASS = 0x16, VMID_WLAN = 0x18, VMID_WLAN_CE = 0x19, VMID_CP_SPSS_SP = 0x1A, VMID_CP_CAMERA_PREVIEW = 0x1D, VMID_CP_SPSS_SP_SHARED = 0x22, VMID_CP_SPSS_HLOS_SHARED = 0x24, VMID_ADSP_HEAP = 0x25, VMID_CP_CDSP = 0x2A, VMID_LAST, VMID_INVAL = -1 Loading include/uapi/linux/msm_ion_ids.h +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #define ION_CAMERA_HEAP_ID ION_BIT(2) #define ION_DISPLAY_HEAP_ID ION_BIT(3) #define ION_ADSP_HEAP_ID ION_BIT(4) #define ION_AUDIO_ML_HEAP_ID ION_BIT(5) #define ION_USER_CONTIG_HEAP_ID ION_BIT(6) #define ION_QSECOM_HEAP_ID ION_BIT(7) #define ION_AUDIO_HEAP_ID ION_BIT(8) Loading Loading
drivers/soc/qcom/secure_buffer.c +4 −0 Original line number Diff line number Diff line Loading @@ -268,6 +268,8 @@ const char *msm_secure_vmid_to_string(int secure_vmid) return "VMID_CP_SEC_DISPLAY"; case VMID_CP_APP: return "VMID_CP_APP"; case VMID_LPASS: return "VMID_LPASS"; case VMID_WLAN: return "VMID_WLAN"; case VMID_WLAN_CE: Loading @@ -280,6 +282,8 @@ const char *msm_secure_vmid_to_string(int secure_vmid) return "VMID_CP_SPSS_SP_SHARED"; case VMID_CP_SPSS_HLOS_SHARED: return "VMID_CP_SPSS_HLOS_SHARED"; case VMID_ADSP_HEAP: return "VMID_ADSP_HEAP"; case VMID_INVAL: return "VMID_INVAL"; default: Loading
drivers/staging/android/ion/heaps/msm_ion.c +4 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,10 @@ static struct ion_heap_desc ion_heap_meta[] = { .id = ION_DISPLAY_HEAP_ID, .name = ION_DISPLAY_HEAP_NAME, }, { .id = ION_AUDIO_ML_HEAP_ID, .name = ION_AUDIO_ML_HEAP_NAME, }, }; #define MAKE_HEAP_TYPE_MAPPING(h) { .name = #h, \ Loading
drivers/staging/android/ion/heaps/msm_ion_priv.h +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ #define ION_AUDIO_HEAP_NAME "audio" #define ION_TUI_CARVEOUT_HEAP_NAME "tui_carveout" #define ION_DISPLAY_HEAP_NAME "display" #define ION_AUDIO_ML_HEAP_NAME "audio_ml" /** * Debug feature. Make ION allocations DMA Loading
include/soc/qcom/secure_buffer.h +2 −0 Original line number Diff line number Diff line Loading @@ -26,12 +26,14 @@ enum vmid { VMID_MSS_NONMSA = 0x10, VMID_CP_SEC_DISPLAY = 0x11, VMID_CP_APP = 0x12, VMID_LPASS = 0x16, VMID_WLAN = 0x18, VMID_WLAN_CE = 0x19, VMID_CP_SPSS_SP = 0x1A, VMID_CP_CAMERA_PREVIEW = 0x1D, VMID_CP_SPSS_SP_SHARED = 0x22, VMID_CP_SPSS_HLOS_SHARED = 0x24, VMID_ADSP_HEAP = 0x25, VMID_CP_CDSP = 0x2A, VMID_LAST, VMID_INVAL = -1 Loading
include/uapi/linux/msm_ion_ids.h +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #define ION_CAMERA_HEAP_ID ION_BIT(2) #define ION_DISPLAY_HEAP_ID ION_BIT(3) #define ION_ADSP_HEAP_ID ION_BIT(4) #define ION_AUDIO_ML_HEAP_ID ION_BIT(5) #define ION_USER_CONTIG_HEAP_ID ION_BIT(6) #define ION_QSECOM_HEAP_ID ION_BIT(7) #define ION_AUDIO_HEAP_ID ION_BIT(8) Loading