From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeffy Subject: Re: [PATCH v6 0/2] drm: rockchip: Fix rockchip drm unbind crash error Date: Tue, 11 Apr 2017 11:06:23 +0800 Message-ID: <58EC482F.3070703@rock-chips.com> References: <1491818445-11409-1-git-send-email-jeffy.chen@rock-chips.com> <20170410192648.ipfr2nludok2assd@art_vandelay> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170410192648.ipfr2nludok2assd@art_vandelay> Sender: linux-kernel-owner@vger.kernel.org To: Sean Paul Cc: linux-kernel@vger.kernel.org, briannorris@chromium.org, dianders@chromium.org, tfiga@chromium.org, zyw@rock-chips.com, marcheu@chromium.org, mark.yao@rock-chips.com, hshi@chromium.org, Daniel Vetter , Jani Nikula , dri-devel@lists.freedesktop.org, Chris Wilson , David Airlie , Tom Gundersen , Patrik Jakobsson , Dave Airlie List-Id: dri-devel@lists.freedesktop.org Hi Sean, On 04/11/2017 03:26 AM, Sean Paul wrote: > On Mon, Apr 10, 2017 at 06:00:43PM +0800, Jeffy Chen wrote: > > Hi Jeffy, > Thanks for sending this up again. > >> >> Verified on rk3399 chromebook kevin, no more crashes during unbind/bind drm. > > I'm assuming this is on the chromeos-4.4 kernel? If so, you should probably > mention that when you're posting upstream. > right, will do in next version. > Sean > > >> >> Changes in v6: >> Address Daniel Vetter 's comments. >> >> Changes in v5: >> Fix wrong git account. >> >> Changes in v2: >> Fix some commit messages. >> >> Jeffy Chen (2): >> drm: Unplug drm device when unregistering it >> drm: Prevent release fb after cleanup mode config >> >> drivers/gpu/drm/drm_drv.c | 6 +++--- >> drivers/gpu/drm/drm_framebuffer.c | 5 +++++ >> drivers/gpu/drm/udl/udl_drv.c | 2 +- >> include/drm/drmP.h | 6 ++++++ >> 4 files changed, 15 insertions(+), 4 deletions(-) >> >> -- >> 2.1.4 >> >