]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/imagination: Update the trace point pvr_job_submit_fw()
authorBrajesh Gupta <brajesh.gupta@imgtec.com>
Fri, 24 Jul 2026 14:42:12 +0000 (20:12 +0530)
committerAlessio Belle <alessio.belle@imgtec.com>
Wed, 29 Jul 2026 13:42:15 +0000 (14:42 +0100)
commitc256bd486855d8948aff29e0c97d50712da4e85e
treedaf1c16d246231e494e9c044b5037e75d739e9a9
parente40e20ac089e32f1d910636155dc82e61e61dcf3
drm/imagination: Update the trace point pvr_job_submit_fw()

Trace point pvr_job_submit_fw() is used to trace job submission to
the FW. Currently it is recorded when a command is written to the Client
circular buffer.

Move trace recording after writing command to the Kernel circular buffer to
better represent command submission to the FW.

Fixes: c1079aebb4de ("drm/imagination: Add support for trace points")
Signed-off-by: Brajesh Gupta <brajesh.gupta@imgtec.com>
Reviewed-by: Alessio Belle <alessio.belle@imgtec.com>
Link: https://patch.msgid.link/20260724-b4-tracepoint-fix-v3-1-8f8e5e8179d3@imgtec.com
Signed-off-by: Alessio Belle <alessio.belle@imgtec.com>
drivers/gpu/drm/imagination/pvr_queue.c