Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M msm-5.4
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • CodeLinaro
  • la
  • kernel
  • msm-5.4
  • Repository
Switch branch/tag
  • msm-5.4
  • drivers
  • staging
  • android
  • ion
  • heaps
  • ion_system_heap.c
Find file BlameHistoryPermalink
  • Shuosheng Huang's avatar
    ANDROID: ion heap: init ion heaps in subsys_initcall · 160ab931
    Shuosheng Huang authored Oct 19, 2021
    
    
    Some built-in modules will failed to use ion heap to allocate memory
    if the ion heap drivers are too late to be initialized.
    To fix this issue, move initialization of ion heap drivers in subsys_initcall()
    which is more earlier to be called.
    
    Bug: 203487618
    Signed-off-by: default avatarShuosheng Huang <huangshuosheng@allwinnertech.com>
    Change-Id: If120225fd6c3b665053857cc9345db4521e76cf8
    (cherry picked from commit eb4a5a5d)
    160ab931