From patchwork Sun Oct 3 13:51:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 12532733 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53E7AC433F5 for ; Sun, 3 Oct 2021 13:51:38 +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 CFBC860F6B for ; Sun, 3 Oct 2021 13:51:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org CFBC860F6B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B6B346E077; Sun, 3 Oct 2021 13:51:35 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id 004AF89913 for ; Sun, 3 Oct 2021 13:51:34 +0000 (UTC) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 61AE2A2A; Sun, 3 Oct 2021 15:51:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1633269093; bh=1jeUCuk/NFz13MYLRaGrQEfYQg+qu2eKQQnuiLHy8og=; h=Date:From:To:Cc:Subject:From; b=sbmWTw5se/jZ9SxIiqMWHmnAyDYt+fHby72UrhMlW/VsQB955jhxN+1f34OaEClYo 38WlZouXTGve6mxEt6GiwoTvQJQZbFIAmNilaIDZicl5IcCzJzNCfCP/FAYW/qM/C9 v3X6TssDG34mSCiRUuNS87kMO41SOLtnfyvs59DU= Date: Sun, 3 Oct 2021 16:51:29 +0300 From: Laurent Pinchart To: Dave Airlie , Daniel Vetter Cc: dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT FIXES FOR v5.15] R-Car DU fix Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave and Daniel, The following changes since commit 78ea81417944fe03f48648eddeb8e8a8e513c4ad: Merge tag 'exynos-drm-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes (2021-10-01 18:14:39 +0200) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git tags/du-fixes-20211003 for you to fetch changes up to 734d0b3b6afd44510b4752ea730685f89e107767: drm: rcar-du: Don't create encoder for unconnected LVDS outputs (2021-10-03 16:05:36 +0300) ---------------------------------------------------------------- - R-Car DU fix for LVDS outputs on D3 and E3 SoCs ---------------------------------------------------------------- Laurent Pinchart (1): drm: rcar-du: Don't create encoder for unconnected LVDS outputs drivers/gpu/drm/rcar-du/rcar_du_encoder.c | 16 ++++++++++++---- drivers/gpu/drm/rcar-du/rcar_lvds.c | 11 +++++++++++ drivers/gpu/drm/rcar-du/rcar_lvds.h | 5 +++++ 3 files changed, 28 insertions(+), 4 deletions(-)