From patchwork Thu Aug 19 00:16:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chun-Kuang Hu X-Patchwork-Id: 12445619 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=-24.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 0CEF2C4338F for ; Thu, 19 Aug 2021 00:16:41 +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 9D49F610A5 for ; Thu, 19 Aug 2021 00:16:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9D49F610A5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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 EC8C96E8D5; Thu, 19 Aug 2021 00:16:39 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0FAFC6E8D5 for ; Thu, 19 Aug 2021 00:16:39 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id AB6876108E; Thu, 19 Aug 2021 00:16:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629332198; bh=zZft6P060s9BnxZt1kX87KRPlg3Gc3gLaiETgzf3xgI=; h=From:To:Cc:Subject:Date:From; b=Ys0pbb+OWDWuDLO5J97eZjdaqlzDdZrb2c1uXlc9idzKmJZPliOYwg1S1VJ+VwP5U 6V0bMJuTCWJIWELS1gEz6VnmwZy4ZGd+aGXLHnZw+BUvZVllt9dx3ETT7x28Tn8oC5 /uCxZtSxqwuo6odvUYWoat/5VMN/ONwn8hzLMCcUV+rGT4xdDsBsYD8PAc7g4zml2k BVJF8LnP2YBmMp3tbDZ3j1deRG6IKONq9ixHJErLeYWgv8yTrYazSIeQNhfdssXS0L vWCJEVatVyhMaMskdAXYaPNDyOuAazpDoI45Bi6sf59TrFGcLT9dqMuYVo+lJ9+js0 BcAWtnzmKrJXg== From: Chun-Kuang Hu To: David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org Cc: "jason-jh . lin" Subject: [GIT PULL] mediatek drm fixes for 5.14-2 Date: Thu, 19 Aug 2021 08:16:35 +0800 Message-Id: <20210819001635.14803-1-chunkuang.hu@kernel.org> X-Mailer: git-send-email 2.25.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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, Dave & Daniel: This includes: 1. Fix AAL output size setting. 2. Delete component in remove function. Regards, Chun-Kuang. The following changes since commit 1a64a7aff8da352c9419de3d5c34343682916411: drm/mediatek: Fix cursor plane no update (2021-07-22 22:57:52 +0800) 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.14-2 for you to fetch changes up to da4d4517ba70216799e3eb3b9bd71aa9dca065da: drm/mediatek: Add component_del in OVL and COLOR remove function (2021-08-12 07:00:50 +0800) ---------------------------------------------------------------- Mediatek DRM Fixes for Linux 5.14-2 1. Fix AAL output size setting. 2. Delete component in remove function. ---------------------------------------------------------------- jason-jh.lin (2): drm/mediatek: Add AAL output size configuration drm/mediatek: Add component_del in OVL and COLOR remove function drivers/gpu/drm/mediatek/mtk_disp_color.c | 2 ++ drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 2 ++ drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 2 ++ 3 files changed, 6 insertions(+)