Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Steven Price and committed by
Rob Herring
cfbb2e38 de89212d

+2 -2
+2
drivers/gpu/drm/panfrost/TODO
··· 10 10 11 11 - Compute job support. So called 'compute only' jobs need to be plumbed up to 12 12 userspace. 13 + 14 + - Support core dump on job failure
-2
drivers/gpu/drm/panfrost/panfrost_job.c
··· 404 404 } 405 405 spin_unlock_irqrestore(&pfdev->js->job_lock, flags); 406 406 407 - /* panfrost_core_dump(pfdev); */ 408 - 409 407 panfrost_devfreq_record_transition(pfdev, js); 410 408 panfrost_device_reset(pfdev); 411 409