]> 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)
commitb5944bad7b9e824606ef301a01f06f45266bda76
treea297840812ef731d0a8612d6aeca6f4e7808ec76
parentaface9d86b06cffff139a6f5919fbf988b80044f
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