diff options
author | Emil Velikov <[email protected]> | 2020-05-15 10:50:51 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2020-05-19 22:31:30 +0100 |
commit | eecd7fd8bf58d5d59f948d2655e41760d7cf17d9 (patch) | |
tree | d0d0406a1ef024c85124d3088d9ce2fb98234e6b /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
parent | b5d250744cccfb40024de663ea1f4da04e6d959c (diff) |
drm/gem: add _locked suffix to drm_gem_object_put
Vast majority of DRM (core and drivers) are struct_mutex free.
As such we have only a handful of cases where the locked helper should
be used. Make that stand out a little bit better.
Done via the following script:
__from=drm_gem_object_put
__to=drm_gem_object_put_locked
for __file in $(git grep --name-only --word-regexp $__from); do
sed -i "s/\<$__from\>/$__to/g" $__file;
done
Cc: Rob Clark <[email protected]>
Cc: Sean Paul <[email protected]>
Cc: [email protected]
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Reviewed-by: Steven Price <[email protected]>
Acked-by: Thomas Zimmermann <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions