diff options
author | Emil Velikov <[email protected]> | 2020-05-15 10:50:52 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2020-05-19 22:31:31 +0100 |
commit | 2f4dd13d4bb8a85f6d5b66a18989509924e4f5e9 (patch) | |
tree | e58c5a09a16ed5ce8862c236ab961c7619edcd52 /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | |
parent | eecd7fd8bf58d5d59f948d2655e41760d7cf17d9 (diff) |
drm/gem: add drm_gem_object_put helper
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.
Add helper, which will allow us to transition the drivers one by one,
dropping the suffix.
v2: add missing space after function name (Jani)
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Sam Ravnborg <[email protected]> (v1)
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_cs.c')
0 files changed, 0 insertions, 0 deletions