From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 11E4B2F1FED for ; Thu, 12 Mar 2026 19:48:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773344895; cv=none; b=qdlDY8PzWgV0mmV5sK8fkbtRRW0pstM/Lhq4AfVeaWzGOWlorirTEU43GPEPrP0R4miQ5pIwejWySShVlbGn/cHO5BQts0QNArNCzMYk2SfgI4hflsy2Mm1T9FB6nIynOqCdGyMP/YPLVB+g/jKhmLIGHEUb5sFpa1b0VD8i1ug= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773344895; c=relaxed/simple; bh=W4Jp6yZmE/mcvnxtVjIKwwqHA5bULQpY4kKR1xyLVEA=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=tAyMXU1qMBxQ+rJ0RjhpbpWTcjLGVU65dGm0ph4bZGF9/nJH0AJjIUrnMYUtpT/WrR7C7wio/mXQrGK1GuLj6fGQ/dFO43IWwobkkozGDyZ4hbuw0TbT3uM/5toCz7bbJmGf4CrF3XVzZHsQuyvB5Z0oXJHJaRqT+QEuueJ593Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DaInQI0w; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DaInQI0w" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC371C4CEF7; Thu, 12 Mar 2026 19:48:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773344894; bh=W4Jp6yZmE/mcvnxtVjIKwwqHA5bULQpY4kKR1xyLVEA=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=DaInQI0w8THjKsyVNUtCrsFKt9B8SnzhAhcnxEQd74zVnWaEKzqaQlqtm5PIOqQ8x 35p/ZeEduH6tCiaGeWT7HN3g5atUUkye8UMRusIzhCZwpbverPxQAIxesoFXRHpprI VKWCAQktLywIbThs4tVOMOruTssHNEgx1k97Z/40qpHJ8U+y3+m5EZt63NhemfsddD +vYF76/5EdHtTG9mn6F9OHUmH7mKlyo691x5SrUjDre1XdhRfvtAcBvLGGF2dU75OH KZO1bHdpqutDijBfPEgQNnqD8LodGPVas23HmQu8Yl2pxaIzldm8dEQ6DNOW13DduA u7TEnK25KwopQ== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 12 Mar 2026 20:48:11 +0100 Message-Id: Subject: Re: [PATCH] gpu: nova: rename drivers to use kebab-case convention Cc: "Cheng-Yang Chou" , "Alice Ryhl" , "Alexandre Courbot" , "David Airlie" , "Simona Vetter" , "Gary Guo" , , , , To: "John Hubbard" From: "Danilo Krummrich" References: <20260310062443.2763230-1-yphbchou0911@gmail.com> <99af9d88-05a0-4dcd-85f4-9d5fe9ee6744@nvidia.com> In-Reply-To: On Thu Mar 12, 2026 at 8:21 PM CET, John Hubbard wrote: > On 3/12/26 12:16 PM, Danilo Krummrich wrote: >> On Thu Mar 12, 2026 at 7:45 PM CET, Cheng-Yang Chou wrote: > ... >>> Would that work for you? >>=20 >> I think the module name should ideally match the directoy name, i.e. we = have >>=20 >> drivers/gpu/nova-core/ >>=20 >> with the module name "nova-core" and >>=20 >> drivers/gpu/drm/nova/ >>=20 >> with the module name "nova-drm". > > When p > > When people do things like lsmod(1), they don't see the directory > path for the module source code, so if the name doesn't include > drm, then no one knows that "nova" implies "nova-drm". > > On the other hand, I was OK with just explaining to people that "nova" > is the upper layer kernel module, and that it's the one that does > DRM things. > > Which is why I'm merely "OK" with the name change, as opposed to > thinking that it's required. Just to clarify, I think we should change the directory name and the module= name to nova-drm; the above is what we'd get with the current patch. >>=20 >> The reason why this is not .../nova-drm/ already is that I figured it wo= uld be a >> bit redundant given that "drm" is already part of the path. >>=20 >> While I don't mind changing this, I wonder what this would mean for the >> Kconfig, CONFIG_DRM_NOVA_DRM? :) > > I also worry that we might not have enough DRM's in that > CONFIG item. haha :)