]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panfrost: Prefix interrupt handlers' names
authorEzequiel Garcia <ezequiel@collabora.com>
Sat, 14 Dec 2019 04:59:52 +0000 (01:59 -0300)
committerRob Herring <robh@kernel.org>
Tue, 21 Jan 2020 16:30:10 +0000 (10:30 -0600)
commit04b8669589fb3cddb2aec0276d2d13a4dee92ca3
treea297840812ef731d0a8612d6aeca6f4e7808ec76
parent8c5e9ee6fe54611c60ed59e2a1dbb78d7558f942
drm/panfrost: Prefix interrupt handlers' names

Currently, the interrupt lines requested by Panfrost
use unmeaningful names, which adds some obscurity
to interrupt introspection (i.e. any tool based
on procfs' interrupts file).

In order to improve this, prefix each requested
interrupt with the module name: panfrost-{gpu,job,mmu}.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20191214045952.9452-1-ezequiel@collabora.com
drivers/gpu/drm/panfrost/panfrost_gpu.c
drivers/gpu/drm/panfrost/panfrost_job.c
drivers/gpu/drm/panfrost/panfrost_mmu.c