Skip to content

Commit

Permalink
Fix table formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Cavalca <[email protected]>
  • Loading branch information
davide125 committed Feb 20, 2025
1 parent c984264 commit b351f4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Display-Controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,28 @@ M series of chips have two kinds of display controllers, `dcp` and `dcpext`. Bot
- USB-C ports: DP altmode, or USB4 tunneling with 2 controllers max per port. See below for routing restrictions.

Controller-specific information:

| Type | Mode limits |
| - | - |
| `dcp` | 5K, 60Hz, 10bpp (Apple-provided information, not tested) |
| `dcpext` | 6K, 60Hz, 10bpp (Apple-provided information, not tested) |

M1 routing restrictions:

| Controller | Internal display | HDMI | USB-C |
| - | - | - | - |
| `dcp` | + | + | |
| `dcpext` | | | + |

M2 and later routing restrictions:

| Controller | Internal display | HDMI | USB-C |
| - | - | - | - |
| `dcp` | + | + | + |
| `dcpext` | | + | + |

SoC-specific information:

| SoC | Number of `dcp` | Number of `dcpext` | Notes |
| - | - | - | - |
| M1 | 1 | 1 | |
Expand Down

0 comments on commit b351f4f

Please sign in to comment.