Re: [PATCH 0/9] Visible VRAM Management Improvements

2017-06-25 Thread Christian König
Am 24.06.2017 um 20:36 schrieb John Brooks: On Sat, Jun 24, 2017 at 08:07:15PM +0200, Christian König wrote: Am 23.06.2017 um 19:39 schrieb John Brooks: This patch series is intended to improve performance when limited CPU-visible VRAM is under pressure. Moving BOs into visible VRAM is essenti

Re: [PATCH 0/9] Visible VRAM Management Improvements

2017-06-25 Thread Christian König
Am 24.06.2017 um 23:50 schrieb John Brooks: On Sat, Jun 24, 2017 at 08:20:22PM +0200, Christian König wrote: Am 24.06.2017 um 01:16 schrieb John Brooks: On Fri, Jun 23, 2017 at 05:02:58PM -0400, Felix Kuehling wrote: Hi John, I haven't read your patches. Just a question based on the cover let

Re: [PATCH 1/3] drm/amdgpu: fix a typo

2017-06-25 Thread Dave Airlie
> Do you not use bo list at all in mesa? radv as well? Currently radv is creating a bo list per command submission. radv does not use an offload thread to do command submission, as it seems pretty un-vulkan to use a thread for the queue submission thread the game uses. I have considered investiga

[PATCH] drm/amdgpu: Support passing amdgpu critical error to host via GPU Mailbox.

2017-06-25 Thread Gavin Wan
This feature works for SRIOV enviroment. For non-SRIOV enviroment, the trans_error function does nothing. The error information includes error_code (16bit), error_flags(16bit) and error_data(64bit). Since there are not many errors, we keep the errors in an array and transfer all errors to Host bef

[PATCH] drm/amdgpu: Support passing amdgpu critical error to host via GPU Mailbox.

2017-06-25 Thread Gavin Wan
This feature works for SRIOV enviroment. For non-SRIOV enviroment, the trans_error function does nothing. The error information includes error_code (16bit), error_flags(16bit) and error_data(64bit). Since there are not many errors, we keep the errors in an array and transfer all errors to Host bef

[PATCH libdrm] amdgpu: update the exported always on CU bitmap

2017-06-25 Thread Flora Cui
keep cu_ao_mask unchanged for backward compatibility. Change-Id: I9f497aadd309977468e246fea333b392c0150276 Signed-off-by: Flora Cui --- This patch should be landed after the kmd patch upsteam. right? amdgpu/amdgpu.h | 2 ++ amdgpu/amdgpu_gpu_info.c | 1 + include/drm/amdgpu_drm.h | 3 ++

Re: [PATCH libdrm] amdgpu: update the exported always on CU bitmap

2017-06-25 Thread Michel Dänzer
On 26/06/17 03:12 PM, Flora Cui wrote: > keep cu_ao_mask unchanged for backward compatibility. > > Change-Id: I9f497aadd309977468e246fea333b392c0150276 > Signed-off-by: Flora Cui > --- > This patch should be landed after the kmd patch upsteam. right? Right. Also, include/drm/amdgpu_drm.h should