aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorStephen Boyd <[email protected]>2021-02-11 14:40:58 -0800
committerRob Clark <[email protected]>2021-02-23 12:39:29 -0800
commit743c97ca9dc989b0b08ca1fbfd134a83b37fe9ec (patch)
treefb02cd353769e9ccec6a650f7fe04e51571e0188 /tools/perf/scripts/python/export-to-postgresql.py
parent182b4a2d251305201b6f9cae29067f7112f05835 (diff)
drm/msm/kms: Use nested locking for crtc lock instead of custom classes
We don't need to make up custom lock classes here, we can simply use mutex_lock_nested() and pass in the index of the crtc to the locking APIs instead. This helps lockdep understand that these are really different locks while avoiding having to allocate custom lockdep classes. Cc: Krishna Manikandan <[email protected]> Suggested-by: Daniel Vetter <[email protected]> Fixes: b3d91800d9ac ("drm/msm: Fix race condition in msm driver with async layer updates") Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions