]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/nouveau: rename "repc" to "gsp_rpc_len" on the GSP message recv path
authorZhi Wang <zhiw@nvidia.com>
Fri, 24 Jan 2025 18:29:45 +0000 (10:29 -0800)
committerDanilo Krummrich <dakr@kernel.org>
Fri, 24 Jan 2025 23:55:10 +0000 (00:55 +0100)
commitf98ed88eb98b84f3e12ff09ec41a36a39dc43a98
tree247a3f84d5230598468a612210ed623d62daf048
parent22807d30fa854bbbe26e53774c9c899c39b62a71
drm/nouveau: rename "repc" to "gsp_rpc_len" on the GSP message recv path

The name "repc" has different meanings in different contexts.

To improve the readability, it's better to refine it to a name that
reflects what it actually represents.

Rename "repc" to "gsp_rpc_len" in the GSP message recv path. Add an
section in the doc to explain the terms.

No functional change is intended.

Cc: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Zhi Wang <zhiw@nvidia.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250124182958.2040494-3-zhiw@nvidia.com
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c