]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: remove job parameter from amdgpu_fence_emit()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Jun 2025 15:56:23 +0000 (11:56 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Jun 2025 15:57:06 +0000 (11:57 -0400)
commitd0c35c84dcfa66947b66ee7a5d8d2d7f52e9c1f3
tree71c3b04e936456e7d96b57ae4b374eb3b5e15c11
parent1e9d17a5dcf1242e9518e461d8e63ad35240e49e
drm/amdgpu: remove job parameter from amdgpu_fence_emit()

What we actually care about is the amdgpu_fence object
so pass that in explicitly to avoid possible mistakes
in the future.

The job_run_counter handling can be safely removed at this
point as we no longer support job resubmission.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h