From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759011AbdKOTZY (ORCPT ); Wed, 15 Nov 2017 14:25:24 -0500 Received: from mail-qt0-f180.google.com ([209.85.216.180]:54488 "EHLO mail-qt0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758957AbdKOTZH (ORCPT ); Wed, 15 Nov 2017 14:25:07 -0500 X-Google-Smtp-Source: AGs4zMYCcYgyWL2HYj4wpq2I9uvJBs2lZkEF1qWTEQyaATVNZL3pFu//UU2MBPj9tP1b5jmGsFATiQ== Date: Wed, 15 Nov 2017 17:25:02 -0200 From: Gustavo Padovan To: Liviu Dudau Cc: Brian Starkey , David Airlie , LKML , DRI-devel , Mali DP Maintainers , Daniel Vetter Subject: Re: [PATCH] drm: mali-dp: Disable planes when their CRTC gets disabled. Message-ID: <20171115192502.GB5486@jade> References: <20171101141326.3112-1-Liviu.Dudau@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171101141326.3112-1-Liviu.Dudau@arm.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Liviu, 2017-11-01 Liviu Dudau : > Make sure only the planes on the active CRTCs get committed and > that all planes on the disabled CRTCs get turned off. > > Reviewed-by: Brian Starkey > Signed-off-by: Liviu Dudau > --- > drivers/gpu/drm/arm/malidp_crtc.c | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Gustavo Padovan Gustavo