From patchwork Thu Jul 16 23:31:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Chun-Kuang Hu X-Patchwork-Id: 11668565 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 49394913 for ; Thu, 16 Jul 2020 23:31:12 +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 25B7420760 for ; Thu, 16 Jul 2020 23:31:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="HKAeTQbW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 25B7420760 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9AFD16ED21; Thu, 16 Jul 2020 23:31:07 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id E297A6E135 for ; Thu, 16 Jul 2020 23:31:05 +0000 (UTC) Received: from DESKTOP-GFFITBK.localdomain (218-161-90-76.HINET-IP.hinet.net [218.161.90.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A488220870; Thu, 16 Jul 2020 23:31:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594942265; bh=Bcdw+IuUUhuWHE6ZYrxnpLxm+0jqUc5X3yImBcVA+mE=; h=From:To:Cc:Subject:Date:From; b=HKAeTQbWyXGIpJljq5h6bH1SoqCM+b2Iq50BzdB0IFkqtnUgPtpss6D/l6tGGcjCs 2d3udwQpDFt6/MoEvPyknKGZguHBRnokIK5iC3MjBjY9GqJXV/ZxSqDX334P739Lna ix3/y8TFmZZxnHjAN1kqYtfq7gvp9546XX5rCq1A= From: Chun-Kuang Hu To: David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org Subject: [GIT PULL] mediatek drm next for 5.9 Date: Fri, 17 Jul 2020 07:31:02 +0800 Message-Id: <20200716233102.566-1-chunkuang.hu@kernel.org> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 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: , Cc: Enric Balletbo i Serra Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, Dave & Daniel: This include converting mtk_dsi to drm_bridge API. Regards, Chun-Kuang. The following changes since commit 5ab546f5e6309373aef01a8d398e163ab7a78431:   drm/mediatek: mtk_hdmi: Remove debug messages for function calls (2020-07-05 06:39:21 +0800) are available in the Git repository at:   https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git tags/mediatek-drm-next-5.9 for you to fetch changes up to a9d9fea74be285a2885d8f3395042cc4dde27e6a:   drm/mediatek: mtk_dsi: Create connector for bridges (2020-07-05 08:06:28 +0800) ---------------------------------------------------------------- Mediatek DRM Next for Linux 5.9 ---------------------------------------------------------------- Enric Balletbo i Serra (5):       drm/mediatek: mtk_dsi: Rename bridge to next_bridge       drm/mediatek: mtk_dsi: Convert to bridge driver       drm/mediatek: mtk_dsi: Use simple encoder       drm/mediatek: mtk_dsi: Use the drm_panel_bridge API       drm/mediatek: mtk_dsi: Create connector for bridges  drivers/gpu/drm/mediatek/mtk_dsi.c | 269 ++++++++++++++++++++++++-----------------------------------------------------  1 file changed, 84 insertions(+), 185 deletions(-)