linux_dsm_epyc7002/drivers/gpu/drm/nouveau/dispnv04
Emil Velikov cdc194cebd drm/nouveau: 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: Ben Skeggs <bskeggs@redhat.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20200515095118.2743122-26-emil.l.velikov@gmail.com
2020-05-19 22:31:33 +01:00
..
arb.c drm/nouveau/kms/nv04: remove set but not used variable 'width' 2020-01-23 08:56:51 +10:00
crtc.c drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlocked 2020-05-19 22:31:33 +01:00
cursor.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
dac.c drm/nouveau/nvif: protect waits against GPU falling off the bus 2020-04-07 14:37:50 +10:00
dfp.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
disp.c Merge drm/drm-next into drm-misc-next 2019-10-03 16:38:50 +02:00
disp.h drm/nouveau/dispnv04: subdev/bios.h is included more than once 2019-08-23 12:55:31 +10:00
hw.c drm/nouveau/nvif: protect waits against GPU falling off the bus 2020-04-07 14:37:50 +10:00
hw.h drm/nouveau: drop drmP.h from all header files 2019-08-23 12:55:30 +10:00
Kbuild
nvreg.h
overlay.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
tvmodesnv17.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
tvnv04.c drm/nouveau: drop use of drmp.h 2019-08-23 12:55:31 +10:00
tvnv17.c drm/nouveau/kms/nv04-nv4x: Use match_string() helper to simplify the code 2020-01-15 10:49:59 +10:00
tvnv17.h