From patchwork Mon Dec 11 15:15:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chun-Kuang Hu X-Patchwork-Id: 13487393 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 8CEC2C4167B for ; Mon, 11 Dec 2023 15:15:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 05BD710E47C; Mon, 11 Dec 2023 15:15:20 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id DF34810E477 for ; Mon, 11 Dec 2023 15:15:18 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 23C2BB80E9B; Mon, 11 Dec 2023 15:15:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99742C433C8; Mon, 11 Dec 2023 15:15:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702307716; bh=SkUYDHmoavBKDRYVMUWlwJYgwpCDbiZN63M2msaRJLc=; h=From:To:Subject:Date:From; b=I1hpFZsrl++EoIP1B+g3fmELWbGol2rnd3ItM9DWyug3A0rsqKvPSlABl+uJj1iaf 9qwiPN3nqKeiASJ3rrQuHP/N3eRR+Lw66owau4iJBur2/XDNSUZ2Q8Q7jM8HYXomKD EWVQS6lqKEUaskxrKjrxtA2vWI24zSh+DCOvNkc9lkRjKNAAVIaKqtfGaAZ+Du7i8J tD/8novJoZtIGaY26ZcON9cgKUdR53hIYd0UKsRrbLxYe/ulWbYyW64s0TFcLnZV5T ESeRCZasVVTmcTuaohelSh80xJP8BVdSZgmNRYulDeV10LwXHc8cfzXtTrtYc3VgdG ckBtDmVchApSw== From: Chun-Kuang Hu To: David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, AngeloGioacchino Del Regno , Michael Walle , "Jason-JH . Lin" , Stuart Lee Subject: [GIT PULL] mediatek drm fixes 20231211 Date: Mon, 11 Dec 2023 15:15:10 +0000 Message-Id: <20231211151510.6749-1-chunkuang.hu@kernel.org> X-Mailer: git-send-email 2.34.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. mtk_disp_gamma: Fix breakage due to merge issue 2. fix kernel oops if no crtc is found 3. Add spinlock for setting vblank event in atomic_begin 4. Fix access violation in mtk_drm_crtc_dma_dev_get Regards, Chun-Kuang. The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -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-20231211 for you to fetch changes up to b6961d187fcd138981b8707dac87b9fcdbfe75d1: drm/mediatek: Fix access violation in mtk_drm_crtc_dma_dev_get (2023-12-11 14:40:05 +0000) ---------------------------------------------------------------- Mediatek DRM Fixes - 20231211 1. mtk_disp_gamma: Fix breakage due to merge issue 2. fix kernel oops if no crtc is found 3. Add spinlock for setting vblank event in atomic_begin 4. Fix access violation in mtk_drm_crtc_dma_dev_get ---------------------------------------------------------------- AngeloGioacchino Del Regno (1): drm/mediatek: mtk_disp_gamma: Fix breakage due to merge issue Jason-JH.Lin (1): drm/mediatek: Add spinlock for setting vblank event in atomic_begin Michael Walle (1): drm/mediatek: fix kernel oops if no crtc is found Stuart Lee (1): drm/mediatek: Fix access violation in mtk_drm_crtc_dma_dev_get drivers/gpu/drm/mediatek/mtk_disp_gamma.c | 2 +- drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 14 +++++++++++++- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 5 ++++- 3 files changed, 18 insertions(+), 3 deletions(-)