aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h
AgeCommit message (Collapse)AuthorFilesLines
2018-08-27drm/scheduler: Add job dependency trace.Andrey Grodzovsky1-0/+24
During debug sessions I encountered a need to trace back a job dependecy a few steps back to the first failing job. This trace helpped me a lot. Signed-off-by: Andrey Grodzovsky <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
2018-04-11drm/scheduler: move the tracepoints file from the include directoryNayan Deshmukh1-0/+82
Move it with the scheduler code. This is mostly a straight forward rename with no code change except for updating the TRACE_INCLUDE_PATH Signed-off-by: Nayan Deshmukh <[email protected]> Suggested-by: Christian König <[email protected]> Reviewed-by: Christian König <[email protected]> Acked-by: Lucas Stach <[email protected]> Signed-off-by: Alex Deucher <[email protected]>