OSDN Git Service

drm/drv: drm_dev_unplug(): Move out drm_dev_put() call
authorNoralf Trønnes <noralf@tronnes.org>
Fri, 8 Feb 2019 14:01:03 +0000 (15:01 +0100)
committerNoralf Trønnes <noralf@tronnes.org>
Thu, 21 Feb 2019 11:11:58 +0000 (12:11 +0100)
commitba3bf37e150a99b51b13f5cebf89715685d21212
tree147d6bf0351032fbbf4a7c314f2f77493b9e7c37
parent1ee57d4d75fbc74bb2ae601c8f334219165ef276
drm/drv: drm_dev_unplug(): Move out drm_dev_put() call

This makes it possible to use drm_dev_unplug() with the upcoming
devm_drm_dev_init() which will do drm_dev_put() in its release callback.

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: David (ChunMing) Zhou <David1.Zhou@amd.com>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Sean Paul <sean@poorly.run>
Cc: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190208140103.28919-3-noralf@tronnes.org
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/drm_drv.c
drivers/gpu/drm/udl/udl_drv.c
drivers/gpu/drm/xen/xen_drm_front.c