Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752351AbdGIPLd (ORCPT ); Sun, 9 Jul 2017 11:11:33 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:39588 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751946AbdGIPLc (ORCPT ); Sun, 9 Jul 2017 11:11:32 -0400 MIME-Version: 1.0 In-Reply-To: <20170709075951.16690-1-net147@gmail.com> References: <20170709075951.16690-1-net147@gmail.com> From: Chen-Yu Tsai Date: Sun, 9 Jul 2017 23:11:07 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2] drm/sun4i: Implement drm_driver lastclose to restore fbdev console To: Jonathan Liu Cc: Maxime Ripard , David Airlie , Chen-Yu Tsai , dri-devel , linux-arm-kernel , linux-kernel , linux-sunxi 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: 471 Lines: 14 On Sun, Jul 9, 2017 at 3:59 PM, 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. > > Signed-off-by: Jonathan Liu This should have Fixes: 9026e0d122ac ("drm: Add Allwinner A10 Display Engine support") Otherwise, Reviewed-by: Chen-Yu Tsai