OSDN Git Service

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)
commit73896f60d4865657740c64821a7b18825a9bf96c
treea297840812ef731d0a8612d6aeca6f4e7808ec76
parenta5f768239ebda810cbb622a979301b7fe1c3b9b9
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