Re: [RFC 10/12] media: hantro: Add support for H264 decoding on RK3399

2019-09-02 Thread Jonas Karlman
On 2019-09-02 13:46, Hans Verkuil wrote: > On 9/1/19 2:45 PM, Jonas Karlman wrote: >> Rockchip RK3399 SoC has the same Hantro G1 IP block >> as RK3288, but the registers are entirely different. >> >> In a similar fashion as MPEG-2 and VP8 decoding, >> it's simpler to just add a separate

Re: [RFC 10/12] media: hantro: Add support for H264 decoding on RK3399

2019-09-02 Thread Hans Verkuil
On 9/1/19 2:45 PM, Jonas Karlman wrote: > Rockchip RK3399 SoC has the same Hantro G1 IP block > as RK3288, but the registers are entirely different. > > In a similar fashion as MPEG-2 and VP8 decoding, > it's simpler to just add a separate implementation. > > Signed-off-by: Jonas Karlman > ---

[RFC 10/12] media: hantro: Add support for H264 decoding on RK3399

2019-09-01 Thread Jonas Karlman
Rockchip RK3399 SoC has the same Hantro G1 IP block as RK3288, but the registers are entirely different. In a similar fashion as MPEG-2 and VP8 decoding, it's simpler to just add a separate implementation. Signed-off-by: Jonas Karlman --- drivers/staging/media/hantro/Makefile | 1 +