Re: [PATCH 3/3] drm/amdgpu: add vce bypass mode for tonga.

2016-09-23 Thread Andy Furniss
Andy Furniss wrote: This regresses vce perf badly on tonga https://bugs.freedesktop.org/show_bug.cgi?id=97494 Maybe I need a better test case or faster cpu or something, but vce powerplay encode issues disappeared for me with the latest firmware. I did eventually find an issue - but I don't

Re: [PATCH 2/2] drm/amdgpu: bind GTT on demand

2016-09-23 Thread Andy Furniss
Christian König wrote: Am 22.09.2016 um 23:54 schrieb Andy Furniss: Marek Olšák wrote: This breaks Tonga such that it hangs. Reproducible quickly with: R600_DEBUG=testdma glxgears It's a randomized test that runs forever. It should hang within 2 seconds. So what is the status of this now?

Re: [PATCH] drm/amdgpu: Constify tables

2016-09-23 Thread Alex Deucher
On Thu, Sep 22, 2016 at 3:13 PM, Nils Wallménius wrote: > Mark some powerplay tables as 'const' and adjust pointers acessing > them to avoid introducing warnings. > > Signed-off-by: Nils Wallménius Applied. Thanks! Alex > --- >

Re: [PATCH] drm/i915: Before pageflip, also wait for shared dmabuf fences.

2016-09-23 Thread Daniel Vetter
On Fri, Sep 23, 2016 at 07:00:25PM +0900, Michel Dänzer wrote: > On 22/09/16 10:22 PM, Christian König wrote: > > Am 22.09.2016 um 15:05 schrieb Daniel Vetter: > >> On Thu, Sep 22, 2016 at 2:44 PM, Christian König > >> wrote: > - explicit fencing: Userspace passes

Re: [PATCH] drm/i915: Before pageflip, also wait for shared dmabuf fences.

2016-09-23 Thread Michel Dänzer
On 22/09/16 10:22 PM, Christian König wrote: > Am 22.09.2016 um 15:05 schrieb Daniel Vetter: >> On Thu, Sep 22, 2016 at 2:44 PM, Christian König >> wrote: - explicit fencing: Userspace passes around distinct fence objects for any work going on on the gpu. The

Re: [PATCH 2/2] drm/amdgpu: bind GTT on demand

2016-09-23 Thread Christian König
Am 22.09.2016 um 23:54 schrieb Andy Furniss: Marek Olšák wrote: This breaks Tonga such that it hangs. Reproducible quickly with: R600_DEBUG=testdma glxgears It's a randomized test that runs forever. It should hang within 2 seconds. So what is the status of this now? The status is that