[Mesa-dev] [PATCH] radeonsi: Add support for midstream bitrate change in encoder

2019-12-02 Thread Satyajit Sahu
Added support for bitrate change in between encoding. Signed-off-by: Satyajit Sahu diff --git a/src/gallium/drivers/radeon/radeon_vce.c b/src/gallium/drivers/radeon/radeon_vce.c index 84d3c1e2fa4..7d7a2fa4eb3 100644 --- a/src/gallium/drivers/radeon/radeon_vce.c +++

Re: [Mesa-dev] [PATCH] util/u_thread: don't restrict u_thread_get_time_nano() to __linux__

2019-12-02 Thread Marek Olšák
I've pushed this. Thanks! Marek On Mon, Dec 2, 2019 at 5:12 PM Marek Olšák wrote: > Reviewed-by: Marek Olšák > > Marek > > On Sat, Nov 30, 2019 at 10:17 AM Jonathan Gray wrote: > >> pthread_getcpuclockid() and clock_gettime() are also available on at least >> OpenBSD, FreeBSD, NetBSD,

Re: [Mesa-dev] [PATCH] util/futex: use futex syscall on OpenBSD

2019-12-02 Thread Marek Olšák
Pushed. Thanks! Marek On Sat, Nov 30, 2019 at 10:19 AM Jonathan Gray wrote: > Make use of the futex syscall added in OpenBSD 6.2. > > Signed-off-by: Jonathan Gray > --- > src/util/futex.h | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/src/util/futex.h

Re: [Mesa-dev] [PATCH] util/u_thread: don't restrict u_thread_get_time_nano() to __linux__

2019-12-02 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, Nov 30, 2019 at 10:17 AM Jonathan Gray wrote: > pthread_getcpuclockid() and clock_gettime() are also available on at least > OpenBSD, FreeBSD, NetBSD, DragonFly, Cygwin. > > Signed-off-by: Jonathan Gray > --- > src/util/u_thread.h | 2 +- > 1 file

Re: [Mesa-dev] Hardware assisted (VDPAU) decoding of MPEG-2 causes GPU lockup on Radeon HD6320

2019-12-02 Thread Christian König
Well how was the stack configured then? Pure software playback? In 19.10, yes the whole stack was told to use software playback and decoding. I would investigate this way. 1920x1080 is not a high resolution and should decode with the CPU just fine. Our older Gentoo based setup with

Re: [Mesa-dev] How to merge Mesa changes which require corresponding piglit changes

2019-12-02 Thread Mark Janes
Michel Dänzer writes: > On 2019-12-02 3:15 p.m., Tapani Pälli wrote: >> On 11/15/19 8:41 PM, Mark Janes wrote: >>> Michel Dänzer writes: >>> On 2019-11-15 4:02 p.m., Mark Janes wrote: > Michel Dänzer writes: > >> Now that the GitLab CI pipeline tests a snapshot of piglit with

Re: [Mesa-dev] Hardware assisted (VDPAU) decoding of MPEG-2 causes GPU lockup on Radeon HD6320

2019-12-02 Thread Alan Swanson
On Mon, 2019-12-02 at 15:16 +0100, Christian König wrote: > > The reason we had to switch to VDPAU with Ubuntu 16.04 is that we > > saw a major regression with mpeg2 playback using va-api. > What regression was that? The difference between VDPAU and VA-API is > only marginal for codec support.

Re: [Mesa-dev] How to merge Mesa changes which require corresponding piglit changes

2019-12-02 Thread Tapani Pälli
On 12/2/19 5:25 PM, Michel Dänzer wrote: On 2019-12-02 3:15 p.m., Tapani Pälli wrote: On 11/15/19 8:41 PM, Mark Janes wrote: Michel Dänzer writes: On 2019-11-15 4:02 p.m., Mark Janes wrote: Michel Dänzer writes: Now that the GitLab CI pipeline tests a snapshot of piglit with llvmpipe

Re: [Mesa-dev] How to merge Mesa changes which require corresponding piglit changes

2019-12-02 Thread Michel Dänzer
On 2019-12-02 3:15 p.m., Tapani Pälli wrote: > On 11/15/19 8:41 PM, Mark Janes wrote: >> Michel Dänzer writes: >> >>> On 2019-11-15 4:02 p.m., Mark Janes wrote: Michel Dänzer writes: > Now that the GitLab CI pipeline tests a snapshot of piglit with > llvmpipe >

Re: [Mesa-dev] Hardware assisted (VDPAU) decoding of MPEG-2 causes GPU lockup on Radeon HD6320

2019-12-02 Thread Christian König
The reason we had to switch to VDPAU with Ubuntu 16.04 is that we saw a major regression with mpeg2 playback using va-api. What regression was that? The difference between VDPAU and VA-API is only marginal for codec support. During our testing we put Ubuntu 19.10 on one of these boxes and

Re: [Mesa-dev] How to merge Mesa changes which require corresponding piglit changes

2019-12-02 Thread Tapani Pälli
Hi; On 11/15/19 8:41 PM, Mark Janes wrote: Michel Dänzer writes: On 2019-11-15 4:02 p.m., Mark Janes wrote: Michel Dänzer writes: Now that the GitLab CI pipeline tests a snapshot of piglit with llvmpipe (https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2468), the question has come