]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Remove redundant missing hw ip handling
authorTvrtko Ursulin <tvrtko.ursulin@igalia.com>
Wed, 7 Jan 2026 12:43:50 +0000 (12:43 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 4 Mar 2026 16:50:56 +0000 (11:50 -0500)
commita95dfb0c78fa7d0d17c0131738097c53b4074d6c
tree5b8a595e9c44b6c055687089a7741ec3eb0c1225
parent3ccdad15ae81a65875e4fe961f4e9c80b6d15829
drm/amdgpu: Remove redundant missing hw ip handling

Now that it is guaranteed there can be no entity if there is no hw ip
block we can remove the open coded protection during CS parsing.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
References: 55414ad5c983 ("drm/amdgpu: error out on entity with no run queue")
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c