drm/vc4: crtc: Add some logging
authorMaxime Ripard <maxime@cerno.tech>
Mon, 21 Jun 2021 14:13:02 +0000 (16:13 +0200)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:03:44 +0000 (16:03 +0000)
commite0881000763152a6fb01eac76ead7a5591da83c6
tree1593987cf14b14e76000b6ce232631b413ea6dcc
parentdeca45e86bf0c8910e4026381c5760985eff8976
drm/vc4: crtc: Add some logging

The encoder retrieval code has been a source of bugs and glitches in the
past and the crtc <-> encoder association been wrong in a number of
different ways.

Add some logging to quickly spot issues if they occur.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_crtc.c