Return-Path: <linux-renesas-soc-owner@kernel.org>
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 CF6B4C433EF
for <linux-renesas-soc@archiver.kernel.org>;
Sun, 3 Oct 2021 13:51:35 +0000 (UTC)
Received: from vger.kernel.org (vger.kernel.org [23.128.96.18])
by mail.kernel.org (Postfix) with ESMTP id B74B361872
for <linux-renesas-soc@archiver.kernel.org>;
Sun, 3 Oct 2021 13:51:35 +0000 (UTC)
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
id S230270AbhJCNxW (ORCPT
<rfc822;linux-renesas-soc@archiver.kernel.org>);
Sun, 3 Oct 2021 09:53:22 -0400
Received: from perceval.ideasonboard.com ([213.167.242.64]:49868 "EHLO
perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
with ESMTP id S230050AbhJCNxV (ORCPT
<rfc822;linux-renesas-soc@vger.kernel.org>);
Sun, 3 Oct 2021 09:53:21 -0400
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 <laurent.pinchart@ideasonboard.com>
To: Dave Airlie <airlied@gmail.com>,
Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org,
Geert Uytterhoeven <geert@linux-m68k.org>
Subject: [GIT FIXES FOR v5.15] R-Car DU fix
Message-ID: <YVm1YYr4MtTBZxJQ@pendragon.ideasonboard.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Precedence: bulk
List-ID: <linux-renesas-soc.vger.kernel.org>
X-Mailing-List: linux-renesas-soc@vger.kernel.org
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(-)