From patchwork Fri Apr 14 15:48:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam Borowski X-Patchwork-Id: 13211817 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 629CCC77B71 for ; Fri, 14 Apr 2023 16:26:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BC44610EE19; Fri, 14 Apr 2023 16:26:27 +0000 (UTC) X-Greylist: delayed 2254 seconds by postgrey-1.36 at gabe; Fri, 14 Apr 2023 16:26:25 UTC Received: from tartarus.angband.pl (tartarus.angband.pl [51.83.246.204]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3748C10EE19 for ; Fri, 14 Apr 2023 16:26:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=angband.pl; s=tartarus; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject: Cc:To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Ea4vcu8itYFcYuNH+YqWPwH8xpB0Q5e+uByqCgWDU2A=; b=kYQfgpoKpp31B+B/+d2vDhdpxO APZdG77Kuim7XZ7NT/ugGAuVTR51eCX1SIMOiq9iV0ngKUUdOP/rqf5E8osa7Sc+EeDhDDO/t9m0Q mFDgy5YRnUXuC4921vsbC0JEF+/Rin9paKKopYlRY0DqJepIEaaNDUkiqy7ULBETWQz8=; Received: from localhost ([127.0.0.1] helo=valinor.angband.pl) by tartarus.angband.pl with smtp (Exim 4.96) (envelope-from ) id 1pnLey-00EWQK-1R; Fri, 14 Apr 2023 17:48:24 +0200 Received: (nullmailer pid 30593 invoked by uid 1000); Fri, 14 Apr 2023 15:48:23 -0000 From: Adam Borowski To: David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org Subject: [PATCH PING] drm/arc: disambiguate Synopsys ARC in Kconfig labels Date: Fri, 14 Apr 2023 17:48:14 +0200 Message-Id: <20230414154814.30549-1-kilobyte@angband.pl> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: kilobyte@valinor.angband.pl X-SA-Exim-Scanned: No (on tartarus.angband.pl); SAEximRunCond expanded to false 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: Adam Borowski , Alexey Brodkin Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" There's Intel Arc now which is what most folks will be looking for. Signed-off-by: Adam Borowski Acked-by: Alexey Brodkin --- drivers/gpu/drm/tiny/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) v2: added Alexey's ACK. diff --git a/drivers/gpu/drm/tiny/Kconfig b/drivers/gpu/drm/tiny/Kconfig index f6889f649bc1..efeead65030a 100644 --- a/drivers/gpu/drm/tiny/Kconfig +++ b/drivers/gpu/drm/tiny/Kconfig @@ -1,12 +1,12 @@ # SPDX-License-Identifier: GPL-2.0-only config DRM_ARCPGU - tristate "ARC PGU" + tristate "Synopsys ARC PGU" depends on DRM && OF select DRM_GEM_DMA_HELPER select DRM_KMS_HELPER help - Choose this option if you have an ARC PGU controller. + Choose this option if you have a Synopsys ARC PGU controller. If M is selected the module will be called arcpgu.