OSDN Git Service

drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 21 May 2019 11:08:30 +0000 (13:08 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 22 May 2019 10:43:29 +0000 (12:43 +0200)
commitcb1f8814bbfcc2d0d7c499530e3d878ba04e4af2
treecd684ec8fd8d9a94b0180a5b464a1a946c3dcd2d
parent81da87f63a1edebcf8cbb811d387e353d9f89c7a
drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers

To align with the rest of DRM terminology, the GEM VRAM helpers now use
lock and unlock in places where reserve and unreserve where used before.
All callers have been adapted.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20190521110831.20200-3-tzimmermann@suse.de
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/ast/ast_fb.c
drivers/gpu/drm/ast/ast_mode.c
drivers/gpu/drm/drm_gem_vram_helper.c
drivers/gpu/drm/mgag200/mgag200_cursor.c
drivers/gpu/drm/mgag200/mgag200_fb.c
include/drm/drm_gem_vram_helper.h