From mboxrd@z Thu Jan 1 00:00:00 1970 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 B06A1C54F55 for ; Sat, 25 Jul 2026 04:51:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 423BD10E645; Sat, 25 Jul 2026 04:51:31 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="cBwMyvs8"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9CD0110E102 for ; Sat, 25 Jul 2026 04:51:26 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 79E10451B0; Sat, 25 Jul 2026 04:51:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 46B3BC4DDE2; Sat, 25 Jul 2026 04:51:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1784955085; bh=qlqukEpeHs8YwqY+ZJ5WGtGqzc9V6xyMS9RvFf7xyE4=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=cBwMyvs8hABqBqxP2ExG6jNaoEfeM2i1tFpnSpaJD+wnQaUCtVlwYJTRyGXCkFzie 4XfvpO3iLzoNpBV2oNCSUgZhf3q58nsdpJ6WQqT9Is/BfFWhD4GR0hI1y53x4YRHyP gR0n/El748wIZah0OTvWQC/InMJF71bfgBZMYRZJtlIdpbqmOTQasbcpFrdezIN/FA E+PNbhkI1sVp893Y13jBOSQVP1Z0O0ykiPo5quEd+9o9XgNh+BnKEZYgse/FCnOn2P bnS8LksXyp1SONzscqQ/bDafzXszrRrgSij6XwNyNgGCKCdcNYTQgaTHmSBiDswMwg aYr5pmVPqNE2g== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2DD52C53200; Sat, 25 Jul 2026 04:51:25 +0000 (UTC) From: Cody Kang via B4 Relay Date: Sat, 25 Jul 2026 00:51:26 -0400 Subject: [PATCH RESEND 17/17] riscv: defconfig: spacemit: k3: enable display driver MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20260725-k3-display-v1-17-6de34d80e86c@gmail.com> References: <20260725-k3-display-v1-0-6de34d80e86c@gmail.com> In-Reply-To: <20260725-k3-display-v1-0-6de34d80e86c@gmail.com> To: David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Yixun Lan , Vinod Koul , Neil Armstrong , Haylen Chu , Michael Turquette , Stephen Boyd , Brian Masney , Philipp Zabel , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti Cc: dri-devel@lists.freedesktop.org, linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, spacemit@lists.linux.dev, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-clk@vger.kernel.org, Cody Kang X-Mailer: b4 0.15.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1784955080; l=721; i=codykang.hk@gmail.com; s=codykang; h=from:subject:message-id; bh=w6ttYgU0lJiv/SJUYAPaXSKPoe0j2NwHgYQpCKODV1k=; b=RuOMqHCM04aU30sdKNUndT2uO/g5y9lCEBtEuaOH6YwkM7KhTjs107cobdqryAZ8eAgMPP1nw zlPieTKZ9I1AuWDVZhnYUCrtiEEjAGEEmd5ziVnwjkSjXCIRE2qb+n7 X-Developer-Key: i=codykang.hk@gmail.com; a=ed25519; pk=Osn6/cs9Su/mHHw4P19cmVc3v2FMQfiWahjsN0vEkuk= X-Endpoint-Received: by B4 Relay for codykang.hk@gmail.com/codykang with auth_id=895 X-Original-From: Cody Kang 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: , Reply-To: codykang.hk@gmail.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Cody Kang Enable the Saturn DPU and the DP/eDP controller as modules, matching the other DRM drivers in this defconfig; the DP PHY follows through the controller's imply. Signed-off-by: Cody Kang --- arch/riscv/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 74ba5acc12a4..c38853d69d55 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -191,6 +191,8 @@ CONFIG_VIDEO_CADENCE_CSI2RX=m CONFIG_DRM=m CONFIG_DRM_RADEON=m CONFIG_DRM_NOUVEAU=m +CONFIG_DRM_SPACEMIT=m +CONFIG_SPACEMIT_INNO_DP=m CONFIG_DRM_SUN4I=m CONFIG_DRM_VIRTIO_GPU=m CONFIG_FB=y -- 2.43.0