Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932525AbdGLCkm (ORCPT ); Tue, 11 Jul 2017 22:40:42 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:58416 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752619AbdGLCkk (ORCPT ); Tue, 11 Jul 2017 22:40:40 -0400 MIME-Version: 1.0 In-Reply-To: <20170711192131.mdmkvgxgzo7bwywe@flea> References: <20170710065504.31497-1-net147@gmail.com> <20170711192131.mdmkvgxgzo7bwywe@flea> From: Chen-Yu Tsai Date: Wed, 12 Jul 2017 10:40:16 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3] drm/sun4i: Implement drm_driver lastclose to restore fbdev console To: Maxime Ripard Cc: Jonathan Liu , David Airlie , Chen-Yu Tsai , dri-devel , linux-arm-kernel , linux-kernel , linux-sunxi , stable@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 639 Lines: 17 On Wed, Jul 12, 2017 at 3:21 AM, Maxime Ripard wrote: > On Mon, Jul 10, 2017 at 04:55:04PM +1000, Jonathan Liu wrote: >> The drm_driver lastclose callback is called when the last userspace >> DRM client has closed. Call drm_fbdev_cma_restore_mode to restore >> the fbdev console otherwise the fbdev console will stop working. >> >> Fixes: 9026e0d122ac ("drm: Add Allwinner A10 Display Engine support") >> Cc: stable@vger.kernel.org >> Signed-off-by: Jonathan Liu >> Reviewed-by: Chen-Yu Tsai > > Queued for 4.14, thanks! May we have this sooner? Like 4.13? :) ChenYu