Re: [PATCH v10] drm: Unplug drm device when unregistering it (v7)

2017-04-13 Thread kbuild test robot
Hi Jeffy, [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.11-rc6 next-20170413] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Jeffy-Chen/drm-Unplug-drm-device-when-unregist

[PATCH v10] drm: Unplug drm device when unregistering it (v7)

2017-04-12 Thread Jeffy Chen
After unbinding drm, the user space may still owns the drm dev fd, and may still be able to call drm ioctl. We're using an unplugged state to prevent something like that, so let's reuse it here. Also drop drm_unplug_dev, because it would be unused after other changes. Verified on rk3399 chromebo