]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/nouveau: refine the variable names in r535_gsp_rpc_push()
authorZhi Wang <zhiw@nvidia.com>
Fri, 24 Jan 2025 18:29:52 +0000 (10:29 -0800)
committerDanilo Krummrich <dakr@kernel.org>
Fri, 24 Jan 2025 23:55:10 +0000 (00:55 +0100)
commit0268040b9c570c8fc328d3e0ea60da2e068fb76b
tree42881f127d744b3ae3821bd56c6c0a860565ce9b
parent1bb9bb50a493ad349262edbd81e3f3c583e28122
drm/nouveau: refine the variable names in r535_gsp_rpc_push()

The variable names in r535_gsp_rpc_push() are quite confusing and some
of them are not representing what they really are.

Update the names and explanations in the decoder section of the
kernel doc. Refine the names to align with the terms in the kernel doc.

No functional change is intended.

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-10-zhiw@nvidia.com
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c