drm/vc4: crtc: Move debugfs_name to crtc_data
authorMaxime Ripard <maxime@cerno.tech>
Mon, 11 Jul 2022 17:38:50 +0000 (19:38 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 13 Jul 2022 08:46:07 +0000 (10:46 +0200)
commit6bad4774157c9df64e1b04a8d893e282e16a9c23
tree0cc74d22c86cff5c65d711d67313c05a37914091
parent9872c7a319219346d30a0862424e5495a4e97e0e
drm/vc4: crtc: Move debugfs_name to crtc_data

All the CRTCs, including the TXP, have a debugfs file and name so we can
consolidate it into vc4_crtc_data.

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220711173939.1132294-21-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_crtc.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_txp.c