]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: correct chunk_ptr to a pointer to chunk.
authorYuanShang <YuanShang.Mao@amd.com>
Tue, 31 Oct 2023 02:32:37 +0000 (10:32 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Dec 2023 15:46:15 +0000 (16:46 +0100)
commit1a357dbd93aa2d20d2d36b69521cf3752d604b30
tree185f6875f99e52b279b998a255f865e443004ced
parentdb0d9b9b6f380ab229b0fdbc53b77f7852cdbc9e
drm/amdgpu: correct chunk_ptr to a pointer to chunk.

[ Upstream commit 50d51374b498457c4dea26779d32ccfed12ddaff ]

The variable "chunk_ptr" should be a pointer pointing
to a struct drm_amdgpu_cs_chunk instead of to a pointer
of that.

Signed-off-by: YuanShang <YuanShang.Mao@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c