drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs
authorAdrián Larumbe <adrian.larumbe@collabora.com>
Wed, 6 Mar 2024 01:56:36 +0000 (01:56 +0000)
committerBoris Brezillon <boris.brezillon@collabora.com>
Mon, 11 Mar 2024 12:27:10 +0000 (13:27 +0100)
commitb12f3ea7c1884c0c79e516ed9ffee7c7058a61c3
tree3907219a42d0f7ba3187b5f9fa5e34cbc2afeb5a
parent57a4e3a94caee6cfda41700da877bee77eab939c
drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs

Debugfs isn't always available in production builds that try to squeeze
every single byte out of the kernel image, but we still need a way to
toggle the timestamp and cycle counter registers so that jobs can be
profiled for fdinfo's drm engine and cycle calculations.

Drop the debugfs knob and replace it with a sysfs file that accomplishes
the same functionality, and document its ABI in a separate file.

Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240306015819.822128-2-adrian.larumbe@collabora.com
Documentation/ABI/testing/sysfs-driver-panfrost-profiling [new file with mode: 0644]
Documentation/gpu/panfrost.rst
drivers/gpu/drm/panfrost/Makefile
drivers/gpu/drm/panfrost/panfrost_debugfs.c [deleted file]
drivers/gpu/drm/panfrost/panfrost_debugfs.h [deleted file]
drivers/gpu/drm/panfrost/panfrost_device.h
drivers/gpu/drm/panfrost/panfrost_drv.c
drivers/gpu/drm/panfrost/panfrost_job.c