linux/drivers/gpu/drm/lima
Pierre-Eric Pelloux-Prayer 4f7fa5fa41 drm: Get rid of drm_sched_job.id
Its only purpose was for trace events, but jobs can already be
uniquely identified using their fence.

The downside of using the fence is that it's only available
after 'drm_sched_job_arm' was called which is true for all trace
events that used job.id so they can safely switch to using it.

Suggested-by: Tvrtko Ursulin <tursulin@igalia.com>
Signed-off-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Arvind Yadav <arvind.yadav@amd.com>
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link: https://lore.kernel.org/r/20250526125505.2360-9-pierre-eric.pelloux-prayer@amd.com
2025-05-28 16:16:15 +02:00
..
Kconfig
Makefile
lima_bcast.c
lima_bcast.h
lima_ctx.c
lima_ctx.h
lima_devfreq.c
lima_devfreq.h
lima_device.c
lima_device.h
lima_dlbu.c
lima_dlbu.h
lima_drv.c drm/lima: Constify 'struct bin_attribute' 2025-02-21 09:20:31 +01:00
lima_drv.h
lima_dump.h
lima_gem.c drm/sched: Store the drm client_id in drm_sched_fence 2025-05-28 16:15:58 +02:00
lima_gem.h
lima_gp.c
lima_gp.h
lima_l2_cache.c
lima_l2_cache.h
lima_mmu.c
lima_mmu.h
lima_pmu.c
lima_pmu.h
lima_pp.c
lima_pp.h
lima_regs.h
lima_sched.c drm/sched: Store the drm client_id in drm_sched_fence 2025-05-28 16:15:58 +02:00
lima_sched.h drm/sched: Store the drm client_id in drm_sched_fence 2025-05-28 16:15:58 +02:00
lima_trace.c
lima_trace.h drm: Get rid of drm_sched_job.id 2025-05-28 16:16:15 +02:00
lima_vm.c
lima_vm.h