aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lima/lima_gem.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2020-05-15 09:51:00 +0000
committerEmil Velikov <[email protected]>2020-05-19 21:31:33 +0000
commit1b3cddceb8a14d4d21062a0547ce5289010cc995 (patch)
tree14b27e26f4070e1b24f3f6df1f12a859cadd5d6d /drivers/gpu/drm/lima/lima_gem.c
parentdrm/gma500: remove _unlocked suffix in drm_gem_object_put_unlocked (diff)
downloadkernel-1b3cddceb8a14d4d21062a0547ce5289010cc995.tar.gz
kernel-1b3cddceb8a14d4d21062a0547ce5289010cc995.zip
drm/i915: remove _unlocked suffix in drm_gem_object_put_unlocked
Spelling out _unlocked for each and every driver is a annoying. Especially if we consider how many drivers, do not know (or need to) about the horror stories involving struct_mutex. Just drop the suffix. It makes the API cleaner. Done via the following script: __from=drm_gem_object_put_unlocked __to=drm_gem_object_put for __file in $(git grep --name-only $__from); do sed -i "s/$__from/$__to/g" $__file; done Cc: Jani Nikula <[email protected]> Cc: Joonas Lahtinen <[email protected]> Cc: Rodrigo Vivi <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Acked-by: Sam Ravnborg <[email protected]> Acked-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/lima/lima_gem.c')
0 files changed, 0 insertions, 0 deletions