drm/vc4: crtc: Provide a CRTC name
authorMaxime Ripard <maxime@cerno.tech>
Wed, 23 Nov 2022 15:26:02 +0000 (16:26 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 28 Nov 2022 10:51:20 +0000 (11:51 +0100)
commit9a49bf098752b30e92e59da03db7eca49ace61c7
tree22372a3a8e0028a2d772b79afb21c990de19a98b
parent3f98076f294fa58e83c87ebfb0af4ccf2454250d
drm/vc4: crtc: Provide a CRTC name

It's fairly hard to figure out the instance of the CRTC affected by an
atomic change using the default name.

Since we can provide our own to the CRTC initialization functions, let's
do so to make the debugging sessions easier.

Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20221123-rpi-kunit-tests-v1-20-051a0bb60a16@cerno.tech
drivers/gpu/drm/vc4/vc4_crtc.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_txp.c