mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 18:12:26 -04:00
drm/amdgpu: add command submission workflow tracepoint
OGL needs these tracepoints to investigate performance issue. Change-Id: I5e58187d061253f7d665dfce8e4e163ba91d3e2b Signed-off-by: Chunming Zhou <David1.Zhou@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
5f2e816b29
commit
7034decf6a
@@ -888,7 +888,7 @@ int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
|
||||
ttm_eu_fence_buffer_objects(&parser.ticket,
|
||||
&parser.validated,
|
||||
&job->base.s_fence->base);
|
||||
|
||||
trace_amdgpu_cs_ioctl(job);
|
||||
mutex_unlock(&job->job_lock);
|
||||
amdgpu_cs_parser_fini_late(&parser);
|
||||
mutex_unlock(&vm->mutex);
|
||||
|
||||
Reference in New Issue
Block a user