Add iMX.6 video report from gonzo
This commit is contained in:
parent
5b3e376720
commit
bea1da4843
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47972
1 changed files with 42 additions and 0 deletions
|
@ -477,4 +477,46 @@
|
|||
</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='kern'>
|
||||
<title>iMX.6 video output support</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Oleksandr</given>
|
||||
<common>Tymoshenko</common>
|
||||
</name>
|
||||
<email>gonzo@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="https://svnweb.FreeBSD.org/changeset/base/292574">Commit Adding Basic Video Support</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>iMX.6 is a family of SoC used in multiple hobbyist ARM
|
||||
boards such as the Hummingboard, RIoTboard, and Cubox. Most of
|
||||
these products have HDMI output, but until recently, &os; did not
|
||||
benefit from it. As of r292574, there is basic video output
|
||||
support so you can use the console on iMX6-based boards and
|
||||
probably run Xorg (not yet tested).</p>
|
||||
|
||||
<p>Due to the lack of some kernel functionality (see open
|
||||
tasks), the only supported mode is 1024x768.</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>
|
||||
<p>Proper pixel clock initialization (relies on a clock
|
||||
framework).</p>
|
||||
</task>
|
||||
|
||||
<task>
|
||||
<p>More flexible video output path (support multiple IPUs
|
||||
and DIs).</p>
|
||||
</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue