drm/vc4: Add TXP encoder type
authorMaxime Ripard <maxime@cerno.tech>
Wed, 23 Nov 2022 15:25:57 +0000 (16:25 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 28 Nov 2022 10:50:58 +0000 (11:50 +0100)
commitb998eb4fda0087f64bd068af758ae611188c7c9e
tree3f116daad1175e9362f4cddc4acdf2b6c4e47fcb
parentc1bcd9272bf008230eb49f0619dec9373ca49eb8
drm/vc4: Add TXP encoder type

The TXP is integrated as a separate CRTC/Encoder/Connector combo, but
for some reason doesn't rely on the vc4_encoder type and it's associated
type.

Let's create a type to make it consistent with the other encoders.

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-15-051a0bb60a16@cerno.tech
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_txp.c