commit | 729030785c7c2c054b44316a0706a7004aee71ac | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime@cerno.tech> | Fri Dec 04 17:12:06 2020 +0100 |
committer | Dom Cobley <popcornmix@gmail.com> | Fri Dec 17 13:30:52 2021 +0000 |
tree | 7b29f516d2bbc015fb24232c19aec420537dca90 | |
parent | e79415953986632b10fe6f71108d67aa03609983 [diff] |
drm/vc4: hdmi: Support HDMI YUV output In addition to the RGB444 output, the BCM2711 HDMI controller supports the YUV444 and YUV422 output formats. Let's add support for them in the driver, but still use RGB as the preferred format. Signed-off-by: Maxime Ripard <maxime@cerno.tech>