Message ID | 20190314002027.7833-1-helen.koike@collabora.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6656814DE for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 14 Mar 2019 00:21:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4EE2D2A0AD for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 14 Mar 2019 00:21:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4C89F2A0B2; Thu, 14 Mar 2019 00:21:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=unavailable version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DA9482A0AA for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 14 Mar 2019 00:21:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Ohb60PN/5ZKSc8Qea6Wm5oTY2tK6U66es/usASyHqh0=; b=FnwRHIP5Dg6Mg3 K/YC0rJ8M4ec0TALFbL57bik8McfjKHw/J9PBIEgTxR1chse7DyZimYQ7oPavGsel+7Swq29t94JR hoqAdT1UJSvgDKmZASP+hxeK0zhjYBOxXfU1SqR2ZNaa3m9n/sC0KSDeVcdbgJVacHkD1lLW/HpKo 8AjYx+A6eUtdaLUyMq6FSv37NnBPKntvEe2hiy4GmNboaef5sdu+sd91qDy+dn3047BcGqgfStz7B LTsoXVkZZFJgTKjU47yKrQ0UfgY+ZUHZHsWD2gYHHe3A5e1BmNnw6AKjH5cqlfiI+OOQEtFoNocZD xOsYSb+rPfHwHNURPQIg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h4E7D-0001Lm-CQ; Thu, 14 Mar 2019 00:20:55 +0000 Received: from bhuna.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e3e3]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h4E7A-0001L0-NP; Thu, 14 Mar 2019 00:20:53 +0000 Received: from localhost.localdomain (unknown [IPv6:2804:431:9719:798c:867b:ebff:fe52:de60]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: koike) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 2BF1B26016E; Thu, 14 Mar 2019 00:20:41 +0000 (GMT) From: Helen Koike <helen.koike@collabora.com> To: dri-devel@lists.freedesktop.org, nicholas.kazlauskas@amd.com Subject: [PATCH v3 0/5] drm: Fix fb changes for async updates Date: Wed, 13 Mar 2019 21:20:21 -0300 Message-Id: <20190314002027.7833-1-helen.koike@collabora.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190313_172053_026829_57E7B8AF X-CRM114-Status: GOOD ( 10.47 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: =?utf-8?q?Heiko_St=C3=BCbner?= <heiko@sntech.de>, Sean Paul <seanpaul@google.com>, David Airlie <airlied@linux.ie>, daniel.vetter@ffwll.ch, linux-kernel@vger.kernel.org, eric@anholt.net, Mamta Shukla <mamtashukla555@gmail.com>, kernel@collabora.com, Anthony Koo <Anthony.Koo@amd.com>, =?utf-8?b?VmlsbGUgU3lyasOkbMOk?= <ville.syrjala@linux.intel.com>, "David \(ChunMing\) Zhou" <David1.Zhou@amd.com>, Maxime Ripard <maxime.ripard@bootlin.com>, Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>, David Francis <David.Francis@amd.com>, amd-gfx@lists.freedesktop.org, linux-rockchip@lists.infradead.org, harry.wentland@amd.com, andrey.grodzovsky@amd.com, Leo Li <sunpeng.li@amd.com>, linux-arm-msm@vger.kernel.org, Maarten Lankhorst <maarten.lankhorst@linux.intel.com>, Helen Koike <helen.koike@collabora.com>, Mikita Lipski <mikita.lipski@amd.com>, Sean Paul <sean@poorly.run>, linux-arm-kernel@lists.infradead.org, =?utf-8?q?St=C3=A9phane_Marchesin?= <marcheu@google.com>, Sandy Huang <hjc@rock-chips.com>, Tomasz Figa <tfiga@chromium.org>, Rob Clark <robdclark@gmail.com>, boris.brezillon@collabora.com, Daniel Vetter <daniel@ffwll.ch>, Alex Deucher <alexander.deucher@amd.com>, freedreno@lists.freedesktop.org, =?utf-8?q?Christian_K=C3=B6nig?= <christian.koenig@amd.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
drm: Fix fb changes for async updates
|
expand
|