Message ID | 20190312022204.2775-1-helen.koike@collabora.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-rockchip-bounces+patchwork-linux-rockchip=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 30F5417DF for <patchwork-linux-rockchip@patchwork.kernel.org>; Tue, 12 Mar 2019 02:23:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 18690292FE for <patchwork-linux-rockchip@patchwork.kernel.org>; Tue, 12 Mar 2019 02:23:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0AE5C29314; Tue, 12 Mar 2019 02:23:26 +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=ham 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 ABF07292FE for <patchwork-linux-rockchip@patchwork.kernel.org>; Tue, 12 Mar 2019 02:23:25 +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=CsHaqi9g9Syp7C92X42bdbGEg8w5u5Sc0PjZtBLdmfQ=; b=mhn50pP+ZoFH5x vVsEpo3tuvjZ5F7GoKIh2iUhMan2S/IENleDqQNb4ZdYJ8idjsu9oKW/4f+fum3QuSTR/ZNR/aEP/ bBh47PO32GIxxklpnEcF1BL6oVHaFrC8LYu4bF8lDM9/sAP+byimz5s4lIMUhXouL/ANwosQtcEvX az4S5W8wnqWBiuFwWjFYqwIxtPENfssdH/Mb5NZrsZXjjorJuZ8OPzzd1OBmRT8rMl4+FcfXs0Y2Q vsqz1YJpO99P9tqqU1RegjEmGQIwikEoeyFKNFtWjOcqZaVZfkVF0DVjvEwTIKr9Diu3LtYIdPww1 nEv4k7yJefLZTQ8wuuVQ==; 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 1h3X4c-0007dV-4g; Tue, 12 Mar 2019 02:23:22 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h3X4S-0007Uf-M4; Tue, 12 Mar 2019 02:23:14 +0000 Received: from localhost.localdomain (unknown [IPv6:2804:431:9719:798c:6bb0:a97a:4a09:e6d8]) (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 0E9D3260933; Tue, 12 Mar 2019 02:22:51 +0000 (GMT) From: Helen Koike <helen.koike@collabora.com> To: dri-devel@lists.freedesktop.org, nicholas.kazlauskas@amd.com Subject: [PATCH v2 0/5] drm: Fix fb changes for async updates Date: Mon, 11 Mar 2019 23:21:58 -0300 Message-Id: <20190312022204.2775-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-20190311_192312_854461_D112F73F X-CRM114-Status: UNSURE ( 9.70 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms <linux-rockchip.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-rockchip>, <mailto:linux-rockchip-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-rockchip/> List-Post: <mailto:linux-rockchip@lists.infradead.org> List-Help: <mailto:linux-rockchip-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-rockchip>, <mailto:linux-rockchip-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>, Sean Paul <seanpaul@chromium.org>, 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>, freedreno@lists.freedesktop.org, 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>, Russell King <rmk+kernel@armlinux.org.uk>, =?utf-8?q?Christian_K=C3=B6nig?= <christian.koenig@amd.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" <linux-rockchip-bounces@lists.infradead.org> Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
drm: Fix fb changes for async updates
|
expand
|