From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932783AbcHKJJ4 (ORCPT ); Thu, 11 Aug 2016 05:09:56 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:60392 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751093AbcHKJJw (ORCPT ); Thu, 11 Aug 2016 05:09:52 -0400 Message-ID: <1470906562.2493.32.camel@pengutronix.de> Subject: Re: [PATCH v2 0/7] drm/mediatek: cleaning up and refine From: Philipp Zabel To: Daniel Vetter Cc: Bibby Hsieh , David Airlie , Matthias Brugger , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, Yingjoe Chen , Cawa Cheng , Daniel Kurtz , YT Shen , Thierry Reding , CK Hu , Mao Huang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sascha Hauer Date: Thu, 11 Aug 2016 11:09:22 +0200 In-Reply-To: <20160811085150.GJ6232@phenom.ffwll.local> References: <1470279597-60453-1-git-send-email-bibby.hsieh@mediatek.com> <1470900806.2493.21.camel@pengutronix.de> <20160811085150.GJ6232@phenom.ffwll.local> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:96de:80ff:fec2:9969 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, den 11.08.2016, 10:51 +0200 schrieb Daniel Vetter: > On Thu, Aug 11, 2016 at 09:33:26AM +0200, Philipp Zabel wrote: > > Am Donnerstag, den 04.08.2016, 10:59 +0800 schrieb Bibby Hsieh: > > > These patches based on 4.7-rc1 to clean up unused function > > > & variable and use drm core function instead. > > > > > > The following patches are needed to cleanly apply on top of v4.7-rc1: > > > - https://patchwork.kernel.org/patch/8044001/ > > > (drm: Deal with rotation in drm_plane_helper_check_update()) > > > - https://patchwork.kernel.org/patch/9248373/ > > > (drm: Warn about negative sizes when calculating scale factor) > > > - https://patchwork.kernel.org/patch/9248371/ > > > (drm: Store clipped src/dst coordinatee in drm_plane_state) > > > - https://patchwork.kernel.org/patch/9248363/ > > > (drm/plane-helper: Add drm_plane_helper_check_state()) > > > - https://patchwork.kernel.org/patch/9248361/ > > > (drm/mediatek: Use drm_plane_helper_check_state()) > > > > > > Bibby Hsieh (2): > > > drm/mediatek: Use drm_atomic destroy_state helpers > > > drm/mediatek: Fix mtk_atomic_complete for runtime_pm > > > > > > Daniel Kurtz (5): > > > drm/mediatek: Remove mtk_drm_crtc_check_flush > > > drm/mediatek: plane: Remove plane zpos/index > > > drm/mediatek: Remove mtk_drm_plane > > > > I have picked up patches 1-5, but not patches 6-7: > > > > > drm/mediatek: plane: Merge mtk_plane_enable into > > > mtk_plane_atomic_update > > > drm/mediatek: plane: Use FB's format's cpp to compute x offset > > > > These two don't apply. Could you please rebase them onto > > git.pengutronix.de/git/pza/linux.git mediatek-drm/next > > Note that I think most of them are already in drm-misc, and that branch is > non-rebasing. > -Daniel Thanks. Please disregard then, I'll drop the already applied patches and rebase onto drm-misc if necessary. regards Philipp