Re: [PATCH 2/2] media: cedrus: Add HEVC/H.265 decoding support

2018-08-28 Thread Maxime Ripard
Hi, On Tue, Aug 28, 2018 at 10:02:40AM +0200, Paul Kocialkowski wrote: > @@ -165,7 +182,8 @@ static inline void cedrus_write(struct cedrus_dev *dev, > u32 reg, u32 val) > > static inline u32 cedrus_read(struct cedrus_dev *dev, u32 reg) > { > - return readl(dev->base + reg); > + u32 va

[PATCH 2/2] media: cedrus: Add HEVC/H.265 decoding support

2018-08-28 Thread Paul Kocialkowski
This introduces support for HEVC/H.265 to the Cedrus VPU driver, with both uni-directional and bi-directional prediction modes supported. Field-coded (interlaced) pictures, custom quantization matrices and 10-bit output are not supported at this point. Signed-off-by: Paul Kocialkowski --- drive