drm/msm: print offender task name on hangcheck recovery
Track the pid per submit, so we can print the name of the task which submitted the batch that caused the gpu to hang. Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
@@ -86,6 +86,7 @@ struct msm_gem_submit {
|
||||
struct list_head bo_list;
|
||||
struct ww_acquire_ctx ticket;
|
||||
struct fence *fence;
|
||||
struct pid *pid; /* submitting process */
|
||||
bool valid; /* true if no cmdstream patching needed */
|
||||
unsigned int nr_cmds;
|
||||
unsigned int nr_bos;
|
||||
|
Reference in New Issue
Block a user