• Rob Clark's avatar
    drm/msm: fix locking inconsistency for gpu->hw_init() · cb1e3818
    Rob Clark authored
    Most, but not all, paths where calling the with struct_mutex held.  The
    fast-path in msm_gem_get_iova() (plus some sub-code-paths that only run
    the first time) was masking this issue.
    
    So lets just always hold struct_mutex for hw_init().  And sprinkle some
    WARN_ON()'s and might_lock() to avoid this sort of problem in the
    future.
    Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
    cb1e3818
a5xx_power.c 9.27 KB