Skip to content

Commit

Permalink
drm/panfrost: Remove commented out call to panfrost_core_dump
Browse files Browse the repository at this point in the history
panfrost_core_dump() has never existed in mainline, so remove it and add
a TODO entry that core dump support is currently lacking.

Signed-off-by: Steven Price <steven.price@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20191009094456.9704-2-steven.price@arm.com
  • Loading branch information
Steven Price authored and Rob Herring committed Oct 9, 2019
1 parent de89212 commit cfbb2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/panfrost/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@

- Compute job support. So called 'compute only' jobs need to be plumbed up to
userspace.

- Support core dump on job failure
2 changes: 0 additions & 2 deletions drivers/gpu/drm/panfrost/panfrost_job.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,6 @@ static void panfrost_job_timedout(struct drm_sched_job *sched_job)
}
spin_unlock_irqrestore(&pfdev->js->job_lock, flags);

/* panfrost_core_dump(pfdev); */

panfrost_devfreq_record_transition(pfdev, js);
panfrost_device_reset(pfdev);

Expand Down

0 comments on commit cfbb2e3

Please sign in to comment.