Searched hist:b998eb4fda0087f64bd068af758ae611188c7c9e (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_txp.c | diff b998eb4fda0087f64bd068af758ae611188c7c9e Wed Nov 23 16:25:57 CET 2022 Maxime Ripard <maxime@cerno.tech> 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
|
H A D | vc4_drv.h | diff b998eb4fda0087f64bd068af758ae611188c7c9e Wed Nov 23 16:25:57 CET 2022 Maxime Ripard <maxime@cerno.tech> 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
|