Message ID | 20240430024002.708227-2-liujianfeng1994@gmail.com |
---|---|
State | New |
Headers | show |
Series | Add hantro g1 video decoder support for RK3588 | expand |
Sorry, [...] > > + - const: rockchip,rk3568-vpu > > Sorry to come that late, but I'm noticing a big mistake here. You said you are > enabling VDPU121, the JPEG decoder. But we don't have a JPEG decoder driver > mainline, is there some patches missing ? > > Nicolas Ignore this part, just didn't read carefully. This is about getting H264, VP8 and MPEG2 out of these extra cores of course. I still would like to know how we will express the grouping of these four cores, so a driver can know they are identical G1 cores and not bound to be time sliced with an H1 core like the fifth one? I want to see a plan that will work and will not cause headache for future work on fully utilizing the HW resources. Nicolas
diff --git a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml index c57e1f488..2710bb2fb 100644 --- a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml +++ b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml @@ -31,6 +31,9 @@ properties: - items: - const: rockchip,rk3228-vpu - const: rockchip,rk3399-vpu + - items: + - const: rockchip,rk3588-vpu121 + - const: rockchip,rk3568-vpu reg: maxItems: 1