From patchwork Thu Sep 27 15:27:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10618151 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 B094F14BD for ; Thu, 27 Sep 2018 15:27:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9EF302BA72 for ; Thu, 27 Sep 2018 15:27:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 923A12BA86; Thu, 27 Sep 2018 15:27:16 +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 4C7BB2BA72 for ; Thu, 27 Sep 2018 15:27:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4B9756E5F3; Thu, 27 Sep 2018 15:27:15 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-yb1-xb42.google.com (mail-yb1-xb42.google.com [IPv6:2607:f8b0:4864:20::b42]) by gabe.freedesktop.org (Postfix) with ESMTPS id E6C3C6E5F3 for ; Thu, 27 Sep 2018 15:27:13 +0000 (UTC) Received: by mail-yb1-xb42.google.com with SMTP id b3-v6so1265715yba.4 for ; Thu, 27 Sep 2018 08:27:13 -0700 (PDT) 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=+OWYeEVhvzn0nbDfLURJEgk3K5sRB8MW6i3Fv3dB0yQ=; b=hkqngaNfGePzOXb+uie7fAtJ5o647sQSaJYKahZCcHFMizOC7QY44b0vlAU8Z7eevn kkYys0CQ6eyZ3sY+J3uyh8S116fD/eHpi+pQeiT7pVriyvThbUWj1XTAdc7W2EKbB+Sk eIm/TWvEcys5mX95UxGEWdz3QwPsclQGLlqDXSp1rRJQtAMFXRmrhmAk5JdqufwJNp+4 pTC96UBxYozNEu/W7kHPdbTV+fcUWgRwhsYfbE/inixa6qcqgGgKfGDO7Nw+QVPcasUJ 9eTMp+VcDT0bCH2xVPZLfZeWc9FWmk8OGoOKBBYfMlyzOmFZcXyINvfGA2cuhxO7rDwM 2qQA== X-Gm-Message-State: ABuFfohUaeJEoB2l9Pr2DCzTaIneQxGni1UHfEGDU+jflSd20XAGKabq xtdA9d6l89saV/Tigd1IhC1kXQ== X-Google-Smtp-Source: ACcGV63CCQNGmUy7bJ5KHHaFQDQjZU4hvwg21uVYTDcyRO6J8QnMqVZsZ5Os/I5bbCn0XTzlJT3/Vw== X-Received: by 2002:a25:37d2:: with SMTP id e201-v6mr6114072yba.1.1538062033034; Thu, 27 Sep 2018 08:27:13 -0700 (PDT) Received: from localhost ([2620:0:1013:11:ad55:b1db:adfe:3b9f]) by smtp.gmail.com with ESMTPSA id 138-v6sm1299007ywp.108.2018.09.27.08.27.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 27 Sep 2018 08:27:12 -0700 (PDT) Date: Thu, 27 Sep 2018 11:27:12 -0400 From: Sean Paul To: Dave Airlie Subject: [PULL] drm-misc-fixes Message-ID: <20180927152712.GA53076@art_vandelay> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) 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, intel-gfx@lists.freedesktop.org, Rodrigo Vivi , Sean Paul , dri-devel@lists.freedesktop.org, Daniel Vetter Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, Linus posted the device_link revert after Maarten's PR earlier today, and I figured it was worthwhile enough to warrant a second pull. So here is Maarten's pull along with Linus' revert. Apologies for the extra mail :/ drm-misc-fixes-2018-09-27-1: - Revert adding device-link to panels Cheers, Sean The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84: Linux 4.19-rc5 (2018-09-23 19:15:18 +0200) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2018-09-27-1 for you to fetch changes up to d6a77ba0eb92d8ffa4b05a442fc20d0a9b11c4c4: Revert "drm/panel: Add device_link from panel device to DRM device" (2018-09-27 11:00:42 -0400) ---------------------------------------------------------------- - Revert adding device-link to panels ---------------------------------------------------------------- Jason Ekstrand (1): drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set Linus Walleij (1): Revert "drm/panel: Add device_link from panel device to DRM device" drivers/gpu/drm/drm_panel.c | 10 ---------- drivers/gpu/drm/drm_syncobj.c | 5 +++++ include/drm/drm_panel.h | 1 - 3 files changed, 5 insertions(+), 11 deletions(-)