From patchwork Mon Nov 23 23:41:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chun-Kuang Hu X-Patchwork-Id: 11926863 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,INCLUDES_PATCH,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 577FEC56202 for ; Mon, 23 Nov 2020 23:41: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 E321620717 for ; Mon, 23 Nov 2020 23:41:37 +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="TekI3Ps1" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E321620717 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 D36EB6E14F; Mon, 23 Nov 2020 23:41:36 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 580356E14F for ; Mon, 23 Nov 2020 23:41:35 +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 D5ACE20717; Mon, 23 Nov 2020 23:41:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606174894; bh=x50T4/BWkKqQyZJdtEgH9FkPlcfZQCayLZinZfHrUXI=; h=From:To:Cc:Subject:Date:From; b=TekI3Ps1UVMVo6m4zXPZZ5RaqWJ7ceDtKCwleboPycNYJkP78GmC/Ab0fLnGl7wCz MWW4glcQiGwpmfRGfnj5WxhO+WCzauC3ubsYUFAmyLTtVZP5Olr6OSGi5YttcaBa+7 TE6A+CX40iBgTdqRjvq370F5yt2G8+CdaShHvE1Y= From: Chun-Kuang Hu To: David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org Subject: [GIT PULL] mediatek drm fixes for 5.10 Date: Tue, 24 Nov 2020 07:41:31 +0800 Message-Id: <20201123234131.387-1-chunkuang.hu@kernel.org> X-Mailer: git-send-email 2.17.1 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 MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, Dave & Daniel: This includes: 1. Remove unused variable. 2. Modify horizontal front/back porch byte formula. Regards, Chun-Kuang. The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git tags/mediatek-drm-fixes-5.10 for you to fetch changes up to 487778f8d22fcdebb6436f0a5f96484ffa237b0b: drm/mediatek: dsi: Modify horizontal front/back porch byte formula (2020-11-21 18:31:07 +0800) ---------------------------------------------------------------- Mediatek DRM Fixes for Linux 5.10 1. Remove unused variable. 2. Modify horizontal front/back porch byte formula. ---------------------------------------------------------------- CK Hu (1): drm/mediatek: dsi: Modify horizontal front/back porch byte formula Enric Balletbo i Serra (1): drm/mediatek: mtk_dpi: Fix unused variable 'mtk_dpi_encoder_funcs' drivers/gpu/drm/mediatek/mtk_dpi.c | 9 ------ drivers/gpu/drm/mediatek/mtk_dsi.c | 61 ++++++++++++++------------------------ 2 files changed, 22 insertions(+), 48 deletions(-)