From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="eqISXMNY" X-Greylist: delayed 549 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 27 Nov 2023 23:28:32 PST Received: from out-174.mta0.migadu.com (out-174.mta0.migadu.com [91.218.175.174]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 049458E for ; Mon, 27 Nov 2023 23:28:31 -0800 (PST) Date: Tue, 28 Nov 2023 15:19:13 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1701155958; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=h8uqJSYQwjFCUay41Ix8e7EVNe5lKSgbz8vntysNfGs=; b=eqISXMNY5sRQ6TCaHK/RJ9QeGTChM9TJ+coBuLYWGjnrICGfyKt4T0KDWdxlfrbf1rGxT4 0KPunZldfaj/Dsray/xZR30B1ahE5dyIuSDWUM9jNOrUMGT5uTUuagqahAdHKctz39d4vY Ny0CVMfwlwBYGmvRRlxWj0ZtjHCZugA= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Cai Huoqing To: Thomas Zimmermann Cc: airlied@gmail.com, daniel@ffwll.ch, maarten.lankhorst@linux.intel.com, mripard@kernel.org, dri-devel@lists.freedesktop.org, Daniel Vetter , Dave Airlie , stable@vger.kernel.org Subject: Re: [PATCH 01/14] arch/powerpc: Remove legacy DRM drivers from default configs Message-ID: References: <20231122122449.11588-1-tzimmermann@suse.de> <20231122122449.11588-2-tzimmermann@suse.de> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231122122449.11588-2-tzimmermann@suse.de> X-Migadu-Flow: FLOW_OUT On 22 11月 23 13:09:30, Thomas Zimmermann wrote: > DRM drivers for user-space modesetting have been removed. Do not > select the respective options in the default configs. > > Signed-off-by: Thomas Zimmermann > Fixes: a276afc19eec ("drm: Remove some obsolete drm pciids(tdfx, mga, i810, savage, r128, sis, via)") Reviewed-by: Cai Huoqing > Cc: Cai Huoqing > Cc: Daniel Vetter > Cc: Dave Airlie > Cc: Thomas Zimmermann > Cc: Maarten Lankhorst > Cc: Maxime Ripard > Cc: David Airlie > Cc: Daniel Vetter > Cc: dri-devel@lists.freedesktop.org > Cc: # v6.3+ > --- > arch/powerpc/configs/pmac32_defconfig | 2 -- > arch/powerpc/configs/ppc6xx_defconfig | 7 ------- > 2 files changed, 9 deletions(-) > > diff --git a/arch/powerpc/configs/pmac32_defconfig b/arch/powerpc/configs/pmac32_defconfig > index 57ded82c28409..e41e7affd2482 100644 > --- a/arch/powerpc/configs/pmac32_defconfig > +++ b/arch/powerpc/configs/pmac32_defconfig > @@ -188,8 +188,6 @@ CONFIG_AGP=m > CONFIG_AGP_UNINORTH=m > CONFIG_DRM=m > CONFIG_DRM_RADEON=m > -CONFIG_DRM_LEGACY=y > -CONFIG_DRM_R128=m > CONFIG_FB=y > CONFIG_FB_OF=y > CONFIG_FB_CONTROL=y > diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig > index f279703425d45..e680cd086f0e8 100644 > --- a/arch/powerpc/configs/ppc6xx_defconfig > +++ b/arch/powerpc/configs/ppc6xx_defconfig > @@ -678,13 +678,6 @@ CONFIG_AGP=y > CONFIG_AGP_UNINORTH=y > CONFIG_DRM=m > CONFIG_DRM_RADEON=m > -CONFIG_DRM_LEGACY=y > -CONFIG_DRM_TDFX=m > -CONFIG_DRM_R128=m > -CONFIG_DRM_MGA=m > -CONFIG_DRM_SIS=m > -CONFIG_DRM_VIA=m > -CONFIG_DRM_SAVAGE=m > CONFIG_FB=y > CONFIG_FB_CIRRUS=m > CONFIG_FB_OF=y > -- > 2.42.1 >