Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-power
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-power
  • Repository
Switch branch/tag
  • linux-power
  • drivers
  • gpu
  • drm
  • msm
  • msm_iommu.c
Find file BlameHistoryPermalink
  • Rob Clark's avatar
    drm/msm: Fix display fault handling · 58b4aa08
    Rob Clark authored Jul 07, 2021 and Ionela Voinescu's avatar Ionela Voinescu committed Aug 02, 2021
    It turns out that when the display is enabled by the bootloader, we can
    get some transient iommu faults from the display.  Which doesn't go over
    too well when we install a fault handler that is gpu specific.  To avoid
    this, defer installing the fault handler until we get around to setting
    up per-process pgtables (which is adreno_smmu specific).  The arm-smmu
    fallback error reporting is sufficient for reporting display related
    faults (and in fact was all we had prior to f8f934c1
    
    )
    
    Reported-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
    Reported-by: default avatarYassine Oudjana <y.oudjana@protonmail.com>
    Fixes: 2a574cc0
    
     ("drm/msm: Improve the a6xx page fault handler")
    Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
    Tested-by: default avatarJohn Stultz <john.stultz@linaro.org>
    58b4aa08