From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:58944 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750943AbeBEGuo (ORCPT ); Mon, 5 Feb 2018 01:50:44 -0500 Date: Mon, 5 Feb 2018 14:50:23 +0800 From: Shawn Guo To: Ville Syrjala Cc: dri-devel@lists.freedesktop.org, Liviu Dudau , Brian Starkey , Mali DP Maintainers , Daniel Vetter , Gustavo Padovan , Sean Paul , Philipp Zabel , CK Hu , Neil Armstrong , Rob Clark , Ben Skeggs , Laurent Pinchart , Sandy Huang , Heiko =?iso-8859-1?Q?St=FCbner?= , Maxime Ripard , Thierry Reding , VMware Graphics , Sinclair Yeh , Thomas Hellstrom , Archit Taneja , linux-amlogic@lists.infradead.org, linux-arm-msm@vger.kernel.org, freedreno@lists.freedesktop.org, nouveau@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, linux-tegra@vger.kernel.org, Russell King Subject: Re: [PATCH 5/5] drm: Don't pass clip to drm_atomic_helper_check_plane_state() Message-ID: <20180205065022.GJ31354@dragon> References: <20180123170857.13818-1-ville.syrjala@linux.intel.com> <20180123170857.13818-5-ville.syrjala@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180123170857.13818-5-ville.syrjala@linux.intel.com> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Tue, Jan 23, 2018 at 07:08:57PM +0200, Ville Syrjala wrote: > From: Ville Syrj�l� > > Move the plane clip rectangle handling into > drm_atomic_helper_check_plane_state(). Drivers no longer > have to worry about such mundane details. > > v2: Convert armada, rcar, and sun4i as well > > Cc: Liviu Dudau > Cc: Brian Starkey > Cc: Mali DP Maintainers > Cc: Daniel Vetter > Cc: Gustavo Padovan > Cc: Sean Paul > Cc: Philipp Zabel > Cc: CK Hu > Cc: Neil Armstrong > Cc: Rob Clark > Cc: Ben Skeggs > Cc: Laurent Pinchart > Cc: Sandy Huang > Cc: "Heiko St�bner" > Cc: Maxime Ripard > Cc: Thierry Reding > Cc: VMware Graphics > Cc: Sinclair Yeh > Cc: Thomas Hellstrom > Cc: Shawn Guo > Cc: Archit Taneja > Cc: linux-amlogic@lists.infradead.org > Cc: linux-arm-msm@vger.kernel.org > Cc: freedreno@lists.freedesktop.org > Cc: nouveau@lists.freedesktop.org > Cc: linux-renesas-soc@vger.kernel.org > Cc: linux-tegra@vger.kernel.org > Cc: Russell King > Suggested-by: Daniel Vetter > Signed-off-by: Ville Syrj�l� > Reviewed-by: Daniel Vetter > Reviewed-by: Thierry Reding > Reviewed-by: Archit Taneja #msm > --- ... > drivers/gpu/drm/zte/zx_plane.c | 13 +------------ Acked-by: Shawn Guo