]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm: Nerf the preclose callback for modern drivers
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 8 May 2017 08:26:33 +0000 (10:26 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 9 May 2017 11:22:11 +0000 (13:22 +0200)
commit45c3d213a400c952ab7119f394c5293bb6877e6b
tree7b974913b9fdb3e430b5c2bd0c11c3aac7e9b168
parentb13b4d1b81e5d6a0e7399ab1c90398652774adb8
drm: Nerf the preclose callback for modern drivers

With all drivers converted there's only legacy dri1 drivers using it.
Not going to touch those, instead just hide it like we've done with
other dri1 driver hooks like firstopen.

In all this I didn't find any real reason why we'd needed 2 hooks, and
having symmetry between open and close just appeases my OCD better.
Yeah, someone else could do an s/postclose/close/, but that's for
someone who understands cocci. And maybe after this series is reviewed
and landed, to avoid patch-regen churn.

v2: s/last/post/close in the kernel-doc (Sean).

Reviewed-by: Sean Paul <seanpaul@chromium.org>
Reviewed-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170508082633.4214-4-daniel.vetter@ffwll.ch
drivers/gpu/drm/drm_file.c
include/drm/drm_drv.h