Difference between revisions of "QuartzPro64 Development"
Jump to navigation
Jump to search
m (add RK3588 category to page) |
m (pinctrl -> linux-next) |
||
Line 76: | Line 76: | ||
|- | |- | ||
! scope="row" | pinctrl | ! scope="row" | pinctrl | ||
| colspan="2" style="background:LightYellow; text-align:center;"| | | colspan="2" style="background:LightYellow; text-align:center;"|linux-next<sup>[https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=fdc33eba11c5919199f3d13dc53571cc7bf19d7d]</sup> | ||
| <code>pinctrl-rockchip</code> | | <code>pinctrl-rockchip</code> | ||
| | | |
Revision as of 16:15, 29 April 2022
A QuartzPro64 Development Wiki page before a QuartzPro64 Wiki page? It's more likely than you think!
This page will be used for both documenting the current development efforts and the board in general, as we don't know yet how a generally available QuartzPro64 will look like so documenting the dev board is probably best left to the development page.
Upstreaming Status
Function | Status | Component | Notes | |
---|---|---|---|---|
Video Output | Needs porting | VOP2
|
The video output IP on the RK3588 should mostly be the same as the one on the RK356x, but the chip specific stuff will need to be integrated into the vop2 driver (once it's merged) | |
Video Input | Needs porting | |||
3D Acceleration | In review[1] | Upstream Mesa | panfrost
|
Initial support in Mesa as of 22.2[2], changes specific to this SoC may be needed to both kernel and Mesa. |
Video Decode | Needs writing | GStreamer only, no ffmpeg[3] | hantro using v4l2-requests
|
VDPU121 handling 1080p60 H.263/MPEG-4, MPEG-1 and MPEG-2 |
Needs writing | rkvdec2 using v4l2-requests
|
VDPU346 handling 8K60 H.265, H.264, VP9 and AVS | ||
Needs writing | rkdjpeg using v4l2-requests
|
VDPU720 handling JPEG | ||
Needs writing | ? using v4l2-requests
|
VDPU981 handling 4K60 AV1 | ||
Video Encode | Needs writing | GStreamer only | JPEG on VEPU121 | Driver already exists, only minor changes needed. Very unfinished GStreamer implementation, doesn't allow for e.g. controlling the quality. |
Needs writing | ? | H.264 on VEPU580 | ||
Needs writing | ? | H.265 on VEPU580 | ||
Audio | Needs porting | rockchip-i2s-tdm
|
Should be exactly the same as RK356x (according to the TRM), just needs compatible string copypasted over probably | |
CRU | In review[4] | clk-rk3588
|
||
SD/MMC | In review[5] | sdhci-of-dwcmshc
|
||
pinctrl | linux-next[6] | pinctrl-rockchip
|
||
GPIO | In review[7] | rockchip-gpio
|