diff options
author | Steven Price <steven.price@arm.com> | 2019-10-09 10:44:56 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-10-09 13:36:56 -0500 |
commit | cfbb2e38dfc60b04f0b226f5f926ce31f353fc26 (patch) | |
tree | 2915073d7c01ac5509f51c1f487abaec3ad90232 /drivers/gpu/drm/panfrost/TODO | |
parent | de89212ddb3dc87152dd6f2b88a20d5176156777 (diff) |
drm/panfrost: Remove commented out call to panfrost_core_dump
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
Diffstat (limited to 'drivers/gpu/drm/panfrost/TODO')
-rw-r--r-- | drivers/gpu/drm/panfrost/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panfrost/TODO b/drivers/gpu/drm/panfrost/TODO index 536a0d4f8d29..8c811a9e683b 100644 --- a/drivers/gpu/drm/panfrost/TODO +++ b/drivers/gpu/drm/panfrost/TODO @@ -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 |