Re: [PATCH 3/5] drm/amdgpu:fix RB cost calculator

2016-09-18 Thread Christian König
...@vodafone.de] Sent: Thursday, September 15, 2016 3:24 PM To: Andy Furniss ; Liu, Monk ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 3/5] drm/amdgpu:fix RB cost calculator 256dw for the header are probably not enough. Since we now uses NOPs for the CE/DE sync we only need 256dw for that alone. I

RE: [PATCH 3/5] drm/amdgpu:fix RB cost calculator

2016-09-17 Thread Liu, Monk
: [PATCH 3/5] drm/amdgpu:fix RB cost calculator 256dw for the header are probably not enough. Since we now uses NOPs for the CE/DE sync we only need 256dw for that alone. I suggest to raise that to 512. Christian. Am 15.09.2016 um 00:24 schrieb Andy Furniss: > This has just gone into drm-next-

Re: [PATCH 3/5] drm/amdgpu:fix RB cost calculator

2016-09-15 Thread Christian König
256dw for the header are probably not enough. Since we now uses NOPs for the CE/DE sync we only need 256dw for that alone. I suggest to raise that to 512. Christian. Am 15.09.2016 um 00:24 schrieb Andy Furniss: This has just gone into drm-next-4.9-wip and caused lots of logging noise. Seem

Re: [PATCH 3/5] drm/amdgpu:fix RB cost calculator

2016-09-14 Thread Andy Furniss
This has just gone into drm-next-4.9-wip and caused lots of logging noise. Seems to work OK though. Sep 14 23:18:38 ph4 kernel: [drm:gfx_v8_0_ring_emit_fence_gfx [amdgpu]] *ERROR* amdgpu: writing more dwords to the ring than expected! Sep 14 23:18:38 ph4 last message repeated 11 times Sep 14 2

[PATCH 3/5] drm/amdgpu:fix RB cost calculator

2016-08-25 Thread Monk Liu
Change-Id: Ie3e4587ed49c487c562f45a99f236a76727ace1e Signed-off-by: Monk Liu --- drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c index 029ee79..6ad45fa 10064