]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Remove duplicate struct member
authorTvrtko Ursulin <tvrtko.ursulin@igalia.com>
Mon, 12 Jan 2026 10:22:38 +0000 (10:22 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:16:31 +0000 (14:16 -0500)
commit90d5122115fb4513161e7a8413d28215c237295c
tree27702f077714da7320b8e40180b0d9c3cb3909e1
parent08e7d6c3cee880bd3ec3eb14c478f9fa805b0bdc
drm/amdgpu: Remove duplicate struct member

Struct amdgpu_ctx contains two copies of the pointer to the context
manager. Remove one.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h