Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752439AbdDJT0w (ORCPT ); Mon, 10 Apr 2017 15:26:52 -0400 Received: from mail-qk0-f180.google.com ([209.85.220.180]:34959 "EHLO mail-qk0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751237AbdDJT0v (ORCPT ); Mon, 10 Apr 2017 15:26:51 -0400 Date: Mon, 10 Apr 2017 15:26:48 -0400 From: Sean Paul To: Jeffy Chen Cc: linux-kernel@vger.kernel.org, briannorris@chromium.org, dianders@chromium.org, tfiga@chromium.org, seanpaul@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 Subject: Re: [PATCH v6 0/2] drm: rockchip: Fix rockchip drm unbind crash error Message-ID: <20170410192648.ipfr2nludok2assd@art_vandelay> References: <1491818445-11409-1-git-send-email-jeffy.chen@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1491818445-11409-1-git-send-email-jeffy.chen@rock-chips.com> User-Agent: NeoMutt/20170306-66-6ddb52-dirty (1.8.0) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 926 Lines: 40 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. 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 > -- Sean Paul, Software Engineer, Google / Chromium OS