diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-12-11 16:51:35 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-01-20 22:17:12 +0100 |
commit | b62584e366ebcb3adffefad373a5abc4c4b677ca (patch) | |
tree | 12d9031be150949f3d4adcbe5aa7cd121df4e4c1 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 2fd5eabab02d9cdade04397eae0bfd49f452cdba (diff) |
drm: optimize drm_framebuffer_remove
Now that all framebuffer usage is properly refcounted, we are no
longer required to hold the modeset locks while dropping the last
reference. Hence implemented a fastpath which avoids the potential
stalls associated with grabbing mode_config.lock for the case where
there's no other reference around.
Explain in a big comment why it is safe. Also update kerneldocs with
the new locking rules around drm_framebuffer_remove.
Reviewed-by: Rob Clark <rob@ti.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions