Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use current Cog platform plug-in names in supported HW table #224

Merged
merged 2 commits into from
Apr 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 27 additions & 41 deletions about/supported-hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,6 @@ table {
border-bottom: 2px solid black;
margin: 0;
}
@media (min-width: 45rem) {
table thead tr :nth-child(1) {
width: 18ch;
}
table thead tr :nth-child(2) {
width: 21ch;
}
table thead tr :nth-child(4) {
width: 35ch;
}
table thead tr :nth-child(5) {
width: 13ch;
}
}
table :is(thead, tbody) tr > * {
padding-left: 0;
vertical-align: top;
Expand Down Expand Up @@ -115,62 +101,62 @@ Note that this list is not exhaustive. Reports of unlisted configurations are we

## NXP

| Series | GPU | Driver | WPE Backend | Cog Shells |
|---------|----------------|-------------|-------------|------------|
| i.MX 51 | Imageon Z460 | freedreno (reverse-engineered) | fdo | fdo, drm |
| i.MX 53 | Imageon Z460 | freedreno (reverse-engineered) | fdo | fdo, drm |
| i.MX 6 | Vivante GC880 | Vivante (Proprietary) | fdo | fdo, drm |
| i.MX 6 | Vivante GC2000 | etnaviv (reverse-engineered) | fdo | fdo, drm |
| i.MX 6 | Vivante GC2000 | Vivante (Proprietary) | fdo | fdo |
| Series | GPU | Driver | WPE Backend | Cog Platforms |
|---------|----------------|-------------|-------------|---------------|
| i.MX 51 | Imageon Z460 | freedreno (reverse-engineered) | fdo | wl, drm |
| i.MX 53 | Imageon Z460 | freedreno (reverse-engineered) | fdo | wl, drm |
| i.MX 6 | Vivante GC880 | Vivante (Proprietary) | fdo | wl, drm |
| i.MX 6 | Vivante GC2000 | etnaviv (reverse-engineered) | fdo | wl, drm |
| i.MX 6 | Vivante GC2000 | Vivante (Proprietary) | fdo | wl |
| i.MX 6 | Vivante GC2000 | Vivante (Proprietary) | rdk, `VIV_IMX6_EGL` | n/a |
| i.MX 8M | Vivante GC7000 | etnaviv (reverse-engineered) | fdo | fdo, drm |
| i.MX 8M | Vivante GC7000 | Vivante (Proprietary) | fdo | fdo |
| i.MX 8M | Vivante GC7000 | etnaviv (reverse-engineered) | fdo | wl, drm |
| i.MX 8M | Vivante GC7000 | Vivante (Proprietary) | fdo | wl |

## Broadcom

| Device | GPU | Driver | WPE Backend | Cog Shells |
|----------------|-----|--------|-------------|------------|
| Device | GPU | Driver | WPE Backend | Cog Platforms |
|----------------|-----|--------|-------------|---------------|
| Arris VIP5202W | VideoCore IV | Proprietary | rdk, `BCM_NEXUS` or `USE_BACKEND_BCM_NEXUS_WAYLAND` | n/a |
| Raspberry Pi 3 | VideoCore IV | Proprietary | rdk, `BCM_RPI` | n/a |
| Raspberry Pi 3 | VideoCore IV | Mesa vc4 | fdo | fdo, drm |
| Raspberry Pi 4 | VideoCore V | Mesa v3d | fdo | fdo |
| Raspberry Pi 3 | VideoCore IV | Mesa vc4 | fdo | wl, drm, headless |
| Raspberry Pi 4 | VideoCore V | Mesa v3d | fdo | wl |


## Qualcomm

| Device | GPU | Driver | WPE Backend | Cog Shells |
|---------|-----|--------|-------------|------------|
| Device | GPU | Driver | WPE Backend | Cog Platforms |
|---------|-----|--------|-------------|---------------|
| APQ8017 | Adreno 306 | Proprietary | Custom | n/a |


## Nvidia

| Device | GPU | Driver | WPE Backend | Cog Shells |
|--------|-----|--------|-------------|------------|
| Device | GPU | Driver | WPE Backend | Cog Platforms |
|--------|-----|--------|-------------|---------------|
| Jetson TK1 | Tegra K1 | | |


## RockChip

| Device | GPU | Driver | WPE Backend | Cog Shells |
|--------|--------------|--------|-------------|------------|
| RK3399 | Mali T860MP4 | panfrost (reverse-engineered) | fdo | fdo |
| Device | GPU | Driver | WPE Backend | Cog Platforms |
|--------|--------------|--------|-------------|---------------|
| RK3399 | Mali T860MP4 | panfrost (reverse-engineered) | fdo | wl |
| RK3399 | Mali T860MP4 | Mali (Proprietary) | | |


## PC-style Hardware

| Device | GPU | Driver | WPE Backend | Cog Shells |
|--------|-----|--------|-------------|------------|
| Any | AMD | Mesa amdgpu | fdo | fdo |
| Any | Intel | Mesa i965 | fdo | fdo, drm |
| Any | Intel | Mesa iris | fdo | fdo, drm |
| Device | GPU | Driver | WPE Backend | Cog Platforms |
|--------|-----|--------|-------------|------------------------|
| Any | AMD | Mesa amdgpu | fdo | wl, x11, gtk4, headless |
| Any | Intel | Mesa i965 | fdo | wl, x11, gtk4, headless, drm |
| Any | Intel | Mesa iris | fdo | wl, x11, gtk4, headless, drm |


## Other

| Device | GPU | Driver | WPE Backend | Cog Shells |
|--------|-----|--------|-------------|------------|
| Device | GPU | Driver | WPE Backend | Cog Platforms |
|--------|-----|--------|-------------|---------------|
| Beaglebone | PowerVR SGX530 | Proprietary | | |

</section>
Expand Down
Loading