From patchwork Wed Dec 5 20:14:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10714851 Return-Path: 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 1E78B1731 for ; Wed, 5 Dec 2018 20:14:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8A0642E44B for ; Wed, 5 Dec 2018 20:14:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7D2A82E450; Wed, 5 Dec 2018 20:14:33 +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,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 780892E44B for ; Wed, 5 Dec 2018 20:14:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 667FD6E44E; Wed, 5 Dec 2018 20:14:31 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-yb1-xb43.google.com (mail-yb1-xb43.google.com [IPv6:2607:f8b0:4864:20::b43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2796F6E4E1 for ; Wed, 5 Dec 2018 20:14:30 +0000 (UTC) Received: by mail-yb1-xb43.google.com with SMTP id s8so7069547ybe.9 for ; Wed, 05 Dec 2018 12:14:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=NmaEdYbz6XPAh7ihSDvJuJ9SI5YpQYCo/5OPVP4umTw=; b=aTIdEsS68LyQgVt6P2V2ReE7V4TYSuTO09InzfsbKmhyxbF+l6nsUaR6UHCt/943ZA 2/h4WSkdpPUh7A0+yksPS2ef3etbQhULzyG/dJtVWLgD6pNkiLMNJcMwoWy+qBAYsFiM 4N5EvYspBbZKo6g7B6S3G7ESGxDMVkWX6py1mvag7GcKKlkPBt0B4gxKZm7ReYL0JUAG LfxqKlvC0+ddflLA9ErDTj1gtX3VZvS6X4IKLRzWFjQWss+A83Eyql+kz5uYn4wOUr98 si7J6OGAuNJV98mae+NIrZo+tWiic+mk0WfEoXg0+v+ork3oDTmXDzxUQ5XDCJvqeJaQ JChw== X-Gm-Message-State: AA+aEWayxAjSLBOzVda3TbdzkDDLU0bAMe5sT8B4hBXRaJ/NQ9RiMzZj kgy6f/dnJ4fMns+1XoXqU0fLPA== X-Google-Smtp-Source: AFSGD/Xzx+bicFe234GDtBfxS0TBn1Hk3/hUUV+lDEWgozjTs4h/lpZaUUh9jnQzu+O6xMlr1ndQ8A== X-Received: by 2002:a25:1cc1:: with SMTP id c184-v6mr25336791ybc.421.1544040869289; Wed, 05 Dec 2018 12:14:29 -0800 (PST) Received: from localhost ([2620:0:1013:11:ad55:b1db:adfe:3b9f]) by smtp.gmail.com with ESMTPSA id o14sm8702084ywo.52.2018.12.05.12.14.28 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 05 Dec 2018 12:14:28 -0800 (PST) Date: Wed, 5 Dec 2018 15:14:28 -0500 From: Sean Paul To: Dave Airlie Message-ID: <20181205201428.GA35447@art_vandelay> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Subject: [Intel-gfx] [PULL] drm-misc-fixes X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, Maxime Ripard , Daniel Vetter , intel-gfx@lists.freedesktop.org, Sebastian Reichel , Tomi Valkeinen , dri-devel@lists.freedesktop.org, Rodrigo Vivi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, drm-misc fixes for this week. Big item is the lease uevent change. It seems like there's a high degree of confidence that existing userspaces will be happy with any uevent, so it should be a non-issue. Nevertheless, it hasn't soaked for very long, so something to keep an eye on. drm-misc-fixes-2018-12-05: UAPI: - Distinguish lease events from hotplug (Daniel) Other: - omap: Restore panel-dpi bus flags (Tomi) - omap: Fix a couple of dsi issues (Sebastian) Cc: Sebastian Reichel Cc: Tomi Valkeinen Cc: Daniel Vetter Cheers, Sean The following changes since commit 9765635b30756eb74e05e260ac812659c296cd28: Revert "drm/dp_mst: Skip validating ports during destruction, just ref" (2018-11-28 16:22:17 -0500) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2018-12-05 for you to fetch changes up to b31a3ca745a4a47ba63208d37cd50abffe58280f: drm/fb-helper: Fix typo in parameter description (2018-12-04 14:22:20 +0100) ---------------------------------------------------------------- UAPI: - Distinguish lease events from hotplug (Daniel) Other: - omap: Restore panel-dpi bus flags (Tomi) - omap: Fix a couple of dsi issues (Sebastian) Cc: Sebastian Reichel Cc: Tomi Valkeinen Cc: Daniel Vetter ---------------------------------------------------------------- Daniel Vetter (1): drm/lease: Send a distinct uevent Sandeep Panda (1): drm/bridge: fix AUX_CMD_SEND bit value for ti, sn65dsi86 bridge Sebastian Reichel (2): drm/omap: populate DSI platform bus earlier drm/omap: fix incorrect union usage Tomi Valkeinen (1): drm/omap: fix bus_flags for panel-dpi Wei Yongjun (1): drm/fb-helper: Fix typo in parameter description drivers/gpu/drm/bridge/ti-sn65dsi86.c | 2 +- drivers/gpu/drm/drm_fb_helper.c | 2 +- drivers/gpu/drm/drm_internal.h | 2 + drivers/gpu/drm/drm_lease.c | 2 +- drivers/gpu/drm/drm_sysfs.c | 10 +++++ drivers/gpu/drm/omapdrm/displays/panel-dpi.c | 1 + drivers/gpu/drm/omapdrm/dss/dsi.c | 20 +++++----- drivers/gpu/drm/omapdrm/dss/omapdss.h | 2 +- drivers/gpu/drm/omapdrm/omap_encoder.c | 58 ++++++++++++++++------------ 9 files changed, 60 insertions(+), 39 deletions(-)