commit | 3f1b179a495ee0698440525e75ccbd1c733e87af | [log] [tgz] |
---|---|---|
author | YuanShang <YuanShang.Mao@amd.com> | Tue Oct 31 10:32:37 2023 +0800 |
committer | Sasha Levin <sashal@kernel.org> | Mon Nov 20 21:39:21 2023 -0500 |
tree | 3032a346e1688783bb0ac67f433fa54d0a43a42c | |
parent | 9a050c5643b088dbc271a0c69d003829f8bba8ef [diff] |
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>