Re: [PATCH 06/11] drm/syncobj: add timeline payload query ioctl v4

2019-02-16 Thread Christian König via amd-gfx
Am 15.02.19 um 20:31 schrieb Lionel Landwerlin via amd-gfx: On 07/12/2018 09:55, Chunming Zhou wrote: user mode can query timeline payload. v2: check return value of copy_to_user v3: handle querying entry by entry v4: rebase on new chain container, simplify interface Signed-off-by: Chunming Zho

Re: [PATCH 02/11] dma-buf: add new dma_fence_chain container v4

2019-02-15 Thread Christian König via amd-gfx
Am 15.02.19 um 17:49 schrieb Jason Ekstrand: On Fri, Feb 15, 2019 at 9:52 AM Lionel Landwerlin via dri-devel > wrote: On 15/02/2019 14:32, Koenig, Christian wrote: > Am 15.02.19 um 15:23 schrieb Lionel Landwerlin: >> Hi Christian, David, >

Re: [PATCH 02/11] dma-buf: add new dma_fence_chain container v4

2019-02-15 Thread Christian König via amd-gfx
Am 15.02.19 um 16:52 schrieb Lionel Landwerlin: On 15/02/2019 14:32, Koenig, Christian wrote: Am 15.02.19 um 15:23 schrieb Lionel Landwerlin: Hi Christian, David, For timeline semaphore we need points to signaled in order. I'm struggling to understand how this fence-chain implementation preser

Re: [PATCH] drm/amdgpu: remove some old unused dpm helpers

2019-02-15 Thread Christian König via amd-gfx
Am 14.02.19 um 21:58 schrieb Alex Deucher via amd-gfx: Carried over from radeon, but no longer used. Signed-off-by: Alex Deucher Acked-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c | 88 - drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h | 9 --- 2 fil

Re: [PATCH] drm/amd/display: Fix deadlock with display during hanged ring recovery.

2019-02-14 Thread Christian König via amd-gfx
Am 14.02.19 um 20:03 schrieb Grodzovsky, Andrey: On 2/14/19 12:54 PM, Kazlauskas, Nicholas wrote: On 2/14/19 12:47 PM, Grodzovsky, Andrey wrote: On 2/14/19 11:57 AM, Kazlauskas, Nicholas wrote: On 2/14/19 11:47 AM, Grodzovsky, Andrey wrote: On 2/14/19 11:07 AM, Michel Dänzer wrote: On 2019-0

Re: "ring gfx timeout" with Vega 64 on mesa 19.0.0-rc2 and kernel 5.0.0-rc6 (GPU reset still not works)

2019-02-14 Thread Christian König via amd-gfx
Hey Andrey, this is on Vega10, so the ASIC always stops after it sees the first fault. I'm actually working on implementing that it should continue without interruption. Regards, Christian. Am 13.02.19 um 22:47 schrieb Grodzovsky, Andrey: Looks like you are still running this without the l

Re: [PATCH v2 1/4] drm/sched: Fix entities with 0 rqs.

2019-02-14 Thread Christian König via amd-gfx
Am 13.02.19 um 22:03 schrieb Alex Deucher via amd-gfx: On Wed, Jan 30, 2019 at 5:43 AM Christian König wrote: Am 30.01.19 um 02:53 schrieb Bas Nieuwenhuizen: Some blocks in amdgpu can have 0 rqs. Job creation already fails with -ENOENT when entity->rq is NULL, so jobs cannot be pushed. Withou

Re: [PATCH] drm/amdgpu/powerplay: declare firmware for CI cards

2019-02-14 Thread Christian König via amd-gfx
Reviewed-by: Christian König Am 13.02.19 um 21:17 schrieb James Zhu: This patch is Reviewed-by: James Zhu Tested-by: James Zhu On 2019-02-13 3:10 p.m., Alex Deucher via amd-gfx wrote: Missing firmware declaration caused firmware requirement to not be noted by the module and may cause firmw

Re: [PATCH] drm/amd/display: Fix deadlock with display during hanged ring recovery.

2019-02-14 Thread Christian König via amd-gfx
Am 13.02.19 um 19:58 schrieb Andrey Grodzovsky: When ring hang happens amdgpu_dm_commit_planes during flip is holding the BO reserved and then stack waiting for fences to signal in reservation_object_wait_timeout_rcu (which won't signal because there was a hnag). Then when we try to shutdown disp

Re: [PATCH] drm/amdgpu: don't clamp debugfs register access to the BAR size

2019-02-12 Thread Christian König via amd-gfx
Am 11.02.19 um 22:52 schrieb Alex Deucher via amd-gfx: This prevents us from accessing extended registers in tools like umr. The register access functions already check if the offset is beyond the BAR size and use the indirect accessors with locking so this is safe. Signed-off-by: Alex Deucher