From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.5 required=3.0 tests=INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46907CA9EB7 for ; Wed, 23 Oct 2019 11:26:49 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 25B4E2064A for ; Wed, 23 Oct 2019 11:26:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 25B4E2064A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 582306EA46; Wed, 23 Oct 2019 11:26:48 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 60CAA6EA45; Wed, 23 Oct 2019 11:26:46 +0000 (UTC) Received: from localhost (lfbn-1-10718-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B26CF2064A; Wed, 23 Oct 2019 11:26:45 +0000 (UTC) Date: Wed, 23 Oct 2019 13:26:43 +0200 From: Maxime Ripard To: Dave Airlie , Daniel Vetter Subject: [PULL] drm-misc-fixes Message-ID: <20191023112643.evpp6f23mpjwdsn4@gilmour> MIME-Version: 1.0 User-Agent: NeoMutt/20180716 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571830006; bh=bipDpsb0i80MZA1CPFS1Du8tF7D+Q+oWAUciIIS+rVE=; h=Date:From:To:Cc:Subject:From; b=PMd6C1ezRzNDHzoSW96GZT3pKuEX/FkyuvZcDRM5lWartBGJGyU33sBqL/lO+qoBr Q5MwjLOqFgI9qF7lDaP9Yxst8Y4+wTtOMSYGmhB5kD+BXsxpS+oKWtRGmLj/DALRXi oXUX0JYqjAsZx9vmBL0WMzyOMP0EkOG7zaPKstJo= X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Rodrigo Vivi , Sean Paul , intel-gfx@lists.freedesktop.org Content-Type: multipart/mixed; boundary="===============0956478584==" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Message-ID: <20191023112643.MVWhQ__6CVyKRLjBf6cm0dkip5pa-v7-iyKJx4nZbRA@z> --===============0956478584== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="hlkt5whda7en65t5" Content-Disposition: inline --hlkt5whda7en65t5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Daniel, Dave, Here is this week's drm-misc-fixes PR. Thanks! Maxime drm-misc-fixes-2019-10-23: Two fixes for komeda, one for typos and one to prevent an hardware issue when flushing inactive pipes The following changes since commit 5b3ec8134f5f9fa1ed0a538441a495521078bbee: drm/panfrost: Handle resetting on timeout better (2019-10-15 11:38:22 -0500) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-10-23 for you to fetch changes up to 8ae501e295cce9bc6e0dd82d5204a1d5faef44f8: drm/komeda: Fix typos in komeda_splitter_validate (2019-10-21 14:50:51 +0100) ---------------------------------------------------------------- Two fixes for komeda, one for typos and one to prevent an hardware issue when flushing inactive pipes ---------------------------------------------------------------- Mihail Atanassov (2): drm/komeda: Don't flush inactive pipes drm/komeda: Fix typos in komeda_splitter_validate drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 3 ++- drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) --hlkt5whda7en65t5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXbA48wAKCRDj7w1vZxhR xYjCAQD1FwoRNKM0klfTt0zGfKu2M9fwPj+DI3IuOTdMsXa6vAD/YeYv50ezX5rY yM2EW5qoek1/OHnxnK5Ldwx5Ke2gjg4= =x71e -----END PGP SIGNATURE----- --hlkt5whda7en65t5-- --===============0956478584== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0956478584==--