-
- Downloads
drm/gem: Change locked/unlocked postfix of drm_gem_v/unmap() function names
Make drm/gem API function names consistent by having locked function use the _locked postfix in the name, while the unlocked variants don't use the _unlocked postfix. Rename drm_gem_v/unmap() function names to make them consistent with the rest of the API functions. Acked-by:Maxime Ripard <mripard@kernel.org> Reviewed-by:
Boris Brezillon <boris.brezillon@collabora.com> Suggested-by:
Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by:
Christian König <christian.koenig@amd.com> Acked-by:
Thomas Zimmermann <tzimmermann@suse.d> Signed-off-by:
Dmitry Osipenko <dmitry.osipenko@collabora.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250322212608.40511-2-dmitry.osipenko@collabora.com
Showing
- drivers/gpu/drm/drm_client.c 5 additions, 5 deletionsdrivers/gpu/drm/drm_client.c
- drivers/gpu/drm/drm_gem.c 10 additions, 10 deletionsdrivers/gpu/drm/drm_gem.c
- drivers/gpu/drm/drm_gem_framebuffer_helper.c 3 additions, 3 deletionsdrivers/gpu/drm/drm_gem_framebuffer_helper.c
- drivers/gpu/drm/drm_internal.h 2 additions, 2 deletionsdrivers/gpu/drm/drm_internal.h
- drivers/gpu/drm/drm_prime.c 2 additions, 2 deletionsdrivers/gpu/drm/drm_prime.c
- drivers/gpu/drm/lima/lima_sched.c 2 additions, 2 deletionsdrivers/gpu/drm/lima/lima_sched.c
- drivers/gpu/drm/panfrost/panfrost_dump.c 2 additions, 2 deletionsdrivers/gpu/drm/panfrost/panfrost_dump.c
- drivers/gpu/drm/panfrost/panfrost_perfcnt.c 3 additions, 3 deletionsdrivers/gpu/drm/panfrost/panfrost_perfcnt.c
- drivers/gpu/drm/panthor/panthor_gem.h 2 additions, 2 deletionsdrivers/gpu/drm/panthor/panthor_gem.h
- drivers/gpu/drm/panthor/panthor_sched.c 2 additions, 2 deletionsdrivers/gpu/drm/panthor/panthor_sched.c
- include/drm/drm_gem.h 2 additions, 2 deletionsinclude/drm/drm_gem.h
Loading