Re: [Mesa-dev] [PATCH] radeon/vcn: fix poc for hevc encode

2019-05-29 Thread Liu, Leo
These 2 patches are: Acked-by: Leo Liu On 5/29/19 2:41 PM, boyuan.zh...@amd.com wrote: > From: Boyuan Zhang > > MaxPicOrderCntLsb should be at least 16 according to the spec, > therefore add minimum value check. > > Also use poc value passed from st instead of calculation > in slice header enco

[Mesa-dev] [PATCH] radeon/vcn: fix poc for hevc encode

2019-05-29 Thread boyuan.zhang
From: Boyuan Zhang MaxPicOrderCntLsb should be at least 16 according to the spec, therefore add minimum value check. Also use poc value passed from st instead of calculation in slice header encoding. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110673 Cc: mesa-sta...@lists.freedesktop

[Mesa-dev] [PATCH] radeon/vcn: fix poc for hevc encode

2019-05-27 Thread boyuan.zhang
From: Boyuan Zhang MaxPicOrderCntLsb should be at least 16 according to the spec, therefore add minimum value check. Also use poc value passed from st instead of calculation in slice header encoding. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110673 Cc: mesa-sta...@lists.freedesktop

[Mesa-dev] [PATCH] radeon/vcn: fix poc for hevc encode

2019-05-27 Thread boyuan.zhang
From: Boyuan Zhang MaxPicOrderCntLsb should be at 16 according to the spec, therefore add minimum value check. Also use poc value passed from st instead of calculation in slice header encoding. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110673 Cc: mesa-sta...@lists.freedesktop.org