rpi-open-firmware icon indicating copy to clipboard operation
rpi-open-firmware copied to clipboard

HDMI support

Open alyssarosenzweig opened this issue 8 years ago • 2 comments

In theory, @anholt's tree should support graphics out-of-the-box, although things are rarely that simple.

alyssarosenzweig avatar Jan 04 '17 05:01 alyssarosenzweig

We need to bring up HDMI power as well as set up some clocks (PLLH especially which is a bit weird). We also need to provide power management interfaces in the 2nd stage firmware.

christinaa avatar Jan 06 '17 09:01 christinaa

For HDMI in Linux, there's now HDMI power domain support in https://lkml.org/lkml/2018/11/20/1320.

I haven't tested it. This power domain doesn't do the HDMI swing settings, which I suspect should be in a PHY or something instead. However, this project probably wants to know about that driver for USB support. :)

anholt avatar Nov 20 '18 17:11 anholt