| Message ID | 20181205201428.GA35447@art_vandelay |
|---|---|
| State | New |
| Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> X-Original-To: patchwork@emeril.freedesktop.org Delivered-To: patchwork@emeril.freedesktop.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by emeril.freedesktop.org (Postfix) with ESMTPS id DCA17A0078 for <patchwork@emeril.freedesktop.org>; Wed, 5 Dec 2018 20:14:31 +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 <intel-gfx@lists.freedesktop.org>; Wed, 5 Dec 2018 20:14:30 +0000 (UTC) Received: by mail-yb1-xb43.google.com with SMTP id s8so7069547ybe.9 for <intel-gfx@lists.freedesktop.org>; 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 <sean@poorly.run> To: Dave Airlie <airlied@gmail.com> 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 <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Cc: dim-tools@lists.freedesktop.org, Maxime Ripard <maxime.ripard@bootlin.com>, Daniel Vetter <daniel.vetter@ffwll.ch>, intel-gfx@lists.freedesktop.org, Sebastian Reichel <sebastian.reichel@collabora.com>, Tomi Valkeinen <tomi.valkeinen@ti.com>, dri-devel@lists.freedesktop.org, Rodrigo Vivi <rodrigo.vivi@intel.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
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 <sebastian.reichel@collabora.com> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> 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 <sebastian.reichel@collabora.com> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> ---------------------------------------------------------------- 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(-)